.under #content p.mb05 {
  margin-bottom: 5px;
}
.under #content p.mb10 {
  margin-bottom: 10px !important;
}
.under #content .info09_mb {
  margin-bottom: 70px;
}
.under #content .image_l {
  float: left;
  margin: 0 40px 20px 0;
}
.under #content .image_r {
  float: right;
  margin: 0 0 20px 40px;
}
.under #content .image_r.mb0 {
  margin-bottom: 0
}
.under #content .image_l.mb35 {
  margin-bottom: 35px !important;
}
.under #content .image_l.mb55 {
  margin-bottom: 55px !important;
}
.under sup {
  vertical-align: super;
  font-size: smaller;
  font-size: 8px;
}
.under #content span.txt_small {
  font-size: 86%;
}
.under #content p.txt_small {
  font-size: 140%;
}
.under #content .txt_big {
  font-size: 126%;
}
.under .color_red {
  color: #ff0000
}
/*section*/
.under * {
  box-sizing: border-box;
}
.under a:hover {
  text-decoration: none;
}
.under #content p:last-child, .under #content table:last-child {
  margin-bottom: 0px;
}
.under .section {
  margin-bottom: 40px;
}
.under h2, .under h3, .under h4, .under h5, .under h6 {
  font-weight: bold;
  letter-spacing: 0.05em;
  line-height: 1.55
}
.under #content h2 {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  text-align: center;
  font-size: 42px;
  color: #047347
}
.under #content h3 {
  width: 100%;
  font-size: 30px;
  text-align: center;
  position: relative;
  margin-bottom: 30px;
  padding-bottom: 10px
}
.under #content h3:after {
  position: absolute;
  content: "";
  width: 30px;
  height: 4px;
  left: 0;
  right: 0;
  margin: 0 auto;
  background-color: var(--mcolor);
  bottom: 0
}
.under .news_detail h3 {
  text-align: left;
  margin-bottom: 44px;
}
.under .news_detail h3:after {
  right: inherit
}
.under #content h4 {
  font-size: 24px;
  padding: 12px 0 10px;
  border-top: 1px solid var(--mcolor);
  border-bottom: 1px solid var(--mcolor);
  margin-bottom: 20px;
}
.under #content h4::first-letter {
  color: var(--scolor);
}
.under #content h5 {
  font-size: 22px;
  border-left: 8px solid #006E3F;
  padding-left: 10px;
  margin-bottom: 20px
}
.under #content .news_date {
  font-size: 12px;
  font-style: italic;
  padding: 5px 10px;
  background-color: #F2F2F2;
  display: inline-block;
  color: #707070
}
/*table*/

.under #content table {
  margin-bottom: 30px;
}
.under #content table.mb05 {
  margin-bottom: 5px;
}
.under #content table th, .under table td {
  padding: 17px;
  border: 1px solid #C1C1C1;
  background-color: #ffffff
}
.under #content table th {
  background-color: #F5F5F5;
  font-weight: bold;
}
.under #content table.th_center th {
  text-align: center
}
.under #content table th.th_bg01 {
  background-color: #f6f6f6;
  color: #444
}
.under #content table th.th_bg02 {
  background-color: #ffffff;
  color: #3B3322
}
.under #content table.td_top td {
  vertical-align: top;
}
.under #content table.td_bot td {
  vertical-align: bottom;
}
.under #content table.td_center td {
  text-align: center;
}
.under #content table.tb_fix {
  table-layout: fixed
}
.under #content table td.bg_blue {
  background: #d2ebff;
}
.under #content .under_cal {
  margin-bottom: 5px
}
.under #content .under_cal th, .under .under_cal td {
  text-align: center
}
.under #content .under_cal th {
  width: calc(100%/8);
}
.under #content .under_cal th:first-child {
  width: 15%;
}
.under #content .under_cal td {
  font-weight: bold;
}
.under #content table.tdlast_right td:last-child {
  text-align: right
}
.under #content table.tb_denture th {
  width: 29%
}
.under #content table.tb_denture th:first-child {
  width: 13%
}
/*txt_note*/
.under #content .txt_note {
  display: none;
  font-size: 11px;
  color: #A3A3A3;
  margin-bottom: 5px;
}
.under #content .txt_bold {
  font-weight: 700;
  color: #000
}
.under_map {
  width: 100%;
  height: 460px;
}
.tb_scroll:not(:last-child) {
  margin-bottom: 40px
}
.under #content .under_title01 {
  font-size: 24px;
  text-align: center;
  line-height: 1.3;
  margin-bottom: 25px;
}
/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
/* LIST STYLE                                                             */
/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/

.under #content .list01 {
  margin-bottom: 30px;
}
.under #content .list01.mb05 {
  margin-bottom: 5px
}
.under #content .list01 li {
  position: relative;
  text-decoration: none;
  display: block;
  padding-left: 22px;
}
.under #content .list01 li:before {
  position: absolute;
  content: "";
  width: 10px;
  height: 10px;
  border-radius: 10px;
  top: 9px;
  left: 0;
  background-color: #006E3F
}
.under #content .list01_fcol {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -8px;
}
.under #content .list01_fcol li {
  width: calc(50% - 16px);
  margin: 8px
}
.under #content .list01 li:last-child, .under #content .list01:last-child {
  margin-bottom: 0px;
}
/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
/* news_list                                                                */
/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
.news_list {
  width: 100%;
  border-top: 5px solid #006E3F;
  border-bottom: 5px solid #006E3F;
  margin-bottom: 55px;
}
.news_list dl {
  display: flex;
  padding: 15px 40px;
  border-bottom: 1px solid #CBCBCB
}
.news_list dl:last-child {
  border-bottom: none
}
.news_list dt {
  width: 118px;
  color: #4F4F4F;
}
.news_list dd a {
  display: inline-block;
  text-decoration: none;
  font-weight: bold;
  color: #000000
}
/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
/* wp-pagenavi                                                            */
/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
.wp-pagenavi {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap
}
.wp-pagenavi>span, .wp-pagenavi>a {
  padding: 10px 18px;
  text-decoration: none;
  font-weight: bold;
  font-size: 16px;
  margin: 5px
}
.wp-pagenavi>a {
  background-color: #E9E9E9;
  color: #000000
}
.wp-pagenavi>span {
  background-color: #006E3F;
  color: #ffffff
}
.wp-pagenavi>a:hover {
  opacity: 0.7
}
/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
/* BUtton                                                                 */
/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
.under_btn01 {
  text-align: center
}
.under_btn01 a {
  display: inline-block;
  padding: 15px 40px;
  background-color: #006E3F;
  color: #ffffff;
  text-decoration: none;
  margin: 0 auto
}
.under_btn01 a:after {
  content: "";
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='29.008' height='12.884' viewBox='0 0 29.008 12.884'%3E%3Cpath d='M1103.2,1222.8h28l-5.169-6.8v11.4' transform='translate(-1103.2 -1214.516)' fill='none' stroke='%23fff' stroke-width='1'/%3E%3C/svg%3E");
  display: inline-block;
  margin-left: 15px;
  width: 28px;
  height: 12px;
}
/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
/* CONTACT                                                                */
/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
.under .contact_frame01 {
  padding: 34px;
  background-color: #F5F5F5;
  text-align: center;
  margin: 0 auto 40px
}
.contact_list {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 468px;
  padding: 23px 0;
  border-top: 2px solid #E3E3E3;
  border-bottom: 2px solid #E3E3E3;
  margin: 0 auto 70px
}
.contact_list li {
  letter-spacing: 0.3em;
  font-size: 15px;
  font-weight: bold;
  position: relative
}
.contact_list li:not(:last-child) {
  padding-right: 30px;
  margin-right: 26px
}
.contact_list li:not(:last-child):after {
  position: absolute;
  content: "";
  width: 10px;
  height: 10px;
  border-top: 2px solid #707070;
  border-right: 2px solid #707070;
  top: 0;
  bottom: 0;
  margin: auto 0;
  right: 0;
  transform: rotate(45deg);
}
.contact_list li.active {
  color: #DA2029
}
/*forem*/
.contact_form {
  margin-bottom: 46px;
}
.contact_form dl {
  display: flex;
  border-top: 1px solid #E3E3E3;
  justify-content: space-between;
  align-items: flex-start;
  padding: 32px 0
}
.contact_form dt {
  width: 253px;
  flex-shrink: 0;
  padding-top: 10px;
  display: flex;
  justify-content: space-between;
  font-size: 15px;
  font-weight: bold;
  margin-right: 46px;
  align-items: center;
  line-height: 1.2;
}
.contact_form dt .must {
  width: 92px;
  height: 30px;
  color: #DA2029;
  border: 1px solid #DA2029;
  font-size: 13px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.contact_form dd {
  width: 77%;
  max-width: calc(100% - 253px);
}
.contact_txt01, .contact_txt02 {
  width: 100% !important;
  height: 55px;
  background-color: #F7F7F7;
  border: 1px solid #E9E9E9;
  padding: 5px
}
.contact_txt02 {
  height: 240px!important;
}
dl.conct_privacy dd {
  display: flex;
  flex-wrap: wrap
}
.contact_form .privacy_txt {
  width: 100%
}
.contact_btn {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto
}
.contact_btn input, .contact_btn a {
  width: 235px;
  height: 51px;
  color: #fff;
  font-size: 14px;
  padding-top: 2px;
  transition: all 0.3s linear;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  padding: 0 40px 0 0;
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='29.008' height='12.884' viewBox='0 0 29.008 12.884'%3E%3Cpath d='M1103.2,1222.8h28l-5.169-6.8v11.4' transform='translate(-1103.2 -1214.516)' fill='none' stroke='%23fff' stroke-width='1'/%3E%3C/svg%3E") right 21px center/ 29px 12px no-repeat, #006E3F;
  border: none;
  opacity: 1!important;
  cursor: pointer
}
.contact_btn input.btn_back {
  background: url("data:image/svg+xml,%3Csvg version='1.1' id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 29 12.9' style='enable-background:new 0 0 29 12.9;' xml:space='preserve'%3E%3Cstyle type='text/css'%3E .st0%7Bfill:none;stroke:%23FFFFFF;%7D%0A%3C/style%3E%3Cpath class='st0' d='M29.1,8.3h-28l5.2-6.8v11.4'/%3E%3C/svg%3E%0A") left 21px center/ 29px 12px no-repeat, #000000;
  padding: 0 0 0 40px
}
.contact_btn input:hover, .contact_btn a:hover {
  opacity: 0.7!important
}
.under .checkbox-custom + .checkbox-custom-label:before, .under .radio-custom + .radio-custom-label:before, .under .checkboxlink input + .wpcf7-list-item-label:before {
  content: '';
  background: #F7F7F7;
  border: 1px solid #E9E9E9;
  display: inline-block;
  vertical-align: middle;
  width: 30px;
  height: 30px;
  padding: 2px;
  margin-right: 12px;
  text-align: center;
}
.under .checkbox-custom:checked + .checkbox-custom-label:before, .under .checkboxlink input:checked + .wpcf7-list-item-label:before {
  background: #006E3F;
  box-shadow: inset 0px 0px 0px 4px #fff;
}
.under .checkbox-custom, .under .checkboxlink input {
  opacity: 0;
  position: absolute;
}
.under .checkbox-custom, .under .checkboxlink .wpcf7-list-item-label {
  display: inline-block;
  vertical-align: middle;
  margin: 5px;
  cursor: pointer;
  width: 30px;
  height: 30px;
  top: -5px;
}
.btn_back, .btn_next {
  margin: 0 15px
}
/*confirm*/
.contact_confirm dl {
  padding: 47px 0 46px;
}
.contact_confirm dt {
  padding-top: 0
}
.contact_confirm dl:last-child {
  border-bottom: 1px solid #E3E3E3;
}
/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
/* Privacy Policy                                                         */
/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
.privacy_policy_txt01 dl {
  margin-bottom: 30px;
}
.privacy_policy_txt01 dt {
  font-weight: bold
}
.privacy_policy_txt01 dd {
  padding-left: 28px;
}
.under .privacy_policy_txt01 p {
  margin-bottom: 11px;
}
.under .list_number {
  padding-left: 16px
}
.under .list_number li {
  padding-left: 15px;
  margin-bottom: 7px
}
.under .list_number li::first-letter {
  margin-left: -15px
}
.privacy_policy_frame {
  padding: 50px;
  background-color: #F5F5F5;
  border: 1px solid #E3E3E3;
  margin: 0 auto 60px
}
.privacy_policy_frame dt {
  font-weight: bold;
  margin-bottom: 20px
}

@media screen\0 {
}
/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
/* STAFF                                                                */
/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
.staff_list dl{
    margin-bottom: 40px
}
.staff_item dt {
    display: flex;
    align-items: center;
}
.staff_item .staff_img {
    border: 5px solid var(--beige);
    border-radius: 50%;
    width: 220px;
    height: 220px;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center
}
.staff_item .staff_img img{
    border-radius: 50%;
}
.staff_item dt div{
    margin-left: 20px;
    padding: 20px 0;
    position: relative
}
.staff_item dt div::before{
    content: '';
    background: var(--beige);
    width: calc(100% + 80px);
    min-height: 115px;
    display: block;
    position: absolute;
    top: 0;
    left: -50px;
    z-index: -1;
    border-radius: 0 80px 80px 0;
}
.staff_item dt p{
    margin: 0 0 0
}
.staff_item .title {
    font-size: 24px;
    font-weight: bold;
    color: var(--mcolor);
    margin-bottom: 0;
}

.staff_item .title:first-letter {
    color: var(--scolor)
}
.staff_item .subtitle {
    font-weight: bold;
    color: var(--scolor);
}
.staff_item dd {
    margin-left: 240px;
    margin-top: -30px;
}
.gallery_staff {
    margin-top: 30px;
    display: flex;
    justify-content: space-between
}
.gallery_staff > div{
    width: calc(100% / 3 - 20px)
}
/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
/* FAQ                                                                */
/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
.faq_list{
    
}
.faq_list .faq_item{
    margin-bottom: 20px;
    border-bottom: 1px solid var(--scolor);
    padding-bottom: 15px
}
.faq_list .faq_item dt{
    display: flex;
}
.faq_list .faq_item dt:before {
    content:'Q';
    color: #fff;
    background: var(--scolor);
    font-size: 24px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: -1px;
    margin-right: 10px;
    width: 36px;
    height: 36px;
}
.faq_list .faq_item dd{
    display: flex;
}
.faq_list .faq_item dd:before {
    content:'A';
    color: #fff;
    background: var(--mcolor);
    font-size: 24px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: -1px;
    margin-right: 10px;
    width: 36px;
    height: 36px;
}
.faq_list .faq_item dd > div, .faq_list .faq_item dt > span {
    width: calc(100% - 50px);
    display: block;
    margin: 2px 0 0 0;
}
/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
/* FORM e1070fe                                                                */
/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
/* Định dạng toàn bộ form */
.wpcf7-form {
    width: 100%;
    max-width: 600px;
    margin: 20px auto;
    padding: 20px;
    background: #f9f9f9;
    border-radius: 8px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}
.wpcf7-form > div{
    margin-bottom: 10px
}
.wpcf7-form .center input{
    margin: 0 auto;
}
.wpcf7-form p{
    margin-bottom: 0
}
.wpcf7-form > div > p{
    display: flex;
    align-items: center;
}
/* Kiểu chữ và khoảng cách cho các nhãn (label) */
.wpcf7-form label {
    display: block;
    font-weight: bold;
    margin-bottom: 5px;
    color: #333;
    width: 190px;
    line-height: 1.4;
}

/* Kiểu ô nhập (input, textarea) */
.wpcf7-form input[type="text"],
.wpcf7-form input[type="email"],
.wpcf7-form input[type="tel"],
.wpcf7-form input[type="date"],
.wpcf7-form textarea,
.wpcf7-form select {
    width: 100%;
    padding: 10px;
    margin-bottom: 10px;
    border: 1px solid #ccc;
    border-radius: 5px;
    font-size: 16px;
    transition: all 0.3s ease-in-out;
}

/* Khi nhập vào ô input, đổi màu viền */
.wpcf7-form input:focus,
.wpcf7-form textarea:focus {
    border-color: #007bff;
    box-shadow: 0 0 5px rgba(0, 123, 255, 0.3);
    outline: none;
}

/* Nút gửi (submit) */
.wpcf7-form input[type="submit"] {
    background: var(--mcolor);
    color: white;
    padding: 12px;
    border: none;
    border-radius: 5px;
    font-size: 16px;
    cursor: pointer;
    transition: background 0.3s;
}

/* Hiệu ứng khi rê chuột vào nút gửi */
.wpcf7-form input[type="submit"]:hover {
    background: var(--scolor)
}

/* Định dạng thông báo lỗi */
.wpcf7-not-valid-tip {
    color: red;
    font-size: 14px;
}

/* Định dạng thông báo thành công */
.wpcf7-mail-sent-ok {
    background: var(--beige);
    color: var(--mcolor);
    padding: 10px;
    border-radius: 5px;
    text-align: center;
}
/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
/* EFFECTS                                                                */
/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
@keyframes slide {
 from {
background-position: 0 0;
}
 to {
background-position: -800px 0;
}
}
body.lb-disable-scrolling {
  overflow: hidden;
}

.lightboxOverlay {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9999;
  background-color: black;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
  opacity: 0.8;
  display: none;
}

.lightbox {
  position: absolute;
  left: 0;
  width: 100%;
  z-index: 10000;
  text-align: center;
  line-height: 0;
  font-weight: normal;
  outline: none;
}

.lightbox .lb-image {
  display: block;
  height: auto;
  max-width: inherit;
  max-height: none;
  border-radius: 3px;

  /* Image border */
  border: 4px solid white;
}

.lightbox a img {
  border: none;
}

.lb-outerContainer {
  position: relative;
  *zoom: 1;
  width: 250px;
  height: 250px;
  margin: 0 auto;
  border-radius: 4px;

  /* Background color behind image.
     This is visible during transitions. */
  background-color: white;
}

.lb-outerContainer:after {
  content: "";
  display: table;
  clear: both;
}

.lb-loader {
  position: absolute;
  top: 43%;
  left: 0;
  height: 25%;
  width: 100%;
  text-align: center;
  line-height: 0;
}

.lb-cancel {
  display: block;
  width: 32px;
  height: 32px;
  margin: 0 auto;
  background: url(../images/loading.gif) no-repeat;
}

.lb-nav {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 10;
}

.lb-container > .nav {
  left: 0;
}

.lb-nav a {
  outline: none;
  background-image: url('data:image/gif;base64,R0lGODlhAQABAPAAAP///wAAACH5BAEAAAAALAAAAAABAAEAAAICRAEAOw==');
}

.lb-prev, .lb-next {
  height: 100%;
  cursor: pointer;
  display: block;
}

.lb-nav a.lb-prev {
  width: 34%;
  left: 0;
  float: left;
  background: url(../images/prev.png) left 48% no-repeat;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  -webkit-transition: opacity 0.6s;
  -moz-transition: opacity 0.6s;
  -o-transition: opacity 0.6s;
  transition: opacity 0.6s;
}

.lb-nav a.lb-prev:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}

.lb-nav a.lb-next {
  width: 64%;
  right: 0;
  float: right;
  background: url(../images/next.png) right 48% no-repeat;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  -webkit-transition: opacity 0.6s;
  -moz-transition: opacity 0.6s;
  -o-transition: opacity 0.6s;
  transition: opacity 0.6s;
}

.lb-nav a.lb-next:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}

.lb-dataContainer {
  margin: 0 auto;
  padding-top: 5px;
  *zoom: 1;
  width: 100%;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}

.lb-dataContainer:after {
  content: "";
  display: table;
  clear: both;
}

.lb-data {
  padding: 0 4px;
  color: #ccc;
}

.lb-data .lb-details {
  width: 85%;
  float: left;
  text-align: left;
  line-height: 1.1em;
}

.lb-data .lb-caption {
  font-size: 13px;
  font-weight: bold;
  line-height: 1em;
}

.lb-data .lb-caption a {
  color: #4ae;
}

.lb-data .lb-number {
  display: block;
  clear: left;
  padding-bottom: 1em;
  font-size: 12px;
  color: #999999;
}

.lb-data .lb-close {
  display: block;
  float: right;
  width: 30px;
  height: 30px;
  background: url(../images/close.png) top right no-repeat;
  text-align: right;
  outline: none;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
  opacity: 0.7;
  -webkit-transition: opacity 0.2s;
  -moz-transition: opacity 0.2s;
  -o-transition: opacity 0.2s;
  transition: opacity 0.2s;
}

.lb-data .lb-close:hover {
  cursor: pointer;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}

