@charset "utf-8";
/* CSS Document */
#verifycodeImg, .verifycodeImg {
    height: 55px;
    margin-right: 10px;
}
.f-right{
	float: right;
}
.red{
	color: #f00;
}
.mask-bk {
    position: absolute;
    background: rgba(0, 0, 0, 0.3);
    display: block;
    width: 100%;
    height: 100%;
    top: 0;
}
.footer-link {
    list-style: none;
    padding: 0;
	margin-bottom: 0;
}
.footer-link li a{
	text-decoration: none;
}
.footer-link li {
    margin-bottom: 5px;
    width: 49%;
    display: inline-block;
}
.footer-link li a:before {
    font-family: 'dentco' !important;
    content: "\e921";
    font-size: 13px;
    margin-right: 9px;
    color: #00875e;
}
.doctor-intro {
    background: #f9f9f9;
    height: 100%;
    position: relative;
    padding-bottom: 20px;
}
.doctor-intro h3 {
    font-size: 25px;
    border-bottom: 1px solid #ececec;
    text-align: center;
    padding: 20px;
}
.doctor-intro ul {
    padding: 0;
    position: relative;
    z-index: 2;
}
.doctor-intro ul li {
    padding: 0 15%;
    text-indent: -5rem;
    margin: 0 0 0 5rem;
    list-style-type: disc;
    list-style-position: inside;
    line-height: 31px;
    font-size: 18px;
}
.doctor-intro:after {
    display: block;
    position: absolute;
    right: 0;
    bottom: 0;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 0 80px 150px;
    border-color: transparent transparent #dff5f3 transparent;
    content: "";
    z-index: 0;
}
.post-share {
       background-color: #f5f5f5;
    padding: 20px;
    display: flex;
    width: 100%;
    align-items: center;
    flex-wrap: wrap;
}
.post-share ul {
    margin-bottom: 0;
    text-align: left;
    padding: 0;
	display: flex;
}
.post-share h4, .post-share .social-icons {
    font-weight: normal;
    text-align: right;
    padding-right: 10px;
    width: 50%;
    padding: 0 10px 0;
    font-size: 19px;
    margin: 0;
}
.social-icons {
    text-align: left;
    padding: 5px 0 0;
}
.social-icons li {
    margin-bottom: 0;
}
.social-icons li a {
    border-radius: 100%;
    width: 50px;
    height: 50px;
    background-color: #82d7cf;
    line-height: 50px;
    font-size: 21px;
    text-align: center;
    margin: 0 8px 0 0;
    border: 0;
    background: transparent;
    color: #fff;
    overflow: hidden;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
    display: block;
}
.social-icons .social-line i.fa {
    background-image: url("../images/icons/share-line.svg");
    background-size: 100%;
    width: 50px;
    height: 50px;
}
.social-icons li {
    margin-bottom: 0;
    display: inline-block;
    list-style: none;
}
.social-icons.social-icons-colored .social-facebook a, .social-icons.social-icons-colored-hover .social-facebook a:hover {
    background-color: #5d82d1;
}
.social-icons.social-icons-colored .social-google a, .social-icons.social-icons-colored-hover .social-google a:hover {
    background-color: #eb5e4c;
}
.social-icons.social-icons-colored .social-line a, .social-icons.social-icons-colored-hover .social-line a:hover {
    background-color: #00b900;
}
.social-icons .fa {
    font-size: 23px;
    line-height: 50px;
}
.pager {
    display: table;
    width: 100%;
    border-collapse: separate;
    border: 0px solid #000;
    margin: 40px 0;
}
.pager-modern a {
	text-decoration: none !important;
    cursor: pointer;
    display: table-cell;
    vertical-align: middle;
    height: 60px;
    padding: 10px;
    -webkit-transition: all 0.2s ease-out 0s;
    transition: all 0.2s ease-out 0s;
}
.pager a span {
    color: #333;
    font-size: 16px;
}
.pager-modern a span {
    display: block;
    line-height: 20px;
}
.pager-prev {
    text-align: left;
    width: 45%;
}
.pager-next {
    text-align: right;
    width: 45%;
}
.pager.pager-modern i {
    color: #00875e;
    margin: 0 10px;
    vertical-align: middle;
}
.pager-modern a span.txt {
    margin-top: 10px;
    font-size: 16px;
    font-weight: bold;
    color: #007753;
}
.orthodontics {
    list-style: none;
    padding: 0;
}
.orthodontics li {
    margin: 40px 0;
    background: #f9f9f9;
}
.orth-num {
    font-family: 'Charm', cursive;
    font-size: 80px;
    color: #71dbd4;
    padding-bottom: 5px;
    display: block;
    line-height: 80px;
}
.orth-con {
    padding: 0 2em;
}
.flex-reverse {
    flex-direction: row-reverse;
}
.video-container {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px;
    height: 0;
    overflow: hidden;
	margin-bottom: 35px;
}
.video-container iframe, .video-container object, .video-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.video-top .col-lg-8 {
    max-width: 66%;
    flex: 66%;
    max-height: 509px;
    overflow: hidden;
}
.video-top .col-lg-4 {
    max-width: 34%;
    flex: 34%;
    flex-wrap: wrap;
}
.video-small {
    position: relative;
    overflow: hidden;
    width: 100%;
}
.type-icon {
    position: absolute;
    top: 47%;
    right: 46%;
    z-index: 1;
    opacity: 0;
    transition: all .5s ease-out 0s;
    -o-transition: all .5s ease-out 0s;
    -moz-transition: all .5s ease-out 0s;
    -webkit-transition: all .5s ease-out 0s;
}
.video-small .type-icon {
    top: 42%;
}
.type-icon i:before {
    color: #fff;
    text-align: center;
    -webkit-transition: 500ms ease all;
    -moz-transition: 500ms ease all;
    transition: 500ms ease all;
    font-size: 50px;
}
.video-img {
    background: #000;
    overflow: hidden;
    position: relative;
}
.video-img img {
    opacity: .8;
    transition: all .5s ease-out 0s;
    -o-transition: all .5s ease-out 0s;
    -moz-transition: all .5s ease-out 0s;
    -webkit-transition: all .5s ease-out 0s;
}
.video-top li:hover .video-img img, .video-small:hover img, .blog-post:hover .video-img img {
    opacity: 1;
}
.video-top li:hover .type-icon, .video-small:hover .type-icon, .blog-post:hover .type-icon {
    opacity: 1;
}
.blog-post .type-icon i:before {
    font-size: 43px;
}
.video-info {
    position: absolute;
    bottom: 0;
    z-index: 2;
    overflow: hidden;
    transition: .6s;
    background: -moz-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(0, 0, 0, 0.79) 98%, rgba(0, 0, 0, 0.81) 100%);
    background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(0, 0, 0, 0.79) 98%, rgba(0, 0, 0, 0.81) 100%);
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(0, 0, 0, 0.79) 98%, rgba(0, 0, 0, 0.81) 100%);
 filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#cf000000', GradientType=0);
    width: 100%;
    padding: 35px 40px 15px;
}
.video-info a {
    color: #fff;
    font-size: 16px;
}
.video-top li:hover .video-info, .video-small:hover .video-info {
    bottom: -150px;
}
.blog-post .video-img {
    margin: -20px -20px 20px -20px;
}
.tooth {
    display: flex;
    flex-wrap: wrap;
    padding: 0 20px;
    list-style: none;
    align-items: stretch;
}
.tooth li {
    padding: 5px;
}
.tooth li a {
    padding: 20px;
    display: block;
    border: 1px solid #e5e5e5;
    height: 150px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    transition: .2s;
    border-radius: 5px;
}
.tooth li a:hover, .tooth li a.active {
    background: #71DBD4;
    border: 1px solid #71DBD4;
    color: #000;
}

.tooth li span {
    display: block;
    font-size: 16px;
    margin-top: 5px;
	    width: 100%;
    text-align: center;
}
.tooth .slick-prev, .tooth .slick-next {
    background: #e5e5e5;
    border: 0;
    width: 40px;
    height: 40px;
    transition: .2s;
    color: #fff;
    border: 2px solid #e5e5e5;
}
.tooth .slick-prev:hover, .tooth .slick-next:hover {
    background: #71DBD4;
    border: 2px solid #fff;
}
.tooth .slick-prev:before, .tooth .slick-next:before {
    line-height: 38px;
}
.contact-social {
    padding: 0;
    margin: 10px 0;
}
.social-icons .contact-social li a {
    width: 40px;
    height: 40px;
    line-height: 40px;
}
.social-icons .contact-social .social-line i.fa {
    width: 40px;
    height: 40px;
}
.social-icons .fa-line:before {
    content: "";
}
.faq-item a[aria-expanded="true"] {
    background: #00875e;
    color: #fff;
    border: 1px solid #00875e;
}
.faq-item {
    background: #f8f8f8;
}
.recruit-box {
    background-color: #fff;
}
.single_wel_cont {
}
.recruit-box .wel-box {
    padding: 30px;
    margin-bottom: 30px;
    background: #efefef;
    height: 100%;
}
.recruit-box .wel-box h4 {
    color: #71dbd4;
    border-bottom: 2px solid #fff;
    margin-bottom: 20px;
    padding: 0 0 20px 0;
    font-weight: normal;
}
.recruit-box .wel-box ul {
    margin: 0;
    padding: 0;
}
.recruit-box .wel-box li {
    font-size: 16px;
    margin-bottom: 5px;
    padding-left: 20px;
    position: relative;
    list-style: none;
}
.recruit-box .wel-box li:before {
    font-family: 'dentco' !important;
    content: "\e921";
    font-size: 12px;
    margin-right: 9px;
    color: #71dbd4;
}
select {
    background: #FFF;
    padding: 5px;
    border: 1px solid #ebebeb;
    outline: 0;
    color: #37333d;
    font-weight: normal;
    display: inline-block;
    line-height: 21px;
    font-size: 15px;
}
.sort-right {
    text-align: right;
}
/* ----------------------------------------------------------------------
    PAGE 404
-------------------------------------------------------------------------*/

.page-404 {
    margin: 100px 0;
    min-height: 300px;
}
.page-404 p {
    font-size: 19px;
    line-height: 40px;
    margin: 30px 0;
}
.page-404 .input-group {
    width: 70%;
}
.page-404 p .btn {
	padding: 12px 35px !important;
	margin: 0 5px;
}

.page-error-404 {
    color: #dedede;
    display: block;
    font-size: 230px;
    font-weight: 800;
    line-height: 1;
    font-family: sans-serif, 'Microsoft JhengHei';
}
.page-404 .add-btn {
    padding: 5px 30px;
    display: inline-block;
    width: auto;
    font-size: 17px;
    font-weight: normal;
    margin: 0;
}
.page-404 .input-group-btn {
    display: table-cell;
}
.search-form .input-group-append {
    position: relative;
    z-index: 10;
}
.theme_title h3 {
    font-size: 32px;
    margin: 0;
    line-height: 40px;
    margin-top: 10px;
}
.fixed-button ul.button-menu{
	display: none;
}

/*****醫師陣容**********/
.drlist{
    border-width: 1px;
    padding: 20px;
    border: 1px solid #e6e6e6;
    overflow: hidden;
	display: flex;
	align-items: end;
	margin-bottom: 20px;
}
.drlist .drpic {
    float: left;
    width: 270px;
    margin-right: 25px;
    text-align: center;
}
.drlist .drpic img{
	box-shadow: 0px 0px rgba(0,0,0,0.5);
	border: 2px solid #fff;
	max-width: 100%;
			}
.drlist .drpic a, a.button{
	display: inline-block;
	padding: 10px 25px;
	background-color: #4BB8C7 !important;
	border-radius: 6px;
	color: #fff;
	font-size: 15px;
	text-decoration: none;
	margin-top: 10px;
			}
.drlist .drinfo {
}
.drlist .drinfo h3 {
    font-weight: normal;
    font-size: 28px;
}
.drlist .drinfo li{
	display: inline-block;
	width: 30%;
	background: url(images/point.png) no-repeat left center;
	padding-left: 20px;
	margin: 5px 0;
}
.drlist .drinfo p {
    margin-bottom: 5px;
    font-size: 16px;
	line-height: 25px;
}
.drlist .drinfo p.title {
    font-weight: bold;
    color: #00875e;
    margin-top: 15px;
	font-size: 19px;
}


#carousel li {margin-right: 5px;}
#carousel img {display: block; opacity: .5; cursor: pointer;}
#carousel img:hover {opacity: 1;}
#carousel .flex-active-slide img {opacity: 1; cursor: default;}

.txt-lg {
    font-size: 17px;
       line-height: 30px;
}
.txt-lg li{
    margin-bottom: 5px;
}
.lead {
    font-size: 21px;
    line-height: 34px;
    font-weight: normal;
    color: #444;
}
/*.note {
    padding: 15px;
    background-color: #f7f7f7;
}*/
.note p{
    margin-bottom: 5px;
    font-size: 15px;
    line-height: 21px;
}
.show-phone{
	display: none;
}
.sort {
    padding: 7px 10px 5px 5px;
    text-align: right;
    background-color: #f1f2f5;
    margin-bottom: 30px;
}
.minibox {
    width: auto;
	display: inline-block;
	    padding: 10px;
}
.picbox.modal .close {
	position: static;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: 300;
    color: #3f444a;
    font-size: 28px;
    outline: none !important;
    opacity: 0.5;
    filter: alphaopacity=50;
    -webkit-transition: back 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    -ms-transition: all 0.2s ease-out;
}
.picbox .modal-dialog{
    width: 800px;
	height: 100%;
    max-width: 100%;
}
.picbox .modal-body {
    padding: 10px;
    text-align: center;
}
.picbox .modal-body button{
	margin-top: 10px;
}
.picbox .modal-header {
	position: absolute;
    z-index: 99;
    right: 0;
	border: 0;
}
@media (max-width:768px) {
.hidden-phone{
	display: none;
}
.show-phone{
	display: block;
}
.doctor-intro ul li {
    padding: 0 5%;
    text-indent: -1.5rem;
    margin: 0 0 0 1.5rem;
}
.doctor-info {
    flex-direction: unset;
    align-items: flex-start;
    text-align: left;
}
.doctor-info h3 {
    font-size: 25px;
}
.orth-num {
    font-size: 50px;
    line-height: 50px;
}
.orth-con h4 {
    margin-bottom: 5px;
}
.video-top .col-lg-8 {
    max-width: 100%;
    flex: 100%;
}
.video-top .col-lg-4 {
    max-width: 100%;
    flex: 100%;
    display: flex;
    flex-wrap: wrap;
}
.video-small {
    width: 50%;
}
.slider-gallery-main {
    margin-bottom: 0;
}
.post-share h4, .post-share .social-icons {
    width: 100%;
    margin: 5px 0;
    text-align: left;
    font-size: 20px;
    padding: 0;
}
}

@media (max-width:767px) {
.orth-con {
    padding: 1.5em;
}
.sort-right {
    text-align: left;
    margin-top: 25px;
}
.page-error-404 {
    font-size: 110px;
	text-align: center;
}
.page-404 .input-group {
    width: 100%;
}
	.fixed-button {
    display: block;
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 888;
    background: #ff4337;
    text-align: center;
}
.fixed-button ul.button-menu {
    background-color: #eee;
    margin: 0;
    padding: 0;
    display: flex;
    list-style: none;
}
.fixed-button ul.button-menu li {
    font-size: 14px;
    width: 100%;
}
.fixed-button ul.button-menu li.phone {
    background-color: #71dbd4;
}
.fixed-button ul.button-menu li.fb-messenger {
    background-color: #365899;
}
.fixed-button ul.button-menu li.line-message {
    background-color: #3ace00;
}
.fixed-button ul.button-menu li img {
    width: 25px;
    height: 25px;
}
.fixed-button ul.button-menu li a {
    display: block;
    text-align: center;
    padding: 10px 0;
    color: #fff;
    font-size: 15px;
    line-height: 30px;
}
.footer {
    margin-bottom: 50px;
    margin-bottom: 0;
}
}

@media (max-width: 479px) {
.drlist {
    display: block;
}
.drlist .drpic {
    float: none;
    width: 180px;
    margin: auto;
}
.drlist .drinfo {
    margin-top: 20px;
    padding-top: 20px;
    border-top: 1px dotted #e6e6e6;
}
}





