/*
Theme Name: Buou Co
Author: buouco
Author URI: 
Description: Clean theme
Version: 1.0
Text Domain: dv
*/
@font-face {
    font-family: 'myriadpro';
    src: url('fonts/myriadpro.eot');
    src: url('fonts/myriadpro.eot') format('embedded-opentype'),
    url('fonts/myriadpro.woff2') format('woff2'),
    url('fonts/myriadpro.woff') format('woff'),
    url('fonts/myriadpro.ttf') format('truetype'),
    url('fonts/myriadpro.svg#myriadpro') format('svg');
}

*{
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
    display: block;
}

body {
    font-family: "myriadpro";
    font-size: 14px;
    line-height: 20px;
    color: #333;
}

ol, ul {
    list-style: none;
}

blockquote, q {
    quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
    content: '';
    content: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

img{
    display: block;
}

a{
    text-decoration: none;
}

.clearfix:before, .clearfix:after {
    content: "\0020"; display: block; height: 0; visibility: hidden;
}
.clearfix:after { clear: both; }
/* Fix clearfix: blueprintcss.lighthouseapp.com/projects/15318/tickets/5-extra-margin-padding-bottom-of-page */
.clearfix { zoom: 1; }

.clear{
    clear: both;
}

/* COMMON */
.wrapper{
    max-width: 940px;
    margin: 0 auto;
}
.wrapper780{
    max-width: 780px;
    margin: 0 auto;
}
.wrapper620{
    max-width: 640px;
    padding: 0 10px;
    margin: 0 auto;
}
h1.title{
    font-size: 250%;
    font-weight: bold;
    text-align: center;
    border-bottom: 4px solid #19957d;
    line-height: 43px;
    color: #19957d;
    display: inline-block;
    font-family: "helvetica";
}
.center{
    text-align: center;
}
.noimage{
    width: 100%;
}
/* HEADER */
#header{
    padding-top: 25px;
}
#header .logo{
    float: left;
}
#header .right{
    float: right;
    text-align: right;
}
#header .size{
    float: left;
    padding-right: 8px;
    border-right: 1px solid #636363;
    color: #156a59;
    font-weight: 600;
    font-size: 18px;

}
#header .size img{
    display: inline-block;
    cursor: pointer;
}

#header .search{
    float: left;
    padding-left: 10px;
}
#header .search form, #header .phone-sp form{
    position: relative;
}
#header .search .search-field, #header .phone-sp .search-field{
    border: 0;
    background: url('images/search_bg.png') no-repeat center center transparent;
    width: 200px;
    height: 33px;
    padding-left: 11px;
    padding-right: 36px;
    line-height: 33px;
}
#header .search .submit, #header .phone-sp .submit{
    position: absolute;
    right: 0;
    top: 1px;
}
#header .phone{
    padding-right: 44px;
    background: url('images/phone.png') no-repeat right center transparent;
    height: 30px;
    line-height: 30px;
    margin-top: 1px;
    font-size: 18px;
    color: #156a59;
    display: block;
}

#header .phone-sp{
    display: none;
    text-align: center;
}
#header .phone-sp .phone{
    display: inline-block;
}
#header .phone-sp form {
    display: block;
    margin: 5px auto 0;
    width: 200px;
}

#primary-menu{
    height: 43px;
    background: url('images/menu_bar_bg.png') repeat-x center center transparent;
    box-shadow: 1px 1px 7px 0px rgba(0, 0, 0, 0.44);
    border-radius: 5px;
    margin-top: 6px;
}
.primary-menu{
    text-align: center;
    height: 100%;
}
.primary-menu a{
    display: block;
    height: 100%;
    color: #fff;
    font-size: 15px;
    font-weight: bold;
    margin: 0 18px;
    padding-top: 11px;
    text-transform: uppercase;
    letter-spacing: -1px;
    white-space: pre;
}
.primary-menu > li{
    min-width: 120px;
    height: 100%;
    position: relative;
    background: url('images/menu_bg_sep.png') no-repeat left center transparent;
}
.primary-menu > li:first-child{
    background: none;
}
.primary-menu > li.current-menu-item > a,.primary-menu > li:hover > a{
    background: url('images/menu_bg_mid.png') repeat-x center center transparent;

}
.primary-menu > li.current-menu-item > .before, .primary-menu > li:hover > .before{
    position: absolute;
    background: url('images/menu_bg_left.png') no-repeat center center transparent;
    width: 50px;
    height: 43px;
    left: -30px;
    top: 0;
    z-index: 100;
}
.primary-menu > li.current-menu-item > .after,.primary-menu > li:hover > .after{
    position: absolute;
    background: url('images/menu_bg_right.png') no-repeat center center transparent;
    width: 50px;
    height: 43px;
    right: -29px;
    top: 0;
    z-index: 100;
}
.primary-menu li{
    float: left;
    position: relative;
}
.primary-menu li ul{
    display: none;
}
.primary-menu li:hover > ul{
    display: block;
    position: absolute;
    top: 43px;
    left: -50%;
    z-index: 200;
    /*background-color: #effbf8;*/
    font-size: 18px;
    line-height: 47px;
    color: #9a9a9a;
    padding-top: 10px;
    padding-bottom: 10px;
    /*min-width: 226px;*/
    width: 226px;
    background: url('images/bg_arrow_menu.png') no-repeat center 3px transparent;
}
.primary-menu li:hover > ul li{
    display: block;
    background-color: #effbf8;
    float: none;
}
.primary-menu li:hover > ul > li:hover{
    background-color: #cee4ff;
    border-left: 4px solid #00aeef;
}
.primary-menu li > ul a{
    color: #9a9a9a;
}


#menu-btn{
    display: none;
    float: right;
    background-color: #fff;
    margin-right: 10px;
}
.menu-icon {
    width: 38px;
    height: 38px;
    position: relative;
    cursor: pointer;
    -webkit-transition: opacity .25s ease;
    transition: opacity .25s ease
}

.menu-icon.active .top {
    -webkit-transform: translateY(8px) translateX(0) rotate(45deg);
    -ms-transform: translateY(8px) translateX(0) rotate(45deg);
    transform: translateY(8px) translateX(0) rotate(45deg);
    background: #000
}

.menu-icon.active .middle {
    opacity: 0;
    background: #000
}

.menu-icon.active .bottom {
    -webkit-transform: translateY(-8px) translateX(0) rotate(-45deg);
    -ms-transform: translateY(-8px) translateX(0) rotate(-45deg);
    transform: translateY(-8px) translateX(0) rotate(-45deg);
    background: #000
}

.menu-icon span {
    background: #000;
    border: none;
    height: 2px;
    width: 22px;
    position: absolute;
    top: 10px;
    left: 8px;
    -webkit-transition: all .35s ease;
    transition: all .35s ease;
    cursor: pointer
}

.menu-icon span:nth-of-type(2) {
    top: 18px
}

.menu-icon span:nth-of-type(3) {
    top: 26px
}
/* BODY */
#main{
    position: relative;
}

/* FOOTER */
#footer{
    margin-top: 9px;
}
.shadow_footer{
    width: 100%;
    height: 30px;
    background: url('images/shadow_bottom.png') repeat-x center center transparent;
}
#footer-menu{
    min-height: 219px;
    background: url('images/bg_footer.png') repeat center center transparent;
    padding: 45px 0 10px 0;
    color: #fff;
    line-height: 120%;
}
#footer-menu .wrapper{
    position: relative;
}
#footer-menu a{
    color: #fff;
}
#footer-menu .menu-block{
    float: left;
    width: 25%;
    padding-right: 5px;
    margin-bottom: 20px;
}
#footer-menu .title{
    font-size: 18px;
    font-weight: bold;
}
#footer-menu .items{
    font-weight: 600;
}

#footer-info{
    padding: 30px 0;
    background-color: #555555;
}
#footer-info .footer-logo{
    float: left;
}
#footer-info .content{
    float: right;
    text-align: right;
    font-size: 12px;
    color: #fff;
    line-height: 120%;
}
#footer-info .title{
    font-weight: bold;
    color: #20c7a6;
}

.sn-container{
    position: absolute;
    bottom: 0;
    right: 115px;
}
.sn-container .sn-btn{
    width: 35px;
    height: 34px;
    display: inline-block;
    margin-left: 5px;
}
.sn-container .sn-btn:first-child{
    margin-left: 0;
}
.sn-container .sn-google{
    background: url('images/sn-google.png') no-repeat center center transparent;
}
.sn-container .sn-facebook{
    background: url('images/sn-facebook.png') no-repeat center center transparent;
}
.sn-container .sn-youtube{
    background: url('images/sn-youtube.png') no-repeat center center transparent;
}

/* HOME */
#banner_shadow{
    text-align: center;
}
#banner_shadow img{
    display: inline-block;
}
#banner img{
    width: 100%;
}
#banner .info{
    line-height: 28px;
    color: #13938e;
    display: block;
    position: absolute;
    padding-top: 8.174603174603175%;
    left: 12.61904761904762%;
    top: 0;
    width: 380px;
}
#banner .title{
    font-weight: bold;
    font-size: 28px;
}
#banner .content{
    font-size: 20px;
}

#banner_container.mobile #banner .info{
    padding-top: 30%;
    color: #fff;
}

.bx-wrapper{
    position: relative;
}
.bx-wrapper .bx-pager {
    text-align: center;
    font-size: .85em;
    font-family: Arial;
    font-weight: bold;
    color: #666;
}

.bx-wrapper .bx-pager .bx-pager-item,
.bx-wrapper .bx-controls-auto .bx-controls-auto-item {
    display: inline-block;
    *zoom: 1;
    *display: inline;
}

.bx-wrapper .bx-pager.bx-default-pager a {
    background: #1cbbb4;
    text-indent: -9999px;
    display: block;
    width: 10px;
    height: 10px;
    margin-right: 5px;
    outline: 0;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}

.bx-wrapper .bx-pager.bx-default-pager a:hover,
.bx-wrapper .bx-pager.bx-default-pager a.active {
    background: #fff;
}
.bx-controls{
    position: absolute;
    left: 12.61904761904762%;
    bottom: 10.638%;
    z-index: 200;
}

.quick-access{
    position: fixed;
    right: 0;
    top: 50%;
    z-index: 300;
    margin-top: -100px;
}
.quick-access li{
    margin-top: 1px;
}
.quick-access li:first-child{
    margin-top: 0;
}
.quick-access img{
    width: 70px;
    height: 50px;
    float: left;
}
.quick-access .content{
    font-size: 13px;
    padding: 5px 10px;
    float: left;
    width: 130px;
    height: 50px;
    color:#024d35;
    background-color: #1fae80;
    vertical-align: middle;
    line-height: 50px;
    text-align: center;
}
.quick-access .content span{
    display: inline-block;
    vertical-align: middle;
    line-height: normal;
    color:#fff;
}

.quick-access li.odd .content{
    background-color: #54bf97;
}

.slogan{
    font-size: 30px;
    font-weight: 600;
    line-height: 43px;
    text-align: center;
    color: #19957c;
    margin-top: 15px;
}
.slogan .big{
    font-size: 36px;
    font-weight: bold;
}

.cat-blocks{
    margin: 0 auto;
    max-width: 960px;
    text-align: center;
    font-family: "Arial";
    margin-top: 39px;
}
.cat-blocks .block{
    display: inline-block;
    width: 25%;
    padding: 0 10px 16px 10px;
    position: relative;
}
.cat-blocks .cat{
    margin-bottom: 7px;
}
.cat-blocks .cat img{
    display: inline-block;
}
.cat-blocks .cat .title{
    color: #156a59;
    font-size: 18px;
    line-height: 120%;
    font-weight: bold;
    margin-top: 10px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}
.cat-blocks .post{

}
.cat-blocks .post .info{
    display: block;
    padding: 7px 1px 0 1px;
    background-color: #33b49c;
    border-radius: 5px;
    height: 180px;
    position: relative;
}
.cat-blocks .post .info:after {
    content: '';
    display: block;
    position: absolute;
    left: 50%;
    top: 100%;
    width: 0;
    height: 0;
    border-width: 5px 5px 0;
    border-style: solid;
    border-color: #33b49c transparent transparent;
}
.cat-blocks .post img{
    width: 218px;
    height: 146px;
    display: inline-block;
}
.cat-blocks .post .title{
    color: #fff;
    font-weight: bold;
padding:10px 0;
}
.cat-blocks .post .content{
    color: #565656;
    line-height: 20px;
    height: 40px;
    overflow: hidden;
    margin-top: 10px;
}
.cat-blocks .bx-controls{
    left: 0;
    width: 100%;
    top: 30%;
    z-index: auto;
}
.cat-blocks .bx-prev{
    display: block;
    position: absolute;
    left: 10px;
    top: 0;
    z-index: 100;
}
.cat-blocks .bx-next{
    display: block;
    position: absolute;
    right: 10px;
    top: 0;
    z-index: 100;
}
.cat-blocks .next,.cat-blocks .prev{
    display: none;
}
.cat-blocks .bx-controls-direction{
    position: relative;
}

.gallery_container{
    background-color: #effbf8;
    margin-top: 17px;
    padding-top: 15px;
}
.gallery{

}
.gallery img{
    border-radius: 5px;
    cursor: pointer;
}
.gallery .main_img{
    float: left;
    width: 48.93617021276596%;
    position: relative;
}
.gallery .main_img img{
    width: 100%;
}
.gallery .main_img .bg{
    display: block;
    /*padding-top: 8.260869565217391%;*/
    height: 38px;
    background-color: #19957c;
    width: 100%;
    position: absolute;
    bottom: 0;
    opacity: 0.6;
}
.gallery .main_img .title{
    display: block;
    width: 100%;
    position: absolute;
    bottom: 0;
    font-size: 18px;
    line-height: 120%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    padding: 0 25px 10px 25px;
    color: #fff;
}
.gallery .thumbnail{
    float: right;
    width: 51.06382978723404%;
}
.gallery .thumbnail img{
    width: 45.83333333333333%;
    float: left;
    margin-left: 4.166666666666667%;
    margin-bottom: 3.125%;
}

.block-line{
    height: 1px;
    background-color: #e4ddd7;
    margin-top: 45px;
}
.block-title{
    font-size: 20px;
    font-weight: bold;
    margin: -10px auto 0 auto;
    color: #19957c;

    text-align: center;
}
.block-title span{
    display: inline-block;
    padding: 0 35px;
    background-color: #fff;
}
.qafeeback .bx-wrapper{
    margin-top: 20px;
}
body.home .col-left{
    width: 48.61702127659574%;
    float: left;
}
body.home .col-left .block{
    height: 141px;
}
body.home .col-left .block:first-child{
    margin-bottom: 32px;
}
body.home .col-left ul{

}
body.home .col-left li{

}
body.home .col-left img{
    float: left;
    border-radius: 65px;
}
body.home .col-left .info{
    background-color: #effbf8;
    height: 141px;
    padding: 18px 18px 0 18px;
    border-radius: 5px;
    position: relative;
    line-height: 19px;
    margin-left: 159px;
}
body.home .col-left .info:after{
    content: '';
    display: block;
    position: absolute;
    right: 100%;
    top: 50%;
    margin-top: -10px;
    width: 0;
    height: 0;
    border-top: 10px solid transparent;
    border-right: 10px solid #effbf8;
    border-bottom: 10px solid transparent;
    border-left: 10px solid transparent;
}
body.home .col-left .info .name{
    color: #19957c;
    font-weight: bold;
    line-height: 30px;
}
body.home .col-left .bx-controls{
    left: 40px;
    bottom: -43px;
}
body.home .col-left .bx-wrapper .bx-pager.bx-default-pager a:hover, body.home .col-left .bx-wrapper .bx-pager.bx-default-pager a.active{
    background-color: #cacaca;
}
body.home .col-left .feedback_btn{
    margin-top: 15px;
    margin-left: 157px;
    display: block;
}

body.home .col-right{
    width: 48.61702127659574%;
    float: right;
}
body.home #qa{
    padding-top: 8px;
}
body.home .qa_block{
    padding: 15px 13px 10px 27px;
    background-color: #effbf8;
    margin-top: 12px;
    position: relative;
}
body.home .qa_block:before{
    position: absolute;
    content: url('images/mark_bg.png');
    top: 12px;
    left: -10px;
}
body.home .qa_block h2{
    font-size: 18px;
    font-weight: 600;
    color: #008d7f;
    position: relative;
}
body.home .qa_block h2 a{
    color: #19957c;
}
body.home .qa_block h2:before{
    position: absolute;
    top: -4px;
    left: -25px;
    content: url('images/mark_up.png');
}
body.home .qa_block h2.open:before{
    top: -1px;
    left: -22px;
    content: url('images/mark_right.png');
}
body.home .qa_block .inner{
    margin-top: 19px;
}
body.home .qa_block .inner .youtube{
    float: left;
    width: 181px;
}
body.home .qa_block .inner .youtube img{
    width: 100%;
}
body.home .qa_block .inner .info{
    margin-left: 207px;
}
body.home .qa_block .inner .info.no-thumb{
    margin-left: 0;
}
body.home .qa_block .inner .content{
    line-height: 19px;
    height: 108px;
}
body.home .qa_block .inner .date{
    font-style: italic;
    line-height: 120%;
    margin-top: 11px;
    color: #9b9b9b;
}

.scroll-style::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
    border-radius: 10px;
}

.scroll-style::-webkit-scrollbar-thumb {
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.5);
}
body.home .col-right .more_btn_container{
    text-align: center;
}
body.home .col-right .more_btn{
    margin-top: 15px;
    display: inline-block;
}

body.home .subtit{
    text-align: center;
    font-size: 18px;
    line-height: 22px;
    font-weight: bold;
    color: #19957c;
    margin-top: 18px;
}
body.home .subtit .address{
    font-weight: normal;
    color: #696969;
}

body.home .bg_map_top{
    height: 36px;
    background: url('images/bg_map_top.png') no-repeat center center transparent;
}
body.home .bg_map_bot{
    height: 36px;
    background: url('images/bg_map_bottom.png') no-repeat center center transparent;
}

.mCSB_scrollTools .mCSB_draggerRail{
    background-color: #1eada7;
}
.mCSB_scrollTools .mCSB_draggerRail{
    border-radius: 0;
    width: 7px;
}
.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{
    background-color: #f1f1f1;
}
.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{
    width: 5px;
}

/* FEEDBACK FORM */
#feedback-form{
    position: relative;
    max-width: 300px;
    width: auto;
    margin: 0 auto;
    background-color: #fff;
}

#feedback-form .mfp-close{
    top: -10px;
    right: -10px;
}

/* QA PAGE */
body.page-template-qa #qa{
    padding-top: 8px;
}
body.page-template-qa .qa_block{
    padding: 15px 80px 20px 70px;
    background-color: #effbf8;
    margin-top: 12px;
    position: relative;
}
body.page-template-qa .qa_block:before{
    position: absolute;
    content: url('images/mark_bg.png');
    top: 12px;
    left: -10px;
}
body.page-template-qa .qa_block h2{
    font-size: 18px;
    font-weight: 600;
    color: #008d7f;
    position: relative;
}
body.page-template-qa .qa_block h2 a{
    color: #19957c;
}
body.page-template-qa .qa_block h2:before{
    position: absolute;
    top: -4px;
    left: -68px;
    content: url('images/mark_up.png');
}
body.page-template-qa .qa_block h2.open:before{
    top: -1px;
    left: -65px;
    content: url('images/mark_right.png');
}
body.page-template-qa .qa_block hr{
    height: 1px;
    background-color: #ccccce;
    border: 0;
    margin: 12px 0 14px 0;
}
body.page-template-qa .qa_block .youtube img{
    width: 100%;
}
body.page-template-qa .qa_block .info{
    text-align: center;
}
body.page-template-qa .qa_block .info .youtube{
    display: inline-block;
    margin-bottom: 20px;
}
body.page-template-qa .qa_block .info .content{
    line-height: 19px;
    max-height: 152px;
    text-align: left;
}
body.page-template-qa .qa_block .open+.info .content{
    padding-bottom: 30px;
}

nav.pagination .screen-reader-text{
    display: none;
}
nav.pagination{
    text-align: center;
    font-size: 12px;
    margin-top: 12px;
}
nav.pagination .nav-links > *{
    color: #fff;
    display: inline-block;
    height: 23px;
    line-height: 23px;
    padding: 0 10px;
    background: url('images/bg_pagination.png') repeat-x center center transparent;
    margin-left: 10px;
}
nav.pagination .nav-links > *:first-child{
    margin-left: 10px;
}
nav.pagination a{
    color: #fff;
}
nav.pagination span{
    font-weight: bold;
}

/* SINGLE */
body.single-post{

}
.post-content{
    margin-top: 15px;
    overflow: hidden;
}
body.single-post .relating-posts .bx-wrapper{
    margin: 0 auto;
}
body.single-post .bg_posts_container{
    position: relative;
}
body.single-post .bg_posts{
    background-color: #effbf9;
    width: 100%;
}
body.single-post .relating-posts{
    margin-top: 15px;
}
body.single-post .posts{
    position: relative;
    text-align: center;
    width: 100%;
}
body.single-post .posts li{
    padding-top: 29px;
}
body.single-post .posts .cat_img{
    position: absolute;
    left: 50%;
    margin-left: -29px;
    top: 0;
}
body.single-post .posts .thumbnail{
    margin-bottom: 10px;
    display: block;
}

body.single-post .posts .cat_name{
    font-size: 18px;
    color: #156a59;
    line-height: 120%;
    font-weight: bold;
    margin-bottom: 10px;
    display: block;
}
body.single-post .posts .title{
    font-weight: bold;
    margin-bottom: 15px;
    display: block;
    color: #565656;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}
body.single-post .posts .content{
    max-height: 40px;
    overflow: hidden;
}
body.single-post  .relating-posts .bx-controls{
    left: 0;
    width: 100%;
    bottom: auto;
    top: 30%;
}
body.single-post  .relating-posts .bx-controls-direction{
    position: relative;
}
body.single-post  .relating-posts .bx-controls-direction > a{
    position: absolute;
}
body.single-post  .relating-posts .bx-prev{
    left: -42px;
}
body.single-post  .relating-posts .bx-next{
    right: -42px;
}
.bg_category_bot{
    margin-top: 15px;
    text-align: center;
    clear: both;
}
.bg_category_bot img{
    display: inline-block;
}

/* CATEGORY */
.post-list{
    margin-top: 40px;
}
.post-list .thumbnail{
    float: left;
    width: 20%;
}
.post-list img{
    width: 100%;
    height: auto;
}
.post-list .right{
    margin-left: 22%;
}
.post-list .title{
    color: #156a59;
    font-size: 20px;font-weight: bold;
}
.post-list .content{
    margin-top: 5px;
    font-size: 16px;
    max-height:105px;
    overflow: hidden;
}

.post-list li{
    display: block;
    margin-top: 20px;
}
.post-list li:first-child{
    margin-top: 0;
}

/* APPOINTMENT PAGE */
.appointment{
    color: #156a59;
    line-height: 40px;
    font-size: 18px;
    margin-top: 32px;
}
.appointment .bold{
    font-weight: 600;
}
.appointment p.full > span{
    width: 100%;
}

.appointment p > label{
    float: left;
    width: 35%;
}
.appointment p > span{
    margin-left: 35%;
    display: block;
}
.appointment p.full > span{
    margin-left: 0;
}
.appointment p > span > input{
    width: 100%;
}
.appointment span.who .last{
    margin-left: 55px;
}
.appointment input,.appointment textarea{
    border: 1px solid #1cbcb4;
    font-size: 18px;
    font-weight: normal;
    padding: 5px;
}
.appointment textarea{
    border-radius: 5px 5px;
}
.appointment input[type=submit]{
    background: url('images/make_appointment_btn.png') no-repeat center center transparent;
    border: 0;
    height: 28px;
    width: 140px;
    cursor: pointer;
    margin-top: 50px;
}
body .appointment .cf7-style input[type="submit"]:hover,body .appointment .cf7-style input[type="submit"]:focus{
    background: url('images/make_appointment_btn.png') no-repeat center center transparent;
}
.wpcf7-form-control-wrap.date {
    margin-right: 20%;
}

.appointment .wpcf7-form-control-wrap.time {
    float: right;
    margin-left: 0;
    text-align: right;
    width: 20%;
}
.appointment select.wpcf7-select {
    border: 1px solid #1cbcb4;
    border-radius: 5px;
    font-size: 18px;
    padding: 5px;
    width: 90%;
}

/* CONTACT PAGE */
.contact input[type=submit]{
    background: url('images/contact_btn.png') no-repeat center center transparent;
}
body .contact .cf7-style input[type="submit"]:hover,body .contact .cf7-style input[type="submit"]:focus{
    background: url('images/contact_btn.png') no-repeat center center transparent;
}

/** CUSTOM **/
h1.title{border-width:3px;padding-bottom:15px;}
.post-content h2, .post-content h3, .post-content h4, .post-content h5 {color:#1a947d;padding:10px 0;font-weight:600;}
.post-content strong{font-weight:400}
.post-content h2{font-size:150%;}
.post-content h3{font-size:130%;}
.post-content h2{font-size:120%;}
.post-content p,.post-list .content{font-size:120%;line-height:150%;color: #333;padding:5px 0;margin-bottom:10px;text-align:justify;}
.post-content p.lz-highlight{margin-left:20px;border-left:3px solid #1a947d;padding:5px 5px 5px 10px;background:#eee}
.post-content blockquote{text-align:center;}
.post-content ul{margin-left:30px;font-size:120%;line-height:150%;}
.post-content ul>li{list-style-type:circle;padding:7px 0}
.post-content a:link, .post-content a:visited{font-size:14px;color:#1a947d}
.post-content a:hover {text-decoration:underline}
.post-content.wrapper img{display:block;margin:0 auto;max-width:100%;padding-bottom:10px}
body.home .col-left a.feedback_btn img{border-radius:0}
body.home .col-left .block>img{display:none}
body.home .col-left .info{margin-left:0}
#footer-menu a.item{padding-bottom:10px}
.block-title span {text-transform:uppercase}
body.page-template-contact .subtit{
    text-align: center;
    font-size: 18px;
    line-height: 22px;
    font-weight: bold;
    color: #19957c;
    margin:18px 0 20px 0;
}
body.page-template-contact .subtit .address{
    font-weight: normal;
    color: #696969;
}
#footer-menu .items {font-weight:300}
.sub-menu li a:hover{color:#fff;}
.primary-menu li:hover > ul{
    display: block;
    position: absolute;
    top: 43px;
    left: -50%;
    z-index: 200;
    /*background-color: #effbf8;*/
    font-size: 14px;
    line-height: 42px;
    color: #9a9a9a;
    padding-top: 10px;
    padding-bottom: 10px;
    /*min-width: 226px;*/
    width: 226px;
background-image:none;
}
.primary-menu li:hover > ul li{
    display: block;
    background-color: #effbf8;
    float: none;
}
.primary-menu li:hover > ul > li:hover{
    background: #83d1c1;
    border-left: none;
}
.sub-menu li a{padding:2px 0;font-weight:400;text-align:left}

/** APPOINTMENT FORM **/
.appointment input{border-radius:5px}
.appointment p > span{margin-left:40%}
.appointment p > label{width:40%}
#banner .title, #banner .content{color:#fff}
.slogan {color:#acb4b4;font-size:24px}
.slogan .big{color:#19957c}
#banner .info{left:5.619%;padding-top:10.175%;width:auto}
#banner .title {font-size:32px}
#banner .content {margin-top:10px}
.cat-blocks .post .info{height:inherit;min-height:245px;}
.bx-wrapper .bx-pager.bx-default-pager a{background-color:#076C5D}
/*#footer-menu{min-height:300px}*/
.sn-container{bottom:-15px}
.num {margin-top:20px;text-align:center}
.num p{font-size:18px;font-weight:500;color:#076C5D;line-height:30px}
.num h3 {text-transform:uppercase;font-size:21px;color:#076C5D;padding:8px 0}
#ui-datepicker-div, .ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default {color:#076C5D}
.appointment select.wpcf7-select{color:#076C5D;font-size:16px}
.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default a:hover{color:#fff;background:#076C5D}
.post-content .tu-van .bold {text-transform:uppercase; color:#076C5D}
body.page-template-qa .qa_block .info .content{max-height:170px;}
#feedback-form {border:1px solid #076C5D}
#feedback-form input, #feedback-form textarea{border:1px solid #076C5D;border-radius:5px;}
#feedback-form select{margin:5px 0;border:1px solid #076C5D;color:#076C5D}
#feedback-form input[type="submit"]{background:transparent url("images/contact_btn.png") no-repeat scroll center center;border:none}
#footer-menu a.item{padding-bottom:0;display:inline-block;line-height:21px}
#footer-menu a.item:hover{text-decoration:underline}
p.ex-home{font-size:12px;padding:5px;}
.post-content em{font-style:italic}
.post-content strong{font-weight:600;}
.post-content a:link, .post-content a:visited{font-size:18px;}

/** ABOUT US **/
.full-width{max-width:960px;width:100%;margin:0 auto}
.about-us h2{font-size:145%;text-transform:uppercase;border-bottom:2px solid #ccc;font-weight:600}
.about-us h3{font-size:130%;text-transform:uppercase;font-weight:600}
.about-us span{text-transform:capitalize}
.about-us h3, .about-us .row p{padding:5px}
.about-us>p{padding:10px 15px;text-align:justify}
.about-us .row p {font-size:18px;text-transform:capitalize;line-height:140%}
.about-us .row {float:left;text-align:center;width:25%;padding:20px 15px;margin: 0;}
.about-us .row .inner{text-align:center}
.about-us .row img{border:4px solid #eee;max-width:100%;height:auto;padding-bottom: 0;}
.about-us .row img:hover{border-color:#ccc}
.about-us .right{padding:20px;text-align:justify;float:left;width:75%}
.about-us .right h2{border:none}
.about-us .right span.sub{font-size:18px;text-tranform:uppercase;padding-bottom:10px}
div.border{border-bottom:2px solid #ccc;margin:5px 0;}
.about-us .right span.sub{text-transform:uppercase;}
.about-us table{border: 1px solid #ddd;background-color: #eeeeee;border-collapse: collapse;border-spacing: 0;margin-bottom: 18px;padding: 0;width: 100%;}
.table {margin-bottom:20px;max-width:100%;width:100%;}
.table tr{color:#696969;text-align:center}
.about-us a{font-size:16px;}
th, td {padding:10px;border: 1px solid #ccc;}
th{color:#333;font-size:16px;font-weight:600}
tbody tr:nth-child(odd) {background: #eee;}
.text-left{text-align:left;vertical-align:middle;font-size:18px}
.about-us .row>p{text-align:center}

/** INTRO PAGE **/
.intro h2{font-size:150%;text-transform:uppercase;border-bottom:2px solid #eee;font-weight:600;margin-bottom:10px;margin-left:5px}
.intro p{text-align:justify;margin-bottom:10px;color:#929497;font-size:120%}

/** DISABLE MENU **/
#menu-btn{display:none}
#wprmenu_menu.wprmenu_levels ul li ul li{padding-left:80px;}


.recent-post li {
    float: left;
    width: 25%;
    padding: 15px;
}


.recent-post li .list-post-img {
    background: #33b49c;
    padding-top: 8px;
    border-radius: 5px;
    position: relative;
    margin-bottom: 15px;
}

.recent-post li .list-post-content {
    height: 40px;
    overflow: hidden;
}
.recent-post li .list-post-img>a {
    display: inline-block;
    height: 123px;
    overflow: hidden;
    width: 100%;
    text-align: center;
}
.recent-post li .list-post-img:after {
    top: 100%;
    left: 50%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: rgba(136, 183, 213, 0);
    border-top-color: #33b49c;
    border-width: 5px;
    margin-left: -5px;
}

.recent-post li .list-post-img img {
    max-width: 100%;
    min-height: 99px;
    margin: 0 auto;
}

.recent-post li .list-post-img h6 a {
    font-weight: bold;
    color: white;
    display: inline-block;
    padding: 15px 10px;
    width: 100%;
    text-align: center;
    min-height: 95px;
    font-size: 15px;
}.recent-post-area:after {content: "";float: left;width: 100%;}
.recent-post-area{padding: 20px 0 60px;}
.aligncenter {
    margin-left:auto;
    margin-right:auto;
    text-align: center;
}
figure {
    padding-bottom: 10px;
    background: #eee;
    margin-bottom:20px
}
figure figcaption {
    font-style: italic;
}#footer-info .content a {
    color: #a0fdf0;
}


blockquote, q {
    quotes: none;
}
blockquote {
    padding: 10px 20px;
    margin: 0 0 20px;
    font-size: 15px;
    border-left: 5px solid #e2e2e2;
    background: #fafafa;
}


.content-area .post-contents {
    width: calc(75% - 20px);
    float: left;
    margin-right: 20px;
}

.content-area:after {
    content: "";
    clear: both;
    display: block;
}

.content-area .sidebar-right {
    float: left;
    width: 25%;
}
.box-sidebar h3 {
    background: #53c8b4;
    color: #1a6f60;
    font-weight: bold;
    text-align: center;
    font-size: 20px;
    padding: 8px 5px;
    margin-bottom: 10px;
}

.box-sidebar ul a {
    font-size: 16px;
    color: #08463b;
    display: block;
    padding: 7px 0;
}

/* MORE */
p.linked{background:#f1e1c1;padding:10px 20px;margin:10px 0}
.post-content .h-light{margin:0 20px;padding:10px;background: #eee;border-left: 3px solid #f60;}

.box-ads-call-action {
    text-align: center;
    margin-top: 20px;
    background: #025a50;
}

.box-ads-call-action .btn-call {
    display: inline-block;
    padding: 8px 10px 4px;
    text-align: center;
    background: #ffb924;
    color: white;
    font-size: 19px;
    text-transform: uppercase;
    border-radius: 3em;
    border: 2px solid #d6a135;
    margin-top: 12px;
    font-family: "helvetica";
    font-weight: bold;
}

.box-ads-call-action> span {
    display: block;
    font-size: 14px;
    color: #12bb11;
    clear: left;
    font-style: italic;
}.box-ads-call-action a span {
    display: block;
    text-align: left;
    margin-left: 10px;
    font-size: 20px;
    line-height: 32px;
    font-weight: bold;
}

.box-ads-call-action a span:nth-child(2) {
    margin-top: -28px;
    color: #025a50;
}

.box-ads-call-action a span:last-child {
    color: wheat;
}
.box-sidebar h2 {
    font-size: 17px;
    text-align: center;
    background: #53c8b4;
    color: #1a6f60;
    padding: 7px 5px;
    font-weight:bold
} .box-sidebar .menu a {
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}.box-sidebar .menu a {
    display: inline-block;
    padding: 10px 0;
    color: #000;
    border-bottom: 1px solid #ddd;
    position: relative;
    left: 0;
    clear: both;
}
.box-sidebar .menu a:hover {
    position: relative;
    left: 4px;
}.box-sidebar .menu .thumb-menu {
    width: 70px;
    float: left;
    margin-right: 10px;
    overflow: hidden;
    max-height: 45px;
}.box-sidebar .menu .thumb-menu img {max-width:100%;max-height: initial;height: inherit;}
.post-content .lz-link{background: #f1e1c1;
    font-style: italic;
    padding: 10px 20px;}.box-ads-call-action img {
    width: 100%;
}.box-sidebar.dr-vy{text-align: center;position: relative;}
.box-sidebar.dr-vy a img{max-width: 100%;display: inline;}
.dr-vy .btn-call-to-action {
    color: transparent;
    font-weight: bold;
    position: absolute;
    bottom: 5px;
    left: 50%;
    margin-left: -83px;
    padding: 3px 10px;
    z-index: 2;
    letter-spacing: 0.6px;
}

.dr-vy a {
    position: relative;
}.post-content figure {
    max-width: 100%;
}.video-1 {
    margin-bottom: 30px;
}
.thumbnail a:nth-child(4)~a {display:none}

.mfp-custome-gallery .mfp-img {
    padding: 0;
}
.mfp-custome-gallery figcaption .mfp-bottom-bar{
    position: relative;
    margin-top: 0;
}
.mfp-custome-gallery figcaption .mfp-bottom-bar .mfp-title {
    color: #d4d4d4;
    padding: 5px 50px 5px 5px;
}
.mfp-custome-gallery .mfp-figure figure {padding:0;background: rgba(0, 0, 0, 0.64);}
.full textarea {
    width: 100%;
}.primary-menu a:hover {
    text-decoration: none;
    color: white;
}




















.form-notice {
    background: #eee;
    padding: 20px;
    border: double 4px #8fdeec;
    max-width: 700px;
    margin: 0 auto;
}

.form-notice .fa-heartbeat:before, .form-notice ul li a, .form-notice ul li:before {
    color: #d20808;
}

.form-notice .fa-heartbeat:before,.form-notice ul li:before {
    margin-right: 5px;
}

.form-notice ul {
    margin: 0;
}

.form-notice ul li {
    width: 100%;
    line-height: 24px;
}

.form-notice ul li a {
    color: #d20808;
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    font-style: italic;
    font-size: 14px;
    font-weight: bold;
}

.form-notice .btn-appoint {
    background: #1cbbd8;
    padding: 10px 20px;
    display: inline-block;
    margin: 0 5px;
}

.form-notice .btn-appoint span {
    display: block;
}

.form-notice .btn-appoint span:last-child {
    color: #ffffff;
    font-size: 14px;
    font-style: italic;
}

.form-notice .btn-appoint span:first-child {
    font-weight: bold;
    font-size: 17px;
    color: #feffcc;
}.form-notice .btn-groups {
    text-align: center;
}.form-notice strong {
    color: #7fa211;
}.form-notice .btn-groups .btn {
    background: #1fae80;
    box-shadow: inset 0 0 20px #0e7d59, inset 0 0 20px #179a70;
    font-family: sans-serif;
}#menu-item-2542, .menu-item-2542{display:none!important}
.wpcf7-form div:nth-child(5)>label{
    text-align: center;
    width: 100%;
}.wpcf7-form div:nth-child(5){
    text-align: center;
    width: 100%;
}

.wpcf7-form div:nth-child(5)>div {
    display: inline-block;
}
