/*font-family: 'Nunito', sans-serif;
font-family: 'Playball', cursive;*/
@import url('https://fonts.googleapis.com/css2?family=Allura&family=Cookie&family=DM+Sans:ital,wght@0,400;0,500;0,700;1,400;1,500;1,700&family=Engagement&family=Euphoria+Script&family=Figtree:wght@300;400;500;600;700;800&family=Lato:ital,wght@0,300;0,400;0,700;1,300;1,400;1,700&family=Nunito:ital,wght@0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Pacifico&family=Playball&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Courgette&family=Dancing+Script:wght@400;500;600&family=Forum&family=Great+Vibes&family=Handlee&family=Montserrat:wght@400;600;700&family=Satisfy&family=Prata&family=Italiana&family=Style+Script&display=swap');
:root {
	--color-blue: #00ABE9;
	--color-pink: #eb008b;
	--colorA: #97C0B2;
	--colorB: #D5A948;
	--colorC: #606060;
	--colorD: #FFFFFF;
	--font-heading: 'Playball';
	--font-heading-size: 36px;
	--font-body: 'Nunito';
}
* { 
    -moz-box-sizing: border-box; 
    -webkit-box-sizing: border-box; 
     box-sizing: border-box; 
}
@font-face {
  font-family: 'Ananda';
  src: URL('../../fonts/Ananda.ttf') format('truetype');
}
@font-face {
    font-family: 'Brushsci';
    src: url("../../fonts/Brushsci.ttf") format("truetype");
}
@font-face {
  font-family: '5thAvenue';
  src: url("../../fonts/5thAvenue.ttf") format("truetype");
}
@font-face {
  font-family: 'UTMTimes';
  src: url("../../fonts/UTM-Times.ttf") format("truetype");
}
@font-face {
    font-family: 'SanFrancisco';
    src: url("../../fonts/SanFranciscoText-Semibold.otf") format("opentype");
    font-weight: normal;
    font-style: normal;
}
@font-face {
  font-family: 'HattonSemibold';
  src: url("../../fonts/Hatton-Semibold.otf") format("opentype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Avantgardelt';
  src: url("../../fonts/AVANTGARDELT-MEDIUM.otf") format("opentype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'MinionVariableConceptRoman';
  src: url("../../fonts/MinionVariableConcept-Roman.otf") format("opentype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'AnthonyHunter';
  src: url("../../fonts/Anthony-Hunter.otf") format("opentype");
}
.text-center {
	text-align: center;
}
.text-right {
	text-align: right;
}
.float-left {
	float: left;
}
.float-right {
	float: right;
}
button:hover {
	cursor: pointer;
}
svg path {fill: var(--colorB);}
h1 {
	margin-block-start: 0em;
    margin-block-end: 0em;
    font-weight: normal;
}
h2 {
	margin-block-start: 0em;
    margin-block-end: 0em;
    font-weight: normal;
}
h3 {
	margin-block-start: 0em;
    margin-block-end: 0em;
    font-weight: normal;
}
h4 {
	margin-block-start: 0em;
    margin-block-end: 0em;
    font-weight: normal;
}
h5 {
	margin-block-start: 0em;
    margin-block-end: 0em;
    font-weight: normal;
}
p {
	margin-block-start: 0px;
	margin-block-end: 0px;
	margin-bottom: 10px;
}
ul {
	list-style: none;
	padding-left: 0px;
	margin-block-start: 0em;
    margin-block-end: 0em;
}
a {
	text-decoration: none;
	color: var(--colorC);
}
strong {
	font-weight: bold;
}
a:hover {
	color: var(--colorB);
}
small {
	font-size: 80%;
}
.pbt-0 {
	padding-bottom: 0px !important;
}
.pbt-10 {
	padding-bottom: 10px !important;
}
.pbt-20 {
	padding-bottom: 20px !important;
}
.pbt-30 {
	padding-bottom: 30px !important;
}
.img {
	/*width: 200px;
	height: 200px;*/
	overflow: hidden;
	border-radius: 10px;
	border: 2px solid var(--colorA);
}
.img img {
	height: 100%;
	width: 100%;
	object-fit: cover;
}
.bg-container {
	background-size: cover;
	background-repeat: no-repeat;
}
.ql-align-center {
	text-align: center;
}
html,
body,
.pc-web
{
    width: 100%;
    margin: 0px;
    font-size: 1rem;
}
.container-fluid {
	max-width: 1170px;
	/*width: 100%;*/
	margin: 0px auto;
	padding-left: 15px;
	padding-right: 15px;
}
.container {
	max-width: 860px;
	margin: 0px auto;
	padding-left: 15px;
	padding-right: 15px;
}
.pc-web >.main {
    /*max-width: 500px;*/
    width: 100%;
    position: relative;
    margin: 0px auto;
    overflow: hidden;
    font-family: var(--font-body), sans-serif;
    color: var(--colorC);
}
.main >.call-action {
	height: 50px;
	line-height: 50px;
	background-color: var(--colorB);
	color: var(--colorD);
}
.main >.call-action span.icon-star {
	margin-right: 8px;
}
.main >.call-action span.title {
	font-weight: 600;
}
.main >.call-action a {
	display: inline-block;
	height: 32px;
	line-height: 32px;
	background-color: var(--colorD);
	padding: 0px 16px;
	border-radius: 16px;
	text-transform: uppercase;
	color: var(--colorB);
	font-size: 14px;
	font-weight: 500;
}
.main >header {
    height: 50px;
    line-height: 50px;
    background-color: var(--colorA);
    display: inline-block;
    width: 100%;
    font-family: var(--font-heading), cursive;
    color: #ffffff;
    font-size: 1.4rem;
}
.main >header span.icon-back-arrow {
	display: inline-block;
	width: 32px;
	height: 32px;
	line-height: 32px;
	text-align: center;
	border-radius: 50%;
	background-color: #C7DAD4;
	font-size: 1rem;
	position: absolute;
	top: 9px;
	left: 20px;
}
.main >header img {
	max-height: 40px;
	vertical-align: middle;
}
.main >header.appointment img {
	position: relative;
	top: 6px;
}
header ul.menu li {
	display: inline-block;
	padding-left: 50px;
}
header ul.menu li:first-child {
	padding-left: 0px;
}
header ul.menu li a {
	display: inline-block;
	font-family: var(--font-heading), cursive;
	/*font-family: var(--font-body), sans-serif;*/
	font-size: 1.3rem;
	color: var(--colorD);
	text-decoration: none;
}
header ul.menu li.active a {
	color: var(--colorB);
	font-weight: 600;
}
.main >header .qrmenu {
	text-align: center;
}
.main .wrap-content {
	
	/*height: calc(100% - 135px);
	overflow-y: scroll;*/
}
.main.page-service .wrap-content,
.main.page-info .wrap-content
{
	/*height: calc(100% - 90px);*/
}
.main .wrap-content >.slide {
	width: 100%;
	min-height: 300px;
	background-color: #eeeeee;
	position: relative;
}
.main .wrap-content >.slide.slide-right {
	/*height: 400px;*/
}
.main .wrap-content >.slide img {
	height: auto;
    width: 100%;
	/*object-fit: cover;*/
}
.main .wrap-content >.slide .text {
	position: absolute;
	left: 24%;
	bottom: 20%;
}
.main .wrap-content >.slide.slide-right .text {
	/*width: 45%;*/
	left: unset;
	right: 17.2%;
	/*text-align: left;*/
}
.main .wrap-content >.slide p {
	font-size: 3.2rem;
	font-weight: 500;
	word-spacing: 6px;
	font-style: italic;
	text-transform: capitalize;
	font-family: var(--font-heading), cursive;
	line-height: 60px;
	/*text-align: left;*/
	margin-bottom: 20px;
}
.main .wrap-content >.slide.slide-right .text p {
	font-size: 3.2rem;
	font-weight: 500;
	word-spacing: 4px;
	line-height: 60px;
	text-align: left;
	/*text-transform: unset;*/
	margin-bottom: 20px;
}
.wrap-content >.slide .btn {
	height: 40px;
	line-height: 40px;
	border-radius: 20px;
	padding: 0px 25px;
}
a.btn {
	display: inline-block;
	height: 34px;
	line-height: 34px;
	border-radius: 17px;
	padding: 0px 18px;
	background-color: var(--colorB);
	color: var(--colorD);
	font-size: 13px;
}
a.btn.btn-center {
	display: table;
    margin: 0 auto;
}
.splide__slide {
    background: #4b5954;
    overflow: hidden;
    position: relative;
    z-index: 0;
}
h1.title {
	color: var(--colorB);
	font-family: var(--font-heading), cursive;
	font-size: 1.8rem;
	padding: 10px 0px;
}
h2.block-title {
	font-family: var(--font-heading), cursive;
	font-weight: 400;
    font-size: var(--font-heading-size);
    padding-bottom: 20px;
}
section.home-services {
	padding: 25px 0px;
}
.page-info .container.promotion {
	padding: 50px 0px;
	padding-top: 50px;
}
.promotion .head {
	color: var(--colorB);
	padding-bottom: 30px;
}
.promotion .head h3 {
	font-size: 24px;
	font-weight: 600;
	padding-bottom: 5px;
}
.promotion .head h5 {
	font-size: 16px;
}
.promotion .input.three-input {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	grid-gap: 12px;
}
.promotion .input input {
	height: 34px;
	line-height: 34px;
	border-radius: 17px;
	background-color: #f4f4f4;
	border: 1px solid #dddddd;
	padding: 0px 15px;
}
.container.promotion p.note {
	padding-top: 30px;
	padding-bottom: 30px;
	color: var(--colorB);
	text-align: center;
}
.promotion .button {
	text-align: center;
}
.promotion .button  button {
	background-color: var(--colorB);
	color: var(--colorD);
	font-size: 14px;
	border: none;
	border-radius: 4px;
	height: 34px;
	line-height: 34px;
	margin-left: 3px;
	margin-right: 3px;
}
.promotion .button  button.btn-back {
	width: 85px;
}
.promotion .button  button.btn-back span {
	margin-right: 5px;
}
.promotion .button  button span::before {
	color: var(--colorD);
}
.promotion .button  button.btn-submit {
	width: 180px;
}
.promotion .button  button.btn-submit span {
	font-size: 10px;
	margin-right: 1px;
}
.success-register .notify {
	padding-top: 60px;
	padding-bottom: 50px;
}
.success-register .notify .icon-gift {
	font-size: 4.5rem;
}
.success-register .notify .icon-gift::before {
	color: var(--colorB);
}
.success-register .notify h2 {
	color: var(--colorB);
	padding-top: 5px;
	padding-bottom: 20px;
}
.success-register .notify p {
	padding-bottom: 50px;
}
.success-register .notify a.btn {
	border-radius: 6px;
	width: 150px;
	font-size: 1rem;
}
.home-services h2.block-title {
	padding-bottom: 30px;
}
.home-services .service-carousel .item {
	text-align: center;
	font-size: 0.9rem;
}
.home-services .service-carousel span.icon {
	display: inline-block;
	width: 80px;
	height: 80px;
	line-height: 80px;
	text-align: center;
	background-color: #F6EED9;
	border-radius: 50%;
	box-shadow: rgb(99 99 99 / 20%) 2px 2px 4px 1px;
	margin-bottom: 5px;
	position: relative;
}
.home-services .service-carousel span.icon::after {
	content: "";
	display: inline-block;
	width: 80px;
	height: 80px;
	background-color: #ffffff;
	border-radius: 50%;
	position: absolute;
	top: 0px;
    left: 0px;
    z-index: -1;
}
.home-services .service-carousel span.icon img,
.home-services .service-carousel span.icon svg
{
	max-width: 40px;
    max-height: 40px;
    display: inline-block;
    vertical-align: middle;
}
.home-services .service-carousel span.icon svg path {
	fill: var(--colorB) !important;
}
.home-services .service-carousel span.icon img {
	max-width: 55px;
    max-height: 55px;
}
.item h5 {
	line-height: 20px;
	font-size: 0.95rem;
}
.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span
{
	background-color: var(--colorB);
}
ul.service-simple-list {
	padding: 40px 0px;
}
.page-service .services .grid ul.service-simple-list {
	padding-top: 68px;
	padding-bottom: 20px;
}
.relate-service ul.service-simple-list {
	padding-top: 0px;
}
ul.service-simple-list li {
	display: inline-block;
	min-height: 32px;
	width: 100%;
}
ul.service-simple-list li p {
	padding: 10px 0px;
	margin-bottom: 10px;
	color: var(--colorC);
}
ul.service-simple-list li a {
	display: flex;
	width: 100%;
	line-height: 1px;
	color: var(--colorB);
	font-weight: bold;
/*	border-bottom: 1px solid var(--colorC);*/
	position: relative;
}
ul.service-simple-list li a span.name,
ul.service-simple-list li a >span.float-right
{
	display: inline-block;
}
ul.service-simple-list li a span.name {
	padding-right: 5px;
}
ul.service-simple-list li a >span.float-right {
	display: flex;
	flex-grow: 1;
/*	padding-bottom: 3px;*/
/*	border-bottom: 1px solid var(--colorB);*/
}
ul.service-simple-list li a >span.float-right span.line {
	display: inline-block;
	padding-bottom: 5px;
	flex-grow: 1;
	border-bottom: 1px solid var(--colorB);
}
ul.service-simple-list li a >span.float-right span.price {
	padding-left: 5px;
}
.main .popular-services {
	padding: 20px;
	overflow: hidden;
}
.wrap-content.page-service .services .container {
	overflow: hidden;
}
.wrap-content.page-service >.services {
	padding: 30px 0px;
	padding-bottom: 190px;
	background-size: cover;
}
.page-service .services .category {
	width: 35%;
	float: left;
}
.page-service .services .grid {
	padding-top: 5px;
	width: 65%;
	float: right;
}
.page-service .services .grid .banner {
	position: relative;
	height: fit-content;
/*	margin-bottom: 15px;*/
}
.page-service .services .grid .banner img {
	width: 100%;
	height: auto;
	vertical-align: top;
}
.page-service .services .grid .banner h3 {
	height: 60px;
	line-height: 45px;
	font-size: 35px;
	color: var(--colorD);
	position: absolute;
	left: 0px;
	right: 0px;
	bottom: 0px;
	background: linear-gradient(to bottom, transparent 0%, color-mix(in srgb, var(--colorB), transparent 60%) 100%);
}
.page-service .services .grid .banner h3.blow-img {
	position: unset;
	background: unset;
	line-height: 60px;
	color: var(--colorC);
	font-size: 25px;
}
.page-service .services .grid .row {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
    grid-gap: 35px;
	/*flex-direction: row;
	justify-content: space-between;*/
}
.page-service .services .grid .row .service {
	width: auto;
	/*width: 168px;
	flex: 1;*/
}
.page-service .services .grid .row .service .img {
	width: 100%;
	aspect-ratio : 1 / 1;
}
.page-service .services .category h2 {
	font-family: var(--font-heading), cursive;
	font-size: 2.5rem;
	margin-bottom: 20px;
}
.page-service .services .category ul li {
	padding: 5px 0px;
	font-size: 1.1rem;
	margin-bottom: 10px;
}
.category ul li a {
	display: inline-block;
	font-weight: 700;
}
.category ul li.active a {
	color: var(--colorB);
}
.category ul li a >span {
	display: inline-block;
	width: 32px;
	height: 32px;
	line-height: 32px;
	border-radius: 50%;
	text-align: center;
	background-color: #F6EED9;
	margin-right: 10px;
}
.category ul li a >span img {
	max-width: 22px;
	max-height: 22px;
	vertical-align: middle;
}
.category ul li a >span svg {
	max-width: 16px;
	max-height: 16px;
	vertical-align: middle;
}
.category ul li a >span svg path {
	fill: var(--colorB);
}
.category ul li a >span span.img-icon {
	display: inline-block;
	height: 100%;
	width: 100%;
	-webkit-mask: url('../icon/1.svg') no-repeat center;
  	mask: url('../icon/1.svg') no-repeat center;
}
.page-service .services .pagination {
	overflow: hidden;
	padding: 10px 0px;
}
.page-service .services .pagination ul li {
	display: inline-block;
	float: left;
	margin-right: 15px;
}
.page-service .services .pagination ul li a,
.page-service .services .pagination ul li span
{
	display: inline-block;
	width: 28px;
	height: 28px;
	line-height: 28px;
	text-align: center;
	border-radius: 50%;
	border: 1px solid #eeeeee;
	/*font-size: 0.9rem;*/
}
.page-service .services .pagination ul li.active a,
.page-service .services .pagination ul li.active span
{
	background-color: var(--colorB);
	color: #ffffff;
}
.single-service .bg-container {
	padding-top: 10px;
	padding-bottom: 200px;
}
.single-service section.content {
	padding: 20px 0px;
	padding-bottom: 40px;
}
.single-service section.content .container {
	overflow: hidden;
}
.single-service section.content .img {
	width: 290px;
	height: 290px;
	float: left;
}
.single-service section.content .container >.float-right {
	width: calc(100% - 315px);
}
.single-service section.content .head {
	display: inline-block;
	height: 38px;
	line-height: 38px;
	width: 100%;
	overflow: hidden;
	margin-bottom: 0px;
}
.single-service section.content .head a {
	display: inline-block;
	height: 28px;
	line-height: 28px;
	padding: 0px 12px;
	border-radius: 5px;
	margin-right: 10px;
	background-color: var(--colorA);
	color: #ffffff;
	position: relative;
	top: -4px;
}
.single-service section.content .head h1 {
	display: inline-block;
	font-size: 1.6rem;
	font-weight: 600;
	padding-top: 3px;
	text-transform: capitalize;
}
.single-service section.content .service-variations {
	display: grid;
	grid-template-columns: 1fr 1fr;
	grid-gap: 15px 20px;
	padding-left: 20px;
	padding-right: 20px;
}
.single-service section.content .service-variations >div {
	height: 40px;
	line-height: 38px;
	background-color: var(--colorD);
	border: 1px solid var(--colorA);
	padding: 0px 10px;
	border-radius: 5px;
	/*margin-bottom: 10px;*/
	font-size: 13px;
	position: relative;
}
.single-service section.content .service-variations >div:hover {
	cursor: pointer;
}
.single-service section.content .service-variations >div .price {
	font-size: 16px;
	font-weight: bold;
	color: var(--colorB);
	position: absolute;
    display: block;
    height: 38px;
    width: fit-content;
    top: 0px;
    right: 1px;
    padding-left: 5px;
    padding-right: 8px;
    background-color: var(--colorD);
    border-radius: 4px;
}
.single-service section.content .service-variations >div .price small {
	font-weight: normal;
	font-size: 14px;
}
.single-service section.content .service-variations >div.active {
	background-color: var(--colorA);
	color: var(--colorD);
	height: 42px;
    line-height: 40px;
    margin-right: -2px;
}
.single-service section.content .service-variations >div.active:nth-child(even) {
	margin-left: -2px;
}
.single-service section.content .service-variations >div.active .price {
	background-color: var(--colorA);
}
.single-service section.content .price-btn {
	/*overflow: hidden;*/
	padding: 10px 0px;
}
.single-service section.content .price-btn .price {
	color: var(--colorB);
	font-size: 2rem;
	position: relative;
	top: 3px;
}
.single-service section.content .price-btn .price small {
	position: relative;
	top: -2px;
}
.single-service section.content .body {
	padding-top: 0px;
}
.single-service section.content .body .content-text {
	line-height: 22px;
	padding-top: 5px;
	text-align: justify;
}
.main .popular-services .row,
.page-service section.services .row,
.single-service .relate-service .row
{
	width: 100%;
  	display: flex;
  	flex-direction: row;
  	justify-content: space-between;
  	margin-bottom: 25px;
}
.main .popular-services .row.grid
{
	display: grid;
	grid-template-columns: repeat(4, 1fr);
    grid-gap: 35px;
}
.main .popular-services .service,
.page-service section.services .service,
.single-service .relate-service .service
{
	/*width: calc(25% - 20px);*/
	width: auto;
	float: left;
	position: relative;
	/*margin-bottom: 20px;*/
	/*border: 3px solid var(--colorA);*/
	/*border-radius: 10px;*/
}
.main .popular-services .row.grid .service {
	margin-bottom: 5px;
    width: unset;
}
/*.main .popular-services .service:nth-child(odd) {
	
}
.main .popular-services .service:nth-child(even),
.page-service section.services .service:nth-child(even),
.single-service .relate-service .service:nth-child(even)
{
	float: right;
}*/
.main .popular-services .service .img,
.page-service section.services .service .img,
.single-service .relate-service .service .img
{
	width: 100%;
	aspect-ratio : 1 / 1;
	border-radius: 10px;
	border: 2px solid var(--colorA);
	overflow: hidden;
}
.main .popular-services .service img,
.page-service section.services .service img,
.single-service .relate-service .service img
{
	width: 100%;
	height: 100%;
	object-fit: cover;
	/*border-radius: 10px;*/
}
.main .popular-services .service span.price,
.page-service section.services .service span.price,
.single-service .relate-service .service span.price
{
	font-size: 1.36rem;
	font-weight: 700;
	color: var(--colorB);
}
.service span.price small {
	font-size: 1rem;
}
.main .popular-services .service h3.service-title,
.page-service section.services .service h3.service-title,
.single-service .relate-service .service h3.service-title
{
	text-transform: capitalize;
	padding: 10px 0px;
}
.page-service section.services .service h3.service-title {
	font-size: 1rem;
}
.main .popular-services .service h3.service-title a,
.page-service section.services .service h3.service-title a,
.single-service .relate-service .service h3.service-title a
{

}
.scroll-x {
	width: 100%;
	overflow-x: scroll;
    overflow-y: hidden;
}
.tab {
	width: 100%;
	white-space: nowrap;
}
.tab button,
.tab a.tablinks
{
	background-color: transparent;
	border: none;
	font-size: 1rem;
	display: inline-block;
	padding: 0px 15px;
	color: var(--colorC);
}
.tab .tablinks:hover {
	cursor: pointer;
}
.tab button span {
	display: none;
}
.tab button.active {
	position: relative;
	color: var(--colorB);
	font-size: 1.1rem;
}
.tab button.active span {
	display: inline-block;
	width: 7px;
	height: 7px;
	background-color: var(--colorB);
	border-radius: 50%;
	position: absolute;
	left: calc(50% - 4px);
	bottom: -11px;
}
.tabcontent {
  display: none;
}
.tabcontent.active {
  display: block;
}
section.gallery {
	padding-bottom: 10px;
}
.gallery h2 {
	margin-bottom: 10px;
}
.gallery .tabcontent {
	padding: 30px;
}
.gallery .tabcontent .img {
	aspect-ratio : 1 / 1;
	/*width: calc(50% - 10px);
	height: 180px;
	overflow: hidden;
	float: left;
	margin-bottom: 20px;
	border-radius: 10px;
	border: 3px solid var(--colorA);*/
}
.gallery .tabcontent .img:nth-child(even) {
	/*float: right;*/
}

footer {
	/*padding: 20px 50px;*/
	background-color: #ffffff;
	background-size: cover;
	min-height: 400px;
	padding-top: 35px;
	position: relative;
}
footer .card {
    height: 280px;
    border: 2px solid var(--colorA);
    border-radius: 15px;
    position: absolute;
    top: -48%;
    left: 30px;
    right: 30px;
    background-color: #ffffff;
    background-size: cover;
}
footer .card .head {
    height: 80px;
    line-height: 80px;
    padding-left: 24%;
    padding-right: 24%;
}
footer .card .head >div.logo {
    width: 40%;
}
footer .card .head .logo img {
    max-height: 50px;
    position: relative;
    vertical-align: middle;
}
footer .card .head >div {
    width: 60%;
}
footer ul {
    padding-top: 5px;
    margin-bottom: 0px;
    /*height: 100%;*/
    overflow: hidden;
}
footer ul li {
    display: inline-block;
    text-align: center;
    margin-right: 12px;
}
footer ul li a {
    display: block;
    text-decoration: none;
    color: #aaaaaa;
    font-size: 32px;
    position: relative;
}
footer .card .body {
    padding: 15px 20px 20px 20px;
    overflow: hidden;
}
footer .card .body .contact {
    width: 38%;
    padding-right: 140px;
}
footer .card .body .tr {
    height: 36px;
    line-height: 36px;
    overflow: hidden;
}
footer .card .body .tr:first-child {
    height: 36px;
    line-height: 36px;
}
footer .card .body .tr div.icon {
    width: 45px;
    float: left;
}
footer .card .body .tr .icon >span {
    display: inline-block;
    width: 36px;
    height: 36px;
    line-height: 36px;
    text-align: center;
}
footer .card .body .tr:first-child .icon >span {
    width: 36px;
    height: 36px;
    line-height: 36px;
    border-radius: 50%;
    border: 1px solid #eeeeee;
}
footer .card .body .tr div.icon >span::before,
footer .card .body >div >span::before
{
    color: var(--colorB);
}
footer .card .body .tr div.float-right {
    width: calc(100% - 45px);
    font-size: 14px;
}
footer .card .body .tr:first-child .float-right {
    font-weight: bold;
    font-size: 15px;
}
footer .card .body .tr div.float-right.addr {
    line-height: 18px;
}
footer .card .body .hours {
    width: 32%;
    position: relative;
    padding-left: 45px;
}
footer .card .body .hours >span,
footer .card .body .holidays >span
{
    display: inline-block;
    width: 36px;
    height: 36px;
    line-height: 36px;
    text-align: center;
    border-radius: 50%;
    border: 1px solid #eeeeee;
    position: absolute;
    top: 0px;
    left: 0px;
}
footer .card .body >div >.title {
    height: 36px;
    line-height: 36px;
}
footer .card .body .text {
	padding-top: 10px;
}
footer .card .body >div .text p {
    font-size: 14px;
    white-space: pre;
    line-height: 32px;
}
footer .card .body .holidays {
    width: 30%;
    position: relative;
    padding-left: 45px;
}
footer .card .body >div .day {
    height: 32px;
    line-height: 32px;
    width: 50%;
    float: left;
    font-size: 14px;
}


footer .logo {
	height: 120px;
	line-height: 120px;
	margin-bottom: 25px;
	text-align: center;
}
footer .logo img {
	width: auto;
	max-height: 120px;
}
footer .social {
	padding-bottom: 35px;
}
footer .social ul {
	width: 25%;
	margin: 0 auto;
	text-align: center;
}
footer .social ul li {
	width: fit-content;
	display: inline-block;
	padding: 0px 12px;
}
footer .social ul li a {
	display: inline-block;
	text-decoration: none;
	font-size: 2.2rem;
}
footer .social ul li a >span span.path1::before {
	color: var(--colorB) !important;
}
footer .body {
	padding: 10px 50px 20px 50px;
	overflow: hidden;
}
footer .body .contact {
	width: 38%;
	padding-right: 90px;
}
footer .body .hours {
	width: 32%;
	position: relative;
	padding-left: 50px;
}
footer .body .holidays {
	width: 30%;
	position: relative;
	padding-left: 50px;
}
footer .body .tr {
	height: 38px;
	line-height: 38px;
	overflow: hidden;
	color: var(--colorD);
}
footer .body .tr:first-child {
	height: 40px;
	line-height: 40px;
}
footer .body .tr div.icon {
	width: 45px;
	float: left;
}
footer .body .tr div.icon >span::before,
footer .body >div >span::before
{
	color: var(--colorB);
}
footer .body .tr div.float-right {
	width: calc(100% - 50px);
	font-size: 15px;
	color: var(--colorD);
}
footer .body .tr div.float-right.addr {
	height: 38px;
	line-height: 19px;
	display: flex;
    /*justify-content: center;*/
    align-items: center;
}
footer .body .tr .icon >span {
	display: inline-block;
	width: 36px;
	height: 36px;
	line-height: 36px;
	text-align: center;
}
footer .body .tr:first-child .icon >span {
	width: 38px;
	height: 38px;
	line-height: 38px;
	border-radius: 50%;
	background-color: #ffffff;
}
footer .body .tr:first-child .float-right {
	font-weight: bold;
	font-size: 16px;
}
footer .body .tr:not(:first-child) .icon >span::before {
	color: var(--colorD);
}
footer .body .hours >span,
footer .body .holidays >span
{
	display: inline-block;
	width: 38px;
	height: 38px;
	line-height: 38px;
	text-align: center;
	border-radius: 50%;
	background-color: #ffffff;
	position: absolute;
	top: 0px;
	left: 0px;
	font-size: 16px;
}
footer .body .holidays >span.icon-close {
	font-size: 20px;
    line-height: 34px;
}
footer .body >div >.title {
	height: 36px;
	line-height: 36px;
	color: var(--colorD);
}
footer .body >div .text {
	padding-top: 5px;
	font-size: 15px;
	line-height: 35px;
	color: var(--colorD);
}
footer .body >div .text p {
	white-space: pre;
}
footer .body >div .day {
	height: 35px;
	line-height: 35px;
	width: 50%;
	float: left;
	font-size: 15px;
}
.copyright {
	background-color: var(--colorB);
	padding: 10px;
	color: var(--colorD);
	font-size: 14px;
	font-family: var(--font-body), sans-serif;
}

.page-service section.services {
	padding: 20px;
}
.page-service section.services .tab {
	padding-bottom: 10px;
	overflow-x: scroll;
	margin-bottom: 10px;
}
.page-service section.services .tab button {
	padding: 0px 8px;
}
.single-service section.img {
	height: 50%;
	width: 100%;
}
.single-service section.img img {
	height: 100%;
	width: 100%;
	object-fit: cover;
}
.single-service .content {
	padding: 10px 20px 30px 20px;
}
.single-service .content .head {
	height: 40px;
	line-height: 40px;
	margin-bottom: 5px;
}
.single-service .content .head .category {
	display: inline-block;
	height: 26px;
	line-height: 26px;
	padding: 0px 8px;
	border-radius: 3px;
	color: #ffffff;
	background-color: var(--colorA);
	float: left;
	position: relative;
	top: 6px;
	margin-right: 10px;
}
.single-service .content .head h1.title {
	width: auto;
	float: left;
	font-weight: bold;
	font-size: 1.4rem;
}
.single-service .content h2.price {
	color: var(--colorB);
	font-size: 1.68rem;
}
.single-service .content h3 {
	color: #aaaaaa;
	padding: 5px 0px;
	margin-top: 15px;
	font-size: 1.1rem;
}
.single-service .content .content-text {
	padding-bottom: 10px;
}
.content-text .readmore {
	color: var(--colorB);
	float: right;
	font-size: 0.9rem;
	position: relative;
	/*top: 3px;*/
}
.content-text .readmore:hover {
	cursor: pointer;
}
.single-service .content .bottom {
	padding: 22px 20px 0px 20px;
}
.single-service .content .bottom >.price {
	width: 34%;
	padding-top: 8px;
}
.single-service .content .bottom >.price strong {
	font-size: 1.5rem;
	color: var(--colorB);
	padding-left: 5px;
}
.single-service .content .btn {
	height: 40px;
	line-height: 40px;
	text-align: center;
	border-radius: 5px;
	width: 100%;
	text-align: center;
    /*float: right;*/
    /*padding: 0px 100px;*/
    box-shadow: rgba(0, 0, 0, 0.15) 2px 2px 3px;
}
.single-service .content .btn.float-right {
	width: 64%;
}
.single-service .content .btn span {
	position: relative;
	top: 0px;
	font-size: 0.8rem;
	margin-right: 5px;
}
.single-service .content .btn span::before {
	color: #ffffff;
}
.single-service .relate-service {
	padding: 20px;
	padding-bottom: 100px;
	overflow: hidden;
}
.single-service .relate-service h2 {
	margin-bottom: 20px;
}
.single-service .relate-service .service .img {
	width: 100%;
	aspect-ratio : 1 / 1;
}
.main .wrap-content section.cover {
	min-height: 250px;
}
.main .wrap-content section.cover img {
	width: 100%;
	height: auto;
	/*object-fit: cover;*/
}
section.contact {
	position: relative;
	padding: 0px 20px 20px 20px;
}
section.contact .card {
	padding: 0px 20px;
	border: 1px solid var(--colorA);
	border-radius: 10px;
	margin-top: -20px;
	background-color: #ffffff;
	position: relative;
	display: table;
	box-shadow: rgba(0, 0, 0, 0.15) 2px 2px 3px;
}
section.contact .card span.logo {
	display: inline-block;
	width: 68px;
	height: 68px;
	line-height: 65px;
	text-align: center;
	overflow: hidden;
	border-radius: 8px;
	background-color: #ffffff;
	border: 2px solid var(--colorB);
	position: relative;
    top: -34px;
}
section.contact .card span.logo img {
	max-width: 55px;
	max-height: 55px;
	vertical-align: middle;
}
section.contact .card .head {
	height: 50px;
}
.contact .card .salon-name {
	position: absolute;
	top: 5px;
	left: 100px;
	font-size: 1.25rem;
	font-weight: 800;
}
.contact .card .table >div {
	margin-bottom: 12px;
	overflow: hidden;
}
.contact .card .table >div >div {
	float: right;
	width: calc(100% - 48px);
}
.contact .card .table >div >span {
	display: inline-block;
	width: 38px;
	height: 38px;
	line-height: 38px;
	text-align: center;
	border-radius: 50%;
	border: 1px solid #e6e6e6;
	font-size: 1.2rem;
}
.contact .card .table div.location >div {
	font-weight: 600;
}
.contact .card .table div.business-hour .title {
	display: inline-block;
	padding-top: 8px;
	padding-bottom: 12px;
	font-weight: 500;
	width: 100%;
}
.contact .card .table .tr {
	width: 100%;
	padding: 3px 0px;
	font-size: 0.88rem;
	overflow: hidden;
	/*font-weight: 300;*/
}
.contact .card .table .tr .td {
	width: 35%;
	float: left;
}
.contact .card .table .tr .td:last-child {
	width: 65%;
	float: right;
}
.contact .card .bottom {
	height: 50px;
	line-height: 50px;
	border-top: 2px solid #dddddd;
}
.contact .card .bottom >div {
	width: 33.3%;
	float: left;
	font-weight: 500;
	padding-top: 5px;
}
.contact .card .bottom >div span {
	display: inline-block;
	width: 38px;
	height: 38px;
	line-height: 38px;
	text-align: center;
	border-radius: 50%;
	border: 1px solid #e6e6e6;
	font-size: 1.1rem;
	margin-right: 5px;
	font-weight: normal;
}
.page-info .content {
	padding: 20px 20px 20px 20px;
	padding-bottom: 200px;
	background-size: cover;
}
.page-info .container {
	padding-top: 10px;
	padding-bottom: 30px;
}
.page-info .container h1 {
	color: var(--colorB);
    font-family: var(--font-heading), cursive;
    font-size: 1.8rem;
    padding: 10px 0px;
}
.page-info .container p {
	line-height: 24px;
	text-align: justify;
}
.page-info .container a {
	text-decoration: underline;
}
.page-info .content h2 {
	color: var(--colorB);
	padding-bottom: 10px;
}
.page-info .content .text {
	text-align: justify;
}
.page-info .content .text a {
	color: var(--colorA);
}
.page-info .content .text em {
	font-style: italic !important;
}
.page-info .content .text .ql-align-center {
	text-align: center;
}
.page-info .social h2 {
	color: var(--colorB);
	padding-top: 12px;
}
.page-info .social ul {
	padding: 20px;
	overflow: hidden;
	text-align: center;
}
.page-info .social ul li {
	width: fit-content;
	display: inline-block;
	padding: 0px 10px;
}
.page-info .social ul li a {
	display: inline-block;
	text-decoration: none;
	font-size: 2rem;
}
section.calendar {
	height: 150px;
	background-color: var(--colorA);
	color: #ffffff;
	padding: 20px;
}
section.calendar .head {
	font-size: 1.4rem;
	font-family: var(--font-heading), cursive;
	text-align: center;
	margin-bottom: 10px;
}
section.calendar .nav {
	padding: 10px 20px;
	padding-left: 28%;
	padding-right: 28%;
	margin-bottom: 5px;
}
section.calendar .nav span {
	display: inline-block;
}
section.calendar .nav span.float-left {
	float: left;
	width: 15%;
	font-size: 0.68rem;
	position: relative;
	top: 10px;
}
section.calendar .nav span.my {
	font-size: 1.28rem;
	font-weight: 600;
	width: 70%;
	text-align: center;
}
section.calendar .nav span.float-right {
	float: right;
	width: 15%;
	text-align: right;
	font-size: 0.68rem;
	position: relative;
	top: 10px;
}
/*section.calendar .table >div {
	overflow: hidden;
	margin-bottom: 15px;
	display: flex;
	flex-direction: row;
    justify-content: space-between;
}*/

section.appointment {
	padding: 30px 0px;
	padding-bottom: 180px;
	background-size: cover;
}
section.appointment .container {
	overflow: hidden;
}
section.appointment .container >div {
	width: calc(50% - 20px);
}
section.appointment h4 {
	font-weight: 700;
	margin-bottom: 14px;
}
section.appointment .calendar {
	background-color: var(--colorA);
	color: #ffffff;
	padding: 30px 10px 10px 10px;
	border-radius: 10px;
}
section.appointment .calendar .head {
	height: 40px;
	line-height: 40px;
	padding-left: 24%;
	padding-right: 24%;
}
section.appointment .calendar .head span {
	display: inline-block;
	height: 40px;
	line-height: 40px;
	width: 10%;
	float: left;
	font-size: 0.68rem;
}
section.appointment .calendar .head span.my {
	font-size: 1.28rem;
	font-weight: 600;
	width: 80%;
	text-align: center;
}
section.appointment .calendar .head span.icon-arrow-left {
	text-align: left;
}
section.appointment .calendar .head span.icon-arrow-right {
	text-align: right;
}
section.appointment .calendar .table {
	padding-top: 28px;
	padding-bottom: 10px;
	/*margin-left: -10px;
	margin-right: -10px;*/
}
section.appointment .calendar .table >div {
	/*margin-bottom: 35px;*/
	height: 55px;
	display: flex;
}
section.appointment .calendar .table >div:last-child {
	margin-bottom: 10px;
}
section.appointment .calendar .table >div .td {
	display: inline-block;
	width: 14.28%;
	float: left;
	text-align: center;
	/*width: fit-content;*/
}
section.appointment .calendar .table >div .td:hover {
	cursor: pointer;
}
section.appointment .calendar .table .tr-date {
	font-size: 0.95rem;
}
section.appointment .calendar .table >div .td span {
	display: inline-block;
	width: 32px;
	height: 32px;
	line-height: 32px;
	text-align: center;
	background-color: var(--colorB);
	border-radius: 50%;
	position: relative;
    top: -9px;
}
section.appointment .calendar .table >div .td i.current {
	/*background-color: transparent;*/
	display: inline-block;
	width: 32px;
	height: 32px;
	line-height: 32px;
	text-align: center;
	border: 1px solid var(--colorB);
	border-radius: 50%;
	position: relative;
    top: -9px;
}
section.appointment .choose-time >.input {
	margin-bottom: 30px;
	overflow: hidden;
}
section.appointment .choose-time >.input .select {
	width: calc(100% - 0px);
	float: left;
}
section.appointment .choose-time >.input >span {
	display: inline-block;
	height: 40px;
	line-height: 36px;
	width: 60px;
	border: 2px solid var(--colorA);
	background-color: var(--colorD);
	border-radius: 5px;
	text-align: center;
	font-size: 1rem;
	float: right;
}
section.appointment .choose-time >.input >span:hover {
	cursor: pointer;
}
section.appointment .choose-time >.input .select .hour {
	position: relative;
	height: 40px;
	line-height: 40px;
	width: calc(50% - 10px);
	float: left;
	/*padding-left: 5px;*/
	/*border: 1px solid var(--colorA);*/
}
section.appointment .choose-time >.input .select .hour select {
	width: 100%;
	height: 40px;
	line-height: 36px;
	border: 2px solid var(--colorA);
	border-radius: 5px;
	text-align: center;
	font-size: 1rem;
	background-color: #ffffff;
}
section.appointment .choose-time >.input .select .minute {
	position: relative;
	height: 40px;
	line-height: 40px;
	width: calc(50% - 10px);
	float: right;
	/*padding-right: 5px;*/
}
section.appointment .choose-time >.input .select .minute select {
	width: 100%;
	height: 40px;
	line-height: 36px;
	border: 2px solid var(--colorA);
	border-radius: 5px;
	text-align: center;
	font-size: 1rem;
	background-color: #ffffff;
}
section.appointment .choose-time >.input .select span {
	display: inline-block;
	height: 40px;
	line-height: 40px;
	width: 20px;
	text-align: center;
	font-size: 1.2rem;
	font-weight: 600;
}
section.appointment .choose-time select {
	appearance: none;
	-moz-appearance: none;
	-webkit-appearance: none;
	background-color: #EAEFEB;
}
section.appointment .choose-time select:focus {
	outline: none;
}
section.appointment .choose-time >.input .select >div::after {
	font-family: 'icomoon' !important;
	content: "\e914";
    color: var(--colorB);
    font-size: 0.6rem;
    position: absolute;
    top: 0px;
    right: 10px;
}
section.appointment .choose-time button.btn-add {
	/*margin-left: 5px;*/
	height: 40px;
	line-height: 36px;
	width: calc(100%);
	background-color: #ffffff;
	border-radius: 5px;
	border: 2px solid var(--colorA);
	font-size: 1rem;
	margin-bottom: 30px;
	/*margin-top: 10px;*/
}
section.appointment .choose-time button.btn-add span {
	font-size: 0.8rem;
	margin-right: 5px;
}
section.appointment .choose-time button.btn-add span::before {
	color: var(--colorB);
}
section.appointment .choose-time .service {
	height: 80px;
	line-height: 80px;
	margin-bottom: 25px;
}
section.appointment .choose-time .service .img {
	width: 80px;
	height: 80px;
	float: left;
	overflow: hidden;
	border-radius: 10px;
	border: 2px solid var(--colorA);
}
section.appointment .choose-time .service .img img {
	height: 100%;
	width: 100%;
	object-fit: cover;
}
section.appointment .choose-time .service .info {
	float: right;
	width: calc(100% - 95px);
	height: 80px;
	line-height: 80px;
	position: relative;
}
section.appointment .choose-time .service .info.full {
	width: calc(100% - 0px);
	height: 60px;
	line-height: 60px;
}
section.appointment .choose-time .service .info .title {
	/*height: 40px;
	line-height: 40px;*/
	position: absolute;
	top: 0px;
	width: 100%;
}
section.appointment .choose-time .service .info.full .title {
	height: 30px;
	line-height: 30px;
}
section.appointment .choose-time .service .info.full .price {
	font-size: 1.3rem;
	font-weight: bold;
	color: var(--colorB);
	line-height: 80px;
}
section.appointment .choose-time .service .info .destroy {
	position: absolute;
	top: 2px;
	right: 0px;
	font-size: 10px;
}
section.appointment .choose-time .service .info.full .destroy {
	top: 6px;
}
section.appointment .choose-time .service .info .destroy::before {
	color: var(--colorB);
}
section.appointment .choose-time .form {
	margin-top: -3px;
}
section.appointment .choose-time .form .input {
	padding: 14px 0px 6px 0px;
}
section.appointment .choose-time .form  .input.two-input input {
	width: calc(50% - 10px);
}
section.appointment .choose-time .form  input {
	height: 40px;
	line-height: 40px;
	background-color: #F9F9F9;
	border-radius: 5px;
	border: 1px solid #eeeeee;
	padding-left: 14px;
	font-size: 1rem;
	width: calc(100%);
	font-family: var(--font-body), sans-serif;
}
section.appointment .choose-time .form  textarea {
	background-color: #F9F9F9;
	border-radius: 10px;
	border: 1px solid #eeeeee;
	padding: 8px 14px;
	font-size: 1rem;
	width: calc(100%);
	font-family: var(--font-body), sans-serif;
}
section.appointment .choose-time .form  .submit {
	position: relative;
	height: calc(100% - 60px);
}
section.appointment .choose-time .box {
	position: relative;
}
section.appointment .choose-time .box .select-service {
	position: absolute;
	top: 42px;
	left: 0px;
	right: 0px;
	background-color: #ffffff;
	border: 1px solid var(--colorA);
	border-radius: 0px 0px 10px 10px;
	padding: 10px;
	z-index: 999;
	height: 315px;
	overflow-y: scroll;
}
section.appointment .choose-time .box .select-service h5 {
	color: #000000;
}
.box .select-service::-webkit-scrollbar {
  width: 6px;
}
section.appointment .choose-time .box .select-service li {
	display: inline-block;
	width: 100%;
	height: 25px;
	line-height: 25px;
	margin-bottom: 10px;
	color: #000000;
}
section.appointment .choose-time .box .select-service li img {
	float: left;
	width: 50px;
	margin-right: 10px;
}
section.appointment .button {
	padding: 40px 0px;
}
section.appointment .button button {
	display: inline-block;
	background-color: var(--colorB);
	border: none;
	height: 40px;
	line-height: 40px;
	border-radius: 20px;
	padding: 0px 35px;
	color: #ffffff;
	font-size: 1.1rem;
	font-weight: 600;
	/*opacity: 0.5;*/
}
section.appointment .button button.active {
	opacity: 1;
}
.main section.service-time {
	padding: 20px;
}
section.service-time .service-card {
	border: 1px solid var(--colorA);
	padding: 10px 15px;
	padding-bottom: 5px;
	border-radius: 10px;
}
.service-card h4 {
	font-weight: 600;
}
.service-card h3 {
	font-weight: 700;
	font-size: 1.3rem;
	margin-bottom: 20px;
}
.service-card .service {
	height: 80px;
	line-height: 80px;
	margin-top: 5px;
	margin-bottom: 18px;
}
.service-card .service .img {
	height: 80px;
	width: 80px;
	overflow: hidden;
	border-radius: 10px;
	border: 1px solid var(--colorB);
	float: left;
}
.service-card .service .img img {
	height: 100%;
	width: 100%;
	object-fit: cover;
}
.service-card .service .title {
	float: right;
	width: calc(100% - 95px);
	font-weight: 600;
}
.appointment section.form {
	padding: 10px 20px;
}
.appointment section.form h4 {
	font-weight: 700;
	font-size: 1.1rem;
	margin-bottom: 5px;
}

.appointment .submit .section {
	height: calc(100% - 88px);
	overflow-y: scroll;
}
.appointment .submit .button {
	position: absolute;
	left: 0px;
	bottom: 40px;
}
.appointment .submit .button.submit-form button {
	opacity: 1;
	padding: 0px 25px;
}
.gallery .owl-carousel button.owl-prev,
.related-service-carousel button.owl-prev
{
	height: 20px;
	line-height: 20px !important;
	position: absolute;
    top: calc(50% - 15px);
    left: -8px;
}
.related-service-carousel button.owl-prev {
	top: 86px;
    left: -8px;
}
.gallery .owl-carousel button.owl-next,
.related-service-carousel button.owl-next
{
	height: 20px;
	line-height: 20px !important;
	position: absolute;
    top: calc(50% - 15px);
    right: -8px;
}
.gallery .owl-carousel .owl-nav button span,
.related-service-carousel  .owl-nav button span
{
	font-size: 2rem;
	display: inline-block;
	height: 100%;
	color: var(--colorA);
}
iframe .body {
	overflow: hidden;
}
section.promotion {
	margin-bottom: 30px;
}
section.promotion .card {
	display: flex;
	min-height: 300px;
	border-radius: 8px;
	border: 2px solid var(--colorA);
	text-align: center;
/*	overflow: hidden;*/
	padding-left: 0px;
    padding-right: 0px;
}
section.promotion .card .banner {
	width: 50%;
	float: left;
}
section.promotion .card .banner img {
	width: 100%;
	vertical-align: top;
}
section.promotion .card .content {
	width: 50%;
	float: right;
	background-size: cover;
	background-color: var(--colorD);
	padding: 15px;
	display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
section.promotion .card .content .des {
	font-size: 1rem;
	padding: 10px 0px;
}
section.promotion .card .content a.book {
	display: inline-block;
	width: 100%;
	height: 38px;
	line-height: 38px;
	border-radius: 6px;
	background-color: var(--colorB);
	color: var(--colorD);
	font-weight: bold;
}

/* The Modal (background) */
.modal {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 1; /* Sit on top */
  padding-top: 150px; /* Location of the box */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: rgb(0,0,0); /* Fallback color */
  background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}

/* Modal Content */
.modal-content {
  position: relative;
  background-color: #fefefe;
  margin: auto;
  padding: 0;
  border: 1px solid #888;
  width: 60%;
  border-radius: 10px;
  box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2),0 6px 20px 0 rgba(0,0,0,0.19);
  -webkit-animation-name: animatetop;
  -webkit-animation-duration: 0.4s;
  animation-name: animatetop;
  animation-duration: 0.4s
}

/* Add Animation */
@-webkit-keyframes animatetop {
  from {top:-300px; opacity:0} 
  to {top:0; opacity:1}
}

@keyframes animatetop {
  from {top:-300px; opacity:0}
  to {top:0; opacity:1}
}

/* The Close Button */
.close {
  color: white;
  float: right;
  font-size: 28px;
  font-weight: bold;
}

.close:hover,
.close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
}

.modal-header {
  padding: 10px;
  text-align: center;
  background-color: var(--colorA);
  color: #ffffff;
  font-family: var(--font-heading);
  font-size: 1.2rem;
  border-radius: 10px 10px 0px 0px;
}

.modal-body {
	padding: 20px 30px;
	overflow: hidden;
}
.modal-body h5 {
	font-size: 14px;
	text-align: center;
	margin-bottom: 30px;
}

.modal-footer {
  padding: 2px 16px;
  background-color: #5cb85c;
  color: white;
}

.modal-body .branch {
	width: calc(50% - 10px);
	float: left;
	border: 1px solid var(--colorA);
	border-radius: 8px;
	padding: 10px;
	margin-bottom: 15px;
	box-shadow: 0px 1px 3px 1px rgb(0 0 0 / 10%);
}
.modal-body .branch:hover {
	cursor: pointer;
}
.modal-body .branch:nth-child(even) {
	float: right;
}
.modal-body .branch .name {
	font-size: 16px;
	color: var(--colorB);
	margin-bottom: 0px;
}
.modal-body .branch .name span {
	font-size: 17px;
	/*margin-right: 5px;
	position: relative;
	top: 1px;*/
}
.modal-body .branch .name span::before {
	color: var(--colorB);
}
.modal-body .branch >div {
	height: 30px;
	line-height: 30px;
	font-size: 14px;
	margin-bottom: 5px;
}
.modal-body .branch >div span {
	display: inline-block;
	width: 28px;
	height: 30px;
	line-height: 30px;
	text-align: center;
	font-size: 14px;
}
.modal-body .branch >div span.addr {
	width: calc(100% - 30px);
	float: right;
	height: 30px;
	line-height: 15px;
	text-align: left;
	display: flex;
    align-items: center;
}
.modal-body .branch >div span::before {
	color: var(--colorC);
}
/* Popup container */
.popup {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    display: flex;
    justify-content: center;
    align-items: center;
    visibility: hidden;
    opacity: 0;
    transition: opacity 1s ease;
}

.popup.show {
    visibility: visible;
    opacity: 1;
}
.popup-content {
    position: relative;
    max-width: 90vw;
    max-height: 90vh;
    background: #fff;
    border-radius: 8px;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
}

.popup-content img {
    width: 100%;
    height: auto;
    max-height: 90vh;
    object-fit: contain;
    display: block;
}

.popup-content .popup-close {
    position: absolute;
    top: 6px;
    right: 6px;
    background: var(--colorB);
    color: #fff;
    border: none;
    border-radius: 50%;
    width: 24px;
    height: 24px;
    font-size: 15px;
    cursor: pointer;
}
