@import url("https://fonts.googleapis.com/css2?family=IBM+Plex+Sans+Thai:wght@200;300;400;500;600;700&family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Kanit:wght@200;300;400;500;600;700&display=swap");
[lang="th"] {
  /*$Sarabun:  Sarabun-thai;
  $Prompt:   "Prompt-thai";*/ }

.transition, .product-item-info, .product-item-info:hover .prod-img {
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out; }

.ellips {
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  display: block; }

.breadcrumb,
.doctor-tophead,
.search_form_wraps,
.minihead {
  display: none !important; }

/*
    1) Blog banner
    1) Blog banner
=====================================**/
/*
    1) Blog banner
=====================================**/
.doctor-banner {
  position: relative;
  margin-bottom: 60px; }
  .doctor-banner .doctor-banner-img img {
    width: 100%;
    min-height: 302px;
    object-fit: cover; }
  .doctor-banner .doctor-banner-content {
    position: absolute;
    top: 50%;
    margin: 0;
    padding: 10px 15px;
    transform: translateY(-50%);
    color: #fff;
    width: 100%;
    max-width: 1320px; }
  .doctor-banner h1,
  .doctor-banner .banner-title {
    color: #fff;
    font-size: 28px;
    font-weight: 400;
    line-height: 1.5;
    margin-bottom: 0px; }
  .doctor-banner h2,
  .doctor-banner .banner-subtitle {
    color: #CB962B;
    font-size: 40px;
    font-weight: 500;
    line-height: 1.5;
    margin-bottom: 15px;
    background: linear-gradient(129deg, #CB962B 6.85%, #FFD278 38.26%, #CB962B 61.22%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent; }
  .doctor-banner p {
    font-size: 24px;
    line-height: 1.5; }

.hospital-block-sec {
  text-align: center;
  margin-bottom: 60px; }
  .hospital-block-sec .doct-block-title {
    font-size: 32px;
    font-weight: 700;
    line-height: 1.5;
    color: #CB962B;
    margin-bottom: 16px; }
  .hospital-block-sec p {
    font-size: 1.125rem;
    font-weight: 400;
    line-height: 1.5; }

@media all and (max-width: 767px) {
  .blog-banner .blog-banner-content {
    padding: 10px 0; }
    .blog-banner .blog-banner-content h1,
    .blog-banner .blog-banner-content .banner-title {
      font-size: 30px; }
    .blog-banner .blog-banner-content h2,
    .blog-banner .blog-banner-content .banner-subtitle {
      font-size: 36px; }
    .blog-banner .blog-banner-content p {
      font-size: 18px; } }
/*
    2) Doctor List page 
=====================================**/
.cat-search-wraper {
  padding: 24px 0;
  background: #F6F6F6;
  margin-bottom: 60px; }

.cat-search {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex; }

.searchbtn-form {
  margin-right: 40px;
  width: auto;
  min-width: 299px; }
  .searchbtn-form .input-group {
    color: #232020;
    position: relative; }
    .searchbtn-form .input-group .input-group-prepend {
      position: absolute;
      left: 1;
      top: 1px; }
      .searchbtn-form .input-group .input-group-prepend .btn {
        padding-left: 17px;
        color: #707070;
        font-size: 1rem;
        background: transparent;
        border-radius: 20px 0 0 20px; }
        .searchbtn-form .input-group .input-group-prepend .btn i {
          font-weight: 400;
          color: #707070; }
  .searchbtn-form #blogsearch, .searchbtn-form input[type="text"] {
    padding-left: 45px;
    border-radius: 20px; }
    .searchbtn-form #blogsearch::placeholder, .searchbtn-form input[type="text"]::placeholder {
      color: #909090; }

.tree {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  align-items: baseline;
  gap: 32px;
  list-style: none;
  padding-left: 0px;
  margin-bottom: 0px;
  list-style: none; }
  .tree .link-blog-cat {
    font-size: 1rem;
    display: inline-block;
    text-align: center;
    color: #383D40;
    padding: 8px 0px;
    border-bottom: 3px solid transparent;
    transition: all .5s;
    cursor: pointer; }
    .tree .link-blog-cat:hover, .tree .link-blog-cat.active {
      border-color: #CB962B;
      color: #CB962B;
      font-weight: 700; }

@media all and (max-width: 767px) {
  .cat-search-wraper {
    padding: 0px 0;
    margin-bottom: 24px; }

  .cat-search {
    flex-wrap: wrap; }

  .cat-search-wrap, .cat-search {
    padding: 16px 0 0 0;
    overflow: hidden;
    flex-wrap: wrap; }
    .cat-search-wrap .tree, .cat-search .tree {
      flex-wrap: nowrap;
      overflow-x: auto;
      white-space: nowrap;
      order: 2;
      width: 100%;
      padding-bottom: 16px; }
    .cat-search-wrap .searchbtn-form, .cat-search .searchbtn-form {
      margin: 0 0 14px 0;
      width: 100%;
      min-width: 270px; } }
.doctorlist {
  padding-bottom: 20px; }

.doclist {
  border-radius: 10px;
  padding: 16px 24px 0 24px;
  margin-bottom: 24px; }
  .doclist:hover {
    box-shadow: 2px 2px 20px 0 rgba(0, 0, 0, 0.1); }
  .doclist .doct-img {
    text-align: center;
    margin-bottom: 16px; }
    .doclist .doct-img img {
      border-radius: 10px;
      max-height: 240px;
      object-fit: fill; }

.doccontent .cname {
  margin-bottom: 10px;
  text-align: center;
  color: #CB962B;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.5; }
.doccontent .sname {
  text-align: center;
  margin-bottom: 10px; }
  .doccontent .sname .speciality-item {
    display: inline-block;
    margin-right: 2px;
    margin-left: 2px;
    padding: 4px 16px;
    border-radius: 20px;
    background: #f5f5f5;
    margin-bottom: 6px;
    margin-right: 1px;
    font-size: 0.875rem;
    line-height: 1.5;
    color: #333;
    font-weight: 500; }
    .doccontent .sname .speciality-item:empty {
      display: none; }
.doccontent .mser-lang-wrap {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: space-between;
  color: #000;
  font-size: 1rem;
  margin-bottom: 10px;
  font-weight: 500; }
  .doccontent .mser-lang-wrap .mservice {
    max-width: 50%; }
    .doccontent .mser-lang-wrap .mservice .mservice-txt {
      height: 48px;
      display: -webkit-box;
      -webkit-line-clamp: 2;
      -webkit-box-orient: vertical;
      overflow: hidden;
      text-overflow: ellipsis; }
  .doccontent .mser-lang-wrap .lbl {
    color: #909090;
    font-size: 14px;
    font-weight: 500;
    line-height: 1.5;
    margin-bottom: 8px;
    display: block; }
  .doccontent .mser-lang-wrap .mlang {
    text-align: right; }
.doccontent .viewbtn {
  margin-left: -24px;
  margin-right: -24px; }
  .doccontent .viewbtn .btn {
    background: #9C8B7A;
    border-radius: 0 0 10px 10px;
    color: #fff;
    font-size: 1rem;
    line-height: 1.5;
    font-weight: 500;
    padding-top: 12px;
    padding-bottom: 12px; }
    .doccontent .viewbtn .btn:hover {
      background: #CB962B;
      border-color: #CB962B; }
    .doccontent .viewbtn .btn i, .doccontent .viewbtn .btn img {
      margin-right: 8px; }
.doccontent .view-btngroup-wrap .btngroups {
  display: none; }

.hospital-about {
  padding: 60px 0;
  font-family: "IBM Plex Sans Thai", sans-serif; }
  .hospital-about .hospital-about-content {
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    flex-direction: column;
    gap: 16px;
    justify-content: center; }
  .hospital-about .hospital-name {
    color: #CB962B;
    font-size: 32px;
    line-height: 1.5;
    font-weight: 700; }

@media all and (max-width: 767px) {
  .doctor-banner {
    margin-bottom: 30px; }

  .hospital-block-sec {
    margin-bottom: 30px; }

  .doclist {
    margin-bottom: 16px; } }
/* Dcotor detail page */
.doc-detail-header-wrap {
  background: #754D25;
  color: #fff;
  padding: 40px 0;
  min-height: 250px; }
  .doc-detail-header-wrap .doc-thead {
    max-width: 648px; }
  .doc-detail-header-wrap .doc-detail-title {
    font-size: 40px;
    font-weight: 700;
    line-height: 1.5;
    margin-bottom: 0px; }
  .doc-detail-header-wrap .doc-detail-spec {
    border-top: 1px solid #fff;
    margin-top: 10px;
    padding-top: 10px;
    font-size: 24px;
    line-height: 1.5; }

.doc-staff-user-wrap {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 78px; }
  .doc-staff-user-wrap .doc-staff-txt {
    width: 66.5%;
    padding: 20px 80px 20px 114px; }
    .doc-staff-user-wrap .doc-staff-txt p:last-child {
      margin-bottom: 0px; }
  .doc-staff-user-wrap .doc-staff-img {
    width: 32.5%;
    margin-top: -210px;
    text-align: right; }

.gray-box {
  background: #F5F7FA;
  padding: 40px;
  margin-bottom: 40px;
  color: #485057; }
  .gray-box .dname {
    color: #CB962B;
    font-size: 32px;
    line-height: 1.5;
    font-weight: 500;
    margin-bottom: 24px; }
  .gray-box .d-list {
    color: #485057; }
  .gray-box p {
    color: #485057; }
    .gray-box p:last-child {
      margin-bottom: 0; }
  .gray-box ul {
    display: flex;
    flex-direction: column;
    gap: 16px;
    padding-left: 16px; }

@media all and (max-width: 767px) {
  .doc-detail-header-wrap {
    min-height: auto;
    padding: 40px 5px; }
    .doc-detail-header-wrap .doc-detail-title {
      font-size: 32px; }

  .doc-thead {
    flex-wrap: wrap; }

  .doc-staff-user-wrap {
    margin-left: -15px;
    margin-right: -15px;
    margin-bottom: 24px; }
    .doc-staff-user-wrap .doc-staff-txt {
      width: 100%;
      order: 2;
      padding: 24px 20px; }
    .doc-staff-user-wrap .doc-staff-img {
      width: 100%;
      text-align: left;
      margin: 0px; }

  .gray-box {
    padding: 40px 20px; }
    .gray-box .dname {
      word-break: break-word; } }
