.expert-box {
  background: #edf6f7;
  padding: 10px 5px;
  border-radius: 4px;
  margin-bottom: 10px;
  border: 1px dashed #e3e3e3;
}

.expert-box .avt-box {
  width: 60px;
  height: 60px;
  border-radius: 80px;
  margin-right: 10px;
  overflow: hidden;
  border: 1px solid #e3e3e3;
}

.expert-box p {
  margin: 0 0 1px 0;
  font-size: 13px;
}

.expert-box a {
  color: #0057b5;
}

.expert-box a:hover {
  color: #007bff;
}

.expert-box a.office {
  color: #333;
}

.expert-box .expert-name {
  max-width: 375px;
}

.expert-box .btn {
  font-size: 13px;
  background-color: #07924f;
  color: #fff;
  margin: 0 3px;
  padding: 3px 6px;
  border: none;
}

.expert-box .btn:hover {
  color: #fff;
}

.expert-box .btn-profile {
  background-color: #007bff;
}

.expert-box .btn-profile:hover {
  background-color: #07924f;
}

.expert-box .btn-booking-calendar:hover {
  background-color: #0057b5;
}

.expert-box .action-link {
  max-width: 30%;
  margin-left: 15px;
}

@media (max-width: 575px) {
  .expert-box {
    flex-wrap: wrap;
  }
  .expert-box .d-flex {
    flex-wrap: wrap;
  }
  .expert-box .expert-info {
    width: calc(100% - 70px);
  }
  .expert-box .action-link {
    width: 100%;
    max-width: 100%;
    margin-top: 5px;
    margin-left: 70px;
  }
}

.modal-booking-doctor .modal-title {
  text-transform: uppercase;
  font-size: 15px;
}

.modal-booking-doctor .modal-dialog {
  max-width: 415px;
}

.send-booking-doctor .form-control {
  font-size: 13px;
}

.send-booking-doctor .btn-submit {
  background-color: #07924f;
  width: 100%;
  color: #fff;
  font-weight: 700;
  text-transform: uppercase;
}

/*Add new*/
.consultation-box {
  margin: 10px 0;
  font-size: 16px;
  font-weight: 700;
}

.consultation-box .consultation-expert {
  margin-left: 5px;
}

@media (max-width: 575px) {
  .consultation-box .consultation-expert,
  .consultation-box .author {
    display: block;
    margin: 5px 0;
  }
}

.consultation-box strong a {
  color: #1A67B9;
}

.consultation-box strong a:hover {
  color: #0057b5;
}

.consultation-box .booking {
  color: #fcb830;
  cursor: pointer;
  margin-left: 5px;
  display: inline-block;
  font-size: 18px;
}

.modal-booking-doctor .modal-title {
  text-transform: uppercase;
  font-size: 15px;
  font-weight: 700;
}

.modal-booking-doctor .modal-dialog {
  max-width: 415px;
}

.send-booking-doctor .form-control {
  font-size: 13px;
}

.send-booking-doctor .btn-submit {
  background-color: #1A67B9;
  width: 100%;
  color: #fff;
  font-weight: 700;
  text-transform: uppercase;
}

.expert-box-sidebar {
  border: 1px solid #FFB602;
  border-radius: 5px;
  padding: 10px;
  margin-bottom: 15px;
  font-size: 14px;
}

.expert-box-sidebar .avatar {
  display: block;
  width: 100px;
  height: 100px;
  border-radius: 100px;
  margin: 10px auto;
  overflow: hidden;
  border: 1px solid #f1f1f1;
}

.expert-box-sidebar .avatar img {
  width: 100%;
}

.expert-box-sidebar .vcard {
  font-weight: 700;
  color: #0057b5;
  text-align: center;
  margin-bottom: 10px;
}

.expert-box-sidebar .expert-meta {
  margin-bottom: 5px;
  font-size: 13px;
}

.expert-box-sidebar .expert-meta i {
  color: #FFB602;
  min-width: 15px;
}

.expert-box-sidebar .expert-meta .label {
  font-weight: 700;
  color: #0057b5;
}

.expert-box-sidebar .expert-meta .fa-map-marker {
  margin-left: 3px;
  min-width: 12px;
}

.expert-box-sidebar .btn-readmore {
  display: block;
  color: #fff;
  background-color: #fcb830;
  width: 120px;
  margin: 10px auto;
  font-size: 13px;
  text-transform: uppercase;
  font-weight: 700;
  border-radius: 100px;
}

.expert-box-sidebar .btn-readmore:hover {
  background-color: #0057b5;
}

@media (max-width: 575px) {
  .expert-box-sidebar:after {
    content: '';
    display: table;
    clear: both;
  }
  .expert-box-sidebar .avatar {
    float: left;
    margin-right: 15px;
    width: 80px;
    height: 100%;
  }
  .expert-box-sidebar .vcard {
    text-align: left;
    margin-bottom: 5px;
  }
  .expert-box-sidebar .btn-readmore {
    margin: 0 0 10px 95px;
    padding: 5px;
  }
}

.archive-desc {
  /*font-weight: 700;*/
}

.list-expert .expert {
  margin: 15px 0;
  display: flex;
  flex-wrap: wrap;
  padding: 30px 0;
  border-bottom: 1px solid #f1f1f1;
}

.list-expert .expert .avatar {
  width: 150px;
  height: 150px;
  margin-right: 10px;
}

.list-expert .expert-title {
  text-transform: uppercase;
  font-weight: 700;
  font-size: 14px;
}

.list-expert .action {
  width: 30%;
  font-size: 12px;
}

.list-expert .action a {
  color: #0057b5;
}

.list-expert .action .btn-appointment {
  background-color: #fcb830;
  color: #fff;
  width: 100%;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 14px;
}

.list-expert .action .btn-appointment:hover {
  background-color: #0057b5;
}

.list-expert .action .btn-appointment i {
  margin-right: 5px;
}

@media (max-width: 575px) {
  .list-expert .action .btn-appointment {
    width: 150px;
    margin: 10px auto;
    display: block;
  }
}

.list-expert .expert-info {
  padding-right: 10px;
  max-width: calc(70% - 165px);
}

.list-expert .expert-meta {
  color: #1A67B9;
  font-size: 13px;
  margin-bottom: 5px;
}

.list-expert .expert-meta i {
  color: #fcb830;
  min-width: 15px;
}

.list-expert .expert-meta .fa-map-marker {
  margin-left: 3px;
  min-width: 12px;
}

@media (max-width: 575px) {
  .list-expert .expert .avatar {
    float: left;
    width: 110px;
    /*height: 110px;*/
  }
  .list-expert .expert .action {
    width: 100%;
  }
  .list-expert .expert .expert-info {
    max-width: calc(100% - 125px);
  }
}

.list-expert-profile .expert {
  padding-top: 0;
}

.list-expert-profile .expert-info {
  max-width: calc(100% - 165px);
}

.expert .list-certificate {
  margin-top: 15px;
}

.expert .list-certificate .item {
  width: 25%;
}

.expert .list-certificate .item img {
  display: block;
  margin-right: 15px;
}

@media (max-width: 575px) {
  .expert .list-certificate .item {
    width: 33.33%;
    padding-right: 10px;
  }
}

.expert .list-certificate .slick-arrow {
  background-color: #ffff;
  border-radius: 30px;
  width: 35px;
  height: 35px;
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.01);
  z-index: 1;
}

.expert .list-certificate .slick-arrow::before {
  font-size: 16px;
}

.expert .list-certificate .slick-next {
  right: -10px;
}

.col-info .single-expert-title {
  font-size: 28px;
}

.col-info .expert-meta {
  margin-bottom: 5px;
  font-size: 15px;
  color: #777777;
}

.col-info .expert-meta i {
  color: #FFB602;
  min-width: 15px;
}

.col-info .expert-meta .label {
  font-weight: 700;
  color: #0057b5;
}

.col-info .expert-meta .fa-map-marker {
  margin-left: 3px;
  min-width: 12px;
}

.col-info .action-link {
  color: #0057b5;
  text-transform: uppercase;
  list-style: none;
  padding-left: 0;
}

.col-info .action-link li {
  position: relative;
  margin-bottom: 10px;
}

.col-info .action-link li:before {
  content: "\f178";
  font: normal normal normal 14px/1 FontAwesome;
}

.col-info .action-link li:hover {
  color: #fcb830;
}

.col-single-expert .list-certificate {
  margin-top: 15px;
  margin-bottom: 15px;
}

.list-certificate .item {
  aspect-ratio: 1/0.6;
  padding-right: 15px;
}
.list-certificate .item img{
  -o-object-fit: cover;
  object-fit: cover;
  object-position: 50% 50%;
  -o-object-position: 50% 50%;
  width: 100%;
  height: 100%;
}

.list-content-header {
  background-color: #0057b5;
  list-style: none;
  padding-left: 0;
  display: flex;
}

.list-content-header .nav-link {
  background: none;
  padding: 10px 15px;
  color: #fff;
  text-transform: uppercase;
  display: block;
  border-radius: 0;
  border: none;
  position: relative;
}

.list-content-header .nav-link.active {
  background: none;
  color: #fff;
}

.list-content-header .nav-link:after {
  content: '';
  display: block;
  position: absolute;
  top: 100%;
  left: 0;
  border-top: 2px solid #fcb830;
  width: 0;
  margin-top: -2px;
  transition: all 0.3s;
}

.list-content-header.fixed-nav {
  position: sticky;
  z-index: 2;
  top: 0;
}

.list-content-header li {
  position: relative;
  display: block;
}

.list-content-header a {
  padding: 10px 15px;
  color: #fff;
  text-transform: uppercase;
  display: block;
}

.list-content-header li:after {
  content: '';
  display: block;
  position: absolute;
  top: 100%;
  left: 0;
  border-top: 2px solid #fcb830;
  width: 0;
  margin-top: -2px;
  transition: all 0.3s;
}

.list-content-header li:hover:after {
  width: 100%;
}

.list-content-header .active:after {
  width: 100%;
}

.s-title-body {
  font-weight: 700;
  font-size: 18px;
  color: #0057b5;
  position: relative;
  padding-left: 25px;
  border-bottom: 1px solid #0057b5;
  padding-top: 10px;
  padding-bottom: 10px;
  cursor: pointer;
}

.s-title-body:before {
  content: '';
  width: 20px;
  height: 20px;
  display: block;
  background: url(images/expert/icon-gioi-thieu.svg) no-repeat;
  position: absolute;
  top: 10px;
  left: 0;
}

.s-title-body .icon-expand {
  position: absolute;
  top: 10px;
  right: 0;
}

.s-title-body.thanh-tuu:before {
  background-image: url(images/expert/icon-thanh-vien.svg);
}

.s-title-body.linh-vuc:before {
  background-image: url(images/expert/icon-linh-vuc.svg);
}

.s-title-body.bai-viet:before {
  background-image: url(images/expert/icon-bai-viet.svg);
}

.expanded .s-title-body .icon-expand i:before {
  content: "\f056";
}

.content-body .section-content {
  display: none;
}

.expanded.content-body .section-content {
  display: block;
}

.single-form-doctor {
  padding: 15px;
}

.single-form-doctor .form-title {
  font-weight: 700;
  text-transform: uppercase;
  background-color: #0057b5;
  padding: 10px 15px;
  font-size: 16px;
  color: #fff;
  margin: -15px;
  margin-bottom: 15px;
}

.single-form-doctor .label-heading {
  font-weight: 700;
  color: #0057b5;
}

.single-form-doctor .form-check-label {
  font-size: 13px;
}

.list-office-post .post-thumbnail {
  width: 165px;
  height: 115px;
}

.single-profile-content:after {
  content: '';
  display: block;
  clear: both;
}

.single-profile-content .avatar {
  float: left;
  margin-right: 15px;
}

.single-profile-content .profile-title {
  font-size: 24px;
  color: #0057b5;
  font-weight: 700;
}

.single-profile-content .profile-meta {
  margin-bottom: 5px;
}

.single-profile-content .profile-meta.special {
  color: #0057b5;
}

.single-profile-content .profile-meta i {
  color: #fcb830;
  min-width: 20px;
}

/*# sourceMappingURL=maps/structure.css.map */



/*End add new*/

/*Add by chuongnv*/
.single-profile-content .avatar {
  float: left;
  margin-right: 15px;
  width: 250px;
  aspect-ratio: 1/1;
}
.list-certificate:not(.slick-slider) .item.slick-slide:nth-child(-n+3) {
  display: block;
}
.list-certificate:not(.slick-slider) {
  display: flex;
}
.list-expert .expert-info {
  width: 100%;
}
.expert-box .avt-box {
  flex-shrink: 0;
}
.no-avatar {
  background: #f3f6ff;
}
.structure-section-title {
  color: #B70000;
}
.single-post-meta .review {
  margin-top: 5px;
}
.review .kk-star-ratings .kksr-legend {
  margin: 0 !important;
}
.consultation-box {
  margin: 0 0 8px;
}
.consultation-box .consultation-expert {
  margin-left: 0;
  color: #368ad0;
  font-style: italic;
  padding: 5px 8px 4px;
  font-size: 12px;
  line-height: 17px;
  background: #fbf2f2;
  border-radius: 5px;
  box-shadow: 2px 3px 6px -2px rgba(6, 6, 6, 0.15);
}
.expert-box .expert-info {
  line-height: 1.4;
}
.entry-content-expert .expert-title {
  margin-bottom: 0;
}
.expert .review-rating .star-counting {
  line-height: 1;
}
.expert .review-rating {
  margin-bottom: 3px;
}
.entry-content-gallery .gallery-item {
  display: block;
  aspect-ratio: 1.3/1;
  width: 100%;
}
.entry-content-gallery .gallery-item img,
.expert-box .avt-box img,
.single-profile-content .avatar img {
  -o-object-fit: cover;
  object-fit: cover;
  object-position: 50% 50%;
  -o-object-position: 50% 50%;
  width: 100%;
  height: 100%;
}
.solution-content .big-post .post-thumbnail {
  aspect-ratio: 4/3;
}
.knowledge-content ul {
  padding-left: 0;
}
.expert-info .expert-desc ul {
  padding-left: 15px;
}
.rating-doctor .kk-star-ratings .kksr-stars {
  margin-bottom: 0;
}
.rating-doctor .kk-star-ratings {
  flex-direction: revert;
  margin-bottom: 6px;
}
.expert .review-rating {
  padding-left: 0;
}
.single-expert-content .avatar img, .expert .avatar img {
  height: 100%;
  width: auto;
  -o-object-fit: cover;
  object-fit: cover;
  object-position: 50% 50%;
  -o-object-position: 50% 50%;
  border-radius: 5px;
  display: block;
  margin: 0 auto;
}
.widget.widget-sticky {
  position: sticky;
  top: 100px;
  z-index: 1;
}
.author__box {
  display: flex;
  align-items: center;
  margin-bottom: 5px;
}
.breadcrumb {
  align-items: center;
}
.breadcrumb img {
  margin-left: 15px;
  height: 36px;
}
.consultation {
  font-weight: 700;
  font-size: 16px;
  margin-bottom: 15px;
}
#certificateModalLabel .modal-content {
  border-radius: 10px;
}
#certificateModalLabel .modal-content .modal-header {
  padding-top: 8px;
  padding-bottom: 8px;
}
.slide-service-child .item .thumb {
  aspect-ratio: 1/1;
  border-radius: 15px;
  overflow: hidden;
  width: 75px;
}
.slide-service-child .item .name {
  font-size: 16px;
  color: #004793;
  padding: 5px 15px;
  width: calc(100% - 75px);
  font-weight: bold;
}
.slide-service-child .item a {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 7px;
  background: #E8F3FF;
  border-radius: 20px;
  overflow: hidden;
  height: 100%;
  border: solid 1px #C4D5E5;
}
.slide-service-child .item img {
  -o-object-fit: cover;
  object-fit: cover;
  object-position: 50% 50%;
  -o-object-position: 50% 50%;
  width: 100%;
  height: 100%;
}
.btn-loadmore-special_cat, .btn-loadmore-single_expert {
  background: #003e81;
  text-transform: uppercase;
  font-size: 13px;
  font-weight: 700;
  color: #fff;
  padding-left: 25px;
  padding-right: 25px;
}
.btn-loadmore-special_cat:hover, .btn-loadmore-single_expert:hover {
  color: #ffb602;
}
.home-experts .content-experts ul {
  padding-left: 0;
  margin-top: 10px;
}
.widget-form-expert .btn-register {
  background: #ffb602;
  color: #fff;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 14px;
}
.list-section-content .slick-slider .slick-track, .list-section-content .slick-slider .slick-list {
  min-width: 100%;
}
@media (max-width: 575px) {
  .breadcrumb img {
    margin-left: 0;
    margin-top: 3px;
  }
  .single-post-meta .update-time {
    margin-left: 0;
  }
  .single-post-meta .review {
    margin-left: auto;
    margin-right: 0;
  }

  .single-form-doctor.show {
    display: block !important;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 9;
    background: #fff8e7;
    width: 90%;
    height: 75%;
    overflow-y: scroll;
    border-radius: 10px;
    box-shadow: 0 5px 5px 2px rgba(0, 0, 0, 0.33);
    padding-top: 0;
  }
  .bg-form-doctor.show {
    position: fixed;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    z-index: 8;
    background-color: #000;
    opacity: 0.5;
  }
  .single-form-doctor .btn-close {
    border: 1px solid #cfcfcf;
    opacity: 1;
    position: absolute;
    width: 30px;
    height: 30px;
    top: 5px;
    right: 5px;
    background-color: #fff;
    z-index: 2;
    line-height: 1;
    text-align: center;
    padding: 0;
    border-radius: 30px;
    background-position: 50%;
    color: #f00;
    font-size: 20px;
  }
  .single-form-doctor .form-title {
    position: sticky;
    top: 0;
    z-index: 1;
  }
  .single-profile-content .avatar {
    width: 115px;
  }
  .single-profile-content .profile-title {
    font-size: 18px;
  }
  .single-profile-content .profile-title::after {
    content: '';
    display: table;
    clear: both;
  }
  .slide-service-child .item .name {
    font-size: 13px;
    padding: 5px;
    width: calc(100% - 50px);
  }
  .slide-service-child .item .thumb {
    width: 50px;
  }
}