.navbar {
	z-index: 1000;
}
.side-nav {
	margin-top: 0px !important;
	z-index: 9999;
}
.double-nav .breadcrumb-dn p {
	color: #fff;
}

.font-25 {
	font-size: 25px!important;
}

.heading-sub {
	display: block;
    padding-top: 6px;
    font-size: 25px;
}

.blink-bg{
	animation: blinkingBackground 2s infinite;
}
.blink-bg-pro{
	animation: blinkingBackgroundPro 2s infinite;
}
@keyframes blinkingBackground{
	0%		{ background-color: #b29041;}
	50%		{ background-color: #012b65;}
	100%	{ background-color: #b29041;}
}
@keyframes blinkingBackgroundPro{
	0%		{ background-color: #ed1c24;}
	50%		{ background-color: #012b65;}
	100%	{ background-color: #ed1c24;}
}

.videoWrapper {
	position: relative;
	padding-bottom: 56.25%; /* 16:9 */
	padding-top: 25px;
	height: 0;
}
.videoWrapper iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.sticky {
	position: fixed;
	z-index: 999;
	top: 0;
	width: 100%;
	color: #fff!important;
	background-color: #b29041;
	-webkit-transition: all 0s ease-in-out;
	-moz-transition: all 0s ease-in-out;
	-o-transition: all 0s ease-in-out;
	-ms-transition: all 0s ease-in-out;
	transition: all 0s ease-in-out;
	-webkit-box-shadow: 0 2px 5px 0 rgba(127, 127, 127, 0.16), 0 2px 10px 0 rgba(121, 121, 121, 0.12);
}

@media (min-width: 1200px){
	.fixed-sn main {
		margin-left: 20% !important;
		margin-right: 20% !important;
	}
}

#background_img{
	background: url(../upload/bg_dentist.jpg) no-repeat center;
	background-size: cover;
	height: 250px;
}

.margin-top-187 {
	margin-top: 187px;
}

.body-contact .title-header h5{
	font-size: 28px;
	font-weight: 500;
	color: #ad8637;
	margin: 0 0 10px 0px;
	padding-bottom: 10px;
	line-height: 28px;
	padding: 0px 15px;
	border-left: 5px solid #012b65;
}

hr.title-header {
	margin-top: 1rem;
	margin-bottom: 1rem;
	border: 0;
	border-top: 1px  solid #eee;
}


hr.id-procedures  {
	margin-top: 1rem;
	margin-bottom: 1rem;
	border: 0;
	border-top: 1px solid rgb(247, 247, 247);
	width: 1270px;
}


.id-map {
	height: 625px;
}

.id-youtube {
	height: 340px;
}

.id-youtube-case {
	height: 100%;
}

/*-----------------------Header-------------------------*/
.header-border {border-top: 5px solid background: #FFFFFF;
	background: -moz-linear-gradient(left, #FFFFFF 0%, #ae8a36 50%, #FFFFFF 100%);
	background: -webkit-linear-gradient(left, #FFFFFF 0%, #ae8a36 50%, #FFFFFF 100%);
	background: linear-gradient(to right, #FFFFFF 0%, #ae8a36 50%, #FFFFFF 100%); 
	height: 6px;
	position: relative;
	z-index: 999;
}
.header-logo { padding: 15px 0px; }
.header-logo .nav-logo {width: 50%; }
.header-logo p{
	font-size: 18px;
	font-weight: 400;	
}
.header-logo p.font-15{
	font-size: 15px;
	color: #012b65;
	font-weight: 400;	
}
.header-color {
	color: #012b65 !important;
}
a.header-color:hover,
a.header-color:focus {
	color: #ae873a !important;
}
.header-top { background-color: #fff; 
	position: relative;
	z-index: 999;

}



.case-color {
	color: #404040 !important;
}
a.case-color:hover,
a.case-color:focus {
	color: #ae873a !important;
}






/*-----------------------Header-------------------------*/


/*------------------------Footer------------------------*/
.footer-top {
	box-shadow: 0 -5px 6px -5px rgba(0, 0, 0, 0.16);
	background-color: #fff;
	padding: 10px 0px;
}

.footer-top .wh30{
	width: 30%;
}
.footer-top .footer-color {
	font-size: 18px;
	font-weight: 400;
	margin-top: 20px;
}


.footer-top .footer-color {
	color: #1d3e71 !important;
}
.footer-top a.footer-color:hover,
.footer-top a.footer-color:focus {
	color: #b29041 !important;
}

/*----------------------------*/
.footer-top-2 {
	background-color: #052755;
	padding: 40px 0px 15px;
	color: #fff;
}

.footer-top-2  hr.line-footer {
	margin-top: 1rem;
	margin-bottom: 1rem;
	border: 0;
	border: 0.5px solid #8c9bb0;
}
.footer-top-2 .wh2{
	width: 3%;
	margin-top: -19px;
}

.footer-top-2 span{
	font-size: 13px;
	display: inline-block;
}

.footer-top-2 .content  h3{
	font-size: 18px;
	margin: 0 0 15px 0;
	font-weight: 400;
}


.footer-top-2 .footer-color {
	color: #fff !important;
}
.footer-top-2 a.footer-color:hover,
.footer-top-2 a.footer-color:focus {
	color: #b29041 !important;
}


/*------------------------Footer------------------------*/
/*------------------------Welcome------------------------*/
.page-welcome{
	padding: 80px 0px;
}
.page-welcome h3{
	text-transform: uppercase;
	font-size: 33.5px;
	text-align: center;
	font-weight: 600;
	padding: 20px 0px;
	color: #012b67;
	border-top: 2px solid #ad8637;
	border-bottom: 2px solid #ad8637;	
	margin-bottom: 20px;
}
.page-welcome p{
	font-size: 18px;
	font-weight: 300;
	color: #333;
	line-height: 30px;
	overflow: hidden;
	text-overflow: ellipsis;
	-webkit-box-orient: vertical;
	display: -webkit-box;
	-webkit-line-clamp: 7;
}
/*------------------------Welcome------------------------*/





/*------------------------Home------------------------*/
.page-why {
	position: relative;
	padding: 80px 0px 150px;
	height: 100%;
	overflow: hidden;
	background: url(../upload/bg-0.png) right;
	background-size: cover;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	-ms-background-size: cover;
}

.page-why h3{
	font-size: 30px;
	font-weight: 500;
	color: #fff;
	margin-bottom: 20px;
}

.page-why h4{
	font-size: 30px;
	font-weight: 500;
	line-height: 40px;
	color: #fff;
	margin-bottom: 20px;
}
.page-why .mt-why {
	margin-top: 45px;
	padding: 0px 20px 0px 20px;
}

.page-why .line-border {
	border-right: 3px solid #ae893b;
	padding: 0px 20px 0px 20px;
	height: auto;
}
.page-why p{
	font-size: 18px;
	font-weight: 300;
	color: #fff;
	line-height: 30px;
	overflow: hidden;
	text-overflow: ellipsis;
	-webkit-box-orient: vertical;
	display: -webkit-box;
	-webkit-line-clamp: 9;
}

/*------------------------Home------------------------*/


/*------------------------ consult ------------------------*/
.page-consult-index {
	padding: 0px 80px;
	border: 1px solid #ebebeb;
	position: relative;
	box-shadow: 0px 1px 10px 0px rgba(202, 202, 202, 0.75);
	z-index: 8;
	margin-top: -100px;
	background-color: #fff;
}

.page-consult-index .box-consult{
	padding: 35px 0px;
}
.page-consult-index .box-consult h3{
	font-size: 60px;
	font-weight: 600;
	margin-bottom: 0px;
}
.page-consult-index .box-consult span{
	color: #d80b0b;
}
.page-consult-index .box-consult p{
	font-size: 24px;
	font-weight: 400;
	color: #333;
	margin-bottom: 10px;
}


.box-consult .consult-link {
	color: #013169 !important;
}
.box-consult a.consult-link:hover,
.box-consult a.consult-link:focus {
	color: #b29041 !important;
}



/*------------------------ consult ------------------------*/



/*------------------------ Case ------------------------*/
.page-case-index {
	position: relative;
	padding: 70px 0px;
	height: 100%;
	background-color: #fff;
	overflow: hidden;
	background-size: cover;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	-ms-background-size: cover;
}

.page-case-index  h3{
	font-size: 45px;
	font-weight: 400;
	text-align: center;
	color: #333;
	margin-bottom: 50px;
}
.page-case-index  span{
	color: #003169;
	font-weight: 5	00;
}

/*------------------------ Case ------------------------*/

/*------------------------ experience ------------------------*/
.page-pexperience-index {
	position: relative;
	padding: 60px 0px;
	height: 100%;
	overflow: hidden;
	background: url(../upload/bg-4.png)  fixed center;
	background-size: cover;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	-ms-background-size: cover;
}

.page-pexperience-index h3{
	font-size: 40px;
	font-weight: 500;
	color: #fff;
	margin-bottom: 5px;
}
.page-pexperience-index p{
	font-size: 28px;
	font-weight: 300;
	color: #fff;
	margin-bottom: 10px;
}
.page-pexperience-index .btn {
	border: 0;
	margin-top: 30px;
	border-radius: 0rem;
	padding: 6px 50px;
	font-size: 26px;
}

.page-pexperience-index .btn-info {
	color: #fff;
	background-color: #0d9bcb;
}

.page-pexperience-index .btn-info:hover {
	color: #fff;
	background-color: #d80b0b;
}
/*------------------------ experience ------------------------*/


/*------------------------ Treatment ------------------------*/
.page-treatment-index {
	position: relative;
	padding: 100px 0px;
	height: 100%;
	overflow: hidden;
	background: url(../upload/bg-2.png) right;
	background-size: cover;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	-ms-background-size: cover;
}
.page-treatment-index  h2{
	font-size: 35px;
	font-weight: 500;
	text-align: center;
	color: #1d3e73;
	margin-bottom: 15px;
}
.page-treatment-index .box-mt {
	margin-top: 100px;
}
.page-treatment-index  h3{
	font-size: 40px;
	font-weight: 500;
	color: #1d3e73;
	margin-bottom: 15px;
}
.page-treatment-index  p{
	font-size: 22px;
	font-weight: 400;
	color: #333;
	margin-bottom: 0px;
}




/*------------------------ Treatment ------------------------*/





/*------------------------ promotion ------------------------*/
.page-promotion-index {
	position: relative;
	padding: 80px 0px;
	height: 600px;
	overflow: hidden;
	background: url(../upload/bg-3.png) center;
	background-size: cover;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	-ms-background-size: cover;
}

.page-promotion-index  h3 {
	font-size: 45px;
	font-weight: 500;
	color: #fff;
	margin-bottom: 15px;
	text-align: center;
}





.page-clinic-index .banner-promotion{
	position: relative;
	z-index: 9;
	margin-bottom: 30px;
	
}


.page-clinic-index .banner-promotion .boxpromotion-index {
	position: relative;
	z-index: 8;
	margin-top: -12rem;
	margin-bottom: 5rem;
}

.page-clinic-index .banner-promotion .boxpromotion-index p{
	font-size: 1rem;
	font-weight:400;
	color: #333;
	margin-bottom: 0;
}

.page-clinic-index .banner-promotion .boxpromotion-index label{
	font-size: 1.6rem;
	font-weight: 400;
	color: #fff;
	margin-bottom: 0;
	padding: 0.3rem 2.7rem;
	background-color: #0f95de;
}


.page-clinic-index .banner-promotion .boxpromotion-index .btn {
	margin: 0rem;
	display: table;
	text-transform: uppercase;
	word-wrap: break-word;
	white-space: normal;
	cursor: pointer;
	border: 0;
	border-radius: 0rem;
	box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
	transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
	padding: 0.2rem 4rem;
	margin-left: 5rem;
	font-size: 2.5rem;
	margin-bottom: 1rem;
}




/*------------------------ promotion ------------------------*/



/*------------------------ clinic ------------------------*/
.page-clinic-index {
	position: relative;
	padding: 60px 0px;
	z-index: 8;
	height: 100%;
	margin-top: -150px;
	overflow: hidden;
	/*	background: url(../upload/bg-3.png) center;*/
	background-size: cover;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	-ms-background-size: cover;
}

.page-clinic-index .box-text-head{
	background-color: #1c3c6b;
	padding: 15px 15px;
	width: 100%;
	border-bottom: 5px solid #ad8637;
}
.page-clinic-index .box-text-head h4{
	font-size: 24px;
	margin: 0 0 0px 0;
	color: #fff;
	font-weight: 400;
}


#project-0 .item-hover {
	width: 100%;
	height: auto;
	position: relative;
	overflow: hidden;
	margin-bottom: 30px;

}

#project-0 .item-hover .inner {
	position: absolute;
	font-size: 24px;
	top: 93%;
	transform: translate(0, -50%);
	-webkit-transform: translate(0, -50%);
	width: 100%;
	color: #012b65;
	font-weight: 500;
	background: rgba(255, 255, 255, 0.73);
	padding: 0px;
	margin: 0;
	box-sizing: border-box;
	z-index: 8;
	transition-duration: 0.3s;
	-webkit-transition-duration: 0.3s;
	padding: 15px;
}

#project-0 .item-hover .image-zoom {
	width: 100%;
	height: 100%;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	transition-duration: 0.3s;
	-webkit-transition-duration: 0.3s;
}
#project-0 .item-hover:hover .image-zoom {
	transform: s.le(1.1);
	-webkit-transform: scale(1.1);
}
#project-0 .item-hover:hover .inner {
	padding: 15px;
	color: #fff;
	background: #FFFFFF;
	background: -moz-linear-gradient(left, #FFFFFF 0%, #588FC7 50%, #1C3C6B 100%);
	background: -webkit-linear-gradient(left, #FFFFFF 0%, #588FC7 50%, #1C3C6B 100%);
	background: linear-gradient(to right, #FFFFFF 0%, #588FC7 50%, #1C3C6B 100%);
}
/*------------------------ clinic ------------------------*/


/*------------------------ Doctor ------------------------*/
.page-doctor-index {
	padding: 60px 0px;
	background-color: #ededed;
}
.page-doctor-index .box-text-head{
	background-color: #1c3c6b;
	padding: 15px 15px;
	width: 100%;
	border-bottom: 5px solid #ad8637;
}
.page-doctor-index .box-text-head h4{
	font-size: 24px;
	margin: 0 0 0px 0;
	color: #fff;
	font-weight: 400;
}
.page-doctor-index .box-text-head span{
	font-size: 18px;
	margin: 5px 0 0px 0;
	font-weight: 400;
}



.img-wrap h5 {
	text-align: center;
	font-size: 20px;
	font-weight: 400;
	color: #1c3c6b;
	padding: 25px 0px;	
}
.img-wrap img {
	border-radius: 50%;
	padding: 8px;
	border: 2px solid #d7d7d7;
}
/*------------------------ Doctor ------------------------*/

/*------------------------ Review ------------------------*/
.page-review-index {
	position: relative;
	padding: 80px 0px;
	height: 100%;
	overflow: hidden;
	background: url(../upload/bg-1.png) center;
	background-size: cover;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	-ms-background-size: cover;
}

.review-box-text {
	align-self: center;
}

.page-review-index .review-box-text h4{
	font-size: 30px;
	margin: 0 0 15px 0;
	color: #fff;
	font-weight: 400;
	overflow: hidden;
	text-overflow: ellipsis;
	-webkit-box-orient: vertical;
	display: -webkit-box;
	/* -webkit-line-clamp: 5; */
}
.page-review-index .review-box-text  p {
	font-size: 20px;
	color: #fff;
	font-weight: 300;
	line-height: 28px;
	overflow: hidden;
	text-overflow: ellipsis;
	-webkit-box-orient: vertical;
	display: -webkit-box;
	-webkit-line-clamp: 8;
}

.page-review-index .review-box-text  .btn {
	margin: 0rem;
	border: 0;
	border-radius: 0rem;
	padding: 0.7rem 3rem;
	font-size: 1rem;
}





/*------------------------ Review ------------------------*/

/*------------------------ activity ------------------------*/
.page-activity-index {
	padding: 60px 0px;
	background-color: #fff;
}
.page-activity-index h3{
	font-size: 30px;
	margin: 20px 0 50px 0;
	color: #1d3d70;
	text-align: center;
	text-transform: uppercase; 
}
.activity-box {
	margin-bottom: 30px;
	display: flex;
}
.activity-box-img {
	max-width: 41%;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
}
.activity-box-text {
	max-width: 59%;
	padding: 30px 20px;
	border: 1px solid #f4f4f4;
	background-color: #f4f4f4;
}
.activity-box-bottom-btn{
	position: absolute;
	bottom: 45px;
}
.activity-box  h4 {
	font-size: 25px;
	margin: 0 0 10px 0;
	color: #004890;
	font-weight: 400;
	overflow: hidden;
	text-overflow: ellipsis;
	-webkit-box-orient: vertical;
	display: -webkit-box;
	-webkit-line-clamp: 2;
}
.activity-box  p {
	font-size: 16px;
	color: #323232;
	font-weight: 300;
	line-height: 26px;
	overflow: hidden;
	text-overflow: ellipsis;
	-webkit-box-orient: vertical;
	display: -webkit-box;
	-webkit-line-clamp: 7;
}
.page-activity-index .activity-color {
	color: #b29041 !important;
	font-size: 18px;
	font-weight: 400;
}
.page-activity-index a.activity-color:hover,
.page-activity-index a.activity-color:focus {
	color: #052755 !important;
}
.follow-zoom a {
	display: block;
	overflow: hidden;
	position: relative;
}
.zoom-text-follow {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	content: "";
	display: flex;
	display: -webkit-flex;
	display: -ms-flex;
	display: -o-flex;
	align-items: center;
	-webkit-align-items: center;
	-ms-align-items: center;
	-o-align-items: center;
	justify-content: center;
	-webkit-justify-content: center;
	-ms-justify-content: center;
	-o-justify-content: center;
	background: rgba(0, 0, 0, 0.4);
	color: #fff;
	transition: all 0.4s ease-out 0s;
	-webkit-transition: all 0.4s ease-out 0s;
	opacity: 0;
	transform: scale(.8);
	-webkit-transform: scale(.8);
}
.follow-zoom a:hover .zoom-text-follow {
	opacity: 1;
	transform: scale(1);
	-webkit-transform: scale(1);
}
.zoom-text-follow i {
	margin: 0 5px;
	font-size: 50px;
}
/*------------------------ activity ------------------------*/
/*-------------------------tetestimonials------------------------*/

.page-tetestimonials-index {
	padding: 60px 0px;
	background-color: #f4f4f4;
}
.page-tetestimonials-index h3{
	font-size: 30px;
	margin: 20px 0 50px 0;
	color: #1d3d70;
	text-align: center;
	text-transform: uppercase; 
}
.page-tetestimonials-index span{
	color: #b28400;
}
/*-------------------------tetestimonials------------------------*/


/*-------------------------Case------------------------*/
.page-case-index-new {
	position: relative;
	padding: 80px 0px;
	height: 100%;
	overflow: hidden;
	background: url(../upload/bg-5.png) center;
	background-size: cover;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	-ms-background-size: cover;
}

.page-case-index-new .box-caes{
	padding: 20px;
	background-color: #fff;
	margin-bottom: 30px;
}

.page-case-index-new .box-caes .box-img {
	padding: 65px 25px;
	border: 2px solid #c59d31;
	margin: auto;
	height: 100%;
	width: 100%;
}

.page-case-index-new .box-caes .box-img h5{
	font-weight: 400;
	font-size: 18px;
}

.page-case-index-new .box-caes .text-detail{
	margin-top: 15px;
	padding: 0px 15px;
}

.page-case-index-new .box-caes .text-detail p{
	margin-bottom: 0px;
	font-size: 18px;
	font-weight: 300;
	color: #404040;
	line-height: 24px;
	overflow: hidden;
	text-overflow: ellipsis;
	-webkit-box-orient: vertical;
	display: -webkit-box;
	-webkit-line-clamp: 2;
}

.page-case-index-new .box-caes .text-detail span{
	color: #f00;
}


.page-case-index-new .box-caes .box-img img{
	width: 75%;
	position: relative;z-index: 1;
	margin: auto;
	margin-bottom: 20px;

}


.overflow-invisalign {
	overflow-x: hidden;
}


/*-------------------------Case------------------------*/


























/*------------------------contact-index------------------------*/
.page-contact-index {
	padding: 60px 0px;
}

.page-contact-index .box-content {
	padding: 30px 30px;
	border: 1px solid #ebebeb;
	box-shadow: 0px 1px 10px 0px rgba(202, 202, 202, 0.75);
}
.page-contact-index .box-content h3{
	font-size: 28px;
	color: #052755;
	margin: 0 0 15px 0;
	text-align: center;
}
.page-contact-index .box-content p{
	font-size: 18px;
	color: #555;
	font-weight: 400;
}
.page-contact-index .box-content p{
	font-size: 18px;
	color: #555;
	font-weight: 400;
}
.page-contact-index .i-con-content {
	font-size: 18px;
	margin-bottom: 3px;
}
.page-contact-index .i-con-content {
	color: #555 !important;
}
.page-contact-index a.i-con-content:hover,
.page-contact-index a.i-con-content:focus {
	color: #b29041 !important;
}
.page-contact-index .box-content .contact-border {
	background: #FFFFFF;
	background: -moz-linear-gradient(left, #FFFFFF 0%, #c49b2d 50%, #FFFFFF 100%);
	background: -webkit-linear-gradient(left, #FFFFFF 0%, #c49b2d 50%, #FFFFFF 100%);
	background: linear-gradient(to right, #FFFFFF 0%, #c49b2d 50%, #FFFFFF 100%);
	height: 3px;
	width: 90%;
	margin: 0 0 15px 0;
}
/*------------------------contact-index------------------------*/





@media (max-width: 1440px){}
@media (max-width: 1366px){
	.page-welcome h3 {
		font-size: 31.5px;
	}
	.heading-sub {
		font-size: 24px;
	}

}
@media (max-width: 1280px){
	.header-logo p {
		font-size: 16px;
		font-weight: 400;
	}

}
@media (max-width: 991px){

	.overflow-invisalign {

	}



	.header-logo {
		padding: 5px 0px;
	}
	.header-logo p {
		font-size: 16px;
		margin-bottom: 0.5rem;
	}

	.page-welcome {
		padding: 60px 0px;
	}

	.heading-sub {
		font-size: 20px;
	}

	.page-welcome h3 {
		font-size: 25px;
		padding: 15px 0px;
	}
	.page-welcome p {
		font-size: 16px;
		line-height: 24px;
	}

	.double-nav .button-collapse {
		position: relative;
		display: inline-block;
		margin-right: 10px;
		margin-left: 10px;
		margin-top: -10px;
		font-size: 1.4rem;
	}
	.navbar {
		font-weight: 300;
		border-top: 0px solid #fff;
		margin-top: -1rem;
		box-shadow: 0 1px 0px 0 rgba(0, 0, 0, 0.16), 0 0px 0px 0 rgba(0, 0, 0, 0.12);
		background-color: #fff;
	}
	.navbar .navbar-brand img {
		width: 75%;
		margin-top: 0rem;
	}
	.page-consult-index {
		padding: 0px 40px;
		border: 1px solid #ebebeb;
		position: relative;
		box-shadow: 0px 1px 10px 0px rgba(202, 202, 202, 0.75);
		z-index: 8;
		margin-top: -100px;
		background-color: #fff;
	}
	.page-consult-index .box-consult {
		padding: 20px 0px;
	}

	.page-case-index h3 {
		font-size: 36px;
		margin-bottom: 30px;
	}
	.page-case-index {
		position: relative;
		padding: 35px 0px;
	}

	.page-pexperience-index {
		position: relative;
		padding: 45px 0px;
		height: 100%;
		overflow: hidden;
		background: url(../upload/bg-4.png) fixed left;
		background-size: cover;
		-webkit-background-size: cover;
		-moz-background-size: cover;
		-o-background-size: cover;
		-ms-background-size: cover;
	}

	.page-treatment-index {
		position: relative;
		padding: 60px 0px;
		height: 100%;
		overflow: hidden;
		background: url(../upload/bg-2.png) right;
		background-size: cover;
		-webkit-background-size: cover;
		-moz-background-size: cover;
		-o-background-size: cover;
		-ms-background-size: cover;
	}
	.page-treatment-index h2 {
		font-size: 30px;
	}
	.page-treatment-index h3 {
		font-size: 30px;
		font-weight: 500;
		color: #1d3e73;
		margin-bottom: 10px;
	}
	.page-treatment-index p {
		font-size: 18px;
		font-weight: 400;
		color: #333;
		margin-bottom: 0px;
	}
	.page-treatment-index .box-mt {
		margin-top: 30px;
	}
	.page-promotion-index {
		position: relative;
		padding: 50px 0px;
		height: 450px;
		overflow: hidden;
		background: url(../upload/bg-3.png) center;
		background-size: cover;
		-webkit-background-size: cover;
		-moz-background-size: cover;
		-o-background-size: cover;
		-ms-background-size: cover;
	}
	.page-promotion-index h3 {
		font-size: 35px;
		margin-bottom: 20px;
	}

	.page-clinic-index .banner-promotion .boxpromotion-index {
		position: relative;
		z-index: 8;
		margin-top: -9rem;
		margin-bottom: 5rem;
	}
	.page-clinic-index .banner-promotion .boxpromotion-index label {
		font-size: 1.2rem;
		padding: 0.2rem 2.3rem;
	}
	.page-clinic-index .banner-promotion .boxpromotion-index .btn {
		margin: 0rem;
		display: table;
		text-transform: uppercase;
		word-wrap: break-word;
		white-space: normal;
		cursor: pointer;
		border: 0;
		border-radius: 0rem;
		box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
		transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
		padding: 0.2rem 3.5rem;
		margin-left: 5rem;
		font-size: 2rem;
		margin-bottom: 0.5rem;
	}

	#project-0 .item-hover .inner {
		position: absolute;
		font-size: 20px;
		top: 91%;
		transform: translate(0, -50%);
		-webkit-transform: translate(0, -50%);
		width: 100%;
		color: #012b65;
		font-weight: 500;
		background: rgba(255, 255, 255, 0.73);
		padding: 0px;
		margin: 0;
		box-sizing: border-box;
		z-index: 8;
		transition-duration: 0.3s;
		-webkit-transition-duration: 0.3s;
		padding: 15px;
	}
	.page-clinic-index {
		position: relative;
		padding: 60px 0px 40px;
		z-index: 8;
		height: 100%;
		margin-top: -150px;
		overflow: hidden;
		/* background: url(../upload/bg-3.png) center; */
		background-size: cover;
		-webkit-background-size: cover;
		-moz-background-size: cover;
		-o-background-size: cover;
		-ms-background-size: cover;
	}

	.page-review-index .review-box-text h4 {
		font-size: 26px;
		margin: 0 0 10px 0;
		color: #fff;
		font-weight: 400;
		overflow: hidden;
		text-overflow: ellipsis;
		-webkit-box-orient: vertical;
		display: -webkit-box;
		/* -webkit-line-clamp: 5; */
	}
	.page-review-index .review-box-text p {
		font-size: 16px;
		color: #fff;
		font-weight: 300;
		line-height: 24px;
		overflow: hidden;
		text-overflow: ellipsis;
		-webkit-box-orient: vertical;
		display: -webkit-box;
		-webkit-line-clamp: 8;
	}


	.page-activity-index {
		padding: 50px 0px;
		background-color: #fff;
	}
	.activity-box-img {
		max-width: 50%;
		display: flex;
		flex-direction: column;
		align-items: flex-start;
	}
	.activity-box-text {
		max-width: 50%;
		padding: 23px 20px;
		border: 1px solid #f4f4f4;
		background-color: #f4f4f4;
	}

	.activity-box h4 {
		font-size: 20px;
	}
	.activity-box p {
		font-size: 16px;
		color: #323232;
		font-weight: 300;
		line-height: 24px;
		overflow: hidden;
		text-overflow: ellipsis;
		-webkit-box-orient: vertical;
		display: -webkit-box;
		-webkit-line-clamp: 7;
	}

	.page-activity-index .activity-color {
		color: #b29041 !important;
		font-size: 16px;
		font-weight: 400;
	}


	.page-tetestimonials-index {
		padding: 50px 0px;
		background-color: #f4f4f4;
	}

	.page-contact-index .box-content h3 {
		font-size: 24px;
		color: #052755;
		margin: 0 0 15px 0;
		text-align: center;
	}
	.page-contact-index .box-content p {
		font-size: 20px;
		color: #555;
		font-weight: 400;
	}
	.page-contact-index .i-con-content {
		font-size: 20px;
		margin-bottom: 10px;
	}
	.page-contact-index .box-content {
		padding: 30px 25px;
		border: 1px solid #ebebeb;
		box-shadow: 0px 1px 10px 0px rgba(202, 202, 202, 0.75);
	}
	.footer-top .footer-color {
		font-size: 18px;
		font-weight: 400;
		margin-top: 10px;
	}
	.id-map {
		height: 300px;
	}

}
@media (max-width: 768px){


	.id-youtube {
		height: 200px;
	}




	.header-logo p.font-15 {
		font-size: 15px;
		color: #012b65;
		font-weight: 400;
		margin-top: -10px;
	}
	#background_img {
		background: url(../upload/bg_dentist.jpg) no-repeat center;
		background-size: cover;
		height: 180px;
	}
	.side-nav {
		margin-top: 139px !important;
		z-index: 9999;
	}

	.heading-sub {
		font-size: 23px;
	}

	.page-welcome h3 {
		font-size: 28px;
		padding: 15px 0px;
	}
	.page-welcome p {
		font-size: 15px;
		line-height: 24px;
	}
	.page-why p {
		font-size: 16px;
		font-weight: 300;
		color: #fff;
		line-height: 30px;
		overflow: hidden;
		text-overflow: ellipsis;
		-webkit-box-orient: vertical;
		display: -webkit-box;
		-webkit-line-clamp: 9;
	}



	.page-why h4 {
		font-size: 26px;
		font-weight: 500;
		line-height: 40px;
		color: #fff;
		margin-bottom: 20px;
	}
	.page-consult-index .box-consult {
		padding: 20px 0px 10px;
	}
	.page-case-index h3 {
		font-size: 30px;
		margin-bottom: 30px;
	}
	.page-pexperience-index h3 {
		font-size: 34px;
		font-weight: 500;
		color: #fff;
		margin-bottom: 0px;
	}
	.page-pexperience-index p {
		font-size: 24px;
		font-weight: 300;
		color: #fff;
		margin-bottom: 10px;
	}
	.page-pexperience-index .btn {
		border: 0;
		margin-top: 15px;
		border-radius: 0rem;
		padding: 3px 50px;
		font-size: 26px;
	}
	.page-treatment-index p {
		font-size: 16px;
		font-weight: 400;
		color: #333;
		margin-bottom: 0px;
	}

	.page-promotion-index {
		position: relative;
		padding: 50px 0px;
		height: 390px;
		overflow: hidden;
		background: url(../upload/bg-3.png) center;
		background-size: cover;
		-webkit-background-size: cover;
		-moz-background-size: cover;
		-o-background-size: cover;
		-ms-background-size: cover;
	}

	.page-clinic-index .banner-promotion .boxpromotion-index label {
		font-size: 1rem;
		padding: 0.3rem 2rem;
	}
	.page-clinic-index .banner-promotion .boxpromotion-index .btn {
		margin: 0rem;
		display: table;
		text-transform: uppercase;
		word-wrap: break-word;
		white-space: normal;
		cursor: pointer;
		border: 0;
		border-radius: 0rem;
		box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
		transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
		padding: 0.2rem 3rem;
		margin-left: 5rem;
		font-size: 1.7rem;
		margin-bottom: 0.5rem;
	}
	.page-clinic-index .banner-promotion .boxpromotion-index p {
		font-size: 0.9rem;
		font-weight: 400;
		color: #333;
		margin-bottom: 0;
	}
	.page-clinic-index .banner-promotion .boxpromotion-index {
		position: relative;
		z-index: 8;
		margin-top: -7.5rem;
		margin-bottom: 2rem;
	}
	.page-review-index .review-box-text p {
		font-size: 16px;
		color: #fff;
		font-weight: 300;
		line-height: 24px;
		overflow: hidden;
		text-overflow: ellipsis;
		-webkit-box-orient: vertical;
		display: -webkit-box;
		-webkit-line-clamp: 7;
	}
	.page-review-index {
		position: relative;
		padding: 45px 0px;
		height: 100%;
		overflow: hidden;
		background: url(../upload/bg-1.png) center;
		background-size: cover;
		-webkit-background-size: cover;
		-moz-background-size: cover;
		-o-background-size: cover;
		-ms-background-size: cover;
	}

	.activity-box-text {
		max-width: 60%;
		padding: 10px 10px;
		border: 1px solid #f4f4f4;
		background-color: #f4f4f4;
	}
	.activity-box-img {
		max-width: 40%;
		display: flex;
		flex-direction: column;
		align-items: flex-start;
	}
	.activity-box h4 {
		font-size: 16px;
	}
	.activity-box p {
		font-size: 13px;
		color: #323232;
		font-weight: 300;
		line-height: 20px;
		overflow: hidden;
		text-overflow: ellipsis;
		-webkit-box-orient: vertical;
		display: -webkit-box;
		-webkit-line-clamp: 4;
	}
	.page-activity-index h3 {
		font-size: 30px;
		margin: 0px 0 30px 0;
		color: #1d3d70;
		text-align: center;
		text-transform: uppercase;
	}

	.footer-top .footer-color {
		font-size: 16px;
		font-weight: 400;
		margin-top: 5px;
	}
	.page-contact-index .box-content {
		padding: 20px 15px;
		border: 1px solid #ebebeb;
		box-shadow: 0px 1px 10px 0px rgba(202, 202, 202, 0.75);
	}

	#project-0 .item-hover .inner {
		position: absolute;
		font-size: 16px;
		top: 91%;
		transform: translate(0, -50%);
		-webkit-transform: translate(0, -50%);
		width: 100%;
		color: #012b65;
		font-weight: 500;
		background: rgba(255, 255, 255, 0.73);
		padding: 0px;
		margin: 0;
		box-sizing: border-box;
		z-index: 8;
		transition-duration: 0.3s;
		-webkit-transition-duration: 0.3s;
		padding: 15px;
	}


}



@media (max-width: 576px){
	#background_img {
		background: url(../upload/bg_dentist.jpg) no-repeat center;
		background-size: cover;
		height: 160px;
	}

	table td {
		font-size: 0.9rem;
		font-weight: 300;
		display: block;
	}

}




@media (max-width: 480px){

	#background_img {
		background: url(../upload/bg_dentist.jpg) no-repeat center;
		background-size: cover;
		height: 130px;
	}
	.side-nav {
		margin-top: 126px !important;
		z-index: 9999;
	}

	.page-case-index-new .box-caes .text-detail p {
		margin-bottom: 0px;
		font-size: 16px;
		font-weight: 300;
		color: #404040;
		line-height: 24px;
		overflow: hidden;
		text-overflow: ellipsis;
		-webkit-box-orient: vertical;
		display: -webkit-box;
		-webkit-line-clamp: 5;
	}



	.navbar .navbar-brand img {
		width: 65%;
		margin-top: -4rem;
	}
	.double-nav .button-collapse {
		position: relative;
		display: inline-block;
		margin-right: 10px;
		margin-left: 0px;
		margin-top: 10px;
		font-size: 1.5rem;
	}
	.header-logo p {
		font-size: 14px;
		margin-bottom: 0.5rem;
	}
	.header-logo p.font-15 {
		font-size: 14px;
		color: #012b65;
		font-weight: 300;
		margin-top: -10px;
	}

	.page-welcome {
		padding: 50px 0px;
	}
	.page-welcome p {
		font-size: 16px;
		line-height: 24px;
		margin-bottom: 0;
	}
	.page-why {
		position: relative;
		padding: 50px 0px 150px;
		height: 100%;
		overflow: hidden;
		background: url(../upload/bg-0.png) right;
		background-size: cover;
		-webkit-background-size: cover;
		-moz-background-size: cover;
		-o-background-size: cover;
		-ms-background-size: cover;
	}
	.page-why h3 {
		font-size: 30px;
		font-weight: 500;
		color: #fff;
		margin-bottom: 10px;
	}
	.page-why p {
		font-size: 16px;
		font-weight: 300;
		color: #fff;
		line-height: 26px;
		overflow: hidden;
		text-overflow: ellipsis;
		-webkit-box-orient: vertical;
		display: -webkit-box;
		-webkit-line-clamp: 9;
	}
	.page-why .mt-why {
		margin-top: 0px;
		padding: 0px 10px 0px 10px;
	}
	.page-why h4 {
		font-size: 18px;
		font-weight: 500;
		line-height: 26px;
		color: #fff;
		margin-bottom: 9px;
	}
	.page-consult-index {
		padding: 0px 15px;
		border: 1px solid #ebebeb;
		position: relative;
		box-shadow: 0px 1px 10px 0px rgba(202, 202, 202, 0.75);
		z-index: 8;
		margin-top: -100px;
		background-color: #fff;
	}
	.page-consult-index .box-consult {
		padding: 15px 0px 15px;
	}
	.page-consult-index .box-consult p {
		font-size: 16px;
		font-weight: 400;
		color: #333;
		margin-bottom: 10px;
	}

	.page-case-index h3 {
		font-size: 24px;
		margin-bottom: 30px;
	}

	.page-pexperience-index h3 {
		font-size: 28px;
		font-weight: 500;
		color: #fff;
		margin-bottom: 0px;
		text-align: center;
	}
	.page-pexperience-index p {
		font-size: 20px;
		font-weight: 300;
		color: #fff;
		margin-bottom: 10px;
		text-align: center;
	}
	.page-pexperience-index .btn {
		border: 0;
		margin-top: 15px;
		border-radius: 0rem;
		padding: 3px 30px;
		font-size: 18px;
		margin: auto;
		display: block;
		width: 22%;
	}
	.page-pexperience-index {
		position: relative;
		padding: 30px 0px;
		height: 100%;
		overflow: hidden;
		background: url(../upload/bg-4.png) fixed left;
		background-size: cover;
		-webkit-background-size: cover;
		-moz-background-size: cover;
		-o-background-size: cover;
		-ms-background-size: cover;
	}

	.page-treatment-index {
		position: relative;
		padding: 60px 0px;
		height: 100%;
		overflow: hidden;
		background: url(../upload/bg-2.png) center;
		background-size: cover;
		-webkit-background-size: cover;
		-moz-background-size: cover;
		-o-background-size: cover;
		-ms-background-size: cover;
	}



	.page-clinic-index {
		position: relative;
		padding: 50px 0px 30px;
		z-index: 8;
		height: 100%;
		margin-top: 0px;
		overflow: hidden;
		background-size: cover;
		-webkit-background-size: cover;
		-moz-background-size: cover;
		-o-background-size: cover;
		-ms-background-size: cover;
	}
	.page-promotion-index {
		position: relative;
		padding: 50px 0px;
		height: auto;
		overflow: hidden;
		background: url(../upload/bg-3.png) center;
		background-size: cover;
		-webkit-background-size: cover;
		-moz-background-size: cover;
		-o-background-size: cover;
		-ms-background-size: cover;
	}

	.page-clinic-index .banner-promotion .boxpromotion-index label {
		font-size: 0.6rem;
		padding: 0.3rem 1.6rem;
		margin-left: 9rem;
	}
	.page-clinic-index .banner-promotion .boxpromotion-index .btn {
		margin: 0rem;
		display: table;
		text-transform: uppercase;
		word-wrap: break-word;
		white-space: normal;
		cursor: pointer;
		border: 0;
		border-radius: 0rem;
		box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
		transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
		padding: 0.2rem 2rem;
		margin-left: 12rem;
		font-size: 1.2rem;
		margin-bottom: 1rem;
	}
	.page-clinic-index .banner-promotion .boxpromotion-index {
		position: relative;
		z-index: 8;
		margin-top: -4.5rem;
		margin-bottom: 2rem;
	}


	#project-0 .item-hover .inner {
		position: absolute;
		font-size: 18px;
		top: 93%;
		transform: translate(0, -50%);
		-webkit-transform: translate(0, -50%);
		width: 100%;
		color: #012b65;
		font-weight: 500;
		background: rgba(255, 255, 255, 0.73);
		padding: 0px;
		margin: 0;
		box-sizing: border-box;
		z-index: 8;
		transition-duration: 0.3s;
		-webkit-transition-duration: 0.3s;
		padding: 8px 10px;
	}


	.page-clinic-index .box-text-head h4 {
		font-size: 20px;
		margin: 0 0 0px 0;
		color: #fff;
		font-weight: 400;
	}
	.img-wrap h5 {
		text-align: center;
		font-size: 16px;
		font-weight: 400;
		color: #1c3c6b;
		padding: 25px 0px;
	}

	.activity-box p {
		font-size: 16px;
		color: #323232;
		font-weight: 300;
		line-height: 24px;
		overflow: hidden;
		text-overflow: ellipsis;
		-webkit-box-orient: vertical;
		display: -webkit-box;
		-webkit-line-clamp: 5;
	}

	.id-map {
		height: 230px;
	}
	.footer-top .wh30 {
		width: 75%;
	}
	.footer-top-2 .wh2 {
		width: 6%;
		margin-top: 0px;
	}
	.footer-top-2 .content h3 {
		font-size: 16px;
		margin: 0 0 15px 0;
		font-weight: 300;
	}
	.page-contact-index .i-con-content {
		font-size: 16px;
		margin-bottom: 10px;
	}

	.id-youtube {
		height: 200px;
	}

	.body-contact .title-header h5 {
		font-size: 22px;
	}

}
@media (max-width: 425px){
	.side-nav {
		margin-top: 120px !important;
		z-index: 9999;
	}
	.header-logo p {
		font-size: 15px;
		margin-bottom: 0.3rem;
	}
	.header-logo p.font-15 {
		font-size: 14px;
		color: #012b65;
		font-weight: 400;
	}

	.heading-sub {
		font-size: 18px;
	}

	.page-welcome h3 {
		font-size: 22px;
		padding: 15px 0px;
	}
	.page-pexperience-index .btn {
		border: 0;
		margin-top: 15px;
		border-radius: 0rem;
		padding: 3px 30px;
		font-size: 18px;
		margin: auto;
		display: block;
		width: 30%;
	}
	.page-treatment-index h2 {
		font-size: 24px;
	}
	.page-treatment-index h3 {
		font-size: 24px;
		font-weight: 500;
		color: #1d3e73;
		margin-bottom: 10px;
	}
	.activity-box p {
		font-size: 16px;
		color: #323232;
		font-weight: 300;
		line-height: 22px;
		overflow: hidden;
		text-overflow: ellipsis;
		-webkit-box-orient: vertical;
		display: -webkit-box;
		-webkit-line-clamp: 4;
	}
	.page-doctor-index .box-text-head h4 {
		font-size: 20px;
		margin: 0 0 0px 0;
		color: #fff;
		font-weight: 400;
	}
	.page-review-index .review-box-text h4 {
		font-size: 22px;
		margin: 0 0 10px 0;
		color: #fff;
		font-weight: 400;
		overflow: hidden;
		text-overflow: ellipsis;
		-webkit-box-orient: vertical;
		display: -webkit-box;
		/* -webkit-line-clamp: 5; */
	}

	.page-doctor-index .box-text-head span {
		font-size: 15px;
		margin: 5px 0 0px 0;
		font-weight: 400;
	}
	#project-0 .item-hover {
		width: 100%;
		height: auto;
		position: relative;
		overflow: hidden;
		margin-bottom: 15px;
	}
	.page-contact-index .box-content p {
		font-size: 16px;
		color: #555;
		font-weight: 400;
	}



}
@media (max-width: 414px){

	#project-0 .item-hover .inner {
		position: absolute;
		font-size: 18px;
		top: 92%;
		transform: translate(0, -50%);
		-webkit-transform: translate(0, -50%);
		width: 100%;
		color: #012b65;
		font-weight: 500;
		background: rgba(255, 255, 255, 0.73);
		padding: 0px;
		margin: 0;
		box-sizing: border-box;
		z-index: 8;
		transition-duration: 0.3s;
		-webkit-transition-duration: 0.3s;
		padding: 8px 10px;
	}

	.footer-top .footer-color {
		font-size: 15px;
		font-weight: 400;
		margin-top: 5px;
	}
	.footer-top-2 .content h3 {
		font-size: 15px;
		margin: 0 0 12px 0;
		font-weight: 300;
	}
	.page-contact-index .i-con-content {
		font-size: 15px;
		margin-bottom: 10px;
	}
}
@media (max-width: 375px){
	.side-nav {
		margin-top: 114px !important;
		z-index: 9999;
	}

	.header-logo p {
		font-size: 12px;
		margin-bottom: 0.3rem;
	}
	.header-logo p.font-15 {
		font-size: 12px;
		color: #012b65;
		font-weight: 400;
	}
	.footer-top .footer-color {
		font-size: 14px;
		font-weight: 400;
		margin-top: 5px;
	}



}