/* CSS Document */

/*@import url("fonts.css");*/


/* html5doctor.com/html-5-reset-stylesheet/ */
html,body,div,span,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,abbr,address,cite,code,del,dfn,em,img,ins,kbd,q,samp,small,strong,sub,sup,var,b,i,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,time,mark,audio,video { margin:0;padding:0;border:0;outline:0;font-size:100%;vertical-align:baseline;background:transparent; } 
body { line-height:1; }
ol,ul { list-style:none; }
blockquote,q { quotes:none; }
blockquote:before,blockquote:after,q:before,q:after { content:'';content:none; }
ins { text-decoration:none; }
del { text-decoration:line-through; }
table { border-collapse:collapse;border-spacing:0; }

/* .clearfix {
  *zoom: 1;
}
.clearfix:before,
.clearfix:after {
  display: table;
  line-height: 0;
  content: "";
}
.clearfix:after {
  clear: both;
} */


/* -- CUSTOM CSS -- */
html, body {width:100%; height:100%; padding:0px; margin:0px}

body{ 
	background-color:#fff; 
}
body{ font-family: 'DB Ozone X', sans-serif; font-size:100%; font-weight:300; color:#726b6a; text-decoration:none; }
img {
	border:0px;
}
.img-responsive { display: block; height: auto; max-width: 100%; }

a,
a:hover{
  text-decoration:none;
  color: inherit;
  outline:0; transition: all 0.5s ease;
}
a:focus {
  text-decoration:none;
  outline:0;
}
.btn, button{ cursor: pointer; }
.btn.focus, .btn:focus{
	outline:0;
	box-shadow: none;
}
input:focus,
select:focus,
textarea:focus,
.form-control:focus,
button:focus {
  outline: none !important;
  box-shadow: none;
}
input,
select,
textarea{
  background-clip: padding-box;
  font-family: 'DB Ozone X', sans-serif;
}
textarea.form-control{
  height: auto;
} 



.visible-xs,
.visible-sm,
.visible-md,
.visible-lg {
  display: none !important;
}

@media (max-width: 767px) {
  .visible-xs {
    display: block !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm {
    display: block !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md {
    display: block !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg {
    display: block !important;
  }
}





.div-container--fluid{ width: 100%; position: relative; margin: 0 auto; }

.div-container, .nav-container {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 576px) {
  .div-container, .div-container--fluid, .nav-container {
    max-width: 540px;
    padding-right: 15px;
    padding-left: 15px;
  }
}

@media (min-width: 768px) {
  .div-container, .div-container--fluid, .nav-container {
    max-width: 750px;
  }
  .div-container--fluid{ max-width: 100%; padding: 0; }
}

@media (min-width: 992px) {
  .div-container, .nav-container {
    max-width: 970px;
  }
}

@media (min-width: 1200px) {
  .div-container {
    max-width: 1230px;
  }
  .nav-container {
    max-width: 1330px;
  }
}
@media (min-width: 1600px) {
  .div-container {
    max-width: 1430px;
  }
  .nav-container {
    max-width: 1630px;
  }
}




.build-row{
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  position: relative;
}
.build-col--20{
  -ms-flex: 0 0 20%;
  flex: 0 0 20%;
  max-width: 20%;
}
.build-col--25{
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
  max-width: 25%;
}
.build-col--30{
  -ms-flex: 0 0 30%;
  flex: 0 0 30%;
  max-width: 30%;
}
.build-col--40{
  -ms-flex: 0 0 40%;
  flex: 0 0 40%;
  max-width: 40%;
}
.build-col--50{
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
}
.build-col--60{
  -ms-flex: 0 0 60%;
  flex: 0 0 60%;
  max-width: 60%;
}
.build-col--70{
  -ms-flex: 0 0 70%;
  flex: 0 0 70%;
  max-width: 70%;
}
.build-col--75{
  -ms-flex: 0 0 75%;
  flex: 0 0 75%;
  max-width: 75%;
}



@media (max-width: 991px){

  .build-col--20, .build-col--30{
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .build-col--50{
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }

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

  .build-col--20, .build-col--30{
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }

}




/**********************************************************/
/************************* hover **************************/
/**********************************************************/

/* Underline From Center */
.hvr-underline-from-center {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  position: relative;
  overflow: hidden;
}
.hvr-underline-from-center:before {
  content: "";
  position: absolute;
  z-index: -1;
  left: 51%;
  right: 51%;
  bottom: 0;
  background: #ff8041;
  height: 2px;
  -webkit-transition-property: left, right;
  transition-property: left, right;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.hvr-underline-from-center:hover:before, .hvr-underline-from-center:focus:before, .hvr-underline-from-center:active:before {
  left: 0;
  right: 0;
}



/* Rectangle Out */
.hvr-rectangle-out {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  position: relative;
  background: #006a5b;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
.hvr-rectangle-out:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #006a5b;
  -webkit-transform: scale(0);
  transform: scale(0);
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
  border-radius: 30px;
}
.hvr-rectangle-out:hover, .hvr-rectangle-out:focus, .hvr-rectangle-out:active {
  color: white !important; cursor: pointer;
}
.hvr-rectangle-out:hover:before, .hvr-rectangle-out:focus:before, .hvr-rectangle-out:active:before {
  -webkit-transform: scale(1);
  transform: scale(1);
}




/**********************************************************/
/************************** nav ***************************/
/**********************************************************/

.nav-bottom{ background-color: #fff; width: 100%;  padding: 20px 0; }
.nav-top{ background-color: #116c5b; overflow: hidden; }

.nav-top--contact{ float: left; padding-top: 20px; }
.nav-top--contact ul li{ display: inline-block; font-size: 22px; color: #fff; font-weight: 300; padding-right: 10px; }
.nav-top--contact ul li img{ width: 20px; vertical-align: middle; }
.nav-top--contact ul li a:hover{ color: #ff8041; }

.nav-top--social{ float: right; }
.nav-top--social ul{ float: left; padding-top: 20px; margin-right: 10px; }
.nav-top--social ul li{ display: inline-block; margin-right: 5px; }
.nav-top--social ul li img{ width: 25px; }
.nav-top--social ul li a:hover{ opacity: 0.7; }
.box-btn--er{ float: left; }
.box-btn--er a{ display: block; background-color: #ff8041; padding: 15px 25px; font-size: 34px; color: #fff; }
.box-btn--er a:hover{ color: #116c5b; }

.nav-logo{ float: left; max-width: 180px; width: 100%; }
.nav-system{ position: absolute; right: 15px; top: 0; }
.nav-system > div{ float: left; }
.nav-login{  margin-right: 20px; }
.nav-login img{ width: 22px; }
.nav-cart{ margin-right: 20px; position: relative; }
.nav-cart img{ width: 22px; }
.nav-cart span{ position: absolute; top: -10px; right: -10px; background-color: #116c5b; border-radius: 50%; font-size: 14px; color: #fff; width: 20px; height: 20px; text-align: center; padding-top: 3px; z-index: 3; }
.nav-login a:hover img, .nav-cart a:hover img{ opacity: 0.7; }

.hr-lineV{ width: 1px; height: 20px; border-left: 2px solid #726b6a; margin-top: 2px; margin-left: 5px; }

.nav-language{ width: 55px; text-align: center; position: relative; background-color: #fff; z-index: 9; }
.nav-language ul li a{display: none; font-size: 26px; padding: 2px 0; }
.nav-language ul li a.active{ display: block; padding-top: 0; }
.nav-language i{ position: absolute; right: 0; top: 4px; cursor: pointer; }
.nav-language i img{ width: 10px; vertical-align: middle; }
.nav-language:hover ul li a{ display: block; background-color: #f7f7f7; border-bottom: 1px solid #dcdcdc; }
.nav-language:hover ul li a.active{ background-color: #fff; }
.nav-language ul li a:hover{ background-color: #eee; color: #116c5b; }
.nav-language--mobi{ display: none; }

.nav-menu{ float: right; padding-top: 35px; }
.nav-menu ul li{ display: inline-block; padding-right: 20px; padding-bottom: 30px; }
.nav-menu ul li:last-of-type{ padding-right: 0; }
.nav-menu ul li a{ font-size: 26px; font-weight: 400; display: block; }
.nav-menu ul li:hover a, .nav-menu ul li a:hover, .nav-menu ul li a.active{ color: #116c5b; }
.nav-menu ul li a.active{ font-weight: 500; }

.nav-menu ul li i img{ width: 10px; vertical-align: middle; }
.nav-menu ul li.subb > ul{ display: none; position: absolute; background-color: #fff; box-shadow: 0px 0px 39px 10px rgba(0,0,0,0.1); min-width: 160px; border-radius: 10px; top: 75px; }
.nav-menu ul li.subb > ul::after{   
  content: ''; position: absolute; top: -8px; left: 30px; height: 0; 
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 8px solid #fff; 
}
.nav-menu ul li.subb:hover > ul{ display: block; z-index: 9; }
.nav-menu ul li.subb > ul li{ display: block; float: none; padding: 0; }
.nav-menu ul li.subb > ul li a{ display: block; font-size: 24px; padding: 15px; border-bottom: 1px solid #dcdcdc; }
.nav-menu ul li.subb > ul li a img{ width: 17px; margin-right: 2px; vertical-align: top; }
.nav-menu ul li.subb > ul li:last-of-type a{ border-bottom: 0; }
.nav-menu ul li.subb > ul li a:active,
.nav-menu ul li.subb > ul li a:hover{ background-color: #f3f3f3; }


.scrolDisabled{
  overflow: hidden;
  /* position: fixed; */
}





@media (max-width: 1600px) {

  /* .nav-menu{ padding-top: 23px; } */
  .nav-menu ul li a, .nav-language ul li a{ font-size: 22px; }
  .nav-menu ul li.subb > ul li a{ font-size: 22px; }
  /* .nav-menu ul li.menu-item-has-children > ul{ top: 65px; } */
  
  .nav-logo{ max-width: 150px; }

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

  .nav-bottom{ padding: 20px 0 0 0; }
  .nav-top--contact ul li{ font-size: 20px; }
  .nav-top--contact ul li img{ width: 15px; }
  .nav-top--social ul{ padding-top: 16px; }
  .box-btn--er a{ font-size: 26px; }

  .nav-logo{ max-width: 100px; }
  .nav-menu{ padding-top: 30px; }
  .nav-menu ul li{ padding-right: 10px; }
  .nav-menu ul li a{ font-size: 18px; }
  .nav-menu ul li.subb > ul{ top: 65px; }
  .nav-menu ul li.subb > ul li a{ font-size: 20px; }

  .nav-login img, .nav-cart img{ width: 20px; }
  .hr-lineV{ height: 18px; }

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

  .content-pd{ padding-top: 52px; }

  .nav-logo{ max-width: 77px; }
  .nav-system{ right: 50px; top: 12px; }
  .nav-login{ margin-right: 10px; }

  .nav-bottom{
    border-bottom: 1px solid #E6E6E6;
    -webkit-box-shadow: 0 2px 4px rgba(0,0,0,0.07);
    box-shadow: 0 2px 4px rgba(0,0,0,0.07);
    background-color: #fff;
    padding: 12px 0; position: fixed; top: 0;
    z-index: 999;
  }

  .nav-menu, .nav-top{ display: none; }
  .nav-menu.navOpen{ display: block; float: none; position: fixed; background-color: #fff; width: 100%; height: 100%; left: 0; right: 0; top: 0; bottom: 0; padding: 10px 0 50px 0px; margin-top: 50px; overflow-y: auto; text-align: center; z-index: 999; }
  .nav-menu.navOpen ul li{ display: block; padding-right: 0; padding-bottom: 0; }
  .nav-menu.navOpen ul li a{ padding: 12px 30px; }
  .nav-menu.navOpen ul li.subb > ul{ position: relative; width: 100%; margin: 0 auto; width: 90%; top: auto; }
  .nav-menu.navOpen ul li.subb > ul::after{ left: 50%; transform: translateX(-50%); }
  .nav-menu.navOpen ul li.subb > ul li{ border-bottom: 1px solid #dcdcdc; }
  .nav-menu.navOpen ul li.subb > ul li:last-of-type{ border-bottom: 0; }
  .nav-menu.navOpen ul li.subb > ul li a{ width: 100%; text-align: center; display: inline-block; border-bottom: 0; }
  .nav-menu.navOpen ul li.subb > ul li a img{ width: 15px; }

  .nav-language, .hr-lineV{ display: none; }
  .nav-language--mobi{ display: block; }
  .nav-menu.navOpen .nav-language--mobi ul li{ display: inline-block; padding: 0 5px; }
  .nav-menu.navOpen .nav-language--mobi ul li a{ padding: 10px; }




#nav-icon1 {
  width: 45px;
  height: 35px;
  position: fixed;
  margin: 0;
  top: 15px;
  right: 15px;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .5s ease-in-out;
  -moz-transition: .5s ease-in-out;
  -o-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
  cursor: pointer;
  z-index: 1001;
}

#nav-icon1 span {
  display: block;
  position: absolute;
  height: 3px;
  width: 30px;
  background: #116c5b;
  border-radius: 10px;
  opacity: 1;
  left: 7px;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .25s ease-in-out;
  -moz-transition: .25s ease-in-out;
  -o-transition: .25s ease-in-out;
  transition: .25s ease-in-out;
}

#nav-icon1 span:nth-child(1) {
  top: 5px;
}

#nav-icon1 span:nth-child(2) {
  top: 15px;
}

#nav-icon1 span:nth-child(3) {
  top: 25px;
}

#nav-icon1.open span:nth-child(1) {
  top: 15px;
  -webkit-transform: rotate(135deg);
  -moz-transform: rotate(135deg);
  -o-transform: rotate(135deg);
  transform: rotate(135deg);
}

#nav-icon1.open span:nth-child(2) {
  opacity: 0;
  left: -30px;
}

#nav-icon1.open span:nth-child(3) {
  top: 15px;
  -webkit-transform: rotate(-135deg);
  -moz-transform: rotate(-135deg);
  -o-transform: rotate(-135deg);
  transform: rotate(-135deg);
}


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

  .nav-bottom{ padding: 9px 0; }
  .nav-logo{ width: 65px; }
  .nav-system{ right: 60px; top: 10px; }
  .nav-login, .nav-cart{  margin-right: 10px; }

}


/**********************************************************/
/*********************** footer ***************************/
/**********************************************************/


footer{ position: relative; background-color: #e7efed; border-top: 10px solid #d1d2d4; }
footer::before{ content: ''; position: absolute; top: -10px; left: 0; width: 20%; height: 10px; background-color: #69ca98; }

.footer-container{ padding-top: 80px; padding-bottom: 50px; }

.footer-sitemap .footer-head,
.footer-sitemap h3{ color: #006b5b; margin-bottom: 10px; }
.footer-sitemap p, .footer-sitemap ul li a{ font-size: 28px; color: #808284; }
.footer-sitemap p a{ color: #006b5b; text-decoration: underline; font-weight: 500; }
.footer-sitemap ul li{ margin-bottom: 5px;}
.footer-sitemap a:hover{ color: #ff8041; }

.footer-contact li img{ width: 22px; vertical-align: middle; margin-right: 5px; margin-top: -5px; }

.footer-social{ margin-top: 30px; }
.footer-social li{ display: inline-block; margin-right: 10px; }
.footer-social li img{ width: 30px; }
.footer-social li a:hover{ opacity: 0.7; }

.footer-subscribe{ overflow: hidden; position: relative; top: -70px; width: 50%; }
.footer-subscribe--title{ float: left; padding-right: 20px; padding-top: 5px; }
.footer-subscribe--form{ float: left; }
.footer-subscribe--form .form-control{ border: 1px solid #cdcdcd; border-radius: 30px; font-size: 24px; padding-left: 20px; }
.footer-subscribe--form .btn-subscribe--ft{ background-color: #116c5b; font-size: 24px; color: #fff; border-top-right-radius: 30px; border-bottom-right-radius: 30px; padding-left: 20px; padding-right: 20px; }
.footer-subscribe--form .btn-subscribe--ft:hover{ background-color: #ff8041; }


.footer-bottom{ position: relative; background-color: #69ca98; overflow: hidden; }
.footer-bottom::before{ content: ''; position: absolute; top: 0; left: 0; background-color: #116c5b; width: 23%; height: 100%; }
.footer-row{ overflow: hidden; }
.footer-row .footer-logo{ float: left; width: 300px; background-image: url('../images/bg-footer.png'); background-repeat: no-repeat; background-position: right top; padding: 15px 0; }
.footer-row .footer-copyright{ float: left; width: calc(100% - 300px); }
.copyright-detail{ font-size: 24px; color: #fff; text-align: right; padding-top: 35px; }
.copyright-detail a{ display: inline-block; margin: 0 10px; }
.copyright-detail a:hover{ text-decoration: underline; }

.footer-row .footer-logo img{ max-height: 60px; }
.footer-subscribe--form .input-group{ flex-wrap: nowrap; }


@media (max-width: 1600px) {

  .footer-bottom::before{ width: 15%; }
  .footer-sitemap p, .footer-sitemap ul li a{ font-size: 24px; }
  .copyright-detail{ font-size: 20px; }
  
}
@media (max-width: 1199px){

  .footer-subscribe{ width: 65%; }
  .copyright-detail{ padding-top: 20px; }
  .copyright-detail span{ display: block; margin-bottom: 5px; }

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

  footer{ border-top: 5px solid #d1d2d4; }
  footer::before{ top: -5px; height: 5px; }

  .footer-container{ padding-top: 50px; padding-bottom: 30px; }
  .footer-sitemap{ margin-bottom: 30px; }
  .footer-row .footer-logo{ width: 230px; }
  .footer-row .footer-logo img{ max-height: 43px; }
  .footer-row .footer-copyright{  width: calc(100% - 230px); }
  .copyright-detail{ padding-top: 15px; }
  .footer-subscribe{ top: 0px; width: 100%; }

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

  .footer-bottom .div-container{ max-width: 100%; padding: 0; }
  .footer-row .footer-logo{ float: none; width: 100%; text-align: center; background-color: #116c5b; }
  .footer-row .footer-copyright{ float: none; width: 100%; background-color: #69ca98; }
  .copyright-detail{ text-align: center; padding: 15px; }

}
@media (max-width: 576px) {
  
  .footer-container{ padding: 30px 15px; }
  .footer-subscribe--title{ margin-bottom: 10px; text-align: center; float: none; }
  .footer-subscribe--form{ float: none; }

  .footer-sitemap{ padding: 0; border-bottom: 1px solid #ccc; margin-bottom: 15px; }
  .footer-sitemap .footer-head,
  .footer-sitemap h3{ font-size: 26px; }
  .footer-sitemap.bb-0{ border-bottom: 0; }

  .sitemap-title h3{ position: relative; }
  .sitemap-title h3::after{ content: '+'; position: absolute; top: -5px; right: 10px; font-size: 40px; font-weight: 500; color: #006b5b; }
  .sitemap-title h3.show-x::after{ content: '-'; }
  .sitemap-detail{ display: none; padding-bottom: 10px; padding-left: 10px; }
  .show-subFooter{ display: block; }

}


/**********************************************************/
/**********************************************************/

section{ position: relative; }
.page-section{ padding: 100px 0; }
.page-section2{ padding: 30px 0; }

.div-bgcover{
  background-repeat: no-repeat;
  background-position: center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  width: 100%;
}


.bg-a{ background-image: url('../images/home/bg-a.jpg'); background-position: right top; }
.bg-b{ background-image: url('../images/home/bg-b.png'); background-position: right top; }
.bg-c{ background-image: url('../images/home/bg-c.jpg'); }
.bg-d{ background-image: url('../images/home/bg-d.jpg'); background-position: right center; }

.bg-c2{ background-color: #f3f3f3; background-image: url('../images/bg/bg-c2.png'); background-position: right top; }
.bg-c22{ background-image: url('../images/bg/bg-c2.png'); background-position: right top; }
.bg-c3{ background-image: url('../images/bg/bg-c3.jpg'); }

.bg-f3f3f3{ background-color: #f3f3f3; }

.radius-topleft{ border-top-left-radius: 200px; }

.txt-116c5b{ color: #116c5b; }
.txt-ff8041{ color: #ff8041; }

figure{ margin: 0 0 1rem; }

.build-title, .footer-head, .build-title-popup, .build-clinic-title, .build-consult-title,
h1, h2, h3, h4, h5, h6{ font-weight: 500; }
h2, .build-title, .build-clinic-title, .build-consult-title{ font-size: 60px; line-height: 1; }
h3, .footer-head, .build-title-popup{ font-size: 35px; line-height: 1; }
h4{ font-size: 32px; line-height: 1;  }
p{ font-size: 24px; line-height: 1.13; margin-bottom: 20px; }

.div-title .build-consult-title,
.div-title .build-title,
.div-title h2{ position: relative; margin-bottom: 50px; color: #116c5b; }
.div-title .build-consult-title::after,
.div-title .build-title::after,
.div-title h2::after{ content: ''; position: absolute; bottom: -10px; background-color: #73c585; width: 120px; height: 8px; border-radius: 20px; left: 0; }
.div-title .build-consult-title::before,
.div-title .build-title::before,
.div-title h2::before{ content: ''; position: absolute; bottom: -10px; background-color: #116c5b; width: 90px; height: 8px; border-radius: 20px; z-index: 3; left: 30px; }
.div-title .build-title.txt-fff,
.div-title h2.txt-fff{ color: #fff; }
.div-title .build-title.txt-fff::after,
.div-title h2.txt-fff::after{ background-color: #4bc88e; }
.div-title .build-title.txt-fff::before,
.div-title h2.txt-fff::before{ background-color: #fff; }

.div-title.text-center .build-title::after,
.div-title.text-center h2::after{ left: 50%; transform: translateX(-50%); }
.div-title.text-center .build-title::before,
.div-title.text-center h2::before{ left: calc(50% - 30px); }


.btn-menuall{ position: absolute; right: 0; top: 15px; z-index: 5; }
.btn-menuall a{ display: block; font-size: 30px; font-weight: 500; color: #116c5b; }
.btn-menuall a span{ display: inline-block; position: relative; background-color: #ff8041; width: 50px; height: 50px; border-radius: 50%; margin-left: 10px; vertical-align: middle; }
.btn-menuall a span img{ width: 30px; position: absolute; top: 50%; left: 50%; transform: translate(-50%,-50%); }
.btn-menuall a:hover{ color: #ff8041; }
.btn-menuall a:hover span{ background-color: #116c5b; }

.btn-menuall a span.nobg{ background-color: #fff; }


.btn-menuall.open{ right: 14%; }
.btn-menuall.open a{ color: #fff; }


.btn-menuall.txt-fff a{  color: #fff; }
.btn-menuall.txt-fff a:hover{ color: #ff8041; }
.btn-menuall.txt-fff a:hover span{ background-color: #69ca98; }



.line-clamp--2{
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}



@media (max-width: 1600px){

  .page-section{ padding: 60px 0; }
  h2, .build-title, .build-clinic-title, .build-consult-title{ font-size: 50px; }
  h3, .footer-head, .build-title-popup{ font-size: 32px; }
  h4{ font-size: 30px; }

  .btn-menuall.open{ right: 6%; }
  .btn-menuall a{ font-size: 26px; }

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

  h2, .build-title, .build-clinic-title, .build-consult-title{ font-size: 46px; }

  .radius-topleft{ border-top-left-radius: 160px; }

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

  h2, .build-title, .build-clinic-title, .build-consult-title{ font-size: 42px; }
  h3, .footer-head, .build-title-popup{ font-size: 30px; }
  h4{ font-size: 28px; }
  .div-title .build-consult-title,
  .div-title .build-title,
  .div-title h2{ margin-bottom: 30px; }

  .btn-menuall{ top: 0px; right: 15px; }
  .btn-menuall a{ font-size: 24px; }
  .btn-menuall a span{ width: 40px; height: 40px; }
  .btn-menuall a span img{ width: 20px; }
  .btn-menuall.open{ right: 20px; }
 
  .bg-b{ background-position: center bottom; border-top-right-radius: 100px; }
  .bg-c2{ background-position: center bottom; border-top-right-radius: 120px; }
  .bg-c22{ background-position: left bottom; border-top-right-radius: 120px; }
  .bg-d{ background-position: 80% 50%; }

  .radius-topleft{ border-top-left-radius: 120px; }

}
@media (max-width: 767px){
  
  .btn-menuall{ position: relative; text-align: center; margin: 20px auto; right: 0; }
  .btn-menuall a span{ margin-left: 0; margin-right: 10px; }
  .btn-menuall.open{ right: 10px; top: -20px; text-align: right; }

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

  .page-section{ padding: 30px 0; }

  .bg-b, .bg-c2,
  .bg-c22{ border-top-right-radius: 80px; }
  .radius-topleft{ border-top-left-radius: 80px; }

  h2, .build-title, .build-clinic-title, .build-consult-title{ font-size: 36px; }
  h4{ font-size: 26px; }
  .div-title .build-consult-title::after, .div-title .build-consult-title::before,
  .div-title .build-title::after, .div-title .build-title::before,
  .div-title h2::after, .div-title h2::before{ height: 6px; bottom: -15px; }
  .div-title .build-consult-title::after,
  .div-title .build-title::after,
  .div-title h2::after{ width: 100px; }
  .div-title .build-consult-title::before,
  .div-title .build-title::before,
  .div-title h2::before{ width: 70px; }
  .div-title.text-center .build-title::before,
  .div-title.text-center h2::before{ left: calc(50% - 20px); }

}





/**********************************************************/
/**********************************************************/


/*
 *  Owl Carousel - nav arrow
 */

 .owl-carousel .owl-nav{ 
  position:absolute; width:100%; top: 50%;  margin-top: -27px;
}
.owl-carousel .owl-nav button.owl-prev{
  background: url('../images/icon/arrow-prev.png') no-repeat 0 0; background-size: cover;
  text-indent:-9999px;
  width:55px;
  height:55px;
  left:0;
  position:absolute;z-index:101;
  border-radius: 0;
  padding: 0;
  margin:0;
}
.owl-carousel .owl-nav button.owl-next{
  background: url('../images/icon/arrow-next.png') no-repeat 0 0; background-size: cover;
  text-indent:-9999px;
  width:55px;
  height:55px;
  right: 0;
  position:absolute;z-index:101;
  border-radius: 0;
  padding: 0;
  margin:0;
}
.owl-carousel .owl-nav button.owl-prev:hover{
  background: url('../images/icon/arrow-prev.png') no-repeat 0 0; background-size: cover;
}

.owl-carousel .owl-nav button.owl-next:hover{
  background: url('../images/icon/arrow-next.png') no-repeat 0 0; background-size: cover;
}


.bg-green .owl-carousel .owl-nav button.owl-prev{ background: url('../images/icon/arrow-prev3.png') no-repeat 0 0; background-size: cover; left: -70px; }
.bg-green .owl-carousel .owl-nav button.owl-next{ background: url('../images/icon/arrow-next3.png') no-repeat 0 0; background-size: cover; right: -70px; }


/* .owl-theme .owl-nav .disabled{ display: none; } */

.owl-theme .owl-nav.disabled + .owl-dots{ margin-top: 20px; }
.owl-theme .owl-dots .owl-dot.active span, 
.owl-theme .owl-dots .owl-dot:hover span{ background: #ff8041; }

.owl-carousel .owl-nav button.owl-prev.disabled{ opacity: 1; background: url('../images/icon/arrow-prev2.png') no-repeat 0 0; background-size: cover; }
.owl-carousel .owl-nav button.owl-next.disabled{ opacity: 1; background: url('../images/icon/arrow-next2.png') no-repeat 0 0; background-size: cover; }



/**********************************************************/
/**********************************************************/

.bg-titleBar{ width: 100%; height: 500px; background-position: center; background-size: cover; padding: 20px 0; background-repeat: no-repeat; background-image: url('../images/bg-detail.jpg'); }
.section-blog_detail{ margin-top: -420px; }


.header-section{ text-align: center; margin-bottom: 40px; padding: 0 20px; }
.header-section .doctor-title,
.header-section h1, .header-section h2{ position: relative; font-size: 60px; line-height: 1; color: #116c5b; font-weight: 500; }
.header-section .doctor-title::after,
.header-section h1::after, .header-section h2::after{ content: ''; position: absolute; bottom: -15px; background-color: #73c585; width: 120px; height: 8px; border-radius: 20px; left: 50%; transform: translateX(-50%); }
.header-section .doctor-title::before,
.header-section h1::before, .header-section h2:before{ content: ''; position: absolute; bottom: -15px; background-color: #116c5b; width: 90px; height: 8px; border-radius: 20px; z-index: 3; left: calc(50% - 30px); }



.bg-titleBar2{ width: 100%; background-position: right bottom; background-size: cover; padding: 20px 0; background-repeat: no-repeat; background-image: url('../images/bg-bartop.png'); background-attachment: fixed; border-bottom-right-radius: 200px; }
.bg-titleBar2 .header-section{ text-align: left; margin-top: 30px; padding: 0; }
.bg-titleBar2 .header-section .doctor-title::after,
.bg-titleBar2 .header-section h1::after,
.bg-titleBar2 .header-section h2::after{ left: 0; transform: translateX(0); }
.bg-titleBar2 .header-section .doctor-title::before,
.bg-titleBar2 .header-section h1::before,
.bg-titleBar2 .header-section h2::before{ left: 30px; }




/* breadcrumb */
.box-breadcrumb ul li{ display: inline-block; font-size: 18px; font-weight: 500; color:#116c5b; position: relative; padding-right: 10px; margin-right: 10px; margin-bottom: 8px; }
.box-breadcrumb ul li::after{ content: " > "; position: absolute; right: -5px; top: 50%; transform: translateY(-50%); color: #73c585; }
.box-breadcrumb ul li:last-of-type{ padding-right: 0; margin-right: 0; }
.box-breadcrumb ul li:last-of-type::after{ display: none; }
.box-breadcrumb ul li a{ display: block; color: #73c585; }



/* search */
.divBlog-search{ background-color: #116c5b; padding: 15px; border-radius: 15px; margin-bottom: 50px; }
.divBlog-search label{ font-size: 24px; color: #fff !important; font-weight: 400; padding-top: 15px; padding-right: 5px; }
.divBlog-search .form-control{ font-family: 'DB Ozone X', sans-serif; font-size: 20px; border-radius: 30px; padding: 10px 20px; border: 0; }
.divBlog-search .btn-search{ background-color: #fff; border-top-right-radius: 30px; border-bottom-right-radius: 30px; border: 0; padding: 0.375rem 1rem; margin-left: -2px; cursor: pointer; }
.divBlog-search .btn-search i{ font-size: 22px; color: #4bc88e; background-image: url(../images/icon/icn-search2.png); background-repeat: no-repeat; background-size: cover; width: 23px; height: 23px; display: block; }

select.select {
  outline: none;
  display: inline-block;
  -webkit-appearance:none;
  -moz-appearance:none;
  appearance:none;
  cursor:pointer;
  background: none;
  background-color: #fff;
  background-image: url(../images/icon/icn-down2.png); 
  background-repeat: no-repeat;
  background-position: 95% center;
  padding: 10px 20px;
  border-radius: 30px;
  font-size: 20px; font-family: 'DB Ozone X', sans-serif;
}

.input-group > .form-control, .input-group > .form-control-plaintext, .input-group > .custom-select, .input-group > .custom-file {
    position: relative;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    width: 1%;
    min-width: 0;
    margin-bottom: 0;
}

.input-group > .custom-select:not(:first-child){ border-top-left-radius: 30px; border-bottom-left-radius: 30px; }

.input-group > .form-control:not(:last-child), .input-group > .custom-select:not(:last-child)
{
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.divBlog-search .form-row{ align-items: flex-end; }



/* @media only screen 
and (min-device-width : 320px) 
and (max-device-width : 1024px)  {  
  .bg-titleBar2{
    background-attachment: initial;
  }
} */



@media (max-width: 1199px){

  .header-section .doctor-title,
  .header-section h1, .header-section h2{ font-size: 50px; }

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

  .bg-titleBar{ height: 400px; }
  .section-blog_detail{ margin-top: -320px; }
  .header-section .doctor-title,
  .header-section h1, .header-section h2{ font-size: 44px; }

  .bg-titleBar2{ background-position: center; border-bottom-right-radius: 120px; }

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

  .bg-titleBar{ height: 300px; }
  .section-blog_detail{ margin-top: -220px; }
  .header-section .doctor-title,
  .header-section h1, .header-section h2{ font-size: 40px; }

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

  .bg-titleBar{ height: 250px; }
  .bg-titleBar2{ border-bottom-right-radius: 80px; }
  .section-blog_detail{ margin-top: -130px; }

  .header-section .doctor-title::after, .header-section .doctor-title::before,
  .header-section h1::after, .header-section h1::before,
  .header-section h2::after, .header-section h2::before{ height: 6px; bottom: -10px; }
  .header-section .doctor-title::after,
  .header-section h1::after, .header-section h2::after{ width: 100px; }
  .header-section .doctor-title::before,
  .header-section h1::before, .header-section h2::before{ width: 70px; left: calc(50% - 20px); }

}



/**********************************************************/
/**********************************************************/


/* Custom Modal System - แทนที่ Bootstrap */
.custom-modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1050;
  display: flex;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease, visibility 0.3s ease;
}

.custom-modal.show {
  opacity: 1;
  visibility: visible;
}

.modal-backdrop {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  z-index: 1;
}

.modal-container {
  position: relative;
  z-index: 2;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px;
}

.modal-content {
  background: white;
  border-radius: 30px;
  max-width: 500px;
  width: 100%;
  max-height: 90vh;
  overflow-y: auto;
  position: relative;
  transform: scale(0.8);
  transition: transform 0.3s ease;
}

.custom-modal.show .modal-content {
  transform: scale(1);
}

.modal-header {
  border-bottom: 0;
  padding: 20px 20px 0 20px;
  display: flex;
  justify-content: flex-end;
}

.modal-body {
  padding: 0 20px 20px 20px;
}

.modal-close {
  background: none;
  border: none;
  padding: 0;
  cursor: pointer;
  transition: opacity 0.2s ease;
}

.modal-close:hover {
  opacity: 0.7;
}

/* QR Line Styles */
.qr-line{ text-align: center; }
.qr-line img{ max-width: 180px; margin: 0 auto; }

.qr-line-text{ padding: 30px 0; }
.qr-line-text h3, .build-title-popup{ color: #116c5b; margin-bottom: 5px; }
.qr-line-text h4{ margin-bottom: 5px; }
.qr-line-text p{ margin-bottom: 5px; }

/* Screen Reader Only - Accessibility */
.sr-only {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}

/* Legacy Bootstrap Modal Support (for backward compatibility) */
#lineAdd .modal-content{ border-radius: 30px; }
#lineAdd .modal-header{ border-bottom: 0; }



/**********************************************************/
/**********************************************************/



.pageNumber {
  width: 100%;
  margin: 40px 0;
}
.pageNumber .nav-links li {
  display: inline-block;
  color: #fff;
  font-size: 20px;
  font-weight: 600;
  text-align: center;
}
.pageNumber .nav-links a.page-numbers, .pageNumber .nav-links span{
  display: inline-block;
  color: #fff;
  font-size: 20px;
  font-weight: 600;
  width: 50px;
  height: 50px;
  padding-top: 16px;
  margin: 0 5px;
  background-color: #d1d2d4;
  border-radius: 50%;
  text-align: center;
  cursor: pointer;
}
.pageNumber .nav-links a.page-numbers.current,
.pageNumber .nav-links a.page-numbers:hover,
.pageNumber .nav-links span.current {
  color: #fff;
  background-color: #116c5b;
}

.pageNumber .nav-links a.next, 
.pageNumber .nav-links a.prev{ width: 0px; height:0px; }


.pageArrow{ width: 100%; margin: 40px 0; text-align: right; }
.pageArrow ul li{ display: inline-block; margin-left: 10px; }
.pageArrow ul li a{ display: block; cursor: pointer; }
.pageArrow ul li img{ width: 50px; }



@media (max-width: 1199px){

  .pageNumber .nav-links a.page-numbers { font-size: 18px; }

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

  .pageNumber, .pageArrow{ text-align: center; margin: 20px 0; }

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

  .pageNumber .nav-links a.page-numbers { font-size: 16px; width: 40px; height: 40px; padding-top: 13px; }
  .pageArrow ul li img{ width: 40px; }

}





/**********************************************************/
/**********************************************************/

/* 28/04/2022 */

.nav-menu ul li a img{ width: 10px; vertical-align: middle; margin-left: 5px; }

.nav-menu ul li.menu-item-has-children > ul{ display: none; position: absolute; background-color: #fff; box-shadow: 0px 0px 39px 10px rgba(0,0,0,0.1); min-width: 160px; border-radius: 10px; top: 75px; }
.nav-menu ul li.menu-item-has-children > ul::after{   
  content: ''; position: absolute; top: -8px; left: 30px; height: 0; 
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 8px solid #fff; 
}
.nav-menu ul li.menu-item-has-children:hover > ul{ display: block; z-index: 9; }
.nav-menu ul li.menu-item-has-children > ul li{ display: block; float: none; padding: 0; }
.nav-menu ul li.menu-item-has-children > ul li a{ display: block; font-size: 24px; padding: 15px; border-bottom: 1px solid #dcdcdc; }
.nav-menu ul li.menu-item-has-children > ul li a img{ width: 17px; margin-right: 2px; vertical-align: top; margin-left: 0; }
.nav-menu ul li.menu-item-has-children > ul li:last-of-type a{ border-bottom: 0; }
.nav-menu ul li.menu-item-has-children > ul li a:active,
.nav-menu ul li.menu-item-has-children > ul li a:hover{ background-color: #f3f3f3; }


@media (max-width: 1600px) {

  .nav-menu ul li.menu-item-has-children > ul li a{ font-size: 22px; }
  
}
@media (max-width: 1199px){

  .nav-menu ul li.menu-item-has-children > ul{ top: 65px; }
  .nav-menu ul li.menu-item-has-children > ul li a{ font-size: 20px; }


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

  .nav-menu.navOpen ul li.menu-item-has-children > ul{ position: relative; width: 100%; margin: 0 auto; width: 90%; top: auto; }
  .nav-menu.navOpen ul li.menu-item-has-children > ul::after{ left: 50%; transform: translateX(-50%); }
  .nav-menu.navOpen ul li.menu-item-has-children > ul li{ border-bottom: 1px solid #dcdcdc; }
  .nav-menu.navOpen ul li.menu-item-has-children > ul li:last-of-type{ border-bottom: 0; }
  .nav-menu.navOpen ul li.menu-item-has-children > ul li a{ width: 100%; text-align: center; display: inline-block; border-bottom: 0; }
  .nav-menu.navOpen ul li.menu-item-has-children > ul li a img{ width: 15px; }

}


article blockquote{ font-style: italic; color: #73c584; }

.job .wpcf7-file{
  display: none;
}

.wpcf7-not-valid-tip{
      padding-left: 10px;
    padding-top: 5px;
        font-size: 18px;
        
}
.wpcf7-response-output{
  display: none;
}


body.single-doctor .menu-item-object-doctor a,
.nav-menu li.current-menu-item > a ,.nav-menu .current-menu-parent > a{
  font-weight: 500;
  color: #116c5b;
}



.health-info .health-info--img{ position: relative; }
.health-info .icon-play{ position: absolute; top: calc(50% - 10px); left: 50%; transform: translate(-50%,-50%); width: 80px; height: 80px; }

@media (max-width: 1199px){

  .health-info .icon-play{ width: 60px; height: 60px; }

}


.promotion-endtime-2{ display: inline-block; font-size: 22px; color: #006a5b; font-weight: 500;  }
.promotion-endtime-2 i{ font-size: 15px; color: #006a5b; }




/* 26/06/2022 */

.wpcf7-spinner{ position: absolute;  margin-top: 10px; }

.footer-subscribe--form{ width: 320px; }

.footer-subscribe--form .wpcf7-form-control-wrap.your-email{ flex: 1 1 auto; width: 1%; min-width: 0; margin-bottom: 0; }
.footer-subscribe--form .form-control{
  border-top-right-radius: 0 !important;
  border-bottom-right-radius: 0 !important;
}
.footer-subscribe--form .btn-subscribe--ft{
  border-top-right-radius: 30px !important;
  border-bottom-right-radius: 30px !important;
}

.footer-subscribe--form .wpcf7-not-valid-tip{ display: none; }
.footer-subscribe--form .wpcf7-spinner{ right: -60px; }

.article-policy{ margin: 30px 0 80px; font-size: 28px; line-height: 1.13; font-weight: 400; }
.article-policy article h2{ font-size: 40px; color: #116c5b; margin-bottom: 30px; }
.article-policy article h3{ color: #116c5b; margin-bottom: 30px; }
.article-policy article p{ font-size: 28px; font-weight: 400; margin-bottom: 30px; }
.article-policy article ul{ margin-bottom: 30px; list-style: disc; list-style: none; margin-bottom: 30px; }
.article-policy article li{ font-size: 28px; line-height: 1.13; font-weight: 400; margin-bottom: 5px; position: relative; padding-left: 25px; }
.article-policy article ul li::before { content: ''; position: absolute; top: 10px; left: 0; width: 10px; height: 10px; border-radius: 50%; background-color: #ff8041; }
.article-policy article strong{ font-weight: 500; }
.article-policy article figure{ margin-bottom: 30px; max-width: 760px; width: 100% !important; text-align: center; }
.article-policy article figure img{ max-width: 100%; height: auto; }
.article-policy article figure figcaption{ font-size: 22px; color: #73c584; }
.article-policy article a{ color: #ff8041; }
.article-policy article a:hover{ color: #116c5b; }

.article-policy article ol{ margin-bottom: 30px; list-style: decimal; margin-bottom: 30px; margin-left: 20px; }
.article-policy article ol li{ padding-left: 0; }

.article-policy article table{ margin-bottom: 30px; }
.article-policy article table td{ border: 1px solid #726b6a; padding: 10px; }
.article-policy article table thead td{ text-align: center; }



ul#menu-footer{ display: inline-block; }
ul#menu-footer li{ display: inline-block; }
ul#menu-footer li:first-of-type{ border-right: 1px solid #fff; }


@media (max-width: 1199px){

  .article-policy article h2{ font-size: 35px; }
  .article-policy,
  .article-policy article p, .article-policy article ul li{ font-size: 26px; }

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

  .article-policy{ margin: 0 0 50px; }

  .article-policy article h2{ font-size: 32px; }

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

  .footer-subscribe--form{ width: 100%; }

  .article-policy,
  .article-policy article p, .article-policy article ul li{ font-size: 24px; }

  .article-policy article h2, 
  .article-policy article h3, 
  .article-policy article p, 
  .article-policy article ul{ margin-bottom: 20px; }

}


/**********************************************************/
/**********************************************************/

/* 10/09/2022 */

del > span > bdi{ font-size: 21px; color: #726b6a; font-weight: 400; }



/* 15/03/2023 */
/* .logged-in.admin-bar.customize-support .bg-titleBar, */
.woocommerce-account .bg-titleBar,
.woocommerce-cart .bg-titleBar,
.woocommerce-checkout .bg-titleBar{ height: 200px; }

/* .logged-in.admin-bar .section-blog_detail, */
.woocommerce-account .section-blog_detail,
.woocommerce-cart .section-blog_detail,
.woocommerce-checkout .section-blog_detail{ margin-top: -100px; }

@media (max-width: 991px){

  .woocommerce-account .bg-titleBar,
  .woocommerce-cart .bg-titleBar,
  .woocommerce-checkout .bg-titleBar{ height: 130px; }
  /* .logged-in.admin-bar.customize-support .bg-titleBar{ height: 150px; } */

  /* .logged-in.admin-bar .section-blog_detail, */
  .woocommerce-account .section-blog_detail,
  .woocommerce-cart .section-blog_detail,
  .woocommerce-checkout .section-blog_detail{ margin-top: -70px; }

}
@media (max-width: 767px){
  /* .logged-in.admin-bar.customize-support .bg-titleBar{ height: 180px; } */
}


.woocommerce-message,
.woocommerce-info{ border-top-color: #116c5b; }
.woocommerce-info::before{ color: #116c5b; }
.return-to-shop{ text-align: center; }

.woocommerce-message::before{ color: #186c5b; }


button.woocommerce-button.button.woocommerce-form-login__submit,
.return-to-shop a.button.wc-backward{ background-color: #ff8041; font-size: 28px; line-height: 1.5; font-weight: 400; color: #fff; padding: 5px 30px 2px; border-radius: 30px; }

button.woocommerce-button.button.woocommerce-form-login__submit:hover,
.return-to-shop a.button.wc-backward:hover{ background-color: #116c5b; }



.woocommerce #respond input#submit, .woocommerce a.button, 
.woocommerce button.button, .woocommerce input.button{
  background-color: #ff8041; font-size: 28px; line-height: 1.5; font-weight: 400; color: #fff; padding: 5px 30px 2px; border-radius: 30px;
}

.woocommerce #respond input#submit.alt, .woocommerce a.button.alt, .woocommerce button.button.alt, .woocommerce input.button.alt{ background-color: #ff8041; }
.woocommerce #respond input#submit.alt:hover, .woocommerce a.button.alt:hover, .woocommerce button.button.alt:hover, .woocommerce input.button.alt:hover{ background-color: #116c5b; }


.woocommerce #respond input#submit:hover, .woocommerce a.button:hover, 
.woocommerce button.button:hover, .woocommerce input.button:hover{ background-color: #116c5b; color: #fff; }

.seed-confirm-form .input-text.form-control,
.woocommerce form .form-row input.input-text, 
.woocommerce form .form-row textarea{
  display: block;
  font-size: 28px; font-weight: 400; color: #495057;
  padding: 10px 30px; border-radius: 30px; border: 1px solid #ced4da;
  background-color: #fff; width: 100%; 
}
.woocommerce form .form-row textarea{ border-radius: 15px; }
.woocommerce form .form-row label{ color: #116c5b; }

.seed-confirm-form select.input-text.form-control{ height: auto; }
.sc-col.seed-confirm-time select.input-text.form-control{ width: auto; }


.woocommerce-notices-wrapper .woocommerce-message{ background-color: #e7efed; position: relative;  text-align: center; color: #000; padding: 1em; padding-left: 2.5em; }
.woocommerce-notices-wrapper .woocommerce-message a.button.wc-forward{ font-size: 20px; padding: 5px 20px 3px; }

.woocommerce-error::before, .woocommerce-info::before, .woocommerce-message::before{ left: 1em; }


.bg-titleBar .woocommerce-notices-wrapper .woocommerce-message{ background-color: #76c487; margin-top: -20px; padding: 5px; margin-bottom: 5px; }



@media (max-width: 1199px){

  .woocommerce #respond input#submit, .woocommerce a.button, 
  .woocommerce button.button, .woocommerce input.button,
  .woocommerce form .form-row input.input-text, .woocommerce form .form-row textarea,
  .return-to-shop a.button.wc-backward{ font-size: 26px; }

}



/* account : woocommerce-account */
.woocommerce-account .blog-article .woocommerce{ max-width: 900px; width: 100%; margin: 0 auto; }
.seed-confirm-form,
.woocommerce-account form.woocommerce-form.woocommerce-form-login.login,
.woocommerce-account form.woocommerce-form.woocommerce-form-register.register{ background-color: #f1f6f5; padding: 25px; border-radius: 15px; border: 0; }

.woocommerce-account .woocommerce form .form-row span.password-input{ width: 100%; }
.woocommerce-account .woocommerce form .form-row span.password-input input.input-text{ width: 100%; }
p.woocommerce-LostPassword.lost_password{ margin-top: 30px; margin-bottom: 0;  }

.woocommerce-account form.woocommerce-form.woocommerce-form-login.login > p:nth-child(3){ flex-direction: column; }
button.woocommerce-button.button.woocommerce-form-login__submit{ float: none;  width: 140px; }


.article-policy article table.scf-bank{ border: 0; }
.article-policy article table.scf-bank td{ border: 0; }

.woocommerce .woocommerce-customer-details address{ background-color: #e6efed; border: 0; border-radius: 10px; padding: 20px; line-height: 1.3; }
.woocommerce .woocommerce-customer-details .woocommerce-customer-details--phone::before,
.woocommerce .woocommerce-customer-details .woocommerce-customer-details--email::before{ font-size: 24px; line-height: 1.3;}




/* .logged-in.admin-bar.woocommerce-account */
.logged-in.admin-bar.woocommerce-account .blog-article .woocommerce{ max-width: 100%; width: 100%; margin: 0 auto; }


/* .woocommerce-account .woocommerce-MyAccount-content{ background-color: #f1f6f5; padding: 30px; border-radius: 15px; border: 0; } */


.woocommerce-checkout #payment ul.payment_methods li::before,
.article-policy article ul.wc_payment_methods.payment_methods.methods li::before,
.article-policy article ul.woocommerce-error li::before{ display: none; background-color: transparent; }

.woocommerce-EditAccountForm.edit-account fieldset{ margin: 30px 0; }



@media (max-width: 767px){

  p.woocommerce-form-row.woocommerce-form-row--wide.form-row.form-row-wide{ flex-direction: column; }


}




/* checkout : woocommerce-checkout */
/* .woocommerce .col2-set .col-1, .woocommerce-page .col2-set .col-1,
.woocommerce .col2-set .col-2, .woocommerce-page .col2-set .col-2{ max-width: 48%; } */

#customer_details{ margin-bottom: 40px; }

.woocommerce-address-fields__field-wrapper > p.form-row,
.woocommerce-additional-fields__field-wrapper > p.form-row,
.woocommerce-billing-fields__field-wrapper > p.form-row{ display: block; }

span.select2-selection.select2-selection--single{
  display: block;
  font-size: 28px; font-weight: 400; color: #495057;
  padding: 12px 30px; border-radius: 30px; border: 1px solid #ced4da;
  background-color: #fff; width: 100%; height: auto;
}
.select2-container--default .select2-selection--single .select2-selection__arrow{
  top: 14px; right: 10px;
}

.woocommerce table.shop_table td{ border: 0; border-top: 1px solid rgba(0,0,0,.1); }


.woocommerce ul.order_details{ margin-bottom: 30px; overflow: hidden; }
.woocommerce ul.order_details::after{ display: none; }
.woocommerce ul.order_details li{ margin-right: 1.5em; padding-right: 1.5em; margin-bottom: 20px; }
.woocommerce ul.order_details li:last-of-type{ margin-right: 0; padding-right: 0; margin-bottom: 0; }
.woocommerce ul.order_details li::before{ display: none; }


@media (max-width: 991px){

  /* .woocommerce .col2-set .col-1, .woocommerce-page .col2-set .col-1,
  .woocommerce .col2-set .col-2, .woocommerce-page .col2-set .col-2{ max-width: 100%; width: 100%; } */

  #customer_details{ margin-bottom: 0; }

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

  .woocommerce form .form-row-first, .woocommerce form .form-row-last, .woocommerce-page form .form-row-first, .woocommerce-page form .form-row-last{ width: 100%; float: none; }

}





/* cart */
.woocommerce button.button:disabled, .woocommerce button.button:disabled[disabled],
#add_payment_method .wc-proceed-to-checkout a.checkout-button, .woocommerce-cart .wc-proceed-to-checkout a.checkout-button, .woocommerce-checkout .wc-proceed-to-checkout a.checkout-button{ font-size: inherit; padding: 5px 30px 2px; }

.coupon input#coupon_code{ display: block;
  font-size: 28px; font-weight: 400; color: #495057;
  padding: 3px 20px; border-radius: 30px; border: 1px solid #ced4da;
  background-color: #fff; width: 250px; text-align: center; }

.woocommerce-cart .wc-proceed-to-checkout{ text-align: center;}
.woocommerce-cart .wc-proceed-to-checkout a.checkout-button.wc-forward{ max-width: 320px; margin: 0 auto; font-size: 34px; font-weight: 500; }


.woocommerce .quantity .qty{ width: 2.5em; font-size: 24px; line-height: 1.3; border-radius: 20px; }


#add_payment_method #payment, .woocommerce-cart #payment, .woocommerce-checkout #payment{ background: #e7efed; border-radius: 15px; }


@media (max-width: 1199px){

  .coupon input#coupon_code{ font-size: 26px; }

}


/* .woocommerce-account .woocommerce-MyAccount-content .woocommerce-notices-wrapper{ margin-bottom: 30px;} */

.woocommerce-account .woocommerce-MyAccount-navigation{ width: 22%; border: 0px solid rgba(0,0,0,.1); border-radius: 15px; padding: 20px; margin-bottom: 20px; background-color: #106c5b; }
.woocommerce-account .woocommerce-MyAccount-navigation ul{ margin-bottom: 0; }
.woocommerce-account .woocommerce-MyAccount-content{ width: 75%;  }

/* .woocommerce-account .woocommerce-MyAccount-navigation li{ padding-left: 0; } */
.woocommerce-account .woocommerce-MyAccount-navigation li::before{ display: none; }
.woocommerce-account .woocommerce-MyAccount-navigation li a{ color: #fff; }
.woocommerce-account .woocommerce-MyAccount-navigation li.is-active a{ color: #ff8041; }


@media (max-width: 991px){

  .woocommerce-account .woocommerce-MyAccount-content, .woocommerce-account .woocommerce-MyAccount-navigation{ width: 100%; }
  .woocommerce-account .woocommerce-MyAccount-content{ padding: 20px; }

}



.checkout--container{ display: flex; gap: 30px; justify-content: space-between; }
.checkout-left, .checkout-right{ width: 50%; }

.woocommerce .col2-set .col-1, .woocommerce-page .col2-set .col-1,
.woocommerce .col2-set .col-2, .woocommerce-page .col2-set .col-2{ max-width: 100%; width: 100%; }

.woocommerce .u-columns.col2-set .u-column1.col-1,
.woocommerce .u-columns.col2-set .u-column2.col-2{ width: 50%; }


.checkout--container .checkout-left .col2-set .col-1{ margin-bottom: 30px; }
.checkout--container .checkout-left .col2-set .col-1,
.checkout--container .checkout-left .col2-set .col-2{ padding: 0; }
.checkout--container .checkout-left .woocommerce-billing-fields__field-wrapper,
.checkout--container .checkout-left .woocommerce-additional-fields__field-wrapper{ border: 1px solid rgba(0,0,0,.1); border-radius: 15px; padding: 20px; margin-bottom: 20px;  }


.cart--container{ display: flex; gap: 30px; justify-content: space-between; }
.cart-left{ width: 72%; }
.cart-right{ width: 28%; }
.woocommerce .cart-collaterals .cart_totals, .woocommerce-page .cart-collaterals .cart_totals{ width: 100%; }

.woocommerce .cart-left table.shop_table td{ padding: 25px 10px; text-align: center; }
.woocommerce .cart-left table.shop_table tr:last-of-type td{ text-align: right; }
.woocommerce .cart-left table.shop_table th{ padding: 15px 10px;}
.woocommerce .cart-left table.shop_table td.product-thumbnail{ width: 100px; }
.woocommerce .cart-left table.shop_table td.product-thumbnail img{ width: 100%; }

.cart--container table.shop_table th.product-remove{ width: 62px; }
.cart--container table.shop_table th.product-thumbnail{ width: 45px; }
.cart--container table.shop_table th.product-name{ width: calc(100% - 250px); }
.cart--container table.shop_table th.product-price{ width: 80px; text-align: center; }
.cart--container table.shop_table th.product-quantity{ width: 170px; text-align: center; }
.cart--container table.shop_table th.product-subtotal{ width: 80px; text-align: center; }
.cart--container table.shop_table td.product-name{ font-size: 24px; line-height: 1; text-align: left; }
table.shop_table td.product-name a{ color: #000; }

.cart--container table.shop_table td.product-name a.remove{ font-size: 24px; font-weight: 100; color: #808284 !important; }
.cart--container table.shop_table td.product-name a.remove:hover{ color: #ff8041 !important; background: transparent; }



.woocommerce form.checkout_coupon, .woocommerce form.login, .woocommerce form.register{ border-radius: 15px; }



@media (max-width: 1600px){

  .cart-left{ width: 75%; }
  .cart-right{ width: 25%; }

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

  .cart--container, .checkout--container{ flex-wrap: wrap; }

  .cart-left, .cart-right,
  .checkout-left, .checkout-right{ width: 100%; }

  .woocommerce .u-columns.col2-set .u-column1.col-1,
  .woocommerce .u-columns.col2-set .u-column2.col-2{ width: 100%; }

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

  .cart--container table.shop_table td.product-name{ display: flex; flex-direction: column; align-items: flex-end; }
  .cart--container table.shop_table td.product-name::before{ display: none; }
  

}




/* 28/03/2023 */

/* cart */
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce button.button:disabled, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce button.button:disabled[disabled]{ color: inherit; background-color: #ebe9eb; }


/* my account */
.woocommerce-orders-table__cell.woocommerce-orders-table__cell-order-actions .woocommerce-button.wp-element-button.button.view{ background-color: #76c487; }
.woocommerce-orders-table__cell.woocommerce-orders-table__cell-order-actions .woocommerce-button.wp-element-button.button.view:hover{ background-color: #116c5b; }

table.woocommerce-table.woocommerce-table--order-details.shop_table.order_details tfoot span.woocommerce-Price-amount.amount{ color: #ff8041; font-size: 36px; }

.woocommerce-Input.woocommerce-Input--text.input-text + span{ margin-top: 15px; }

.woocommerce form .show-password-input, .woocommerce-page form .show-password-input{ top: 0.5em; margin: 0 !important; }

.woocommerce-account .addresses .woocommerce-Address-title.title a.edit{ background-color: #ff8041; font-size: 24px; color: #fff; padding: 5px 20px; border-radius: 20px; }
.woocommerce-account .addresses .woocommerce-Address-title.title a.edit:hover{ background-color: #116c5b; }


@media (max-width: 1199px){

  td.woocommerce-orders-table__cell-order-actions{ width: auto; }
  td.woocommerce-orders-table__cell-order-actions a.button{ font-size: 20px; }

}



/**************** 16.05.2023 *********************/

.woocommerce table.shop_table th{ font-size: 24px; padding: 10px 20px; }
.woocommerce table.shop_table th.product-name{ text-align: left; }
.woocommerce table.cart td.actions .coupon{ display: flex; align-items: center; gap: 10px; }

input.minus.button.wp-element-button,
input.plus.button.wp-element-button{ font-size: 30px; line-height: .5; padding: 5px; border-radius: 20px; width: 35px; height: 35px; }
/* input.minus.button.wp-element-button{ border-top-right-radius: 0; border-bottom-right-radius: 0; }
input.plus.button.wp-element-button{ border-top-left-radius: 0; border-bottom-left-radius: 0; } */

.woocommerce .quantity{ display: flex; align-items: center; justify-content: center; gap: 5px; }
.woocommerce .quantity .qty{ width: 50px; height: 44px; line-height: 1; font-size: 28px; border-radius: 0; }
.woocommerce table.cart td.product-quantity .qty, .woocommerce.single .qty{ padding: 0 !important; }
.woocommerce table.shop_table td{ padding: 10px 20px; }


.place-order button#place_order{ width: 100%; font-size: 38px; font-weight: 500; border-radius: 50px; }

@media (max-width: 991px){

  .woocommerce table.shop_table td.product-quantity{ width: auto; }
  .woocommerce .quantity{ justify-content: flex-end; }

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

  .woocommerce table.cart td.actions .coupon{ margin-bottom: 20px; flex-wrap: wrap; }

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

  .woocommerce table.cart td.actions .coupon .button{ width: 100%; }

}

.checkout--container .checkout-left .woocommerce-billing-fields__field-wrapper,
.checkout--container .checkout-left .woocommerce-additional-fields__field-wrapper,
form.woocommerce-form.woocommerce-form-login.login{ background-color: #e6efed; border: 0; }
.shop_table tr.order-total{ font-size: 40px; color: #106c5b; }
.shop_table tr.order-total > th{ font-size: 40px; }


.cart-collaterals .cart_totals table.shop_table th{ text-align: left; }
.cart-collaterals .cart_totals table.shop_table td,
.woocommerce-checkout-review-order table.shop_table td:last-of-type{ text-align: right; }


.woocommerce .woocommerce-form-login .woocommerce-form-login__rememberme{ margin-right: 30px; }
.woocommerce form .password-input, .woocommerce-page form .password-input{ width: 100%; }
.woocommerce form.checkout_coupon, .woocommerce form.login, .woocommerce form.register{ margin: 1em 0; }

li.wc_payment_method.payment_method_bacs{ padding: 0; }
.woocommerce-checkout #payment div.payment_box{ background-color: #106c5b; color: #fff; }
.woocommerce-checkout #payment div.payment_box::before{ 
  border: 1em solid #106c5b;
  border-right-color: transparent;
  border-left-color: transparent;
  border-top-color: transparent; 
}

article .woocommerce-privacy-policy-text p{ font-size: 22px; }

.woocommerce-order-details table.shop_table th:last-of-type,
.woocommerce-order-details table.shop_table td:last-of-type{ text-align: right; }


.woocommerce-order p.woocommerce-notice.woocommerce-notice--success.woocommerce-thankyou-order-received{ font-size: 60px; font-weight: 500; color: #106c5b; margin-bottom: 50px; margin-top: 30px; }
@media (max-width: 1199px){

  .woocommerce-order p.woocommerce-notice.woocommerce-notice--success.woocommerce-thankyou-order-received{ font-size: 50px }

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

  .woocommerce-order p.woocommerce-notice.woocommerce-notice--success.woocommerce-thankyou-order-received{ font-size: 44px }

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

  .woocommerce-order p.woocommerce-notice.woocommerce-notice--success.woocommerce-thankyou-order-received{ font-size: 40px }

}


td.woocommerce-orders-table__cell-order-actions a.button{ font-size: 24px; padding: 5px 20px 2px; }

.create-account p.form-row{ flex-direction: column; }

.u-columns.woocommerce-Addresses.col2-set.addresses{ width: auto; margin-left: -15px; margin-right: -15px; }
@media (max-width: 991px){

  .u-columns.woocommerce-Addresses .u-column1.woocommerce-Address{ margin-bottom: 30px; }

}
.woocommerce button[name="update_cart"],
  .woocommerce input[name="update_cart"] {
    display: none !important;
}

.woocommerce-message{
      text-align: left;
}

@media (max-width: 425px){
  .woocommerce-message{
     font-size: 20px;
  }
}

@media(max-width: 768px) {
  .woocommerce-message {
  display: flex;
  flex-direction: column-reverse;
  text-align: center;
  }
  
 .woocommerce .woocommerce-message .button {   
  display: block;
  margin-top: 10px;
  /*margin-right: auto;*/
  margin-left: auto;
  }
}



.woocommerce-message a.restore-item{ font-size: 20px; padding: 5px 20px 3px; background-color: #ff8041; color: #fff; border-radius: 30px; display: inline-block; width: 100px; margin: 0 auto; }
.woocommerce-message a.restore-item:hover{ color: #fff; background-color: #116c5b; }


.shop_table.woocommerce-checkout-review-order-table th.product-total{ text-align: right; }

/* .logged-in.admin-bar .bg-titleBar{ height: 170px; } */



@media(min-width: 768px){
  .seed-confirm-check-wrap.-detail{ width: calc(100% - 47px); font-size: 24px; }
  .seed-confirm-bank-info-bank{ width: 33%; }
  .seed-confirm-bank-info-account-number{ width: 20%; }
  .seed-confirm-bank-info-account-name{ width: 30%; }
}

/*.woocommerce-checkout #order_review .woocommerce-form-coupon-toggle{
  display: none !important;
}*/


.woocommerce-account .woocommerce-MyAccount-navigation li a::before{
  content:''; position: absolute; width: 15px; height: 15px; left: 0; top: 6px;
  background-repeat: no-repeat; background-size: cover;
  filter: invert(100%) sepia(0%) saturate(0%) hue-rotate(68deg) brightness(108%) contrast(101%);
}
.woocommerce-account nav.woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--dashboard a::before {
  background-image: url('../images/woocommerce/icon/1_settings.svg');
}
.woocommerce-account nav.woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--orders a::before {
  background-image: url('../images/woocommerce/icon/2_shopping-cart.svg');
}
.woocommerce-account nav.woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--downloads a::before {
  background-image: url('../images/woocommerce/icon/3_download.svg');
}
.woocommerce-account nav.woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--edit-address a::before {
  background-image: url('../images/woocommerce/icon/4_location.svg');
}
.woocommerce-account nav.woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--edit-account a::before {
  background-image: url('../images/woocommerce/icon/5_user.svg');
}
.woocommerce-account nav.woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--customer-logout a::before {
  background-image: url('../images/woocommerce/icon/6_logout.svg');
}
.woocommerce-account .woocommerce-MyAccount-navigation li.is-active a::before,
.woocommerce-account .woocommerce-MyAccount-navigation li:hover a::before{
  filter: invert(61%) sepia(30%) saturate(1951%) hue-rotate(331deg) brightness(101%) contrast(101%);
}




.woocommerce-checkout .woocommerce-order{ overflow: hidden; }
.woocommerce-checkout .woocommerce-order .woocommerce-order-details{ float: left; width: 60%; }
.woocommerce-checkout .woocommerce-order .woocommerce-customer-details{ float: right; width: 36%; }

@media (max-width: 991px){

  .woocommerce-checkout .woocommerce-order  .woocommerce-order-details,
  .woocommerce-checkout .woocommerce-order  .woocommerce-customer-details{ float: none; width: 100%; }

}


.woocommerce-checkout  li.payment_method_kasikorn_kpgw{
  padding-left: 0px;
}
.woocommerce-checkout  li.payment_method_kasikorn_kpgw_qr{
  padding-left: 0px;
}

.pay-button[_kpayment] {
  max-width: 500px !important;     width: 100% !important;
    background-color: #106c5b !important;
    border-radius: 30px !important;
    display: block !important;
    padding: 15px !important;
    margin: 0 auto !important;
    font-size: 21px !important;
}
.pay-button[_kpayment] span::before{ margin-top: -6px; }


.woocommerce-checkout .woocommerce-customer-details .woocommerce-customer-details--phone,
.woocommerce-checkout .woocommerce-customer-details .woocommerce-customer-details--email{ position: relative; }
.woocommerce-checkout .woocommerce-customer-details .woocommerce-customer-details--phone::before{
  content: "";
  background-image: url("https://www.phyathai-sriracha.com/wp-content/themes/phyathai-sriracha-2023/assets/images/icon/icn-tel2.png");
  background-size: cover;
  width: 24px;
  height: 24px;
  top: 2px;
}
.woocommerce-checkout .woocommerce-customer-details .woocommerce-customer-details--email::before{
  content: "";
  background-image: url("https://www.phyathai-sriracha.com/wp-content/themes/phyathai-sriracha-2023/assets/images/icon/icn-mail2.png");
  background-size: cover;
  width: 24px;
  height: 17px;
  top: 5px;
}





