body{
	padding-top: 75px;
}
.error{
  font-size: 12px !important;
  color: red !important;
  font-weight: normal !important;
}
.nav-item .nav-link{
	font-family: 'QuicksandBoldRegular';
	color: #BD1083 !important;
	text-transform: uppercase;
	font-size: 12px;
	position: relative;
}
.nav-item .nav-link.active:after{
	height: 3px;
	background: #BD1083;
	position: absolute;
	bottom: -20px;
	width: 100%;
	content: '';
	left: 0;
}
.nav-item .nav-link:hover{
	color: #51c2c6 !important;
}
@media(max-width: 767px){
	.nav-item .nav-link.active:after{
		bottom: 0;
	}
}
.nav-item{
	white-space: nowrap;
}
.btn-search{
	color: #BD1083 !important;
}
.title{
	text-align: center;
	font-size: 21px;
	text-transform: uppercase;
	font-family: 'QuicksandBoldRegular';
	margin-bottom: 45px;
}
.text-white{
	color: #fff;
}
.text-blue{
	color: #78CFD0;
}
.text-purple{
	color: #BD1083;
}
.carousel-item img{
	width: 100%;
}
.carousel-indicators{
    list-style: none;
    bottom: 20px !important;
}
@media(max-width: 680px){
	.carousel-indicators{
		bottom: 5px !important;
		margin-bottom: 0;
	}
	.control-prev, .control-next{
		top: 5px  !important;
	}
}
.carousel-indicators li, .carousel-indicators li.active{
    width: 14px !important;
    height: 18px !important;
    background-color: transparent !important;
    position: relative;
    margin: 5px !important;           
}
.carousel-indicators img{
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;            
}
#banner{
	/*-webkit-clip-path: inset(0 0 0 round 30% 0 );*/
  	z-index: 9;
}
.banner-cut{
	position: absolute;
	bottom: -3px;
	right: 0;
	z-index: 3;
}
#service{
	background: #BD1083;
	background-image: url(../img/bg-doodle.png);
	background-position: top right;
	padding-top: 2vw;
	padding-bottom: 130px;
	position: relative;
	overflow: hidden;
}
@media(max-width: 680px){
	#service{
		padding-bottom: 80px;
		padding-top: 8vw;
		background-size: 569px;
	}
	.banner-cut img{
		width: 492px;
	}
}
#service:after{
	position: absolute;
	content: '';
	background-image: url('../img/wave.svg');
	background-repeat: no-repeat;
	background-size: 100%;
	background-position: top;
	width: 100%;
	bottom:-2px;
	height: 5.6vw;
	left: 0;
}
.service{
	display: table;
	width: auto;
	margin: auto;
	list-style: none;
	padding-left: 0;
	position: relative;
	z-index: 3;
}
.service li{
	display: inline-block;
	margin: 0 25px 25px;
	position: relative;
}
.service li:nth-child(2){
	transition-duration:0.6s !important;
}
.service li:nth-child(3){
	transition-duration:1s !important;
}
.service li:nth-child(4){
	transition-duration:1.4s !important;
}
.service li:nth-child(5){
	transition-duration:1.8s !important;
}
.service li img{
	position: relative;
	z-index: 3;
	height: 100px;
}
@media(max-width: 680px){
	.service{
		text-align: center;
	}
	.service li{
		width: auto;
		display: inline-block;
		margin: auto;
		margin:0 15px 15px;
	}
	.service li img{
		display: table;
		margin:auto;
		height: 70px;
	}
}
#why{
	background: #AA0F7E;
	background-image: url('../img/wave-2.svg');
	background-repeat: no-repeat;
	background-size: 101%;
	background-position: center bottom -2px;
	position: relative;
	overflow: hidden;
	padding-top: 50px;
	padding-bottom: 150px;
}
#why:after{
	position: absolute;
	content: '';
	background-image: url('../img/tooth-1.svg');
	background-repeat: no-repeat;
	background-size: 18vw;
	background-position: center left;
	width: 100%;
	top:0;
	bottom:0;
	margin:auto;
	height: 100%;
	left: -4vw;
	z-index: 2;
}
#why:before{
	position: absolute;
	content: '';
	background-image: url('../img/tooth-2.svg');
	background-repeat: no-repeat;
	background-size: 13vw;
	background-position: center right;
	width: 100%;
	top:0;
	bottom:0;
	margin:auto;
	height: 100%;
	right: -4vw;
	z-index: 2;
}
#why .container{
	position: relative;
	z-index: 5;
}
.why-list img{
	display: table;
	margin:0 auto 15px;
}
.why-list .why-title{
	color: #fff;
	text-align: center;
	font-size: 16px;
	font-family: 'QuicksandBoldRegular';
	margin:0 auto 3px;
}
.why-list .why-desc{
	color: #fff;
	text-align: center;
	font-size: 14px;
	font-family: 'QuicksandBookRegular';
	padding:2px;
	display: table;
	width: auto;
	margin:0 auto;
}
#testimonials{
	/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#78cfd0+0,4dc1be+100 */
	background: rgb(120,207,208); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(120,207,208,1) 0%, rgba(77,193,190,1) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  rgba(120,207,208,1) 0%,rgba(77,193,190,1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  rgba(120,207,208,1) 0%,rgba(77,193,190,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#78cfd0', endColorstr='#4dc1be',GradientType=0 ); /* IE6-9 */
	overflow:hidden;
	position: relative;
}
.bubble{
	background-image: url(../img/bubble.svg);
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: top center;
    padding: 45px 15px 80px;
    height: 405px;
}
@media(max-width: 680px){
	.bubble{
		background-size:100%;
		height: 420px;
	}
	.container-mobile{
		padding-right: 0 !important;
		padding-left: 0 !important;
	}
	.scroll-x{
		white-space: nowrap;
		overflow-x: auto;
	}
	.slick-slide{
		padding:0 10px !important;
	}
}
@media(max-width: 1025px){
	.testi-desc{
		height: 123px;
    	overflow: auto;
	}
}
@media(max-width: 340px){
	.testi-desc{
		height: 80px;
    	overflow: auto;
	}
}
.avatar{
	width: 77px;
	height: 77px;
	display: block;
	margin: 0 auto 20px;
	overflow: hidden;
	border-radius: 100%;
}
.avatar img{
	width: 100%;
}
.testi-desc{
	font-size: 14px;
	font-family: 'QuicksandBoldRegular';
	text-align: center;
	color: #aa0f7e;
	/*height: 160px;
	overflow: auto;*/
}
.testi-name{
	font-size: 12px;
	font-family: 'QuicksandBoldRegular';
	text-align: center;
	color: #aa0f7e;
	margin:0;
}
.testi-job{
	font-size: 12px;
	font-family: 'QuicksandBookRegular';
	text-align: center;
	color: #aa0f7e;
	font-style: italic;
	margin:0;
}
.indicators-testi{
	position: relative !important;
}
#testi{
	position: relative;
}
.bg-testi-1{
	position: absolute;
	right: -40px;
	top: 40%;
	height: 180px;
}
.bg-testi-2{
	position: absolute;
	left: 20px;
	top:20%;
	height: 140px;
}
.bg-testi-3{
	position: absolute;
	right: 10%;
	top:-95px;
	height: 46px;
	z-index: 9;
}
.relative{
	position: relative;
}
#branch{
	overflow: hidden;
	width: 100%;
	position: relative;
	z-index: 3
}
#map{
	height: 600px;
	width: 100%;
	position: relative;
}
.box-about #map{
	border-radius: 0 0 30px 30px;
}
@media(min-width: 1300px){
	#branch #map{
		height: 40vw;
	}
}
.wave-3{
	width: 101%;
	height: 100px;
	position: absolute;
	top: -3px;
	left: 0;
	z-index: 2;
}
.wave-3 img{
	width: 102%;
}
.wave-4{
	width: 101%;
	height: 76px;
	position: absolute;
	bottom: -3px;
	left: 0;
	z-index: 2;
}
.wave-4 img{
	position: absolute;
	bottom: -1px;
	width: 102%;
	left: -10px;
}
.search-map{
	width: 590px;
	max-width: 90%;
	padding: 15px 30px;
	background: #bd1083;
	position: absolute;
	display: block;
	margin:auto;
	z-index: 9;
	left: -9999px;
	right: -9999px;
	top: 30%;
	border-radius: 20px;
}
@media(max-width: 680px){
	.search-map{
		width: 90%;
		top: 15%;
	}
}
.form-search{
	border-top: 0;
	border-left: 0;
	border-right: 0;
	border-bottom: 1px solid #fff;
	width: 100%;
	background: transparent;
	font-family: 'QuicksandBookRegular';
	color: #fff;
	padding:5px;
}
.form-search::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: rgba(255,255,255,0.7) !important;
}
.form-search::-moz-placeholder { /* Firefox 19+ */
  color: rgba(255,255,255,0.7) !important;
}
.form-search:-ms-input-placeholder { /* IE 10+ */
  color:rgba(255,255,255,0.7) !important;
}
.form-search:-moz-placeholder { /* Firefox 18- */
  color: rgba(255,255,255,0.7) !important;
}
.search-map a{
	position: absolute;
	color: #fff !important;
	right: 40px;
	top:20px;
}
#news{
	position: relative;
	width: 100%;
	overflow: hidden;
	background: #bd1083;
	background-image: url('../img/wave-5.svg');
	background-repeat: no-repeat;
	background-position: center bottom -2px;
	background-size: 102%;
	padding-bottom: 160px;
}
.box-news{
	width: 100%;
	overflow: hidden;
	border-radius: 10px;
	height: 260px;
	position: relative;
	margin-bottom: 30px;
}
.box-news img{
	min-height: 100%;
	min-width: 100%;
	max-width: 200%;
	display: table;
	margin:auto;
	position: absolute;
	top:0;
	left: -9999px;
	right: -9999px;
	bottom: 0;
	z-index: 1;
}
.box-info{
	position: absolute;
	bottom: 0;
	z-index: 3;
	width: 100%;
	padding:10px;
	border-radius: 0 0 10px 10px;
	/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#65115b+0,450c40+100 */
	background: rgb(101,17,91); /* Old browsers */
	background: -moz-linear-gradient(left,  rgba(101,17,91,0.8) 0%, rgba(69,12,64,0.8) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(left,  rgba(101,17,91,0.8) 0%,rgba(69,12,64,0.8) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to right,  rgba(101,17,91,0.8) 0%,rgba(69,12,64,0.8) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#65115b', endColorstr='#450c40',GradientType=1 ); /* IE6-9 */

}
.box-info:after{
	content: "";
  	position: absolute;
  	bottom: 0%;
  	right: 0%;
  	width: 0px;
  	height: 0px;
  	border-bottom: 33px solid #bd1083;
  	border-left: 33px solid #65115b;
}
.box-about .box-news .box-info:after{
  	border-bottom: 33px solid #fff;
}
#bg-news .box-info:after{
	border-bottom: 33px solid #fff;
}
.news-preview .news-title,.box-info .news-title{
	font-size: 14px;
	color: #fff;
	font-family: 'QuicksandBoldRegular';
	margin:0;
}
.news-preview .news-date, .box-info .news-date{
	font-size: 14px;
	color: #fff;
	font-family: 'QuicksandBookRegular';
	margin:0;
	font-style: italic;
}
.news-preview{
	width: 100%;
	height: 100%;
	padding:30px 15px;
	background: rgb(101,17,91); /* Old browsers */
	background: -moz-linear-gradient(left,  rgba(101,17,91,1) 0%, rgba(69,12,64,1) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(left,  rgba(101,17,91,1) 0%,rgba(69,12,64,1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to right,  rgba(101,17,91,1) 0%,rgba(69,12,64,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#65115b', endColorstr='#450c40',GradientType=1 ); /* IE6-9 */
	z-index: 9;
	position: absolute;
	display: hidden;
	opacity: 0;
	transition: 0.5s;
}
.news-preview .news-content{
	font-size: 14px;
	color: #fff;
	font-family: 'QuicksandBookRegular';
	margin:15px 0 40px 0;
}
.readmore{
	font-size: 14px;
	font-family: 'QuicksandBoldRegular';
	color: #f433ab;
	text-transform: uppercase;
}
.readmore:hover{
	color: #bd1083;
	text-decoration: underline;
}
.box-news:hover .news-preview{
	display: block;
	opacity: 1;
}
.bg-news-1{
	position: absolute;
	height: 160px;
	left: -2%;
	bottom:0;
	z-index: 9;
}
.bg-news-2{
	position: absolute;
	height: 46px;
	left: 15%;
	top:10%;
}
.bg-news-3{
	position: absolute;
	height: 40px;
	right: 13%;
	top:0px;
}
.bg-news-4{
	position: absolute;
	height: 58px;
	right: 10%;
	bottom:120px;
}
.bg-news-5{
	position: absolute;
	height: 146px;
	right: 30px;
	top:20%;
}
.btn-border-rounded{
	background: transparent !important;
	border:2px solid #fff !important;
	border-radius: 100px !important;
	font-size: 20px !important;
	color: #fff !important;
	font-family: 'QuicksandBoldRegular';
	width: 100%;
	display: none !important;
}
.btn-border-rounded:hover{
	background: #fff !important;
	color: #bd1083 !important;
}
@media(max-width: 680px){
	.box-list-res{
		width: 100%;
		display: flex;
	}
	.box-list-res .row{
		width: 100%;
		overflow-x:scroll;
		white-space: nowrap;
		float:left;
		position: relative;
		display: block;
		margin-right: 0 !important;
		margin-left: 0 !important;
	}
	.list-news-res{
		width: 230px !important;
		display: inline-block;
	}
	.p-0-res{
		padding-left: 0 !important;
		padding-right: 0 !important;
		display: flex;
	}
	.btn-border-rounded{
		display: block !important;
	}
}
#footer{
	background: #65115b;
	padding:60px 90px 0;
	background-image:url('../img/bg-mascot.svg'), url('../img/bg-footer.svg'), url('../img/wave-6.svg');
	background-repeat: no-repeat, no-repeat, no-repeat;
	background-size:150px, 82%, 101%;
	background-position:right 28% bottom 127px, left 60px bottom 100px, center bottom;
	position: relative;
	z-index: 2;
}
@media(max-width: 1024px){
	#footer{
		background-position:right 12% bottom 81px, left 60px bottom 100px, center bottom;
	}
}
@media(max-width: 991px){
	#footer{
		padding:40px 60px 0;
		background-size:100px, 82%, 200%;
		background-position:right 12% bottom 117px, left 60px bottom 100px, center bottom;
	}
}
@media(max-width: 680px){
	#footer{
		padding: 20px 20px 0;
    	background-size:85px, 174%, 560%;
    	background-position:right 12% bottom 151px, left 35px bottom 135px, center bottom;
	}
}
.logo-footer{
	height: 45px;
	margin-bottom: 30px;
}
.footer-desc{
	font-size: 14px;
	color: #fff;
	font-family: 'QuicksandBookRegular';
	width: 70%;
}
.menu-footer{
	list-style: none;
	padding-left: 0;
}
.menu-footer li:first-child{
	font-family: 'QuicksandBoldRegular';
	font-size: 14px;
	color: #fff;
	text-transform: uppercase;
	margin-bottom: 15px;
}
.menu-footer li{
	margin-bottom: 10px;
}
.menu-footer li a{
	color: #fff;
	font-family: 'QuicksandBoldRegular';
	font-size: 14px;
}
.menu-footer li a i{
	margin-right: 10px;
	font-size: 24px;
}
.copy{
	display: block;
	font-family: 'QuicksandBookRegular';
	font-size: 14px;
	text-align: center;
	color: #fff;
	padding:40px 0;
}
.mb-6{
	margin-bottom: 80px;
}
.control-prev img, .control-next img{
	opacity: 1 !important;
	width: 16px;
	height: 16px;
}
.btn-reservation{
	position: fixed;
	bottom: 30px;
	left: 30px;
	height: 45px;
	width: 190px;
	z-index: 10;
	display: table;
}
.btn-chat{
	position: fixed;
	bottom: 30px;
	right: 30px;
	height: 117px;
	width: 153px;
	z-index: 10;
	display: table;
}
@media(max-width: 991px){
	.btn-chat, .btn-reservation{
		bottom: 0;
	}
}
@media(max-width: 680px){
	.btn-reservation{
		left:10px;
		width: 120px;
		height: auto;
		bottom: 60px;
	}
	.btn-reservation img{
		width: auto;
	}
	.btn-chat img{
		width: 100%;
	}
	.btn-chat{
		right:10px;
		width: 100px;
		height: auto;
		bottom: 60px;
	}
}
.bg-service{
	position: absolute;
	right: -20px;
	bottom:20%;
	z-index: 1;
	height: 160px;
}
.point-map{
	position: absolute;
	z-index: 9;
}
.point-detail{
	width: 225px;
	padding: 15px;
	-webkit-box-shadow: -5px 5px 10px 0px rgba(43,38,99,0.4);
	-moz-box-shadow: -5px 5px 10px 0px rgba(43,38,99,0.4);
	box-shadow: -5px 5px 10px 0px rgba(43,38,99,0.4);
	background: #fff;
	border-radius: 10px;
	left:40px;
	top:-80px;
	position: absolute;
}
.point-detail:after{
	content: '';
	position: absolute;
	border-style: solid;
	border-width: 10px 15px 10px 0;
	border-color: transparent #FFFFFF;
	display: block;
	width: 0;
	z-index: 1;
	left: -15px;
	top: 80px;
}
.point-detail .point-name{
	font-family: 'QuicksandBoldRegular';
	color: #bd1083;
	margin:0 0 5px;
	width: calc(100% - 20px);
}
.point-detail .point-address, .point-detail .point-phone{
	font-family: 'QuicksandBookRegular';
	color: #bd1083;
	margin:0 0 10px;
	display: table;
}
.point-contact{
	padding-left: 0;
	list-style: none;
	margin:0;
}
.point-contact li{
	display: inline-block;
	margin-right: 10px;
}
.point-close{
	color: #bd1083;
	position: absolute;
	top: 13px;
	right: 15px;
}
.maps-name{
	font-family: 'QuicksandBoldRegular';
	color: #bd1083;
	margin:0 0 5px;
	width: calc(100% - 20px);
}
.maps-address, .maps-phone{
	font-family: 'QuicksandBookRegular';
	color: #bd1083;
	margin:0 0 10px;
	display: table;
}
.maps-contact{
	padding-left: 0;
	list-style: none;
	margin:0;
}
.maps-contact li{
	display: inline-block;
	margin-right: 10px;
}
.maps-close{
	color: #bd1083;
	position: absolute;
	top: 13px;
	right: 15px;
}
#about{
	width: 100%;
	background-image:url('../img/bg-about-1.png'),url('../img/bg-about-2.png'), url('../img/bg-about-3.png'), url('../img/bg-about-2.png'), url('../img/bg-about-4.png'), url('../img/bg-about-6.png'), url('../img/wave-5.svg'), url('../img/bg-about.svg');
	background-repeat: no-repeat, no-repeat, no-repeat, no-repeat, no-repeat, no-repeat, no-repeat, no-repeat;
	background-size:95px, 184px, 29px, 184px, 51px, 112px, 102%, cover;
	background-position:top 630px right, left -80px top 936px, left 40px top 1279px, right 40px top 2880px, right 40px top 1573px, left -30px top 3000px, center bottom -2px, top center;
	overflow: hidden;
	padding-bottom: 160px;
}
#bg-pink{
	width: 100%;
	background-image:url('../img/bg-pink-1.png'),url('../img/bg-pink-2.png'), url('../img/bg-pink-3.png'), url('../img/bg-pink-2.png'), url('../img/bg-pink-4.png'), url('../img/bg-pink-6.png'), url('../img/wave-5.svg'), url('../img/bg-pink.svg');
	background-repeat: no-repeat, no-repeat, no-repeat, no-repeat, no-repeat, no-repeat, no-repeat, no-repeat;
	background-size:95px, 184px, 29px, 184px, 51px, 112px, 102%, cover;
	background-position:top 630px right, left -80px top 936px, left 40px top 1279px, right 40px top 2880px, right 40px top 1573px, left -30px top 3000px, center bottom -2px, top center;
	overflow: hidden;
	padding-bottom: 160px;
}
#bg-green{
	width: 100%;
	background-image:url('../img/bg-green-1.png'),url('../img/bg-green-2.png'), url('../img/bg-green-3.png'), url('../img/bg-green-2.png'), url('../img/bg-green-4.png'), url('../img/bg-green-6.png'), url('../img/wave-5.svg'), url('../img/bg-green.svg');
	background-repeat: no-repeat, no-repeat, no-repeat, no-repeat, no-repeat, no-repeat, no-repeat, no-repeat;
	background-size:95px, 184px, 29px, 184px, 51px, 112px, 102%, cover;
	background-position:top 630px right, left -80px top 936px, left 40px top 1279px, right 40px top 2880px, right 40px top 1573px, left -30px top 3000px, center bottom -2px, top center;
	overflow: hidden;
	padding-bottom: 160px;
}
#bg-yellow{
	width: 100%;
	background-image:url('../img/bg-yellow-1.png'),url('../img/bg-yellow-2.png'), url('../img/bg-yellow-3.png'), url('../img/bg-yellow-2.png'), url('../img/bg-yellow-4.png'), url('../img/bg-yellow-6.png'), url('../img/wave-5.svg'), url('../img/bg-yellow.svg');
	background-repeat: no-repeat, no-repeat, no-repeat, no-repeat, no-repeat, no-repeat, no-repeat, no-repeat;
	background-size:95px, 184px, 29px, 184px, 51px, 112px, 102%, cover;
	background-position:top 630px right, left -80px top 936px, left 40px top 1279px, right 40px top 2880px, right 40px top 1573px, left -30px top 3000px, center bottom -2px, top center;
	overflow: hidden;
	padding-bottom: 160px;
}
#bg-purple{
	width: 100%;
	background-image:url('../img/bg-purple-1.png'),url('../img/bg-purple-2.png'), url('../img/bg-purple-3.png'), url('../img/bg-purple-2.png'), url('../img/bg-purple-4.png'), url('../img/bg-purple-6.png'), url('../img/wave-5.svg'), url('../img/bg-purple.svg');
	background-repeat: no-repeat, no-repeat, no-repeat, no-repeat, no-repeat, no-repeat, no-repeat, no-repeat;
	background-size:95px, 184px, 29px, 184px, 51px, 112px, 102%, cover;
	background-position:top 630px right, left -80px top 936px, left 40px top 1279px, right 40px top 2880px, right 40px top 1573px, left -30px top 3000px, center bottom -2px, top center;
	overflow: hidden;
	padding-bottom: 160px;
}
#bg-social{
	background-image:url('../img/wave-5.svg'), url('../img/bg-social-mission.svg');
	background-repeat: no-repeat, no-repeat;
	background-size: 102%, cover;
	background-position: center bottom -2px, top center;
	position: relative;
	padding-bottom: 160px;
}
#bg-story{
	background-image:url('../img/wave-5.svg'), url('../img/bg-story.svg');
	background-repeat: no-repeat, no-repeat;
	background-size: 102%, cover;
	background-position: center bottom -2px, top center;
	position: relative;
	padding-bottom: 160px;
}
#bg-visi{
	background-image:url('../img/wave-5.svg'), url('../img/bg-visi.svg');
	background-repeat: no-repeat, no-repeat;
	background-size: 102%, cover;
	background-position: center bottom -2px, top center;
	position: relative;
	padding-bottom: 160px;
}
#bg-founder{
	background-image:url('../img/wave-5.svg'), url('../img/bg-founder.svg');
	background-repeat: no-repeat, no-repeat;
	background-size: 102%, cover;
	background-position: center bottom -2px, top center;
	position: relative;
	padding-bottom: 160px;
}
#bg-team{
	background-image:url('../img/wave-5.svg'), url('../img/bg-inspiring.svg');
	background-repeat: no-repeat, no-repeat;
	background-size: 102%, cover;
	background-position: center bottom -2px, top center;
	position: relative;
	padding-bottom: 160px;
}
#bg-price{
	background-image:url('../img/wave-5.svg'), url('../img/bg-price.svg');
	background-repeat: no-repeat, no-repeat;
	background-size: 102%, cover;
	background-position: center bottom -2px, top center;
	position: relative;
	padding-bottom: 160px;
}
#bg-news{
	background-image:url('../img/wave-5.svg'), url('../img/bg-news.svg');
	background-repeat: no-repeat, no-repeat;
	background-size: 102%, cover;
	background-position: center bottom -2px, top center;
	position: relative;
	padding-bottom: 160px;
}
#bg-branch{
	background-image:url('../img/wave-5.svg'), url('../img/bg-branch.svg');
	background-repeat: no-repeat, no-repeat;
	background-size: 102%, cover;
	background-position: center bottom -2px, top center;
	position: relative;
	padding-bottom: 160px;
}
#bg-career{
	background-image:url('../img/wave-5.svg'), url('../img/bg-career.svg');
	background-repeat: no-repeat, no-repeat;
	background-size: 102%, cover;
	background-position: center bottom -2px, top center;
	position: relative;
	padding-bottom: 160px;
}
#bg-contact{
	background-image:url('../img/wave-5.svg'), url('../img/bg-contact.svg');
	background-repeat: no-repeat, no-repeat;
	background-size: 102%, cover;
	background-position: center bottom -2px, top center;
	position: relative;
	padding-bottom: 160px;
}
#bg-insurance{
	background-image:url('../img/wave-5.svg'), url('../img/bg-contact.svg');
	background-repeat: no-repeat, no-repeat;
	background-size: 102%, cover;
	background-position: center bottom -2px, top center;
	position: relative;
	padding-bottom: 160px;
}
#bg-signature{
	background-image:url('../img/wave-5.svg'), url('../img/bg-signature.svg');
	background-repeat: no-repeat, no-repeat;
	background-size: 102%, cover;
	background-position: center bottom -2px, top center;
	position: relative;
	padding-bottom: 160px;
}
.opener{
	width: 100%;
	overflow: hidden;
	position: relative;
	display: block;
	padding-top: 60px;
	padding-bottom: 10px;
}	
.opener img{
	display: table;
	margin:auto;
}
.title-section{
	font-family: 'QuicksandBoldRegular';
	font-size: 24px;
	padding: 10px 25px 5px;
	border-radius: 20px 20px 0 0;
	display: table;
	position: relative;
	margin-bottom: 0px;
	margin-left: 50px;
	text-transform: uppercase;
}
.title-section.purple{
	color: #fff;
	background: #7e316d;
}
.title-section.pink{
	color: #fff;
	background: #af1277;
}
.title-section.soft-purple{
	color: #fff;
	background: #63518d;
}
.title-section.green{
	color: #fff;
	background: #74b13c;
}
.title-section.blue{
	color: #fff;
	background: #0f72af;
}
.title-section.orange{
	color: #fff;
	background: #e84e1b;
}
.title-section.signature{
	color: #fff;
	background: #d07184;
}
.box-about{
	background:rgba(255,255,255,0.89);
	border-radius: 50px;
	width: 100%;
	padding: 50px 70px;
	position: relative;
	z-index: 2;
	margin-bottom: 60px;
	min-height: 500px;
}
.box-price{
	background:rgba(255,255,255,0.89);
	border-radius: 50px;
	width: 100%;
	padding: 50px 70px;
	position: relative;
	z-index: 2;
	margin-bottom: 60px;
	min-height: 500px;
}

@media(max-width:680px){
	.box-about{
		padding: 25px 35px;
	}
	.box-price{
		padding: 35px 15px;
	}
	.opener, .opener img{
		width: 100%;
		transform: scale(1);
	}
	.title-section{
		font-size: 16px;
		width: 200px;
	}
}
.box-about iframe{
	max-width: 100%;
}
@media(max-width:680px){
	.box-about img, .box-about iframe{
		height: auto;
	}
}
.video-about{
	width: 100%;
	display: block;
	margin: 30px auto;
}
@media(min-width: 991px){
	.video-about{
		width: 640px;
	}
}
.about-content{
	font-family: 'QuicksandBookRegular';
	font-size: 12px;
	color: #4d4d4d;
	margin-bottom: 30px;
}
.bg-about-1{
	position: absolute;
	right: 0;
	top:630px;
	z-index: 1;
}
.bg-about-2{
	position: absolute;
	left: -80px;
	top:936px;
	z-index: 1;
}
.bg-about-3{
	position: absolute;
	left: 40px;
	top:1279px;
	z-index: 1;
}
.bg-about-4{
	position: absolute;
	right: 40px;
	top:1573px;
	z-index: 1;
}
.bg-about-5{
	position: absolute;
	right: 80px;
	top:2880px;
	z-index: 1;
}
.bg-about-6{
	position: absolute;
	left: -30px;
	top:3000px;
	z-index: 1;
}
.bg-about-6 img{
	width: 112px;
}
#location{
	width: 100%;
	background-image:url('../img/wave-5.svg');
	background-repeat: no-repeat;
	background-size: 102%;
	background-position:center bottom -2px;
	overflow: hidden;
	padding-bottom: 160px;
	padding-top: 60px;
	position: relative;
}
.table-responsive{
	position: relative;
	z-index: 2;
}
.table-branch-container{
	width: 100%;
	display: block;
	position: relative;
	margin-top: 30px;
}
.table-branch .point-name{
	font-family: 'QuicksandBoldRegular';
	color: #bd1083;
	margin:0 0 5px;
	width: calc(100% - 20px);
	font-size: 18px;
}
.table-branch .point-address, .table-branch .point-phone{
	font-family: 'QuicksandBookRegular';
	color: #bd1083;
	margin:0;
	display: table;
}
.table-branch th{
	color: #78cfd0;
	font-family: 'QuicksandBoldRegular';
	font-size: 18px;
	text-align: center;
	text-transform: uppercase;
	border:0 !important;
	width: 33.3%;
}
.table-branch td{
	border:0 !important;
	vertical-align: middle !important;
}
.bg-overlay{
	height: 40px;
	width: 100%;
	background: #e1f2fe;
	position: absolute;
	left: 0;
	top:5px;
	z-index: 1;
}
@media(max-width: 991px){
	.bg-overlay{
		height: 65px;
	}
}
.box-time{
	background: #bd1083;
	color: #fff;
	font-family: 'QuicksandBoldRegular';
	padding: 10px 15px;
	border-radius: 100px;
	text-align: center;
	min-width: 150px;
	max-width: 200px;
	margin: auto;
}
.box-status{
	color: #fff;
	font-family: 'QuicksandBoldRegular';
	padding: 10px 15px;
	border-radius: 100px;
	text-align: center;
	min-width: 150px;
	max-width: 200px;
	margin: auto;
	text-transform: uppercase;
}
.box-status.open{
	background: #78cfd0;
}
.box-status.closed{
	background: #b2b1cf;
}
.box-status.coming{
	background: #e1f2fe;
}
.tooth-pagination{
	width: auto;
	display: table;
	margin:auto;
	list-style: none;
	padding-left: 0;
}
.tooth-pagination li{
	display: inline-block;
}
.tooth-pagination li a{
	padding:0 3px;
	opacity: 0.5;
}
.tooth-pagination li a.active{
	opacity: 1;
}
.search-container{
	background:#7b3372;
	padding:15px 0;
	position: relative;
	display: none;
}
.search-container .container{
	position: relative;
}
.searchbar{
	width: 100%;
	padding:10px 10px 10px 60px;
	background: transparent;
	border:0;
	border-bottom: 1px solid transparent;
	color:#fff;
	font-family: 'QuicksandBookRegular';
}
.searchbar:focus{
	box-shadow: none;
	border-bottom:1px solid #fff;
	outline: none;
}
.search-container i{
	position: absolute;
	left: 35px;
	color: #fff;
	top:14px;
}
.searchbar::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  	color: #f9f9f9 !important;
}
.searchbar::-moz-placeholder { /* Firefox 19+ */
  	color: #f9f9f9 !important;
}
.searchbar:-ms-input-placeholder { /* IE 10+ */
  	color: #f9f9f9 !important;
}
.searchbar:-moz-placeholder { /* Firefox 18- */
  	color: #f9f9f9 !important;
}
.btn-search{
	color: #7b3372;
	padding: 0 15px;
	margin-top: 9px;
}
.btn-search:hover{
	color: #c02791;
}
#mixedSlider {
  position: relative;
}
#mixedSlider .MS-content {
  white-space: nowrap;
  overflow: hidden;
  margin: 0 5%;
}
#mixedSlider .MS-content .item {
  display: inline-block;
  width: 33.3333%;
  position: relative;
  vertical-align: top;
  overflow: hidden;
  height: 100%;
  white-space: normal;
  padding: 0 10px;
}
@media (max-width: 991px) {
  #mixedSlider .MS-content .item {
    width: 50%;
  }
}
@media (max-width: 767px) {
  #mixedSlider .MS-content .item {
    width: 100%;
  }
}
#mixedSlider .MS-content .item .imgTitle {
  position: relative;
}
#mixedSlider .MS-content .item .imgTitle .blogTitle {
  margin: 0;
  text-align: left;
  letter-spacing: 2px;
  color: #252525;
  font-style: italic;
  position: absolute;
  background-color: rgba(255, 255, 255, 0.5);
  width: 100%;
  bottom: 0;
  font-weight: bold;
  padding: 0 0 2px 10px;
}
#mixedSlider .MS-content .item .imgTitle img {
  height: auto;
  width: 100%;
}
#mixedSlider .MS-content .item p {
 
}
#mixedSlider .MS-content .item a {
  float: right;
  margin: 0 20px 0 0;
  font-size: 16px;
  font-style: italic;
  color: rgba(173, 0, 0, 0.82);
  font-weight: bold;
  letter-spacing: 1px;
  transition: linear 0.1s;
}
#mixedSlider .MS-content .item a:hover {
  text-shadow: 0 0 1px grey;
}
#mixedSlider .MS-controls button {
  position: absolute;
  border: none;
  background-color: transparent;
  outline: 0;
  font-size: 50px;
  top: 95px;
  color: rgba(0, 0, 0, 0.4);
  transition: 0.15s linear;
}
#mixedSlider .MS-controls button:hover {
  color: rgba(0, 0, 0, 0.8);
}
@media (max-width: 992px) {
  #mixedSlider .MS-controls button {
    font-size: 30px;
  }
}
@media (max-width: 767px) {
  #mixedSlider .MS-controls button {
    font-size: 20px;
  }
}
#mixedSlider .MS-controls .MS-left {
  left: 0px;
}
@media (max-width: 767px) {
  #mixedSlider .MS-controls .MS-left {
    left: -10px;
  }
}
#mixedSlider .MS-controls .MS-right {
  right: 0px;
}
@media (max-width: 767px) {
  #mixedSlider .MS-controls .MS-right {
    right: -10px;
  }
}
#basicSlider { position: relative; }

#basicSlider .MS-content {
  white-space: nowrap;
  overflow: hidden;
  margin: 0 2%;
  height: 50px;
}

#basicSlider .MS-content .item {
  display: inline-block;
  width: 20%;
  position: relative;
  vertical-align: top;
  overflow: hidden;
  height: 100%;
  white-space: normal;
  line-height: 50px;
  vertical-align: middle;
}
@media (max-width: 991px) {

#basicSlider .MS-content .item { width: 25%; }
}
@media (max-width: 767px) {

#basicSlider .MS-content .item { width: 35%; }
}
@media (max-width: 500px) {

#basicSlider .MS-content .item { width: 50%; }
}

#basicSlider .MS-content .item a {
  line-height: 50px;
  vertical-align: middle;
}

#basicSlider .MS-controls button { position: absolute; }

#basicSlider .MS-controls .MS-left {
  top: 35px;
  left: 10px;
}

#basicSlider .MS-controls .MS-right {
  top: 35px;
  right: 10px;
}
.box-indicators{
	position: absolute;
	bottom: 0px;
	width: 100%;
	z-index: 4;
}
.dots-wrap{
	width: 100%;
	display: block;
	overflow: hidden;
	position: relative;
}
.point-indicators{
	width: auto;
	display: table;
	margin:auto;
	position: relative;
}
.mid-indicators{
	float: left;
	position: relative !important;
	margin:auto !important;
}
.control-prev{
	position: absolute;
	left: -20px;
	top: -10px;
	cursor: pointer;
}
.control-next{
	position: absolute;
	right: -20px;
	top: -10px;
	cursor: pointer;
}
/*Loader*/
.loader-container{
	position: fixed;
	height: 100%;
	width: 100%;
	background: #AA0F7E;
	z-index: 9999;
	top: 0;
}
.loader {
  width: 130px;
  height: 170px;
  position: absolute;
  display: block;
  top:0;
  bottom:0;
  left:0;
  right:0;
  margin:auto;
}
.loader::before, .loader::after {
  content: "";
  width: 0;
  height: 0;
  position: absolute;
  bottom: 30px;
  left: 15px;
  z-index: 1;
  transform: scale(0);
  transition: all 0.2s ease;
}
.loader .txt {
  width: 120%;
  text-align: center;
  position: absolute;
  bottom: -30px;
  left: -7%;
 font-family: 'QuicksandBookRegular', sans-serif;
  font-size: 12px;
  letter-spacing: 2px;
  color: white;
}
.loader .code {
  position: absolute;
  z-index: 99;
  bottom: -3px;
  -webkit-animation-name: spaceboots;
  -webkit-animation-duration: 0.8s;
  -webkit-transform-origin: 50% 50%;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
}
.loader .box {
  width: 100%;
  height: 140px;
  display: block;
  color: white;
  position: absolute;
  top: -34px;
  left: 0px;
  z-index: 2;
  overflow: hidden;
}
.loader .box::before, .loader .box::after {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
}
.loader .box:nth-child(1)::before {
  font-size: 20px;
  content: "";
  background-image: url('../img/1.png');
  width: 30px;
  height: 30px;
  animation: a 1.1s linear infinite;
}
.loader .box:nth-child(1)::after {
  content: "";
  background-image: url('../img/2.png');
  width: 30px;
  height: 30px;
  animation: b 1.3s linear infinite;
}
.loader .box:nth-child(2)::before {
  content: "";
  font-size: 25px;
  background-image: url('../img/3.png');
  width: 30px;
  height: 30px;
  animation: c 0.9s linear infinite;
}
.loader .box:nth-child(2)::after {
  content: "";
  background-image: url('../img/4.png');
 	width: 30px;
  height: 30px;
  animation: d 0.7s linear infinite;
}
.loader.amit::before, .loader.amit::after {
  transform: scale(1);
}

@keyframes a {
  0% {
    transform: translate(30px, 0) rotate(30deg);
    opacity: 0;
  }
  100% {
    transform: translate(30px, 150px) rotate(-50deg);
    opacity: 1;
  }
}
@keyframes b {
  0% {
    transform: translate(50px, 0) rotate(-40deg);
    opacity: 0;
  }
  100% {
    transform: translate(40px, 150px) rotate(80deg);
    opacity: 1;
  }
}
@keyframes c {
  0% {
    transform: translate(70px, 0) rotate(10deg);
    opacity: 0;
  }
  100% {
    transform: translate(60px, 150px) rotate(70deg);
    opacity: 1;
  }
}
@keyframes d {
  0% {
    transform: translate(30px, 0) rotate(-50deg);
    opacity: 0;
  }
  100% {
    transform: translate(45px, 150px) rotate(30deg);
    opacity: 1;
  }
}
@-webkit-keyframes spaceboots {
  0% {
    -webkit-transform: translate(2px, 1px) rotate(0deg);
  }
  10% {
    -webkit-transform: translate(-1px, -2px) rotate(-1deg);
  }
  20% {
    -webkit-transform: translate(-3px, 0px) rotate(1deg);
  }
  30% {
    -webkit-transform: translate(0px, 2px) rotate(0deg);
  }
  40% {
    -webkit-transform: translate(1px, -1px) rotate(1deg);
  }
  50% {
    -webkit-transform: translate(-1px, 2px) rotate(-1deg);
  }
  60% {
    -webkit-transform: translate(-3px, 1px) rotate(0deg);
  }
  70% {
    -webkit-transform: translate(2px, 1px) rotate(-1deg);
  }
  80% {
    -webkit-transform: translate(-1px, -1px) rotate(1deg);
  }
  90% {
    -webkit-transform: translate(2px, 2px) rotate(0deg);
  }
  100% {
    -webkit-transform: translate(1px, -2px) rotate(-1deg);
  }
}
/*Modal show*/
.fade-scale {
  transform: scale(0);
  opacity: 0;
  -webkit-transition: all .25s linear;
  -o-transition: all .25s linear;
  transition: all .25s linear;
}

.fade-scale.show {
  opacity: 1;
  transform: scale(1);
}
.modal-bubble{
	border-radius: 40px !important;
	border:0 !important;
}
.doodle-modal-1{
	position: absolute;
	bottom: 0;
	left: -111px;
}
.doodle-modal-2{
	position: absolute;
	bottom: 0;
	right: -65px;
}
.form-line{
	border-top:0 !important;
	border-left:0 !important;
	border-right:0 !important;
	border-bottom:1px solid #bd1083;
	border-radius: 0 !important;
	background: transparent !important;
}
.form-line:focus{
	border-color: #bd1083 !important;
	box-shadow: none !important;
	outline: none !important;
}
.btn-blue{
	background: #78cfd0 !important;
	color: #fff !important;
	font-family: 'QuicksandBoldRegular';
}
.btn-blue:hover, .btn-blue:focus{
	background: #62a5a6 !important;
}
.btn-purple{
	background: #bd1083 !important;
	color: #fff !important;
	font-family: 'QuicksandBoldRegular';
}
.btn-purple:hover, .btn-purple:focus{
	background: #65115b !important;
}
.btn-text{
	background: transparent; !important;
	color: #65115b !important;
	font-family: 'QuicksandBoldRegular';
}
.btn-text:hover, .btn-text:focus{
	background: #d7d7d7 !important;
}
.form-reservation label{
	font-size: 14px;
	color: #bd1083;
	font-family: 'QuicksandBoldRegular';
	margin-bottom: 0;
}
.modal-title{
	font-family: 'QuicksandBoldRegular';
	color: #fff;
}
.modal-desc{
	color: #fff;
	font-family: 'QuicksandBookRegular';
	font-size: 14px;
}
.no-lines{
	border:0 !important;
}
.modal-transparent{
	background: transparent !important;
}
.modal-body{
	border-radius: 20px !important;
	background-image: url(../img/wave-modal.svg);
    background-repeat: no-repeat;
    background-position: top -32px center;
    border-radius: 20px 20px 0 0 !important;
    background-size: 103%;
}
@media(max-width: 480px){
	.modal-body{
		background-position: top -1px center;
	    background-size: 112%;
	}
}
.form-reservation{
	padding:20px;
}
.indicator-wrap{
	width: auto;
	display: table;
	margin:auto;
	position: relative;
	bottom:-30px;
}
.relative{
	position: relative;
}
#founder-1{
	margin: 0px 0px 0px 0px;
    padding: 50px 0px 0px 0px;
    background-color: rgba(246,232,241,1);
    border-radius: 30px 30px 0 0;
}
#founder-2{
	margin: 0px 0px 0px 0px;
    padding: 60px 0px 0px 0px;
    background-color: #fff;
    position: relative;
    overflow: hidden;
    width: 100%;
    border-radius: 0 0 30px 30px;
}
.founder-name{
	font-size: 24px;
	text-align: center;
	color: #C12B90;
	font-family:'QuicksandBoldRegular';
	margin:0
}
.founder-role{
	font-size: 13px;
	color: #111;
	text-align: center;
	font-family:'QuicksandBookRegular';
}
.founder-desc{
	font-size: 14px;
	color: #111;
	font-family:'QuicksandBookRegular';
	text-align: justify;
}
#founder-1 img, #founder-2 img{
	max-width: 100%;
}
.form-msg{
	border-top: 0;
	border-left: 0;
	border-right: 0;
	border-bottom: 1px solid #fff;
	width: 100%;
	background: transparent;
	font-family: 'QuicksandBookRegular';
	color: #fff;
	padding:5px;
}
.form-msg::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: rgba(255,255,255,0.7) !important;
}
.form-msg::-moz-placeholder { /* Firefox 19+ */
  color: rgba(255,255,255,0.7) !important;
}
.form-msg:-ms-input-placeholder { /* IE 10+ */
  color:rgba(255,255,255,0.7) !important;
}
.form-msg:-moz-placeholder { /* Firefox 18- */
  color: rgba(255,255,255,0.7) !important;
}
.form-msg:focus{
	border-color: #65115b !important;
	box-shadow: none !important;
	outline: none !important;
}
.box-msg{
	width: 100%;
	display: table;
	border-radius: 50px;
	background: #bd1083cf;
	padding:30px;
	margin-top: 51px;
}
.title-msg{
	font-size: 20px;
	font-family: 'QuicksandBoldRegular';
	text-align: center;
	margin: 0;
	color: #fff;
}
.desc-msg{
	font-size: 13px;
	font-family: 'QuicksandBookRegular';
	text-align: center;
	margin: 0 0 15px;
	color: #fff;
}
.line-label{
	color: #fff;
	font-size: 14px;
	font-family: 'QuicksandBookRegular';
	margin-bottom: 0;
}
#contact{
	background: #78cfd0;
	background-image: url('../img/wave-5.svg');
	background-repeat: no-repeat;
	background-position: center bottom -2px;
	background-size: 102%;
	padding-bottom: 160px;
	padding-top: 60px;
}
.box-contact{
	background:rgba(255,255,255,0.89);
	padding: 30px;
	border-radius: 50px;
	position: relative;
	z-index: 3;
}
.box-contact .btn-line{
	margin:15px auto !important;
	display: table;
	font-size: 12px;
	width: 100%;
	min-width: 0;
	background: #3ace01;
	color: #fff;
	border-color: #3ace01;
	padding: 5px 10px;
}
.box-contact .btn-line:hover{
	background:#31a903; 
	color: #fff;
	text-decoration: none;
}
.box-contact .btn-wa{
	margin:15px auto !important;
	display: table;
	font-size: 12px;
	width: 100%;
	min-width: 0;
	background: #0d9f16;
	color: #fff;
	border-color: #0d9f16;
	padding: 5px 10px;
}
.box-contact .btn-wa:hover{
	background:#0c7d13; 
	color: #fff;
	text-decoration: none;
}
.box-contact .btn-line img, .box-contact .btn-wa img{
	width: 15px;
}
.contact-overlay{
	top: 35px;
}
.btn-line, .btn-wa{
	background: #fff;
	color: #bd1083;
	font-family: 'QuicksandBoldRegular';
	padding: 10px 15px;
	border-radius: 100px;
	text-align: center;
	min-width: 150px;
	max-width: 200px;
	margin: auto;
	border:1px solid #bd1083;
}
.btn-line:hover{
	background:#f6e8f1; 
	color: #bd1083;
	text-decoration: none;
}
@media(max-width: 680px){
	.bg-service, .bg-testi-1, .bg-testi-2, .bg-testi-3, #why:after, #why:before, .bg-news-1, .bg-news-2, .bg-news-3, .bg-news-4, .bg-about-1, .bg-about-2, .bg-about-3, .bg-about-4{
		display: none;
	}
}
.navbar-nav .dropdown-menu{
	background-color: rgba(189,27,131, 0.9);
}
.navbar-nav .dropdown-menu li a{
	font-family: 'QuicksandBookRegular';
	color: #fff;
	font-size: 14px;
}
.navbar-nav .dropdown-menu li a:hover,.navbar-nav .dropdown-menu li a:focus,.navbar-nav .dropdown-menu li a.active{
	background-color: #fff;
	color: #bd1083;
}
.navbar-nav .dropdown:hover>.dropdown-menu {
  display: block;
}
@media(max-width:680px){
	.dots-wrap{
		width: 120px;
	}
	.slick-dots{
	    white-space: nowrap;
	    width: 120px !important; 
	    overflow: hidden;
	    margin:auto !important;
	}
	.slick-next{
		right: 30% !important;
	}
	.slick-prev{
		left: 30% !important;
	}
}
.mylivechat_collapsed{
	background: transparent !important;
	background-image:url('../img/chat.png') !important;
	background-repeat: no-repeat !important;
	background-size: contain !important;
	width: 164px !important;
	height: 123px !important; 
	border:0 !important;
	bottom: 20px !important;
	top: auto !important;
}
.mylivechat_collapsed_text{
	color: transparent !important;
}
.mylivechat_expanded{
	background: #bd1083 !important;
	border-color: #fff !important;
}
.mylivechat_prechat_logo{
	display: none !important;
}
.mylivechat_offline_logo{
	display: none !important;
}
.mylivechat_prechat_submit_button, .mylivechat_offline_submit_button{
	background: #bd1083 !important;
}
.mylivechat_prechat_submit_button:hover, .mylivechat_offline_submit_button:hover{
	background: #65115c !important;
}
.mylivechat_container{
	border-color: #fff !important;
}
.mylivechat_inline{
	font-family: 'QuicksandBookRegular' !important;
}
@media(max-width: 680px){
	.mylivechat_collapsed{
		right:10px !important;
		width: 100px !important;
		height: 75px !important;
		bottom: 45px !important;
		left: auto !important;
	}
}
@media (max-width: 680px){
	.container {
   	 	max-width: 100% !important;
	}
}
@media (min-width: 992px) {
  .animate {
    animation-duration: 0.3s;
    -webkit-animation-duration: 0.3s;
    animation-fill-mode: both;
    -webkit-animation-fill-mode: both;
  }
}

@keyframes slideIn {
  0% {
    transform: translateY(1rem);
    opacity: 0;
  }
  100% {
    transform:translateY(0rem);
    opacity: 1;
  }
  0% {
    transform: translateY(1rem);
    opacity: 0;
  }
}

@-webkit-keyframes slideIn {
  0% {
    -webkit-transform: transform;
    -webkit-opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
    -webkit-opacity: 1;
  }
  0% {
    -webkit-transform: translateY(1rem);
    -webkit-opacity: 0;
  }
}

.slideIn {
  -webkit-animation-name: slideIn;
  animation-name: slideIn;
}

.fa {
  position: relative;
  text-align: center;
}

.float-circle {
  position: absolute;
  top: 40%;
  left: 50%;
  -moz-transform: translateX(-50%) translateY(-50%);
  -o-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  width: 50px;
  height: 50px;
  -webkit-transition: transform 0.5s, background-color 0.5s, opacity 0.2s;
  -moz-transition: transform 0.5s, background-color 0.5s, opacity 0.2s;
  -ms-transition: transform 0.5s, background-color 0.5s, opacity 0.2s;
  -o-transition: transform 0.5s, background-color 0.5s, opacity 0.2s;
  transition: transform 0.5s, background-color 0.5s, opacity 0.2s;
  background-color: #FFF;
  border-radius: 50%;
  z-index: 2;
  text-align: center;
  padding-top: 13px;
}
.float-circle.open {
  cursor: pointer;
}
.float-circle.open#price {
   background-color: rgba(98,199,198, 0.8);;
  -moz-transform: translate3d(-50%, -200%, 0);
  -o-transform: translate3d(-50%, -200%, 0);
  -ms-transform: translate3d(-50%, -200%, 0);
  -webkit-transform: translate3d(-50%, -200%, 0);
  transform: translate3d(-50%, -200%, 0);
}
.float-circle.open#info {
  background-color: rgba(155,203,59, 0.8);
  -moz-transform: translate3d(-175%, -150%, 0);
  -o-transform: translate3d(-175%, -150%, 0);
  -ms-transform: translate3d(-175%, -150%, 0);
  -webkit-transform: translate3d(-175%, -150%, 0);
  transform: translate3d(-175%, -150%, 0);
}
.float-circle.open#video {
  background-color: rgba(241,107,144, 0.8);
  -moz-transform: translate3d(75%, -150%, 0);
  -o-transform: translate3d(75%, -150%, 0);
  -ms-transform: translate3d(75%, -150%, 0);
  -webkit-transform: translate3d(75%, -150%, 0);
  transform: translate3d(75%, -150%, 0);
}
@media(max-width: 680px){
	.res-down .float-circle.open#price {
	  background-color: #62c7c6;
	  -moz-transform: translate3d(-50%, 150%, 0);
	  -o-transform: translate3d(-50%, 150%, 0);
	  -ms-transform: translate3d(-50%,150%, 0);
	  -webkit-transform: translate3d(-50%, 150%, 0);
	  transform: translate3d(-50%, 150%, 0);
	}
	.res-down .float-circle.open#info {
	  background-color: #9bcb3b;
	  -moz-transform: translate3d(-175%, 100%, 0);
	  -o-transform: translate3d(-175%, 100%, 0);
	  -ms-transform: translate3d(-175%, 100%, 0);
	  -webkit-transform: translate3d(-175%, 100%, 0);
	  transform: translate3d(-175%, 100%, 0);
	}
	 .res-down .float-circle.open#video {
	  background-color: #f16b90;
	  -moz-transform: translate3d(75%, 100%, 0);
	  -o-transform: translate3d(75%, 100%, 0);
	  -ms-transform: translate3d(75%, 100%, 0);
	  -webkit-transform: translate3d(75%, 100%, 0);
	  transform: translate3d(75%, 100%, 0);
	}
}
.float-circle.open:hover {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.float-circle.open:active {
  opacity: 0.75;
  filter: alpha(opacity=75);
}
.float-circle.no-animation {
  animation: none;
}

.main-button {
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  cursor: pointer;
  position: relative;
  z-index: 3;
}

.share-icon {
  color: #FFF;
  font-size: 25px;
}

.social {
  position: absolute;
  top: 60%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
}

.social-icon {
  margin: 23px 0 0 -65px;
  font-size: 45px;
}

.stem {
  flex-basis: auto;
  flex-grow: 0;
  order: 1;
  align-self: auto;
  -webkit-flex-basis: auto;
  -webkit-flex-grow: 0;
  -webkit-order: 1;
  -webkit-align-self: auto;
  width: 4px;
  height: 0px;
  background-color: #FFF;
}

.mylivechat_offline_text, .mylivechat_offline_name_box.mylivechat_offline_box, .mylivechat_offline_email_box.mylivechat_offline_box,
.mylivechat_offline_oauth_box.mylivechat_offline_box span, .mylivechat_offline_question_box.mylivechat_offline_box{
	font-family: 'QuicksandBookRegular' !important;
}
.mylivechat_expanded_text, .mylivechat_offline_submit_button{
	font-family: 'QuicksandBoldRegular' !important;
}
.card-columns {
  @include media-breakpoint-only(lg) {
    column-count: 4;
  }
  @include media-breakpoint-only(xl) {
    column-count: 5;
  }
}
.inspire-title{
	color: #BD1083;
	font-family: 'QuicksandBoldRegular';
}
.inspire-title:hover{
	color: #51c2c6;
}
.card-columns .card a:hover{
	text-decoration: none !important;
}
.inspire-img{
	opacity: 0.8;
	transition: 0.3s;
}
.inspire-img:hover{
	opacity: 1;
}
.btn-back{
	display: block;
	margin-bottom: 20px;
	color: #bd1083;
}
.btn-back i{
	padding: 6px 0 0;
	text-align: center;
	background: #bd1083;
	color: #fff;
	border-radius: 100px;
	width: 30px;
	height: 30px;
}
.btn-back:hover i{
	background:#50c3c6;
}
.btn-back:hover{
	text-decoration: none;
	color: #50c3c6;
}
.why-list img:hover{
	-webkit-animation-name: hvr-hang-sink, hvr-hang;
	  animation-name: hvr-hang-sink, hvr-hang;
	  -webkit-animation-duration: .3s, 1.5s;
	  animation-duration: .3s, 1.5s;
	  -webkit-animation-delay: 0s, .3s;
	  animation-delay: 0s, .3s;
	  -webkit-animation-timing-function: ease-out, ease-in-out;
	  animation-timing-function: ease-out, ease-in-out;
	  -webkit-animation-iteration-count: 1, infinite;
	  animation-iteration-count: 1, infinite;
	  -webkit-animation-fill-mode: forwards;
	  animation-fill-mode: forwards;
	  -webkit-animation-direction: normal, alternate;
	  animation-direction: normal, alternate;
}

@-webkit-keyframes hvr-hang {
  0% {
    -webkit-transform: translateY(8px);
    transform: translateY(8px);
  }
  50% {
    -webkit-transform: translateY(4px);
    transform: translateY(4px);
  }
  100% {
    -webkit-transform: translateY(8px);
    transform: translateY(8px);
  }
}
@keyframes hvr-hang {
  0% {
    -webkit-transform: translateY(8px);
    transform: translateY(8px);
  }
  50% {
    -webkit-transform: translateY(4px);
    transform: translateY(4px);
  }
  100% {
    -webkit-transform: translateY(8px);
    transform: translateY(8px);
  }
}
@-webkit-keyframes hvr-hang-sink {
  100% {
    -webkit-transform: translateY(8px);
    transform: translateY(8px);
  }
}
@keyframes hvr-hang-sink {
  100% {
    -webkit-transform: translateY(8px);
    transform: translateY(8px);
  }
}
.title-home{
	text-align: center;
	font-size: 21px;
	text-transform: uppercase;
	font-family: 'QuicksandBoldRegular';
	margin-bottom: 45px;
	display: table;
	border-radius: 100px;
	margin:10px auto 30px;
	padding: 10px 20px;
}
.title-home.title-blue{
	background: #50c3c6;
}
.title-home.title-pink{
	background: #bd1083;
}
.title-home.title-yellow{
	background: #faea7b;
}
.text-orange{
	color: #f26522;
}
.mb-7{
	margin-bottom: 70px !important;
}
.mb-10{
	margin-bottom: 10px !important;
}
.big-indicator{
	position: absolute;
	top:40%;
	color: #fff;
	opacity: 0.8;
	z-index: 3;
}
.big-indicator:hover{
	color: #fff;
	opacity: 1;
}
.big-indicator.prev{
	left: 0;
}
.big-indicator.next{
	right: 0;
}
.box-pink{
	background-color: rgba(193,43,144,1);
	padding: 30px;
	display: block;
	border-radius: 10px;
	position: relative;
	color: #fff;
	font-size: 14px;
	text-align: center;
}
.box-pink p{
	margin:0;
}
.img-center{
	display: table;
	margin:auto;
}
.visi-icon{
	position: absolute;
	left: -40px;
	top: -50px;
}
.misi-icon{
	position: absolute;
	right: -40px;
	top: -50px;
}
.price-list-title{
	margin-top: 15px;
    margin-bottom: 30px;
    color: rgba(193,43,144,1);
    font-size: 18px;
    line-height: 18px;
    line-height: 23px;
    font-family: 'QuicksandBoldRegular';
    text-align: center;
}
.price-header{
	position: relative;
	display: block;
}
.table-price{
	width: 100%;
    border-collapse: collapse;
    white-space: nowrap;
    padding: 0;
    overflow: hidden;
}
@media(max-width: 680px){
	.table-price{
		white-space: normal;
	}
}
.table-price td, .table-price tr{
	width: 100%;
	padding: 0;
    overflow: hidden;
    vertical-align: baseline;
    text-align: left;
    color: #000;
    font-size: 14px;
}
.price-index{
	margin: 0;
    display: inline-block;
}
.table-price .price-row:after{
	content: "";
    width: 100%;
    display: inline-block;
    border-bottom: 1px dotted #000;
}
.price-index ul{
	margin-bottom: 10px;
	padding-left: 18px;
}
.reg-font{
	font-family: 'QuicksandBookRegular' !important;
}
@media(max-width: 767px){
	.table-bleaching td{
		width: 100%;
		/*display: block;*/
	}
	.table-bleaching ul{
		margin-bottom: 15px;
	}
	.table-bleaching .price-col{
		padding-left: 18px;
		width: 100px;
    	display: block; 
	}
	.table-bleaching .price-row:after{
		display: none;

	}
}

@media(max-width: 420px){
	.table-bleaching td{
		width: 100%;
		/*display: block;*/
	}
	.table-bleaching ul{
		margin-bottom: 15px;
	}
	.table-bleaching .price-col{
		padding-left: 18px;
		width: 100px;
    	display: block; 
    	/*margin-top: -50px*/
	}
	.table-bleaching .price-row:after{
		display: none;

	}
}
@media(max-width: 1024px){
	.table-price{
		white-space: normal;
	}
	.table-bleaching td{
		width: 70%;
		/*display: block;*/
	}
	.table-bleaching ul{
		display: table; 
  		text-align: left;
		margin-bottom: 15px;
	}.table-bleaching ul >li{
		display: table-cell;
	}
	.table-bleaching .price-col{
		padding-left: 8px;
		width: 116px;
    	display: block;  
	}
	.table-bleaching .price-row:after{
		display: none;

	}
	.table-price td, .table-price tr {
   
     vertical-align: top;  
	}
}
.contact-wrap{
	display: block;
	height: 160px;
}
.table-faq{
	width: 100%;
}
.table-faq .question td{
	font-size: 14px;
	color: #C12B90;
	font-family: 'QuicksandBoldRegular';
	vertical-align: top;
}
.table-faq .answer td{
	font-size: 14px;
	color: #898989;
	vertical-align: top;
	font-family: 'QuicksandBookRegular';
}
.table-faq .answer td p{
	margin-bottom: 30px;
}
.img-logo-center{
	position: absolute !important;
	min-width: 100%;
    min-height: 150px;
    max-width: 100%  !important;
}
.box-news.thumbnail img{
	max-width: 100% !important;
}
.box-news.wide{
	height: 150px !important;
}
.box-news.wide img{
	max-width: 100% !important;
}
.paragraph{
	font-size: 16px;
	font-family: 'QuicksandBookRegular';
	text-align: center;
	display: block;
	margin-bottom: 30px;
}
.career-title{
	font-size: 18px;
	font-family: 'QuicksandBoldRegular';
	color: #c12b90;
}
.career-subtitle{
	font-size: 14px;
	font-family: 'QuicksandBoldRegular';
	margin-bottom: 0;
}
.career-description{
	font-size: 14px;
	padding-left: 0;
}
.title-send{
	font-size: 18px;
	font-family: 'QuicksandBoldRegular';
}
.desc-send{
	font-size: 14px;
	margin-bottom: 0;
}
.email-send{
	font-size: 24px;
	color: #c12b90;
	font-family: 'QuicksandBoldRegular';
	word-break: break-word;
}
@media(max-width: 680px){
	.email-send{
		font-size: 18px;
	}
}

@media (max-width: 768px) {
    .card-columns {
        column-count: 1;
    }
}

@media (min-width: 768px) {
    .card-columns {
        column-count: 2 !important;
    }
}
.card-career .card{
	background: rgba(255,255,255,0.5);
	border-color: transparent;
}
.title-more{
	font-size: 18px;
	text-align: center;
	display: block;
	margin:15px 0;
	font-family: 'QuicksandBoldRegular';
}
@media (max-width: 737px) and (max-height: 414px){
	.container {
	    max-width: 90% !important;
	}
	.testi-desc {
	    height: 100px;
	    overflow: auto;
	}
}
@media (max-width: 569px) and (max-height: 414px){
	.testi-desc {
	    height: 54px;
	    overflow: auto;
	}
	.bubble {
	    height: 340px;
	}
}
.box-about img{
	max-width: 100%;
}