/*
Theme Name: flatsome-child
Description: This is a child theme for Flatsome Theme
Author: UX Themes
Template: flatsome
Version: 3.0
*/

/*************** ADD CUSTOM CSS HERE.   ***************/

.pad-none {
	padding-bottom: 0;
}
.brand-logo-list {
	display: flex;
	flex-wrap: wrap;
}
#top-bar .flex-row.container,
#top-bar .flex-row.container section {
	max-width: 100%;
	padding: 0;
}
.header-main ul li a {
	font-size: 14px;
	font-weight: 700;
}
.section-services .badge-container {
	display: none;
}

.section-services .price-wrapper .amount {
	font-weight: bolder;
	opacity: 1;
}
.section-services .price-wrapper ins .amount bdi::before {
	content: ' - ';
}
.section-services .price-wrapper del {
	text-decoration: none;
}
#button-contact-vr {
	right: 25px;
}
.progress-wrap {
	bottom: 245px !important;
}
.popup-detail-posts {
	cursor: pointer;
}
.header-main ul li .sub-menu li a {
	padding: 16px 10px 7px 27px;
	margin: 0;
	background: #3a3c42;
	line-height: 1.25;
	font-size: 15px;
	color: #fff;
	transition: all 0.3s ease;
	font-weight: normal;
	border-bottom: 0;
}
.header-main ul li .sub-menu li.menu-item-has-children {
	border-top: 3px solid #3fbdaa;
	border-right: 1px solid rgba(255,255,255);
}
.header-main ul li .sub-menu li.menu-item-has-children > a {
	border-bottom: 1px solid rgba(255,255,255,.1);
}
.header-main ul li .sub-menu li a:before {
    content: '\f105';
    display: block;
    float: left;
    margin: 2px 0 0 -12px;
    font-family: "Font Awesome 7 Pro";
  font-weight: 400; /* 400 = regular, 900 = solid */
  font-size: 13px;
  line-height: 1;
    -o-text-overflow: ellipsis;
    font-size: 10px;
    margin-right: 5px;
    text-overflow: ellipsis;
}
.header-main ul li .sub-menu li.menu-item-has-children > a::before {
	display: none;
}
.header-main ul li .sub-menu.nav-dropdown {
	background: transparent;
	box-shadow: none;
}
.header-main ul li .sub-menu li a:hover {
	color: #fff;
	background: var(--primary-color);
}
.header-main ul li .sub-menu {
	padding: 0;
	border: 0;
}
.copyright-footer span {
    display: block;
}
.dcma {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.absolute-footer {
	position: relative;
	background-color: var(--primary-color);
    border-top: 1px solid #fff;
}
p.icons-footer a {
    width: 32px;
    height: 32px;
    display: flex;
    margin: 0 0 0 14px;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: white;
}
p.icons-footer a i {
	color: var(--primary-color);
	font-size: 14px;
}
p.icons-footer {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 0;
}
.section-clinic .top .icon-box-img {
    top: -40px;
    border: 3px solid rgba(255,255,255,.25);
    border-radius: 50%;
    padding: 0;
    background: rgba(255,255,255,.25);
}
.section-clinic .top .icon-box-img img {
	padding: 0;
	transition: all 0.3s ease;
}
.section-clinic .top .col:hover img {
	transform: scale(0.95);
}
.section-clinic .top .icon-box-text {
	position: relative;
	top: -40px;
}
.section-clinic .top .icon-box-text h3 {
	font-size: 18px;
}
.section-clinic .top .icon-box-text p {
	font-size: 15px;
	text-align: justify;
	display: block;
  	display: -webkit-box;
  	-webkit-line-clamp: 9;  /* số dòng hiển thị */
  	-webkit-box-orient: vertical;
  	overflow: hidden;
  	text-overflow: ellipsis;
}
.section-clinic .top .button {
	display: block;
    margin: 0 auto;
    background: #fff !important;
    color: #000;
    width: 128px;
    height: 42px;
    line-height: 42px;
    font-size: 13px;
    top: -15px;
    position: relative;
}
.section-clinic .top .button span:before {
	content: "➔  ";
}
.section-clinic .top .col .col-inner {
	height: 440px;
	display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.section-clinic .top .col:nth-child(odd) .col-inner {
	background-color: var(--primary-color) !important;
}
.section-clinic .top .col:nth-child(even) .col-inner {
	background-color: #186762 !important;
}
.section-clinic .flickity-prev-next-button {
	opacity: 1;
}
.section-clinic .flickity-prev-next-button.next {
	right: -5%;
}
.section-clinic .flickity-prev-next-button.previous {
	left: -5%;
}
.section-clinic .flickity-prev-next-button .flickity-button-icon{
    opacity: 1;
    background: var(--primary-color);
    border-radius: 50%;
    color: #fff;
}

.section-clinic .row.row-collapse {
	margin: -15px auto;
}
.section-clinic .row.row-collapse .flickity-viewport {
	overflow: inherit;
	overflow-x: clip;
}
.section-clinic .section-title h2 {
	font-size: 30px;
	font-weight: 800;
	color: var(--primary-color);
	margin-bottom: 70px;
	position: relative;
}
.section-clinic .section-title h2::before {
	content: '';
	width: 60px;
	height: 2px;
	background: var(--primary-color);
	display: block;
	position: absolute;
	top: -10px;
	left: 0;
}
.section-clinic .section-title p {
	text-align: justify;
	font-size: 18px;
}
.section-clinic .section-title p:first-child {
	font-size: 20px;
}
.section-talk .sub-title {
	font-size: 22px;
	margin-bottom: 12px;
}
.section-talk .sub-title .text-highlight {
	color: var(--primary-color);
}
.section-talk .title h2 {
	font-weight: normal;
	color: #222;
	font-size: 30px;
	position: relative;
}
.section-talk .title h2::before {
	width: 60px;
    content: '';
    height: 2px;
    background: var(--primary-color);
    display: block;
    margin: 0 auto;
    margin-bottom: 12px;
}
.section-talk .title h2 strong {
	color: var(--primary-color);
}
.customer-successful .item img,
.popup-customer img {
	width: 138px;
	height: 138px;
	border: 3px solid #fff;
	border-radius: 50%;
}
.customer-successful .item .img .img-inner,
.popup-customer .img-inner {
	overflow: inherit;
	text-align: center;
}
.popup-customer {
    background: var(--primary-color);
    color: #fff;
}
.popup-customer .info {
    font-size: 15px;
}
.popup-customer .info p {
    margin-bottom: 5px;
}
.popup-customer .info h4 {
	text-align: center;
	margin-bottom: 70px;
	color: #fff;
}
.popup-customer .img {
	margin-bottom: 5px;
}
.popup-customer .img-inner::after {
	content: '\f078';
    font-family: "Font Awesome 7 Pro";
    position: absolute;
    bottom: -85px;
    left: 50%;
    font-size: 21px;
    background: #fff;
    color: var(--primary-color);
    display: flex;
    width: 42px;
    height: 42px;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    transform: translateX(-50%);
}
.customer-successful .item .img .img-inner::after {
    content: '\f00c';
    font-family: "Font Awesome 7 Pro";
    position: absolute;
    bottom: -20px;
    left: 50%;
    font-size: 21px;
    background: #fff;
    color: var(--primary-color);
    display: flex;
    width: 42px;
    height: 42px;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    transform: translateX(-50%);
}
.text.text-10 {
	display: block;
  	display: -webkit-box;
  	-webkit-line-clamp: 10;  /* số dòng hiển thị */
  	-webkit-box-orient: vertical;
  	overflow: hidden;
  	text-overflow: ellipsis;
}
.customer-successful .item .info {
	font-size: 14px;
	margin-top: 30px;
}
.section-quitrinh-home .slider-nav-outside.slider-nav-circle .next,
.section-quitrinh-home .slider-nav-outside.slider-nav-circle .previous {
    transform: translateX(0%)!important;
    width: 44px;
}
.section-quitrinh-home .slider-nav-outside.slider-nav-circle .next svg,
.section-quitrinh-home .slider-nav-outside.slider-nav-circle .previous svg {
	background: #fff;
	fill: #333;
	transition: all 0.2s ease;
}
.section-quitrinh-home .slider-nav-outside.slider-nav-circle .next svg path,
.section-quitrinh-home .slider-nav-outside.slider-nav-circle .previous svg path {
	fill: #333;
	transition: all 0.2s ease;

}
.section-quitrinh-home .slider-nav-outside.slider-nav-circle .next svg:hover,
.section-quitrinh-home .slider-nav-outside.slider-nav-circle .previous svg:hover {
	background: var(--primary-color);
	fill: #fff;
}
.row-slider .flickity-page-dots, 
.slider-nav-outside .flickity-page-dots {
	bottom: -25px;
}
.customer-successful .item .info h4 {
	border-bottom: 1px solid #fff;
}
.customer-successful .item .right,
.popup-customer .right {
	border-left: 5px solid #eee;

}
.popup-customer .right {
	padding: 20px;
    font-size: 17px;
}
    
.customer-successful .item .col {
	padding-bottom: 0 !important;
}
.customer-successful .item .right .button {
	color: #fff;
	display: flex;
	align-items: center;
	margin: 0;
	line-height: 1;
	justify-content: flex-end;
	font-weight: normal;
	cursor: default;
}
.customer-successful .item .right .button span {
	position: relative;
	cursor: pointer;
}
.customer-successful .item .right .button span::before {
	content: '';
	bottom: 0;
	left: 0;
	position: absolute;
	width: 0%;
	height: 1px;
	background: #fff;
	transition: all 0.3s ease;
}
.customer-successful .item .right .button span:hover::before {
	width: 100%;
}
.customer-successful .item .right p {
	text-align: justify;
}
.customer-successful .item:nth-child(2) .col-inner,
.customer-successful .item:nth-child(3) .col-inner {
	background-color: #148e87!important;
}
.customer-successful .item .right .text p {
	margin-bottom: 5px;
	color: #fff;
}
.customer-successful .item .right .text {
	position: relative;
	padding-top: 10px;
}
.customer-successful .item .right .col-inner::before {
	content: '\f10d';
    font-family: "Font Awesome 7 Pro";
    display: block;
    margin: 0;
    font-size: 60px;
    line-height: 60px;
    opacity: .2;
    position: absolute;
    top: -10px;
    left: -15px;
}
.customer-successful .item > .col-inner {
	height: 100%;
}
.section-6-why .title h2 strong {
	color: var(--primary-color);
}
.section-6-why .title {
	margin-bottom: 60px;
}
.section-6-why .icon-box-text p {
	font-size: 14px;
}
.section-6-why .icon-box {
	transition: all 0.3s ease;
}
.section-6-why .icon-box:hover {
	color: var(--primary-color);
}
.section-specialist .icon-box-text h3{
	font-size: 40px;
	font-weight: normal;
	line-height: 46px;
	color: #6e6e6e;
}
.section-specialist .icon-box-img svg path {
	fill: #6e6e6e;
}
.section-specialist .icon-box-img svg {
    margin-top: 5px;
}
.section-specialist .icon-box-text {
	padding-left: 20px;
}
.section-specialist .icon-box-img {
	border-right: 1px solid #6e6e6e;
	padding-right: 20px;
}
.section-specialist .icon-box,
.section-specialist .col-inner {
	height: 100%;
}
.row.form input,
.row.form textarea {
	background: rgba(255,255,255,.7);
	color: #777;
	font-size: 17px;
	box-shadow: none;
}
.section-book-calendar input[type=submit],
.section-book-dv input[type=submit] {
	width: 100%;
    font-weight: normal;
    color: #fff;
    height: 50px;
    border-radius: 4px;
    font-size: 17px;
}
.section-book-calendar h3,
.section-book-dv h3 {
	color: #20262e;
    font-size: 21px;
    text-transform: uppercase;
    margin: 0;
    letter-spacing: 1px;
    line-height: 30px;
    text-align: center;
    padding: 60px 0 30px;
    font-weight: 700;
}
.section-book-calendar .right img {
	max-width: 242px;
}
.section-book-calendar .right .img-inner {
	text-align: center;
}
.section-book-calendar .right,
.section-book-dv .right {
	background: #f0f2f2;
}
.section-book-calendar,
.section-book-dv {
	background: linear-gradient(to right,#e0e9e8,#f0f2f2);
}
.footer-section h5 {
	font-weight: normal;
}
.footer-section h4 {
	font-size: 20px;
	font-weight: normal;
}
.footer-section h4::after {
    content: '';
    width: 30px;
    height: 2px;
    background: #fff;
    margin: 7px 0 14px;
    display: block;
}
#menu-footer li a {
	font-size: 14px;
}
#menu-footer li {
	border-top: none;
}

.entry-header .entry-category {
	display: none;
}
.blog-archive.page-wrapper {
	padding-top: 0;
}
.blog-archive .archive-page-header,
.single-page-header {
	background: url(/wp-content/uploads/2022/12/bllurred-background.jpg);
	padding-top: 40px;
	margin-bottom: 45px;
}
.single-page-header {
	margin-bottom: 0;
}
.blog-archive .archive-page-header *,
.single-page-header * {
	color: #fff;
}
.blog-archive h1,
.single-page-header h1 {
	margin-bottom: 40px;
	position: relative;
	font-size: 38px;
    margin: 0 0 13px;
}
.blog-archive h1::before,
.single-page-header h1::before {
	content: '';
    width: 60px;
    height: 2px;
    background: #fff;
    display: block;
    position: absolute;
    top: -10px;}
.rank-math-breadcrumb .separator {
	margin: 0 10px;
}
.rank-math-breadcrumb p > * {
	font-size: 15px;
}
.blog-archive .entry-content .more-link.button {
    font-weight: normal;
    background: var(--primary-color);
    color: #fff;
    border-radius: 10px;
    margin: 10px 0;
    padding: 1px 20px;
}
.blog-archive .badge.post-date {
	top: 0;
	left: -100px;
	display: block;
	width: 90px;
}
.blog-archive .badge.post-date .badge-inner::before {
	content: "Medicare";
	font-size: 17px;
	display: block;
	font-weight: normal;
	margin: 7px 0 10px;
}
.blog-archive .badge.post-date .badge-inner {
	width: 100%;
	border-width: 0;
}
.blog-archive .badge.post-date::before {
	content: '';
    display: block;
    background: url(/wp-content/uploads/2022/12/logo-removebg-preview.png) no-repeat;
    width: 95px;
    height: 65px;
    background-size: 100%;
}
.blog-archive .badge.post-date .post-date-day,
.blog-archive .badge.post-date .post-date-month {
	font-size: 85%;
	color: #444;
	opacity: .8;
	font-weight: normal;
}
.blog-archive .badge.post-date br {
	display: none;
}
.blog-archive #post-list article {
	width: 80%;
	margin-left: auto;
}
.blog-archive #post-list .entry-title {
    font-size: 24px;
    color: var(--primary-color);
    margin: 20px 0 10px;
    font-weight: normal;
    letter-spacing: 0;
    text-transform: uppercase;
}
.blog-archive #post-list .entry-divider {
	display: none;
}
.blog-archive #post-list .entry-header-text {
	padding-bottom: 0;
}
.blog-archive #post-list .entry-content {
	padding-top: 0;
}
.blog-archive #post-list .entry-content .entry-summary > p {
	display: block;
  	display: -webkit-box;
  	-webkit-line-clamp: 3;  /* số dòng hiển thị */
  	-webkit-box-orient: vertical;
  	overflow: hidden;
  	text-overflow: ellipsis;
}
.blog-archive #post-list .entry-content .entry-summary > .text-left {
	border-top: 1px solid rgba(0,0,0,.07);
	margin-top: 10px;
}
.blog-archive #post-list footer.entry-meta {
	display: none;
}
.popup-archive {
	position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: #00000073;
    z-index: 99;
    display: none;
    align-items: center;
    justify-content: center;
}
.popup-archive.show {
	display: flex;
}
.popup-archive .popup-inner {
	max-width: 570px;
	position: relative;
}
.popup-archive .popup-close {
    font-weight: bold;
    font-size: 24px;
    color: #fff;
    border-radius: 50%;
    position: absolute;
    top: 10px;
    right: 10px;
    background: #959595;
    width: 30px;
    height: 30px;
    text-align: center;
    line-height: 30px;
    cursor: pointer;
}
#ez-toc-container {
    width: 100%;
    background: #fff;
    border: 1px solid var(--primary-color);
}
#ez-toc-container a {
	font-size: 17px;
	color: #3366ff;
}
#ez-toc-container .ez-toc-title-container {
    display: flex;
    justify-content: space-between;
}
#ez-toc-container .ez-toc-title-container .ez-toc-title{
	background: var(--primary-color);
    top: -33px;
    position: relative;
    color: #fff;
    padding: 8px 10px 0;
    border-radius: 4px;
    display: block;
}
.text-banner-service h1 {
	font-size: 38px;
	margin: 0 0 13px;
	line-height: 1.15;
}
.text-banner-service p {
	line-height: 1.55;
	font-size: 18px;
	font-weight: normal;
}
.text-banner-service p strong {
	color: var(--primary-color);
}
.banner-service .button.primary {
    border-radius: 15px;
    font-size: 14px;
    height: 48px;
    line-height: 48px;
    padding: 0 30px;
    letter-spacing: 1px;
}
.section-services h2 {
	font-size: 30px;
    font-weight: 900;
    text-transform: uppercase;
    color: var(--primary-color);
    padding-bottom: 20px;
    position: relative;
    margin-bottom: 40px;
}
.section-services h2::after {
	content: '';
    position: absolute;
    background-color: #000;
    width: 36%;
    height: 1px;
    bottom: 0;
    left: 50%;
    transform: translatex(-50%);
}
.product-service .product-title a {
	color: var(--primary-color);
    margin: 0 0 10px;
    font-weight: bold;
    font-size: 18px;
    text-transform: uppercase;
    pointer-events: none; 
}
.product-service span.amount {
    font-size: 19px;
    font-wight: bold;
}
.product-service .box-text {
	background: #e4f9f9;
}
.product-service .box-image {
	pointer-events: none; 
}
.product-service .box-text .text-product {
	font-size: 17px;
	padding: 15px 0;
}
.product-service .box-text .btn {
	text-align: center;
}
.product-service .box-text .btn button {
	background-color: var(--primary-color);
    border-radius: 0;
    width: 67%;
    height: 47px;
    font-size: 17px;
    font-weight: bold;
    color: #ffffff;
    text-transform: uppercase;
    margin: 0;
    transition: all .5s ease;
}
.section-method .title h2 {
	font-size: 30px;
    font-weight: 900;
    color: var(--primary-color);
    padding-bottom: 20px;
    position: relative;
}
.section-method .title h2 strong {
	color: #fab570;
    font-size: 55px;
}
.section-method .title h2::after {
	content: '';
    position: absolute;
    background-color: var(--primary-color);
    width: 360px;
    height: 1px;
    bottom: 0;
    left: 50%;
    transform: translate(-50%, 0);
}
.section-method .icon-box-img img {
	border: 5px solid var(--primary-color);
    border-radius: 50%;
    z-index: 2;
    padding-top: 0;
}
.section-method .icon-box-text{
	display: flex;
    flex-direction: column;
    justify-content: center;
    padding-left: 0 !important;
}
.section-method .icon-box-text p {
    padding: 10px 20px 10px 30px;
    background: var(--primary-color);
    color: #fff;
    margin-left: -28px;
    font-size: 17px;
}
.section-method .icon-box {
	margin-bottom: 20px;
}
.section-method .right .content {
	font-size: 20px;
    line-height: 2.5;
}
.section-method .register {
	color: #5d5d5d;
    font-size: 20px;
    font-weight: bold;
    margin: 45px 0 40px;
}
.section-method .button,
.section-seven .button {
    font-weight: bold;
    height: 77px;
    line-height: 87.5px;
    border-radius: 13px;
    padding: 0px 40px;
    background-color: #fab570 !important;
}
.section-method .button span,
.section-seven .button span {
	font-size: 35px;
}
.section-procedure h2,
.section-dieutri h2,
.section-whychoose h2,
.section-teamdoctor h2,
.section-news h2,
.section-questions h2,
.section-advantages h2 {
	font-size: 35px;
    text-transform: uppercase;
    color: var(--primary-color) !important;
    padding: 30px 0 35px;
    margin: 0;
    position: relative;
}
.section-whychoose h2 {
	font-size: 30px;
}
.section-procedure .icon-box-img img {
	width: 100px;
    height: 100px;
    border-radius: 50%;
    border: 4px solid var(--primary-color);
    margin: 10px;
    padding-top: 0;
}
.section-procedure .icon-box-img .icon-inner {
	width: 120px;
	background: linear-gradient(to right, #1c9984 2px, transparent 2px) 0 0, linear-gradient(to right, #1c9984 2px, transparent 2px) 0 100%, linear-gradient(to left, #1c9984 2px, transparent 2px) 100% 0, linear-gradient(to left, #1c9984 2px, transparent 2px) 100% 100%, linear-gradient(to bottom, #1c9984 2px, transparent 2px) 0 0, linear-gradient(to bottom, #1c9984 2px, transparent 2px) 100% 0, linear-gradient(to top, #1c9984 2px, transparent 2px) 0 100%, linear-gradient(to top, #1c9984 2px, transparent 2px) 100% 100%;
    background-repeat: no-repeat;
    background-size: 20px 20px;
}
.section-procedure .icon-box-text {
	display: flex;
    flex-direction: column;
    justify-content: center;
    padding-left: 30px !important;
    font-size: 15px;
}
.section-procedure .icon-box {
	margin-bottom: 10px;
}
.section-procedure .bottom h3 {
	padding-top: 25px;
    font-weight: bold;
    font-size: 30px;
}
.section-procedure .bottom .button {
	letter-spacing: 1px;
    padding: 0px 40px;
    background-color: var(--primary-color);
    border: 1px solid #21928e;
    font-size: 15px;
    font-weight: bold;
    width: 31%;
    margin: 15px auto 16px;
    line-height: 47.42px;
    height: 47.42px;
    border-radius: 12px;
}
.section-book-dv input[type=submit] {
	margin-bottom: 0;
}
.section-book-dv .wpcf7-spinner {
	display: none;
}
.section-tamsu h2 {
	font-weight: 100;
	font-size: 30px;
	line-height: 1.15;
	margin-top: 20px;
	letter-spacing: 0.1em;
	position: relative;
}
.section-tamsu h3 {
	font-size: 24px;
	letter-spacing: 0.1em;
	line-height: 1.15;
	font-weight: 100;
}
.section-tamsu h2 strong {
	color: #fff;
	font-weight: bold;
	letter-spacing: 0;
}
.section-tamsu h2::before {
    content: '';
    clear: both;
    width: 157px;
    height: 1px;
    line-height: 2px;
    overflow: hidden;
    margin: 22px 0 22px 50%;
    transform: translateX(-50%);
    display: block;
    background: #3fbdaa;
}
.section-tamsu h3 strong {
	color: #fff;
	font-weight: bold;
	letter-spacing: 0;
}
.row-collapse.customer-successful {
	max-width: 100% !important;
}
.home.page-template .row-collapse.customer-successful {
	max-width: 1100px !important;
}
.row-collapse.customer-successful .item .col-inner {
	max-width: 580px;
	padding: 30px 10px;
}
.row-collapse.customer-successful .item .col-inner .col-innerf {
	padding-top: 0;
	padding-bottom: 0;
}
.row-collapse.customer-successful .item:nth-child(1),
.row-collapse.customer-successful .item:nth-child(4) {
	background-color: var(--primary-color);
}
.row-collapse.customer-successful .item:nth-child(2),
.row-collapse.customer-successful .item:nth-child(3) {
	background-color: #148e87!important;
}
.row-collapse.customer-successful .item:nth-child(odd) .col-inner {
	margin-left: auto;
    margin-right: 0;
}
.row-collapse.customer-successful .item:nth-child(even) .col-inner {
	margin-left: 0;
    margin-right: auto;
}
.row-collapse.customer-successful h2 {

}
.section-whychoose .box-badge .box-text {
	background-color: var(--primary-color);
    bottom: 0;
    padding: 6px;
    position: absolute;
    z-index: 1;
    color: #fff;
    font-size: 17px;
    line-height: 1.25;
    font-weight: bold;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 52px;
}
.section-whychoose .box {
	margin-bottom: 30px;
}
.section-whychoose h2::after {
	content: '';
    position: absolute;
    background-color: #000;
    width: 25%;
    height: 1px;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
}
.section-whychoose h2 {
	margin-bottom: 40px;
}
.section-whychoose .button {
	margin-top: 10px;
    height: 75px;
    width: 35%;
    line-height: 75px;
    background-color: #fab570 !important;
    border-bottom: 1px solid #f8931d;
    border-top: 1px solid #fddf3c;
    font-weight: bold;
    border-radius: 5px;
    box-shadow: 0 0 0 1px #c5c8c8, 0 0 0 4px #ececec, 0 2px 0 4px #c5c8c8;
}
.section-whychoose .button span {
	font-size: 30px;
}
.section-teamdoctor .box-image img {
	border-radius: 50%;
    width: 60% !important;
    border: 5px solid var(--primary-color);
    margin: 0 auto;
    padding-top: 0;
}
.section-teamdoctor .box-text-inner {
	color: var(--primary-color);
    margin: 25px 0;
    font-size: 17px;
}
.section-teamdoctor .box-text-inner strong {
	font-size: 20px;
	font-weight: bold;
	text-transform: uppercase;
}
.section-news .icon-box {
	width: 80%;
    height: 100%;
    margin: 0 auto;
    border: 2px solid #1f9783;
    border-radius: 26px;
    padding: 50px 20px 20px;
    position: relative;
}
.section-news .icon-box .icon-box-img img { 
    position: absolute;
    top: -75px;
}
.section-news .icon-box .icon-box-img::before {
	content: "";
    position: absolute;
    top: -70px;
    left: 135px;
    background: var(--primary-color);
    padding-bottom: 0;
    border-top-right-radius: 150%;
    border-top-left-radius: 0;
    border-top: 0;
    width: 65px;
    height: 20px;
    z-index: -1;
}
.section-news .icon-box-text {
	font-size: 17px;
}
.section-map {
	height: 486px;
}
.section-map .section-content {
	height: 100%;
}
.section-map .info {
	position: absolute;
    top: 0;
    left: 18%;
    width: 325px;
    height: 100%;
    background: var(--primary-color);
    color: #fff;
    padding: 10px 30px;
}
.section-seven img {
	padding-top: 0;
	border-radius: 50%;
}
.section-seven .icon-box::before {
	content: "";
    position: absolute;
    width: 50%;
    border: solid var(--primary-color);
}

.section-seven .icon-box:nth-child(odd)::before {
	left: 0;
    top: 0;
    bottom: 0;
    border-width: 5px 0 5px 5px;
    border-radius: 100px 0 0 100px;
}
.section-seven .icon-box:nth-child(even)::before {
	right: 0;
    top: -5px;
    bottom: -5px;
    border-width: 5px 5px 5px 0;
    border-radius: 0 100px 100px 0;
}
.section-seven .icon-box:nth-child(odd) {
	padding: 30px 0 30px 90px;
}
.section-seven .icon-box:nth-child(even) {
	padding: 30px 90px 30px 0;
}
.section-seven .icon-box {
	position: relative;
}
.section-seven .icon-box:first-child::before {
	border-top: 0;
    border-top-left-radius: 0;
    border-left: 0;
    border-bottom-left-radius: 0;
}
.section-seven .icon-box:last-child::after {
	content: "";
    position: absolute;
    width: 50%;
    border: 5px solid var(--primary-color);
    right: 0;
    bottom: 0;
    border-top: 0;
    border-top-left-radius: 0;
    border-left: 0;
    border-bottom-left-radius: 0;
}
.section-seven .icon-box-text h5 {
	position: absolute;
    top: 50%;
    transform: translateY(-50%);
    font-size: 99px;
    width: auto;
    color: var(--primary-color);
    font-weight: bold;
}
.section-seven .icon-box:nth-child(even) .icon-box-text h5 {
    right: 10px;
}
.section-seven .icon-box:nth-child(odd) .icon-box-text h5 {
    left: 20px;
}
.section-seven .icon-box .icon-box-text {
	display: flex;
    flex-direction: column;
    justify-content: center;
}
.section-seven .icon-box .icon-box-text h3 {
	color: var(--primary-color);
    font-size: 20px;
    font-weight: bold;
    text-transform: uppercase;
}
.section-seven .icon-box .icon-box-text p {
	font-weight: bold;
	font-size: 17px;
}
.section-questions .questions h3 {
	background-color: var(--primary-color);
    padding: 4px 30px;
    margin: 0 0 0 -12px;
    z-index: 1;
    font-size: 19px;
    color: #ffffff;
    display: inline-block;
    width: auto;
    margin-left: 40px;
    position: relative;
}
.section-questions .questions h3::before {
    content: '';
    background: url(/wp-content/uploads/2023/01/logo-medicare-1.png) no-repeat;
    width: 50px;
    height: 50px;
    background-size: 100%;
    display: inline-block;
    position: absolute;
    left: -40px;
    top: -6px;
}
.section-questions .questions h3::after {
	content: '';
    position: absolute;
    left: -45px;
    top: -13px;
    z-index: -1;
    width: 60px;
    border-radius: 50%;
    height: 60px;
    background: var(--primary-color);
}
.section-questions .questions p {
	padding: 20px 0;
	margin-bottom: 10px;
	font-style: italic;
	font-size: 17px;
}
.topTools {
    font-size: 11px;
    color: #fff;
    line-height: 43px;
    text-transform: uppercase;
}
.topTools .btIconWidget {
    margin-right: 18px;
}
.topTools .btIconWidgetTitle {
    opacity: 0.7;
    margin-right: 8px;
}
.header-wrapper {
    display: flex;
    flex-direction: column;
}
#masthead {
    order: 1;
}
/*#logo {
    margin-bottom: 10px;
}*/
.topTools .btIconWidgetIcon {
    background: #b5cf88;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    width: 25px;
    height: 25px;
}
.banner-lankim .text-box-content {
	position: relative;	
	margin-top: -120px;
}
.banner-lankim h1{
	color: var(--primary-color);
	font-size: 30px;
	border-left: 5px solid var(--primary-color);
    padding: 0 0 0 20px;
    font-weight: bold;
    line-height: 39px;
    margin: 20px 0;
}
.banner-lankim.meso h1 {
	border-left: none;
	border-right: 5px solid var(--primary-color);
    padding: 0 20px 0 0px;
}
.banner-lankim.meso h1 strong {
	color: #fab570;
}

.banner-lankim {
	color: var(--primary-color);
}
.banner-lankim  ul li {
	list-style: none;
	font-size: 17px;
	color: var(--primary-color);
}
.banner-lankim ul li i {
	margin-right: 5px;
}
.banner-lankim ul {
	margin-bottom: 0;
}
.banner-lankim .button {
	position: absolute;
	bottom: -120px;
	left: 0;
	font-size: 27px;
    background-color: #fab570 !important;
    padding: 0px 40px;
    height: 71px;
    line-height: 71px;
    border-radius: 20px;
    font-weight: bold;
}
.progress-wrap svg.progress-circle path {
	stroke: #096c66 !important;
}
.progress-wrap::after {
	background-color: #096c66 !important;
}
.banner-lankim.meso .button {
	right: 0;
	left: auto;
}
.section-advantages ul li,
.section-tiem-meso ul li {
	display: flex;
	align-items: flex-start;
	font-size: 24px;
	color: var(--primary-color);
	list-style: none;
	margin-bottom: 10px;
	margin-left: 0;
	line-height: 1.4;
}
.section-advantages ul li i,
.section-tiem-meso ul li i {
	margin-right: 15px;
    margin-top: 7px;
}
.col-seo-size .col-inner {
    display: flex;
    justify-content: space-between;
}

.col-seo-size .seo-size {
    background: #c1c1c1;
    width: 33.33%;
    text-align: center;
    margin: 0px 4.5px;
    border-radius: 15px;
    color: #fff;
    overflow: hidden;
}
.col-seo-size .seo-size h3 {
	font-size: 15px;
    padding: 15px;
    text-transform: uppercase;
    border-bottom-left-radius: 30px;
    border-bottom-right-radius: 30px;
    font-weight: normal;
    color: #fff;
    text-align: center;
    margin-bottom: 0;
}
.col-seo-size .seo-size:nth-child(1) h3 {
	background: var(--primary-color);
}
.col-seo-size .seo-size:nth-child(2) h3 {
	background: #b5cf88;
}
.col-seo-size .seo-size:nth-child(3) h3 {
	background: #f590a0;
}
.col-seo-size .seo-size p {
    padding: 15px;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 25px;
    text-align: center;
    margin-bottom: 0;
}

.button.btn-primary {
    font-size: 20px;
    font-weight: bold;
    text-transform: uppercase;
    padding: 0px 60px;
    border-radius: 15px;
}
.section-tiem-meso .button.btn-primary {
	font-size: 37px;
}
.section-lankim-serum h2 {
	font-size: 35px;
    font-weight: 900;
    text-transform: uppercase;
    color: var(--primary-color);
    padding-bottom: 20px;
    position: relative;
    margin-bottom: 40px;
}
.section-lankim-serum h2::after {
    content: '';
    position: absolute;
    background-color: #000;
    width: 25%;
    height: 1px;
    bottom: 0;
    left: 50%;
    transform: translatex(-50%);
}
.section-tiem-meso h2 {
	color: var(--primary-color);
	font-size: 55px;
}
.section-tiem-meso h3 {
	color: #fab570;
	font-size: 45px;
	border-left: 5px solid #fab570;
	padding-left: 20px;
}
.col-seo-size .seo-size h3 {
	border: none;
}
.btn-banner-quiz {
    position: absolute;
    bottom: 20%;
    right: -4%;
    font-size: 25px;
    width: 100%;
    padding: 18px;
    font-weight: bold;
    color: #ffffff;
    border-radius: 15px;
    line-height: 1;
}
.section-question {
	background: url(/wp-content/uploads/2022/12/bg-perform-1.png) no-repeat;
	background-size: cover;
	display: none;
	transition: 1s;
}
.section-question.show {
	display: block;
}
.section-question .text_ask {
	font-size: 65px;
    color: var(--primary-color);
    margin: 20px 0;
    transition: 1s;
}
.section-question .text-answers {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	transition: 1s;

}
.section-question .text-answers li {
	width: calc(50% - 60px);
    list-style: none;
    font-size: 20px;
    min-height: 100px;
    border: 5px solid #fff;
    margin: 10px 30px 30px;
    border-radius: 70px;
    display: flex;
    align-items: center;
    text-align: left;
    padding: 10px 20px 10px 10px;
    box-shadow: rgb(51 157 157) 0px 0px 25px 5px;
    cursor: pointer;

}
.section-question.section1 .text-answers li {
	width: 100%;
}
.section-question .text-answers li a {
	color: #333;
	width: 100%;
    text-align: center;
}
.section-question .text-answers li.active a {
	color: #fab570;
}
.section-question .text-answers li::before {
	color: #fff;
	font-size: 70px;
	text-shadow: -2px 0px 10px var(--primary-color);
	margin: 0 10px 0 10px;
}
.section-question .text-answers li:nth-child(1)::before {
	content: 'A';
}
.section-question .text-answers li:nth-child(2)::before {
	content: 'B';
}
.section-question .text-answers li:nth-child(3)::before {
	content: 'C';
}
.section-question .text-answers li:nth-child(4)::before {
	content: 'D';
}

html,
body {
  scroll-behavior: smooth;
}

.page-template-page-quiz #footer {
	display: none;

}
.popup-quiz {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    background: rgba(0,0,0,0.5);
    z-index: 9999;
    display: none;
    align-items: center;
    justify-content: center;
}
.popup-quiz.show {
	display: flex;
}

.popup-quiz .inner-quiz > .col-inner {
    background: #fff;
    padding: 15px;
}
.popup-quiz .pad-none {
	padding-bottom: 0 !important;
}
.popup-quiz .inner-quiz {
	max-width: 600px;
}
.popup-quiz .inner-quiz p {
	margin-bottom: 5px;
    font-size: 16px;
    color: var(--primary-color);
    font-weight: 600;
}
.popup-quiz .inner-quiz p a {
    color: #fff;
    background: orange;
    padding: 3px 10px;
    text-transform: uppercase;
    font-weight: normal;
    font-size: 14px;
    border-radius: 999px;
    white-space: nowrap;
}
.popup-quiz .inner-quiz .text {
	border: 1px dotted orange;
    padding: 15px;
    margin-bottom: 30px;
}
.close-popup-quiz {
    position: absolute;
    top: 20px;
    right: 0px;
    border: 0px !important;
    cursor: pointer;
}
.close-popup-quiz i {
	font-size: 20px;
}
.form-fixed {
    position: fixed;
    top: 0;
    left: 0;
    background: rgba(0,0,0,0.5);
    width: 100%;
    height: 100%;
    z-index: 999;
    display: none;
    align-items: center;
    justify-content: center;
}
.form-fixed.show {
	display: flex;
}
.form-gui-thong-tin {
    max-width: 400px;
    background: var(--primary-color);
    padding: 30px;
    border-radius: 25px;
    position: relative;
    border: 5px solid #03eabe;
}
.form-gui-thong-tin input {
    background: #007d65;
    color: #becedd;
    padding: 0 20px 0 43px;
    height: 45px;
    border: none !important;
    margin-bottom: 25px;
}
.form-gui-thong-tin input::placeholder {
  color: #becedd;
}
.form-gui-thong-tin .item {
	position: relative;
}
.form-gui-thong-tin .item i {
    position: absolute;
    left: 15px;
    top: 13px;
    pointer-events: none;
    font-size: 19px;
    color: #becedd;
    z-index: 1;
}
.form-gui-thong-tin .image p {
	text-align: center;
}
.form-gui-thong-tin .image p img {
	width: 60%;
	margin-bottom: 30px;
}
.form-gui-thong-tin input[type=submit] {
	background-image: linear-gradient(to bottom, #1e9a84 , #04e3ba);
    border: 2px solid #04e3ba !important;
    color: #ffffff;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 20px;
    width: 100%;
    margin-bottom: 0;
}
.form-gui-thong-tin .sub-content {
	color: #fff;
	font-size: 17px;
	font-weight: bold;
}
.form-gui-thong-tin .close-form-lh-quiz {
	color: #ffffff;
    font-size: 32px;
    position: absolute;
    top: 0px;
    right: 10px;
    opacity: 1;
    cursor: pointer;
}
.show-form {
	font-size: 14px;
	border-radius: 4px;
}
.is-divider {
	display: none;
}
.entry-header-text .entry-meta {
	display: none;
}
.box-contact .box-contact-content {
    display: flex;
    flex-direction: row-reverse;
    max-width: 798px;
    margin: 0 auto;
    background: #fff;
    border-radius: 40px;
    overflow: hidden;
    align-items: center;
    position: relative;
}
.box-contact {
    position: fixed;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.3);
    top: 0;
    left: 0;
    z-index: 999;
    display: none;
    align-items: center;
    justify-content: center;
}
.box-contact.show {
	display: flex;
}
.box-contact .close {
    position: absolute;
    top: 10px;
    right: 10px;
    width: 25px;
    height: 25px;
    background: #000;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    font-size: 19px;
    opacity: .8;
    font-weight: bold;
}
.box-contact .box-form-contact {
    padding: 20px;
    width: 50%;
}
.box-background {
    width: 50%;
}
.box-contact .box-form-contact input {
    height: 50px;
    border-radius: 50px;
    box-shadow: none;
    border: 1px solid #c7c7c7;
    font-size: 15px;
    padding: 8px 8px 8px 38px;
    margin-bottom: 0;
}
.box-contact .box-form-contact i {
    position: absolute;
    left: 10px;
    z-index: 9;
    font-size: 19px;
    width: 30px;
    top: 50%;
    transform: translateY(-50%);
    color: #becedd;
    pointer-events: none;
}
.block-register .form-group {
    margin: 10px 0 15px;
    position: relative;
}
p.sub-title {
    font-size: 18px;
    color: var(--primary-color);
    margin-bottom: 35px;
    text-align: center;
}
.box-contact .box-form-contact input[type=submit] {
	padding: 11px 20px;
    line-height: 1;
    font-weight: normal;
    margin: 0 auto;
    display: block;
}
.box-contact .box-form-contact .wpcf7-spinner {
	display: none;
}
.sticky-form.widget_register {
    box-shadow: 0 0 9px rgb(0 0 0 / 25%);
    border-radius: 5px;
    overflow: hidden;
}
.sticky-form.widget_register .block-register {
    padding: 10px 20px 15px;
}
.sticky-form.widget_register .block-register input {
	background: var(--primary-color);
	border-radius: 15px;
	color: #fff;
	padding: 0 20px;
	height: 45px;
	font-size: 17px;
	box-shadow: none;
	font-weight: bold;
}
.sticky-form.widget_register .block-register input::placeholder {
	color: #fff;
}
.sticky-form.widget_register .block-register .form-group {
	margin: 0px;
}
.sticky-form.widget_register .block-register input[type=submit] {
    background: #fab570;
    border-radius: 0;
    font-size: 20px;
    font-weight: bold;
    line-height: 1;
    height: 40px !important;
    margin: 0 auto !important;
    display: block;
    min-height: 40px;
}
.sticky-form.widget_register .block-register .wpcf7-spinner {
	display: none;
}
#secondary {
	height: 100% !important;
}
#block-2 {
	position: sticky !important;
	top: 150px;
}
.ligh-box.customer-successful .item .col-inner {
	max-width: 100%;
} 
.ligh-box.customer-successful .item .img .img-inner {
	display: flex;
	justify-content: center;
}
.customer-successful .item .info h4,
.customer-successful .item .info p {
	color: #fff;
	text-align: center;
}
.ligh-box.customer-successful .item .img .img-inner::after {
	bottom: -80px;
}
.ligh-box.customer-successful .item .info {
	margin-top: 10px;
}
.ligh-box.customer-successful .item .info p {
	text-align: left;
}
.ligh-box.customer-successful .item .info p {
	margin-bottom: 10px;
}
.ligh-box.customer-successful .item .info p:first-child {
	margin-bottom: 55px;
	text-align: center;
}
.archive.paged.category .rank-math-breadcrumb .separator,
.archive.paged.category .rank-math-breadcrumb .last
 {
	display: none;
}
.archive.paged.category .rank-math-breadcrumb .separator:nth-child(2) {
	display: inline-block;
}

.social-cs-archives {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.social-cs-archives .social-cs-archive a {
    border: 1px solid var(--primary-color);
    width: 30px;
    height: 30px;
    display: inline-block;
    text-align: center;
    border-radius: 50%;
    transition: all 0.3s ease;
}
.social-cs-archives .social-cs-archive a i {
    color: var(--primary-color);
    transition: all 0.3s ease;
}
.social-cs-archives .social-cs-archive a:hover {
	background: var(--primary-color);
}
.social-cs-archives .social-cs-archive a:hover i {
	color: #fff;
}
.customer-reviews .home-review-top-list .home-review-top-wrap {
	width: 50% !important;
	padding: 10px 15px;
}
.home-review-top-info {
    display: flex;
    width: 100%;
    align-items: center;
}
.home-review-top-img {
    width: 75px;
    height: 75px;
    border-radius: 50%;
    overflow: hidden;
}
.home-review-top-item {
    background: var(--color-white);
    border: 0.1rem solid var(--primary-color);
    border-radius: 1.6rem;
    padding: 32px 30px;
    transition: all 0.5s;
}
.home-review-top-img img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}
.home-review-top-name {
    display: flex;
    flex-direction: column;
    margin-left: 2.8rem;
}
.home-review-top-name span {
    font-weight: 700;
    color: #000;
    margin: 0.4rem 0 0.6rem;
}
.home-review-top-name p {
    color: var(--primary-color);
    font-size: 14px;
}
.home-review-top-social {
    display: flex;
    align-items: center;
    gap: 0.8rem;
    margin-left: auto;
}
.home-review-top-social img {
    width: 2rem;
    height: 2rem;
    -o-object-fit: contain;
    object-fit: contain;
}
.home-review-top-desc {
    color: var(--color-text);
    line-height: 23px;
    margin: 16px 0 0px;
    display: -webkit-inline-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.home-review-top-desc.active {
    display: block;
}
.home-review-top-link {
    color: var(--primary-color);
    cursor: pointer;
    padding: 5px 10px;
}
.customer-reviews .flickity-prev-next-button {
	opacity: 1;
}
.customer-reviews .flickity-prev-next-button.previous {
	left: -50px;
}
.customer-reviews .flickity-prev-next-button.next {
	right: -50px;
}
.customer-reviews .flickity-prev-next-button svg {
	border: 1px solid var(--primary-color);
	color: var(--primary-color);
	border-radius: 50%;
	background: #fff;
}
.customer-reviews .flickity-prev-next-button svg:hover {
	background: var(--primary-color);
}
.customer-reviews .flickity-prev-next-button svg:hover path {
	fill: #fff;
}
.customer-reviews .flickity-prev-next-button svg path {
	fill: var(--primary-color);
	color: var(--primary-color);
}
.customer-reviews .flickity-viewport {
	overflow: inherit;
	overflow-x: clip;
}


@media only screen and (max-width: 1920px) {
	.btn-banner-quiz {
		right: -305;
	}
}
@media only screen and (max-width: 1440px) {
	.btn-banner-quiz {
		right: 5%;
	}
}
@media only screen and (max-width: 1440px) {
	.btn-banner-quiz {
		right: 5%;
	}
}

@media only screen and (max-width: 1024px) {
	.section-method .title h2 {
		font-size: 25px;
	}


	#logo {
		width: 160px !important;
	}
	.header-main  ul li {
		margin: 0 10px !important;
	}
	.section-tiem-meso .button.btn-primary {
		font-size: 20px;
	}
	.btn-banner-quiz {
		right: 25%;
		line-height:1 ;
		padding: 10px 18px;
		bottom: -20px;
	}
	.section-question .text-answers li {
		font-size: 16px;
	}
	.section-map {
		height: auto;
	}
	.section-map .info {
		position: relative;
		width: 100%;
		height: auto;
		left: 0;
	}
	.blog-archive .badge.post-date {
		left: 15px;
    	top: 10px;
	}
	.blog-archive #post-list article {
		width: 100%;
	}
	.blog-archive .badge.post-date .badge-inner {
		background: transparent;
	}
	.section-method .title h2 strong {
	    font-size: 40px;
	}
	.section-method .title h2::after {
		width: 50%;
	}
}

@media only screen and (max-width: 48em) {
/*************** ADD MOBILE ONLY CSS HERE  ***************/
	.box-service-mb hr {
	    border: 0;
	    margin: 10px 0;
	    height: 0.5em;
	    position: relative;
	    overflow: hidden;
	    opacity: 1;
	}
	#block-2 {
		position: relative !important;
		top: 0;
	}
	.box-service-mb hr:before {
	    content: "";
	    display: block;
	    position: absolute;
	    top: 0;
	    left: 49%;
	    height: 0.37em;
	    border-radius: 100px;
	    width: 0.37em;
	    background: #fff;
	}
	.box-service-mb hr:after {
		content: "";
	    display: block;
	    position: absolute;
	    top: 2px;
	    z-index: 1;
	    left: 25%;
	    height: 1px;
	    width: 24%;
	    background: #fff;
	}
	.box-service-mb	.box-text {
	    background: #6fbaab !important;
	    color: #fff;
	    padding: 30px 15px 100px;
	}
	.btn-banner-quiz {
		font-size: 15px;
	}
	.section-question .text-answers li {
		width: 100%;
	}
	.row-collapse.customer-successful .item .col-inner {
		max-width: 100%;
	}
	.row-collapse.customer-successful .row {
		flex-direction: column;
		align-items: center;
	}
	.customer-successful .item .info h4, 
	.customer-successful .item .info p {
		font-size: 18px;
	}
	.customer-successful .item .right {
		padding-left: 30px;
	}
	.customer-successful .item .right .text::before {
		left: -30px;
	}
	.customer-successful .item img {
		margin: 0 auto;
		display: block;
	}
	.popup-quiz .inner-quiz .col.large-6 .col-inner {
		padding: 0 !important;
	}
	.section-question .text-answers li::before {
	    font-size: 55px;
	    margin: 0 10px 0 0px;
	}
	.section-question .text-answers li {
		margin: 10px 15px 20px; 
		padding: 5px 20px 5px 15px;

	}
	.section-whychoose .button span {
		font-size: 21px;
	}
	.banner-lankim .text-box-content .button {
		bottom: 0;
		left: 50%;
		transform: translateX(-50%);
		margin: 0;
	}
	.banner-lankim .box-text {
		background: rgba(216, 231, 235, 0.9);
		padding-bottom: 46px;
	}
	.banner-lankim .button {
		bottom: -15px;
	    height: 47px;
	    line-height: 47px;
	    font-size: 14px;
	    left: 50%;
	    transform: translateX(-50%);
	}
	.banner-lankim h1 {
		font-size: 25px;
	}
	.banner-lankim.meso .button {
		left: auto;
		right: auto;
	}
	.section-tiem-meso h2 {
		font-size: 20px;
	}
	.section-tiem-meso h3 {
		font-size: 18px;
	}
	.section-advantages ul li, .section-tiem-meso ul li {
		font-size: 14px;
	}
	.col-seo-size .seo-size p {
		padding: 15px 2px;
		font-size: 20px;
	}
	.section-tiem-meso .button.btn-primary {
		font-size: 20px;
	}
	.box-contact .box-contact-content {
		max-width: 400px;
		flex-wrap: wrap;
	}
	.box-contact .box-form-contact, 
	.box-contact .box-background{
		width: 100%;
	}
	.box-contact .box-form-contact {
		order: 1;
	}
	.order-1-mb {
		order: 1;
	}
	.section-book-dv .col .col-inner {
		padding: 0 !important;
	}
	.dcma {
	    position: relative;
	    margin: 10px 0;
	    display: block;
	}
	.section-news .icon-box {
		width: 90%;
	}
	.box-service-mb .btSubTitle {
		margin: 0 0 14px;
		font-size: 13px;
	}
	.box-service-mb .btSubTitle .text-highlight {
		color: #00362d;
	}
	.box-service-mb .button {
		padding: 13px 26px;
	    font-size: 12px;
	    line-height: 1;
	    letter-spacing: 1px;
	    border-radius: 15px;
	}
	.box-service-mb .button span {
		line-height: 1;
	}
	.section-procedure .bottom .button {
		width: auto;
	}
}

@media only screen and (max-width: 550px) {
	.customer-reviews .home-review-top-list .home-review-top-wrap {
		width: 100% !important;
	}
	.show-form {
		font-size: 14px;
		padding: 0
	}
	.section-procedure .bottom h3 {
		line-height: 1.1;
		margin-bottom: 0;
	}
	.blog-archive h1, .single-page-header h1 {
		font-size: 26px;
	}
	.box-service-mb	.box-text {
	    padding: 30px 15px;
	}
	.box-service-mb hr:after {
		width: 50%;
	}
	.box-contact .box-contact-content {
		margin: 0 10px;
	}

	.section-question .text_ask {
		font-size: 35px;
	}
	.section-specialist .icon-box-img {
		border-right: 0;
		padding-right: 0;
	}
	.section-specialist .icon-box-text {
		text-align: center;
	}
	.section-specialist .col-inner .icon-box {
	    display: flex;
	    flex-direction: column;
	    align-items: center;
	}
	.section-specialist .icon-box-img svg {
		width: 20px;
	}
	.section-specialist .icon-box-img .icon-inner {
		text-align: center;
	}
	.footer-section .box-vertical .box-image {
		width: 115px !important;
	}
	.footer-section .box-vertical .box-image img {
		width: 90px !important;
		margin-right: 15px;

	}
	.footer-section .box.box-vertical{
		display: flex;
	}
	.footer-section .box.box-vertical .post-title {
		font-size: 16px;
	}
	.logo-footer {
		width: 100% !important;
		display: flex;
    	justify-content: center;
	}
	.footer-section .row .col:nth-child(2) h4 {
		text-align: center;
	}
	.footer-section .row .col:nth-child(2) h4::after {
		display: none;
	}
	.logo-footer .img-inner {
	    width: 50%;
	}
	.mfp-wrap.mfp-auto-cursor.off-canvas.off-canvas-left.mfp-ready .mfp-content {
	    background-color: #fff !important;
	    width: 320px !important;
	}
	.mfp-wrap.mfp-auto-cursor.off-canvas.off-canvas-left.mfp-ready .mfp-container {
		padding: 30px;
	}
	.mfp-wrap.mfp-auto-cursor.mfp-ready .mfp-content {
		width: 100% !important;
	}
	.mfp-wrap.mfp-auto-cursor.mfp-ready .mfp-container {
		padding: 0;
	}
	.mobile-sidebar li a {
	    text-align: center;
	    display: flex;
	    width: 100%;
	    justify-content: center;
	    font-size: 14px;
		padding-left: 0 !important;
	}
	.mobile-sidebar li .toggle {
		position: absolute;
		right: 0;
	}
	.mobile-sidebar li .toggle i {
		color: var(--primary-color);
	}
	.mobile-sidebar li {
		border: none !important;
	}
	.topTools .btIconWidget {
		display: flex;
	    flex-direction: column;
	    align-items: center;
	    color: #333;
	    margin-right: 0;
	}
	.topTools {
	    display: flex;
	    flex-direction: column;
	    align-items: center;
	}
	.topTools .btIconWidgetTitle {
		text-align: center;
		display: block;
	}
	.topTools .btIconWidgetText {
	    display: block;
	    text-align: center;
	}
	.mobile-sidebar .logo-custom {
		margin-bottom: 30px;
	}
	.section-talk .title h2 strong {
		display: block;
	}
	.blog-archive .badge.post-date {
	    left: 6px;
	    top: auto;
	    height: auto;
	    bottom: 0;
	    display: flex;
	    width: 100%;
	    align-items: center;
	    justify-content: flex-start;
	    background: rgba(0,0,0,0.6);
	    padding: 5px 10px;
	}
	.blog-archive .badge.post-date::before {
		height: 45px;
	}
	.blog-archive .badge.post-date .post-date-day, 
	.blog-archive .badge.post-date .post-date-month {
		color: #fff;
	}
	.blog-archive .badge.post-date .badge-inner {
		text-align: left;
		padding-left: 15px;
	}
	.blog-archive .entry-content .more-link.button {
	    margin: 10px auto;
	    padding: 0px 20px;
	    display: block;
	    width: 95px;
	    height: 31px;
	}
	.col-seo-size .seo-size p {
		font-size: 16px;
	}
	.section-whychoose .button span {
		font-size: 17px;
	}
	.section-whychoose .button {
	    height: 56px;
	    width: 65%;
	    line-height: 56px;
	}

	.section-seven .icon-box-text h5 {
		font-size: 26px;
	}
	.section-seven .icon-box .icon-box-img {
		width: 80px !important;
	}
	.section-seven .icon-box:nth-child(odd) {
	    padding: 10px 0 10px 45px;
	}
	.section-seven .icon-box:nth-child(even) {
	    padding: 10px 45px 10px 0;
	}
	.section-seven .icon-box .icon-box-text p {
	    font-size: 13px;
	}
	.section-seven .icon-box .icon-box-text h3 {
		font-size: 14px;
	}
	.section-seven .icon-box .icon-box-img .icon {
		height: 100%;
		display: flex;
		justify-content: center;
		flex-direction: column;
	}
	.section-seven .col:last-child p {
		font-size: 17px !important;
	}
	.section-method .button span, .section-seven .button span {
		font-size: 28px;
	}
	.section-procedure h2, 
	.section-dieutri h2, 
	.section-whychoose h2, 
	.section-teamdoctor h2, 
	.section-news h2, 
	.section-questions h2, 
	.section-advantages h2 {
		font-size: 20px;
	}
	.fag-item .title {
		padding: 9px 20px;
	}
	.section-lankim-serum h2 {
		font-size: 23px;
	}
	.section-lankim-serum p {
		font-size: 17px !important;
		text-align: justify;
	}
	.section-news .icon-box {
		width: 90%;
	}
	.banner-lankim .text-box-content .button {
		font-size: 14px;
	}
	.banner-lankim .text-box-content .button {
		height: 47px;
		line-height: 47px;
	}
	.section-tiem-meso h2 {
		font-size: 30px;
		text-align: center;
	}
	.section-tiem-meso h3 {
		font-size: 24px;
		text-align: center;
		border-left: none;
		margin-bottom: 20px;
	}
	.section-questions .questions h3::before {
		top: 50%;
		transform: translateY(-50%);
	}
	.img.logo {
		width: 30% !important;
	}
	.section-services h2 {
		font-size: 22px;
	}
	.section-method .title h2 {
		font-size: 14px;
	}
	.section-method .title h2 strong {
	    font-size: 20px;
	}
	.section-method .icon-box-text p {
	    font-size: 14px;
	    padding: 10px 20px;
	    margin-left: -20px;
	    line-height: 1.3;
	}
	.section-method .right .content {
		font-size: 15px;
		line-height: 1.5;
	}
	.section-method .register {
		font-size: 14px;
		margin: 25px 0;
	}
	.section-method .button span, .section-seven .button span {
		font-size: 20px;
	}
	.section-method .button, .section-seven .button {
		height: 62px;
		line-height: 66.5px;
	}
	.section-whychoose .col.pad-none.small-12.large-12 p {
		font-size: 15px !important;
	}
	.section-method .icon-box-img {
		width: 90px !important;
	}
	.banner-lankim.meso .button {
		white-space: nowrap;
	}
	.section-book-dv .text p {
	    font-size: 14px !important;
	}
	.section-tamsu h2 {
		font-size: 18px;
	}
	.section-tamsu h3 {
		font-size: 16px;
	}
	.section-tamsu {
		background-color: #fff !important;
	}
	.section-tamsu h2 strong,
	.section-tamsu h3 strong {
		color: var(--primary-color);
	}
	.popup-customer .right {
		padding-bottom: 70px;
	}
	.section-clinic .top .col .col-inner {
		height: 380px;
	}
}