.header-top {
  display: flex;
  max-width: 64.583333rem;
  margin: 0 auto;
}

section.customer-services .big img {
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: bottom;
  object-position: bottom;
}

/* purgecss start ignore */
figure.image {
  margin: 10px 0;
  display: inline-block;
}

figcaption {
  background: #f5f5f5;
  padding: 10px;
  font-size: 90%;
  text-align: center;
}
/* purgecss end ignore */

.devvn-pagination {
  display: flex;
  justify-content: space-between !important;
}

.devvn-pagination > div {
  max-width: 50%;
}

.devvn-pagination > div.link.prev {
  text-align: left;
}

.devvn-pagination > div.link .caption .title {
  font-size: 12px;
}

.devvn-pagination .icon {
  max-width: 28px;
  flex: 0 0 28px;
}

.fob-comment-form-section .form-control {
  --tw-bg-opacity: 1;
  padding-right: calc(8 / 1920 * 100rem);
  padding-left: calc(8 / 1920 * 100rem);
}

.fob-comment-form-section .col-lg-12 {
  width: 100%;
  max-width: 100%;
}

.fob-comment-form-section .col-lg-6 {
  width: 50%;
}

.main-tabslet .footer-item .title {
  color: rgb(84, 84, 84);
}

.main-tabslet .footer-item:hover .title {
  color: rgb(225 17 91 / var(--tw-text-opacity));
}

#service-price-wrap > div {
  --tw-border-opacity: 1;
  border-width: 1px;
  border-color: rgb(255 255 255 / var(--tw-border-opacity));
  background-color: transparent;
  padding-top: 0.9895833333333334rem;
  padding-bottom: 0.9895833333333334rem;
  padding-left: calc(16 / 1920 * 100rem);
  font-weight: 600;
  justify-content: space-between;
}

.home-news .btn-submit {
  text-align: center;
}

.contact-form .col-md-6,
.contact-form .col-md-12 {
  flex: 0 0 100%;
  max-width: 100%;
}

.contact-form .col-md-6 .form-group {
  margin-bottom: 20px;
}

.contact-form .col-md-6 textarea {
  width: 100%;
}

.contact-form .g-recaptcha {
  margin-top: 30px;
}
button.contact-button.btn-solid {
  margin-top: -65px;
  margin-left: auto;
  position: relative;
  z-index: 2;
}
@media (max-width: 767.98px) {
  button.contact-button.btn-solid {
    margin-top: 20px;
    margin-left: 0;
  }
}

.contact-form .form-group input::-moz-placeholder,
.contact-form .form-group textarea::-moz-placeholder {
  font-size: 0;
}

.contact-form .form-group input::-moz-placeholder,
.contact-form .form-group textarea::-moz-placeholder {
  font-size: 0;
}

.contact-form .form-group input::-moz-placeholder, .contact-form .form-group textarea::-moz-placeholder {
  font-size: 0;
}

.contact-form .form-group input::placeholder,
.contact-form .form-group textarea::placeholder {
  font-size: 0;
}

.form-career-submit input,
.form-career-submit textarea {
  background-color: #ffffff;
}

.form-career-submit input::-moz-placeholder,
.form-career-submit textarea::-moz-placeholder {
  text-transform: inherit;
  color: #545454;
}

.form-career-submit input::-moz-placeholder,
.form-career-submit textarea::-moz-placeholder {
  text-transform: inherit;
  color: #545454;
}

.form-career-submit input::-moz-placeholder, .form-career-submit textarea::-moz-placeholder {
  text-transform: inherit;
  color: #545454;
}

.form-career-submit input::placeholder,
.form-career-submit textarea::placeholder {
  text-transform: inherit;
  color: #545454;
}

.box-service-home * {
  text-transform: uppercase;
}

.home-nav .form-group.form-time .dropdown-list ul.empty {
  grid-template-columns: repeat(1, minmax(0, 1fr));
}

.logo-jci img {
  max-width: 65%;
}

.post-navigation .link:hover .caption * {
  color: #e1115b;
  text-decoration: underline;
}

.find-doctor-detail-section .full-content img {
  height: auto !important;
  max-width: 100% !important;
  margin-bottom: 0;
}

.form-select-dropdown {
  position: relative;
}

.form-select-dropdown .dropdown-toggle:after {
  content: "";
  display: inline-block;
  width: 18px;
  height: 15px;
  background: url(/storage/icon/ar-down-g8536c10d1ee02c5fc973.png) 0 0 / 100%
    no-repeat;
  margin-top: -9px;
  position: absolute;
  top: 22px;
  right: 12px;
  transition: all 0.3s ease;
  transform-origin: 50% 50%;
}

.form-select-dropdown.active .dropdown-toggle:after {
  transform: rotate(-180deg);
  transform-origin: 50% 50%;
  border-color: transparent transparent #e1115b;
}

.form-select-dropdown .dropdown-toggle input::-moz-placeholder {
  cursor: pointer;
  padding: 10px 15px;
  background: #ffffff;
  color: #e0125b;
  text-transform: uppercase;
  font-weight: 600;
}

.form-select-dropdown .dropdown-toggle,
.form-select-dropdown .dropdown-toggle input,
.form-select-dropdown .dropdown-toggle input::placeholder {
  cursor: pointer;
  padding: 10px 15px;
  background: #ffffff;
  color: #e0125b;
  text-transform: uppercase;
  font-weight: 600;
}

.form-select-dropdown .dropdown-toggle input::-moz-placeholder {
  text-indent: -10px;
}

.form-select-dropdown .dropdown-toggle input::placeholder {
  text-indent: -10px;
}

.form-select-dropdown .dropdown-list {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  background-color: #fff;
  border-top: none;
  border-radius: 0 0 4px 4px;
  z-index: 1000;
}

.form-select-dropdown .dropdown-list.active {
  display: block;
}

.form-select-dropdown .dropdown-list ul {
  list-style: none;
  padding: 0;
  margin: 0;
  max-height: 200px; /* Limit the height */
  overflow-y: auto; /* Add vertical scrollbar when needed */
}

.form-select-dropdown .dropdown-list li {
  padding: 10px;
  cursor: pointer;
}

.form-select-dropdown .dropdown-list li:hover {
  background-color: #f0f0f0;
}

.form-select-dropdown .dropdown-list .option {
  display: block;
  padding: 6px 15px;
  cursor: pointer;
  color: #007297;
  font-size: 10px;
  line-height: 13px;
  text-transform: uppercase;
  font-weight: 600;
}

.form-select-dropdown .dropdown-toggle input {
  background: transparent;
  border: none;
  padding: 0 !important;
}

.form-select-dropdown .dropdown-toggle input:focus {
  outline: none !important;
  box-shadow: none !important;
}

.mobile-wrap .main-menu .menu-item.current-menu-parent-item .dropdown {
  display: block;
}

.doctor-item .bot {
  display: block !important;
}

.doctor-item .desc {
  height: auto !important;
  -webkit-line-clamp: 3 !important;
}

.doctor-item .bot,
.content .info .des,
.footer-info,
.hospital-item .desc {
  text-align: justify;
}

.hospital-item .desc,
.hospital-item .button a {
  font-size: calc(14 / 1920 * 100rem) !important;
}

section.news-list-1-section-1.section {
  padding: 0 0 35px;
}

section.news-list-1-section-2.section,
section.news-list-1-section-3.section {
  padding: 30px 0 50px;
}

.pt-\[calc\(60\/96\*100\%\)\] {
  padding-top: calc(65 / 96 * 100%) !important;
}

.pt-\[calc\(166\/266\*100\%\)\] {
  padding-top: calc(180 / 266 * 100%) !important;
}

.pt-\[calc\(230\/370\*100\%\)\] {
  padding-top: calc(260 / 370 * 100%) !important;
}

.home-news .form-group input {
  padding-top: 10px !important;
  padding-bottom: 10px !important;
}

.banner-slider .button-prev,
.banner-slider .button-next {
  position: absolute;
  top: 50%;
  left: 10px;
  z-index: 2;
  transform: translateY(-50%);
}

.banner-slider .button-next {
  left: auto;
  right: 10px;
}

.banner-slider .button-prev:hover,
.banner-slider .button-next:hover {
  border-color: rgb(2 111 154 / var(--tw-border-opacity)) !important;
  background: #ffffff !important;
  color: rgb(2 111 154 / var(--tw-border-opacity)) !important;
}

.box-find-doctor-content {
  max-width: 100% !important;
}

.specialist-detail-1 .category-list a {
  text-transform: uppercase;
}

.home-nav .form-group.form-time .dropdown-list {
  padding: 0 !important;
}

#serviceListSearchInput::-moz-placeholder {
  color: #007297;
  text-transform: inherit !important;
}

#serviceListSearchInput::placeholder {
  color: #007297;
  text-transform: inherit !important;
}

div#searchListResults th {
  text-align: left;
  color: #007297;
  text-transform: uppercase;
  background: transparent;
}

div#searchListResults th:first-child {
  padding: 10px 0;
}

div#searchListResults table {
  width: 100%;
}

div#searchListResults tbody tr:first-child {
  border-top: 3px solid #007297;
}

div#searchListResults tbody tr {
  border-collapse: collapse;
  color: #007297;
}

div#searchListResults tbody tr td {
  padding: 10px 0;
  border-top: 1px solid #dee2e6;
  border-bottom: 1px solid #dee2e6;
  font-size: 14px;
  text-align: left;
}

div#searchListResults tbody tr td:last-child {
  background: #f3fafd;
  padding-left: 20px;
  text-align: right;
}

div#searchListResults th:last-child {
  text-align: right;
}

.sticky-wrapper input {
  background: #ffffff !important;
  color: rgb(0 106 144 / var(--tw-text-opacity)) !important;
  border-color: #3333332a !important;
}

.sticky-wrapper .form-group::after {
  color: rgb(225 17 91 / var(--tw-text-opacity)) !important;
}

.sticky-wrapper input::-moz-placeholder {
  color: rgb(0 106 144) !important;
}

.sticky-wrapper input::placeholder {
  color: rgb(0 106 144) !important;
}
.sticky-wrapper > .booking-nav-small {
  background: rgb(0 106 144 / var(--tw-bg-opacity));
}

section.find-doctor-detail-section {
  padding-top: 0 !important;
}

.hospital-item .sub-title {
  text-align: justify;
}
.box-intro .des {
  text-align: justify;
}

.box-profile-detail td {
  font-size: 14px !important;
  color: #100802 !important;
}

.box-profile-content img {
  margin-top: 0;
}

.box-line-doctor {
  border: 1px solid #a8a8a8;
  margin: 27px 0 30px !important;
}

.title-doctor {
  font-size: 36px !important;
  color: #006a90 !important;
}

.sub-title-doctor {
  font-size: 24px !important;
  color: #3d3d3d !important;
}
@media (max-width: 767.98px) {
  .title-doctor {
    font-size: 24px !important;
  }
  .sub-title-doctor {
    font-size: 18px !important;
  }
}

.newsletter-footer {
  background: #005b79;
  padding: 20px 0;
}

.wrap-form-footer {
  display: flex;
  align-items: center;
  color: #ffffff;
  justify-content: space-between;
  flex-wrap: wrap;
}

@media (max-width: 767.98px) {
  .title-form-footer-description {
    margin-top: 8px;
  }
}

.form-footer form .input-group {
  display: flex;
  margin-bottom: 0;
}

.form-footer form .input-group .btn-primary {
  display: inline-block;
  color: #006a90;
  background: #fff;
  border: none;
  height: 44px;
  line-height: 44px;
  width: 170px;
  text-align: center;
  font-size: 16px;
  text-transform: uppercase;
  transition: all 0.3s ease;
  border-radius: 0;
  font-weight: 600;
}

.form-footer form .input-group .btn-primary:hover {
  background: #e1115b;
  color: #fff;
}

.form-footer form .input-group input {
  height: 44px;
  background: transparent;
  width: 100%;
  color: #ffffff;
  border: 1px solid #88b9cb;
}

.form-footer form .input-group input::-moz-placeholder {
  color: #ffffff;
}

.form-footer form .input-group input::placeholder {
  color: #ffffff;
}

.wrap-form-footer .title-form-footer-title {
  font-size: calc(25 / 1920 * 100%rem);
  margin-bottom: -2px;
}
@media (max-width: 767.98px) {
  .wrap-form-footer .title-form-footer-title {
    font-size: 18px;
  }
}

.wrap-form-footer > div {
  width: 50%;
}

.testimonial-list {
  gap: calc(14 / 1920 * 100rem) !important;
  grid-template-columns: repeat(1, minmax(0, 1fr)) !important;
}

#wrap-service-packages {
  padding-bottom: 70px;
}

.btn-appointment {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}

.full-content.body-14 * {
  font-size: 14px;
}

.text-justify {
  text-align: justify;
}

.service-content p {
  margin-top: 7px;
}

.service-content .table {
  margin-bottom: 14px;
}

.services-detail table td:nth-of-type(3) {
  text-align: center !important;
}

.services-list .des {
  text-align: justify;
}

.services-list img {
  width: 100% !important;
  -o-object-fit: cover !important;
  object-fit: cover !important;
}

.footer-logo {
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.footer-logo-partner {
  margin: 0 auto;
  max-width: 250px;
  display: block;
}

.contact-section .header-48 {
  font-size: calc(35 / 1920 * 100rem);
}

.contact-section .sub-header-20 {
  color: #757575;
}

.contact-section .sub-header-20 .text-2xl {
  font-size: calc(30 / 1920 * 100rem);
}

.pagination-ajax .pagination {
  justify-content: flex-start;
}

#service-category-detail {
  max-width: 600px;
}

.category-select .category-option {
  text-align: left;
}

header .second-logo:before {
  opacity: 0 !important;
}

.service-content {
  font-size: calc(14 / 1920 * 100rem);
}

#service-category-detail .filter-item span {
  font-size: calc(16 / 1920 * 100rem);
}

.total-price > .label {
  text-align: center;
}

.pagination a {
  font-weight: 400 !important;
}

.customer-services-detail p {
  margin-bottom: 16px;
}

.box-profile-content ul {
  margin: 0 !important;
}

.full-content,
.video-item .desc {
  color: #545454 !important;
}

.full-content {
  line-height: 1.3 !important;
}

.form-wrapper .form-message {
  margin-top: 10px;
}

@media (max-width: 1199.98px) {
  .button-115 {
    display: none !important;
  }
}

@media (max-width: 575px) {
  .news-list-1-section-3 .flex {
    flex-wrap: wrap;
  }
  .button-phone,
  .button-email {
    display: none;
  }
  /* .banner-child .caption {
		  display: none;
	  } */
  .wrap-form-footer > div {
    width: 100%;
  }
  .wrap-form-footer > .title-form-footer {
    margin: 0 0 10px;
  }
  .wrap-form-footer > .title-form-footer .title-form-footer-description {
    font-size: 12px;
  }
  .services-detail .list > .item {
    display: block;
  }
  .services-detail .list > .item .col-left {
    margin-bottom: 20px;
  }
  .category-item .title {
    display: -webkit-box !important;
    -webkit-line-clamp: 2 !important;
    overflow: hidden !important;
    padding-bottom: 10px !important;
    height: 55px !important;
    line-height: 25px !important;
    margin-top: 5px !important;
  }
}

/* .attach-file {
  top: -32px;    position: relative;
  } */

.attach-file {
  background: #e2e2e2;
  padding: 0;
  width: 100%;
  margin-left: calc(16 / 1920 * 100rem);
  margin-right: calc(16 / 1920 * 100rem);
}

.attach-file > label {
  height: 100%;
}
.form-career-submit label {
  display: none;
}

.form-career-submit .invalid-feedback {
  position: absolute;
  color: red;
  font-size: 12px;
}

.popup-form .form-group input.is-invalid,
.popup-form .form-group select.is-invalid {
  border-color: red !important;
}

.message-validate .error-messages-container {
  padding: 10px;
  border-radius: 10px;
  font-size: 14px;
  margin-bottom: 10px;
  color: red;
  background: #ff00002a;
}


.option .info-wrapper .bottom {
  -webkit-box-orient: vertical;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  overflow: hidden;
}

@media (min-width: 480px) {
  .doctor-nav-booking .dropdown-list {
    display: block !important;
  }
}

/* 
@media (max-width: 767.98px) {
	.news-list-1-section-3 .page-pagination {
		display: none;
	}
	.news-list-1-section-3 .expand-btn {
		margin-top: 12px;
	}
} */

