/** customer **/
*, ::after, ::before {
    box-sizing: border-box;
}

html {
	--theme-background-color: #1bb6bb;
    --semi-bold: 600;
}

body {
	max-width: 100%!important;
}

html.hillstar-theme body {
    color: #6d777f;
}

html.hillstar-theme .h-navigation_overlap {
	background-color: var(--theme-background-color);
}

html.hillstar-theme {
    font-size: 18px;
}

@media (max-width: 1199px) {
    html.hillstar-theme .page-content {
        padding: 0px!important;
    }
}

.page-footer {
	display: none;
}

.row {
    display: flex;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
    padding-right: 15px;
    padding-left: 15px;
}

.space-between {
	justify-content: space-between;
}

.col {
    flex-basis: auto;
    padding: 15px;
    box-sizing: border-box;
}
@media (min-width: 768px) {
    .col {
        flex-basis: 0;
        flex-grow: 1;
        max-width: 100%;
    }
    .col-md-4 {
        flex-basis: 33.333333%;
    }
}


#navigation {
	background-color: #fff!important;
/*	height: 92px;*/
    height: 118px;
    padding-top: 23px!important;
    padding-bottom: 23px!important;
}

@media screen and (max-width: 768px) {
    #navigation {
        height: 80px;
    }
    html.hillstar-theme #navigation .gutters-row-v-2 {
        padding-top: 0;
        padding-bottom: 0;
    }
}

.h-lead p {
    color: #07a0a5!important;
}

.language-switch {
	display: inline-flex;
	align-items: center;
}

.language-switch-inner.zh .en, .language-switch-inner.en .zh {
	  position: absolute;
	  width: 3.2rem;
      margin-left: -6px;
	  cursor: pointer;
	background-color: #59c3c8;
/* 	color: #fff; */
	padding-top: 10px;
	padding-bottom: 10px;
		padding-left: 5px;
	padding-right: 5px;
	transition: 0.3s;
}

.language-switch-inner.zh>.en, .language-switch-inner.en>.zh {
    display: none;
}

.language-switch-inner.en>.zh .zh, .language-switch-inner.zh>.en .en {
    display: block;
}

.language-switch-inner.en>.zh .en, .language-switch-inner.zh>.en .zh {
    display: none;
} 

.language-switch-inner.zh>.zh .en, .language-switch-inner.en>.en .zh {
    display: none;
}

.language-switch-inner.en>.zh .en .icon-arrow-down, .language-switch-inner.zh>.en .zh .icon-arrow-down {
	display: none!important;
}

.language-switch:hover .language-switch-inner .lsi-item {
	display: block!important;
/* 	transition: 0.34s;
	background-color: #fff;
	padding-left: 4px;
	padding-right: 4px;
	color: #000; */
	z-index: 30;
}

.language-switch-inner {
    color: #fff;
}

.language-switch-inner span.icon-arrow-down {
    padding-left: 6px;
    font-size: 14px;
}

.language-switch-inner .language-switch {
    display: inline-flex;
    align-items: center;
}

@media screen and (min-width: 768.1px) {
    .hide-up-768 {
        display: none!important;
    }
}

html.hillstar-theme #colibri .style-20 {
	height: 41px;
	padding-top: 0;
	padding-bottom: 0;
}

html.hillstar-theme #colibri .h-navigation_outer .language-switch {
    padding-top: 8px!important;
}

html.hillstar-theme #colibri .style-9 > div > .colibri-menu-container > ul.colibri-menu > li > a {
	color: #03406a;
    font-weight: var(--semi-bold);
    text-transform: capitalize;
}

img {
	max-width: 100%;
}

.ml-2 {
    margin-left: 1rem;
}

.h-section-grid-container.h-section-fluid-container .h-column.h-column-container .language-switch {
    margin-left: 1.2rem;
}

.container {
  max-width: 1232px;
  width: 100%;
  margin-left: auto!important;
  margin-right: auto!important;
}
.row {
  width: 100%;
  display: flex;
}

.col {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
}

.col, .col-1, .col-10, .col-11, .col-12, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-auto, .col-lg, .col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-auto, .col-md, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-auto, .col-sm, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-auto, .col-xl, .col-xl-1, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-auto {
    position: relative;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
}

@media (max-width: 768px) {
    .col-md-3 {
        width: 100%;
        flex-basis: 100%;
    }
}

.img-fluid {
    max-width: 100%;
    height: auto;
}

.flex-stretch {
  flex-direction: stretch;
}
.col-4 {
  flex-basis: 33.33%;
}

@media (min-width: 576px) {
    .col-sm-6 {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }
}

@media (min-width: 768px) {
    .col-md-3 {
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%;
    }

    .home.page-template #hero .h-lead p {
        font-size: 48px;
        font-weight: 600;
    }
}


@media (max-width: 768px) {

    .home.page-template .style-29 p {
        color: #03406a!important;
        font-weight: var(--semi-bold);
    }

    .home.page-template [data-colibri-id="5-h25"], .home.page-template [data-colibri-id="22-h1"], .home.page-template #hero {
        padding-top: 0;
    }

    html.hillstar-theme .home.page-template [data-colibri-id="5-h25"], html.hillstar-theme .home.page-template [data-colibri-id="22-h1"], html.hillstar-theme .home.page-template #hero {
        padding-top: 0!important;
    }
}

.home.page-template .section-3::after {
    content: ''!important;
    display: block!important;
    width: 100%!important;
    position: absolute;
    top: 0;
    left: 0;
    height: 20%;
    background-color: #f6f6f6;
    z-index: -1;
}

.home.page-template .section-3 {
    position: relative;
}

.home.page-template [data-colibri-id='5-h25'] {
    margin-top: 121px;
/*    aspect-ratio: 1512 / 475;*/
    max-height: 500px;
}

@media screen  and (max-width: 768px) {
    .home.page-template [data-colibri-id='5-h25'] {
        margin-top: 81px;
    }
}

.home.page-template .labelbox .tag {
	font-size: 12px;
	color: #07a0a5;
}

.home.page-template .labelbox .subject {
	font-size: 33px;
	color: #03406a;
}

.home.page-template .section-2 {
    background-color: #f6f6f6;
	padding-top: 2rem;
	padding-bottom: 2rem;
}
.home.page-template .section-2 a{
	color: #000!important;
}
.home.page-template .section-2 .box {
  width: 100%;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.home.page-template .section-2 .box-prefix {
  width: 4rem;
  float: left;
}
.home.page-template .section-2 span {
  display: inline-block;
  width: 39px;
  height: 39px;
}

.home.page-template .section-2 .box-intro {
  float: left;
  width: calc(100% - 4rem);
  padding-left: 6px;
}
.home.page-template .section-2 .box-intro .box-label {
  font-size: 12px;
}
.home.page-template .section-2 .box-intro .box-desc, .home.page-template .section-2 .box-intro .box-desc a {
  font-size: 24px;
  font-weight: var(--semi-bold);
  color: #03406a!important;
  margin-top: 5px;
}

@media screen and (max-width: 576px) {

    .home.page-template .section-2 .box-prefix img {
        transform: translateY(22px);
        vertical-align: top;
    }
    .home.page-template .section-2 .box {
        display: inline-flex;
    }
    .home.page-template .section-2 .box-intro .box-desc, .home.page-template .section-2 .box-intro .box-desc a {
        font-size: 20px;
    }
    .home.page-template .section-2 .box-prefix {
        width: 2.3rem;
    }
    .home.page-template .section-2 .box-intro {
        width: calc(100% - 2.3rem);
    }
}

.home.page-template .section-3 .card {
	height: 100%;
	padding: 2rem;
	color: #fff;
	text-align: center;
    padding-top: 3.2rem;
    padding-bottom: 3.2rem;
}

.home.page-template .section-3 .card>p {
    display: none;
}

.home.page-template .section-3 .row .col:nth-child(1) .card {
		background-color: #07a0a5;
}

.home.page-template .section-3 .row .col:nth-child(2) .card {
		background-color: #1bb6bb;
}

.home.page-template .section-3 .row .col:nth-child(3) .card {
		background-color: #0469ae;
}

.home.page-template .section-3 .row .col:nth-child(4) .card {
		background-color: #1b81c7;
}
.pc-show, .mobile-show {
    display: none;
}
@media screen and (max-width: 768px) {
    .mobile-show {
        display: block!important;
    }
    .pc-show {
        display: none!important;
    }
}
@media screen and (min-width: 768.1px) {
    .mobile-show {
        display: none!important;
    }
    .pc-show {
        display: block!important;
    }
}
.v-sm-block {
    display: none!important;
}
.v-sm-hidden {
    display: initial;
}
@media screen and (max-width: 576.1px) {
    .v-sm-hidden {
        display: none!important;
    }
    .page-content {
        padding-left: 0!important;
        padding-right: 0!important;
    }
}

@media screen and (max-width: 576px) {

    .v-sm-block {
        display: block!important;
    }

	.home.page-template .section-3 .card {
		padding: 1rem;
	}

    .home.page-template .card {
        display: inline-flex;
        width: 100%;
        justify-content: space-between;
    }

    .home.page-template .card-text {
        display: none;
    }

    .home.page-template .card-img {
        flex-basis: 10rem;
        display: inline-flex;
        padding: 2rem!important;
    }

    .home.page-template .card-body {
        flex-basis: calc(100% - 10rem);
        display: inline-flex;
        justify-content: center;
        align-items: center;
    }

    .home.page-template .card-body p {
        display: none;
    }

    .home.page-template h5.card-title {
        margin-bottom: 0!important;
    }
}

.card .card-body .card-title {
	font-size: 24px;
	font-weight: 500;
    margin-bottoM: 0;
}

.card[data-type] .card-body p {
    display: none;
}

.card[data-type] .card-body {
    margin-top: 1rem;
}

.card .card-body .card-text {
	font-size: 14px;
}

.home.page-template .section-3 .card:hover {
	position: relative;
	transform: scale(1.06);
	transition: 0.3s;
	z-index: 2;
}

.home.page-template .section-3 .card .card-title,
.home.page-template .section-3 .card .card-text {
	color: #fff;
}

.card .card-body .btn-group img {
	transform: translateX(-1rem);
}

.card .card-body .btn-group {
	opacity: 0;
    position: absolute;
    bottom: 1rem;
}

.card:hover .card-body .btn-group {
	transition: 0.35s;
	opacity: 1;
}

.card:hover .card-body .btn-group img {
	transition: 0.35s;
	transform: translateX(0);
}

.labelbox .tag {
    font-size: 12px;
    color: #07a0a5;
}

.labelbox .subject {
    font-size: 33px;
    color: #03406a;
}
.desc-box {
    /* padding-top: 2.3rem; */
}
.desc-box .desc-box-item {
    color: #6d777f;
    padding-top: 2rem;
}
.desc-box .desc-box-more {
    padding-top: 2.6rem;
}
.desc-box .desc-box-more a {
    display: inline-block;
    line-height: 1.6;
    text-decoration: none;
    color: #000!important;
    font-size: 12px;
    border-bottom: thin solid #1bb6bb;
}

.font-weight-bold {
    font-weight: var(--semi-bold);
    color: #03406a;
}

img {
    max-width: 100%;
}

.img-fluid img {
	width: 100%;
}

.btn {
    display: inline-block;
    font-weight: 400;
    color: #212529;
    text-align: center;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-color: transparent;
    border: 1px solid transparent;
    padding: .375rem .75rem!important;
    font-size: 1rem;
    line-height: 1.5;
    border-radius: .25rem;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out!important;
}

.home.page-template .section-4 {
	padding-top: 5rem!important;
	padding-bottom: 5rem!important;
}

.home.page-template .section-4 .row .col-sm-6:first-child {
	padding-right: 3.5rem;
}

@media screen and (max-width: 767.9px) {
	.home.page-template .section-4 .row .col-sm-6:first-child {
		padding-right: 0;
	}
}

@media screen and (max-width: 576px) {
    .section-4>.container>.row {
        flex-direction: column-reverse;
    }
}

.home.page-template .section-4+.wp-block-columns.is-layout-flex.wp-container-core-columns-is-layout-1.wp-block-columns-is-layout-flex {
    gap: 0px!important;
}

.home.page-template .section-4+.wp-block-columns.is-layout-flex.wp-container-core-columns-is-layout-1.wp-block-columns-is-layout-flex, .page-id-374 #content {
    background: linear-gradient(200deg, #00d9db, #acf7f9, #acf7f914, #fff, #fff);
    background: -webkit-linear-gradient(200deg, #00d9db, #acf7f9, #acf7f914, #fff, #fff);
    background: -moz-linear-gradient(200deg, #00d9db, #acf7f9, #acf7f914, #fff, #fff);
    background: -o-linear-gradient(200deg, #00d9db, #acf7f9, #acf7f914, #fff, #fff);
    background: -ms-linear-gradient(200deg, #00d9db, #acf7f9, #acf7f914, #fff, #fff);
/*    padding-bottom: 3rem;*/
    padding-bottom: 0;
}

.home.page-template .section-4+.wp-block-columns.is-layout-flex.wp-container-core-columns-is-layout-1.wp-block-columns-is-layout-flex.bg-1, .page-id-374 #content.bg-1 {
    background: linear-gradient(250deg, #1b81c7, #1b81c7a3, #1b81c770, #1b81c70d, #fff, #fff, #fff);
}

@media screen and (max-width: 576px) {
    .home.page-template .section-5 {
        padding-top: 3rem;
        padding-bottom: 0;
    }
}

.home.page-template .wp-block-services-section-services.container,
.home.page-template .services-box {
/*    background: linear-gradient(241deg, #00e4e6, #00e4e614, #ffffff, #fff, #fff);*/
    max-width: 100%;
}

.home.page-template .bg-1 .wp-block-services-section-services.container,
.home.page-template .services-box.bg-1 {
/*    background: linear-gradient(233deg, #2796d0, #5eb1dc9e, #fff, #fff, #fff);*/
}

.home.page-template .ssbServices.default.columns-4.columns-tablet-2.columns-mobile-1 {
    max-width: 1232px!important;
    margin-left: auto;
    margin-right: auto;
    margin-right: auto;
}

@media (min-width: 768px) {
    .home.page-template .section-5 .col-md-3 {
        -ms-flex: 0 0 calc(25% - 18px);
        flex: 0 0 calc(25% - 18px);
        max-width: calc(25% - 18px);
    }

    .home.page-template .section-5 .col-md-3.mx-space {
    	margin-left: 18px;
    	margin-right: 18px;
    }

    .home.page-template .section-5 .row:last-child {
    	justify-content: center;
/*    	padding-top: 2rem;*/
        padding-top: 0;
    }
}

.home.page-template .section-5 .servicebox .img-fluid {
    position: relative;
}
.home.page-template .section-5 .servicebox .img-fluid .fix-icon {
    position: absolute;
    top: 0;
    right: 0;
    padding: 10px;
    margin: 12px;
    width: 3rem;
    height: 3rem;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    background-color: #0469ae;
}
.home.page-template .section-5 .servicebox .servicebox-subject {
    line-height: 2.3;
    font-size: 24px;
    font-weight: bold;
}

.home.page-template .section-5 .btn-group {
	padding-top: 2rem;
	padding-bottom: 2rem;
}

.home.page-template .section-5 .btn-group .btn {
    padding-left: 0!important;
    padding-right: 0!important;
	border-radius: 0;
	transition: 0.3s;
    width: 10.5rem;
    cursor: pointer;
}

.home.page-template .section-5 .btn-group .btn.active {
	cursor: default;
    background-color: #0469ae;
    color: #fff;
    border-radius: 0;
}

.home.page-template .section-5 .pageview {
	transition: 0.3s 0.2s;
	opacity: 0;
	display: none;
}
.home.page-template .section-5 .pageview.active {
	opacity: 1;
	display: block;
}

.services-box.mobile-show {
    padding-left: 1rem!important;
    padding-right: 1rem!important;
/*    background: linear-gradient(to left bottom, #2bcccf, #cafeff, #fff);*/
}

.home.page-template .mobile-show .wp-block-services-section-services.container {
    padding-left: 0!important;
    padding-right: 0!important;
    overflow-x: hidden;
    width: 100%;
}

.home.page-template .mobile-show .wp-block-services-section-services.container .ssbServices.default {
    display: inline-flex;
    flex-wrap: nowrap;
}

.home.page-template .mobile-show .wp-block-services-section-service {
    width: 100%;
    flex-basis: 100%;
}

.home.page-template .section-6 {
    background-image: url(/wp-content/uploads/2024/09/view_img_mask_1x-2.webp);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    aspect-ratio: 919 / 154;
}

@media screen and (max-width: 768px) {
    .home.page-template .section-6 {
        aspect-ratio: 390 / 219;
    }
}

.home.page-template .section-6 .container,
.home.page-template .section-6 .row,
.home.page-template .section-6 .col {
    height: 100%;
}
.home.page-template .section-6 .col {
    display: inline-flex;
}
.home.page-template .section-6 .cardbox {
    width: 40rem;
    max-width: 100%;
    display: inline-block;
    position: relative;
    background-color: transparent;
    text-align: center;
}
.home.page-template .section-6 .cardbox .cardbox-text {
    font-size: 24px;
    font-weight: 500;
    color: #fff;
}
.home.page-template .section-6 .cardbox .btn-apply {
    background-color: #1bb6bb;
    border-radius: 0;
    width: 12.6rem;
    color: #fff;
    font-size: 14px;
}
.home.page-template .section-6 .cardbox .btn-apply span {
    padding-right: 1rem;
}

.img-fluid img {
    max-width: 100%;
    width: 100%;
    height: auto;
}

.home.page-template .section-7 {
    padding-top: 3rem;
    padding-bottom: 3rem;
}

.home.page-template .section-7 .rt-container-fluid.rt-team-container {
    margin-top: 2rem;
}

.home.page-template .section-7 .listbox {
    display: flex;
    align-items: stretch;
    flex-wrap: wrap;
    justify-content: space-between;
    padding-top: 3rem;
    padding-bottom: 3rem
}
.home.page-template .section-7 .listbox .listbox-item {
    position: relative;
    width: calc(25% - 10px);
    flex-basis: calc(25% - 10px);
    border: 1px solid #ccc;
    border-radius: 0px;
    margin-bottom: 1rem;
}
@media screen and (max-width: 767px) {
    .home.page-template .section-7 .listbox .listbox-item {
        width: 100%;
        flex-basis: 100%;
    }
}
.home.page-template .section-7 .listbox::after, .home.page-template .section-7 .listbox::before {
    display: none;
}
.home.page-template .section-7 .listbox .listbox-item .doctor-info {
    padding: 8px 12px;
    background-color: #f6f6f6;
}
.home.page-template .section-7 .listbox .listbox-item .doctor-info .doctor-info-name {
    font-size: 24px;
    font-weight: bold;
}
.home.page-template .section-7 .listbox .listbox-item .doctor-info .doctor-info-tag {
    font-size: 14px;
    color: #07a0a5;
}
.home.page-template .section-7 .listbox .listbox-item .doctor-info-remark {
    position: relative;
    padding: 16px 12px;
    font-size: 14px;
    line-height: 175%;
    padding-bottom: 4rem;
}
.home.page-template .section-7 .listbox .listbox-item .doctor-info-remark .doctor-info-remark-caption {
    padding-bottom: 1rem;
}
.home.page-template .section-7 .listbox .listbox-item .doctor-info-remark+.doctor-info-remark-desc-readmore {
    position: absolute;
    left: 12px;
    bottom: 0;
    padding-bottom: 1rem;
}
.home.page-template .section-7 .listbox .listbox-item .doctor-info-remark+.doctor-info-remark-desc-readmore a {
    display: inline-block;
    padding-bottom: 0.6rem;
    color: initial;
    border-bottom: 2px solid #1bb6bb;
}


.home.page-template .section-8 {
    background-color: #f6f6f6;
    padding-top: 3rem;
    padding-bottom: 3rem;
}
.home.page-template .section-8 .newslist,
.latest-news .newslist {
    display: flex;
    align-items: stretch;
    flex-wrap: nowrap;
    justify-content: space-between;
    padding-top: 3rem;
    padding-bottom: 3rem
}
.home.page-template .section-8 .newslist::after,
.home.page-template .section-8 .newslist::before,
.latest-news .newslist::after,
.latest-news .newslist::before {
	display: none;
}
.home.page-template .section-8 .newslist .newslist-item,
.latest-news .newslist-item {
    position: relative;
    width: calc(33.33% - 10px);
    flex-basis: calc(33.33% - 10px);
    border-radius: 0px;
    margin-bottom: 1rem!important;
}
.home.page-template .section-8 .newslist .newslist-item span.icon.icon-calendar,
.latest-news  .newslist .newslist-item span.icon.icon-calendar {
    margin-right: 10px;
}
@media screen and (max-width: 767px) {
    .home.page-template .section-8 .newslist .newslist-item,
    .latest-news .newslist .newslist-item {
        width: 100%;
        flex-basis: 100%;
    }
    .latest-news ul.list-unstyled.newslist {
        display: flex;
        flex-wrap: wrap;
        width: 100%;
    }
}

.cursor-pointer {
    cursor: pointer;
}

.latest-news { padding-top: 3rem; }
  
.latest-news ul.list-unstyled.newslist {
    padding-top: 1rem;
}

.latest-news .latest-news-subject {
    font-size: 24px;
}

.home.page-template .section-8 .news-info,
.latest-news .newslist .news-info {
    padding-top: 1.5rem!important;
    padding-bottom: 1.5rem!important;
}

.home.page-template .section-8 .news-info-title,
.latest-news .newslist .news-info-title {
    font-size: 24px;
    font-weight: bold;
}

.home.page-template .section-8 .news-info-date,
.latest-news .newslist .news-info-date {
    font-size: 12px;
    padding-top: 6px!important;
    padding-bottom: 6px!important;
}

.home.page-template .section-8 .news-info-remark-desc,
.latest-news .newslist .news-info-remark-desc {
    font-size: 12px;
    line-height: 2;
    padding-bottom: 3rem!important;
}

.home.page-template .section-8 .news-info-remark,
.latest-news .newslist .news-info-remark {
    position: relative;
}

.home.page-template .section-8 .news-info-remark-desc-readmore,
.latest-news .newslist .news-info-remark-desc-readmore {
    position: absolute;
    bottom: 0;
}

.home.page-template .section-8 .arrowbox {

    display: block;
    width: 4rem;
    position: absolute;
    top: 1.6rem;
    right: 0;
}


.home.page-template .section-8 .arrowbox .arrow-left, 
.home.page-template .section-8 .arrowbox .arrow-right {
	cursor: pointer;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    display: inline-block;
    width: 1.8rem;
    height: 1.8rem;
}

.home.page-template .section-8 .arrowbox .arrow-left {
    background-image: url(/wp-content/uploads/2024/09/left_sq_1x.webp);
}

.home.page-template .section-8 .arrowbox .arrow-right {
    background-image: url(/wp-content/uploads/2024/09/right_sq_1x.webp);
}

.news-listbox.mobile-show .wpnawfree-plugin {
    display: inline-flex;
    flex-wrap: wrap;
}

.news-listbox.mobile-show .wpnawfree-plugin .news-col-list {
    width: 100%;
    flex-basis: 100%;
}

.news-listbox .news .news-title a {
    color: #03406a;
    font-weight: var(--semi-bold);
    font-size: 24px;
}

.section-9 {
    background-image: url(/wp-content/uploads/2024/09/appointment_img_mask_1x.webp);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
/*    aspect-ratio: 1512/683;*/
    padding-top: 2rem!important;
    padding-bottom: 2rem!important;   
}

@media screen and (max-width: 576px) {
    .section-9 {
        aspect-ratio: 390 / 835;
    }
}

.section-9 .section-9-inner {
	width: 100%;
	height: 100%;
	display: inline-flex;
	align-items: center;
	padding-right: 1rem;
	padding-left: 1rem;
}

.formbox {
	padding: 2rem!important;
	background-color: #fff;
	width: 100%;
	max-width: 32rem;
}

@media screen and (max-width: 768px) {
	.formbox {
		padding: 1rem!important;
	}
}

.formbox input, .formbox select, .formbox textarea {
    padding: 3px 1rem;
    border: thin solid transparent;
    box-shadow: #c9c9c9 0px 0px 0px 1px;
}

.form {
    display: inline-flex;
    flex-direction: row;
    flex-wrap: wrap;
    width: 100%;
/*    max-width: 41rem;*/
}

.form .form-subject {
	padding-top: 1.8rem;
	padding-bottom: 1.8rem;
	width: 100%;
}

.form .form-subject p {
	font-size: 33px;
	font-weight: bold;
}

.form-control {
    flex-basis: calc(50% - 6px);
}

.form-control.plan-options::before, .form-control.plan-options::after {
    content: unset;
}


.form {
    justify-content: space-between;
}

.form-control input, .form-control select, .form-control textarea {
    width: 100%;
    height: 35px;
    box-shadow: 0px 0px 1px 0px #4d4d4d;
    border: none;
    padding: 10px 0px!important;
    color: #696969;
}

.form-control p {
    width: 100%;
}

.form-control.fluid {
    width: 100%;
    flex-basis: 100%;
    text-align: center;
}

.form-control.fluid p {
	width: 100%;
    color: #03406a;
}

.form-control.fluid .submit-btn {
    border: none;
	width: 100%;
	max-width: 14rem;
    padding-top: 12px;
    padding-bottom: 12px;
	background-color: #1bb6bb;
/*    background-image: url(/wp-content/uploads/2024/09/appointment_right_1x.webp);*/
    background-repeat: no-repeat;
    background-position: 98% center;
    color: #fff;
    cursor: pointer!important;
    transition: 0.3s;
}

.form-control.fluid .submit-btn:hover {
	background-position: 80% center;
}

.form-control {
	display: inline-flex;
/*	align-items: center;*/
	justify-content: space-between;
	margin-bottom: 20px!important;	
}

.form-control.plan-options .plan-options-item {
	width: 46%;
	flex-basis: 46%;
}

.form-control.plan-options .plan-time { float: left; }
.form-control.plan-options .calendar { float: right; }

.form-control.fluid .submit-btn::after {
/*	content: '';*/
	display: inline-block;
	width: 1rem;
	height: 1rem;
/*	background-image: url(/wp-content/uploads/2024/09/appointment_right_1x.webp);*/
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
}

@media screen and (max-width: 576px) {
    .form-control {
        width: 100%;
        flex-basis: 100%;
    }
    .form-control p {
        width: 100%;
    }
}

/** for footer setting **/
footer.footer {
    background-color: #000;
    color: #fff;
    padding-left: 1rem;
    padding-right: 1rem;
}
footer .footer-inner {
    font-size: 12px;
    padding-top: 2rem;
    padding-bottom: 2rem;
    text-align: left;
}
footer .footer-inner .tag-label {
    font-size: 14px;
    margin-bottom: 2rem;
    color: #fff!important;
}
@media screen and (max-width: 576px) {
    footer .footer-inner .col-md-4 {
        margin-bottom: 3rem;
    }
}

@media screen and (min-width: 576px) {
    footer.footer h3.tag-label+.list-unstyled {
        padding-right: 2rem!important;
    }
}

footer.footer h3.tag-label+.list-unstyled .translation-block {
    text-indent: -2.2rem;
    padding-left: 2.2rem;
}

footer.footer a {
    color: #fff!important;
    text-decoration: none;
}

footer.footer .speciallist-item,
footer.footer .hsl-item {
    list-style-type: none;
	line-height: 2.6;
	max-width: 16rem;
	margin-rigt: 1rem;
	border-bottom: thin solid #7c7c7c;
}

footer.footer ul.list-unstyled li {
    line-height: 2.6;
}

footer.footer li.speciallist-item {
    list-style-type: none;
}

footer.footer ul.list-unstyled.health-services-list li {
    border-bottom: thin solid #7c7c7c;
    max-width: 16rem;
}

@media screen and (max-width: 576px) {
    footer.footer .speciallist-item,
    footer.footer .hsl-item,
    footer.footer ul.list-unstyled li {
        line-height: 3.6;
    }
}

footer.footer ul.list-unstyled li .icon {
	margin-right: 6px;
	width: 1.8rem;
	height: 1.8rem;
	background-position: left center;
}

@media screen and (max-width: 576px) {
    body.page-id-134 .newslist {
        padding-left: 15px!important;
        padding-right:  15px!important;
    }

    body.page-id-134 .newslist-search.mobile-show {
        padding-left: 0!important;
        max-width: 100%;
        padding-bottom: 2rem;
    }

    body.page-id-134 span.icon.icon-calendar {
        font-size: 1rem;
        color: #07a0a5;
        font-weight: bold;
    }

    body.page-id-134 footer.footer .container {
        padding-left: 0!important;
        padding-right: 0!important;
    }
}

body.page-id-134 .probox {
    background-color: #fff!important;
}

body.page-id-134 div.asl_w {
    background-color: #fff!important;
    background-image: none;
    box-shadow: 0px 0px 0px 1px #0090be;
}

body.page-id-134 .probox, div.asl_w .probox {
    background-color: transparent!important;
}

body.page-id-134 .proinput {
    background-color: transparent!important;
}

body.page-id-134 #ajaxsearchlite1 .probox, div.asl_w .probox {
    background-image: none!important;
    height: 51px;
}

body.page-id-134 #ajaxsearchlite1 .probox .proinput input, div.asl_w .probox .proinput input {
    height: 51px!important;
    color: #000!important;
}

body.page-id-134 div.asl_w .probox .promagnifier,
div.asl_w .probox .proloading, div.asl_w .probox .proclose, div.asl_w .probox .promagnifier, div.asl_w .probox .prosettings {
    width: 51px;
    height: 51px;
}

@media screen and (max-width: 576px) {
    .news-template-default.single .newsbox ul.list-unstyled.newslist {
        display: inline-flex;
        width: 100%;
        flex-wrap: wrap;
        justify-content: space-between;
    }

    .news-template-default.single .newsbox ul.list-unstyled.newslist .newslist-item {
        flex-basis: calc(50% - 6px);
        width: calc(50% - 6px);
    }

    .news-template-default.single .latest-news .newslist .news-info-title {
        font-size: 14px;
        color: #03406a;
    }
    .news-template-default.single  .content .style-79 {
        padding-left: 0!important;
        padding-right: 0!important;
    }
}

@media screen and (max-width: 767px) {
    html.hillstar-theme #colibri .style-67 {
        margin-left: 0px;
        margin-right: 0px;
    }
    html.hillstar-theme .v-inner-2 {
        padding-left: 15px;
        padding-right: 15px;
    }
    html.hillstar-theme body.customize-support .masonry-item .v-inner-2 {
        padding-left: 0px;
        padding-right: 0px;
    }
    .news-template-default.single .latest-news .newslist .news-info {
        padding-top: 1rem!important;
    }
}

span.icon.icon-calendar {
    font-size: 1rem;
    color: #07a0a5;
}


.v-hidden {
    visibility: hidden;
    opacity: 0;
}
.icon {
    display: inline-block;
    background-size: auto 100%;
    min-height: 1rem;
    background-position: left center;
    background-repeat: no-repeat;
}
.icon-address {
    color: transparent;
/*    background-image: url('/wp-content/uploads/2024/09/carbon_location_1x.webp');*/
    background-image: url('/wp-content/uploads/2024/12/location.svg');
}
.icon-tel {
    color: transparent;
/*    background-image: url('/wp-content/uploads/2024/09/mage_mobile-phone_1x.webp');*/
    background-image: url('/wp-content/uploads/2024/12/tel.svg');
    background-size: 66%;
    background-position: center center;

}
.icon-fax {
    color: transparent;
    background-image: url('/wp-content/uploads/2024/12/fax.svg');
    background-size: cover;
    background-position: center center;
}
.icon-email, .icon-mail {
    color: transparent;
    background-image: url('/wp-content/uploads/2024/12/mail.svg');
    background-size: 66%;
    background-position: center center;
}
.list-unstyled {
    list-style: none;
    padding: 0!important;
    margin: 0!important;
}
.tag-label {
    font-weight: bold;
    padding-bottom: 1.5rem!important;
    margin-top: 0;
/*    margin-bottom: 0;*/
    display: inline-block;
    border-bottom: 2px solid var(--theme-background-color);
}

.btn-group, .btn-group-vertical {
    position: relative;
    display: -ms-inline-flexbox;
    display: inline-flex;
    vertical-align: middle;
}

/** for post page **/
html.hillstar-theme .content.colibri-main-content-archive .main-section .main-section-inner {
	margin-top: 0!important;
	padding-top: 2rem;
}

html.hillstar-theme .content.colibri-main-content-single .main-section, html.hillstar-theme .content.colibri-main-content-archive .main-section {
	background-color: transparent;
}

body:not(.home) .h-section-grid-container.h-navigation-padding {
	padding-top: 0!important;
}

html.hillstar-theme body:not(.home) #hero {
/*    margin-top: 124px;*/
	margin-top: 150px;
	padding-top: 0!important;
	padding-bottom: 0!important;
}

html.hillstar-theme body:not(.home) #hero .h-page-title__outer h1 {
	font-size: 33px;
	margin-bottom: 0;
}

html.hillstar-theme body:not(.home) #colibri .header-inner-page .h-section-grid-container.h-navigation-padding.h-section-boxed-container .h-row-container[data-colibri-id] {
    padding-bottom: 0!important;
    padding-top: 0!important;
}

#hero.pageview-21 {
	background-image: none!important;
	background: linear-gradient(to left, #0469ae, #1b81c7)!important;
}

/** services box  **/

.wp-block-services-section-services.container:nth-child(2) {
    display: none;
}

.wp-block-services-section-services.container.active {
    display: block;
}

.wp-block-services-section-service .ssbService h3.title strong {
/*    font-weight: normal;*/
}

.wp-block-services-section-service .ssbService {
    padding: 0!important;
    box-shadow: none!important;
    font-size: 24px!important;
}

@media screen and (max-width: 576px) {
    .wp-block-services-section-service .ssbService {
        transform: translateY(0)!important;
    }
    #tlp-modal, .md-overlay {
        display: none;
    }
}

.wp-block-services-section-service .ssbService .title {
    font-size: 24px!important;
    margin-bottom: 0!important;
}

.wp-block-services-section-service .ssbService {
    min-height: 100px!important;
    margin-bottom: 2rem;
    border-radius: 0!important;
}

.wp-block-services-section-service .ssbService .link {
    display: none;
}

/*@media screen and (max-width: 576px) {
    .wp-block-services-section-service .ssbService.active .link {
        display: inline-block;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -30%);
        z-index: 10;
    }
}*/

html.hillstar-theme .h-section-fluid-container {
    height: auto!important;
}

html.hillstar-theme .h-section-fluid-container.topbar-social-icons {
    height: 41px!important;
}

.wp-block-services-section-service:hover .ssbService .bgLayer {
    opacity: 0;
    display: none;
}

.d-none {
    display: none;
}

.ssbServices.default.columns-4.columns-tablet-2.columns-mobile-1 {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.ssbServices.default.columns-4.columns-tablet-2.columns-mobile-1 .ssbService .icon,
.ssbServices .ssbService .title {
    margin: 0!important;
}

.ssbServices .ssbService .title {
    font-weight: var(--semi-bold)!important;
    color: #03406a!important;
    height: 2.5rem;
}

.ssbServices.default.columns-4.columns-tablet-2.columns-mobile-1 .wp-block-services-section-service {
/*    flex-basis: calc(25% - 10px);*/
    flex-basis: calc(33.33% - 10px);
    position: relative;
}

.btn-group.service-btn-group {
    padding-top: 3rem;
    padding-bottom: 2rem;
}

.btn-group.service-btn-group .btn {
    border-radius: 0;
    transition: 0.3s;
    width: 11.6rem;
    cursor: pointer;
}

@media screen and (max-width: 576px) {
    .btn-group.service-btn-group .btn {
        padding-left: 8px!important;
        padding-right: 8px!important;
        width: 9rem;
    }
}

.btn-group.service-btn-group .btn.active {
    cursor: default;
    background-color: #0469ae;
    color: #fff;
    border-radius: 0;
}

.btn-group.service-btn-group .btn:nth-child(2).active {
    background-color: #1bb6bb!important;
}

.service-section-2, .service-section-1 {
    transition: 0.3s 0.3s;
    opacity: 0;
    display: none;
}
.service-section-2.active,
.service-section-1.active {
    opacity: 1;
    display: block;
    padding-bottom: 3rem;
}

.ssbService .icon {
    position: relative;
    width: 100%;
}

.ssbService .icon::after {
    content: '';
    display: inline-block;
    width: 2.6rem;
    height: 2.6rem;
    position: absolute;
    right: 0;
    top: 0;
    margin: 10px;
    background-color: #0469ae;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 45%;
}

.service-section-2 .ssbService .icon::after {
    background-color: #1bb6bb;
}

.service-section-1 .wp-block-services-section-service,
.service-section-2 .wp-block-services-section-service {
    cursor: pointer;
}

.service-section-1 .wp-block-services-section-service:nth-child(1) .ssbService .icon::after {
    background-image: url('/wp-content/uploads/2024/09/serve_seven_two_icon_1_1x.webp');
}

.service-section-1 .wp-block-services-section-service:nth-child(2) .ssbService .icon::after {
    background-image: url('/wp-content/uploads/2024/09/serve_seven_two_icon_2_1x.webp');
}

.service-section-1 .wp-block-services-section-service:nth-child(3) .ssbService .icon::after {
    background-image: url('/wp-content/uploads/2024/09/serve_seven_two_icon_3_1x.webp');
}

.service-section-1 .wp-block-services-section-service:nth-child(4) .ssbService .icon::after {
    background-image: url('/wp-content/uploads/2024/09/serve_seven_two_icon_4_1x.webp');
}

.service-section-1 .wp-block-services-section-service:nth-child(5) .ssbService .icon::after {
    background-image: url('/wp-content/uploads/2024/09/serve_seven_two_icon_5_1x.webp');
}

.service-section-1 .wp-block-services-section-service:nth-child(6) .ssbService .icon::after {
    background-image: url('/wp-content/uploads/2024/09/serve_seven_two_icon_6_1x.webp');
}

.service-section-1 .wp-block-services-section-service:nth-child(7) .ssbService .icon::after {
    background-image: url('/wp-content/uploads/2024/09/serve_seven_two_icon_7_1x.webp');
}

.service-section-2 .wp-block-services-section-service:nth-child(1) .ssbService .icon::after {
    background-image: url('/wp-content/uploads/2024/09/serve_seven_one_icon_1_1x.webp');
}

.service-section-2 .wp-block-services-section-service:nth-child(2) .ssbService .icon::after {
    background-image: url('/wp-content/uploads/2024/09/serve_seven_one_icon_2_1x.webp');
}

.service-section-2 .wp-block-services-section-service:nth-child(3) .ssbService .icon::after {
    background-image: url('/wp-content/uploads/2024/09/serve_seven_one_icon_3_1x.webp');
}

.service-section-2 .wp-block-services-section-service:nth-child(4) .ssbService .icon::after {
    background-image: url('/wp-content/uploads/2024/09/serve_seven_one_icon_4_1x.webp');
}

.service-section-2 .wp-block-services-section-service:nth-child(5) .ssbService .icon::after {
    background-image: url('/wp-content/uploads/2024/09/serve_seven_one_icon_5_1x.webp');
}

.service-section-2 .wp-block-services-section-service:nth-child(6) .ssbService .icon::after {
    background-image: url('/wp-content/uploads/2024/09/serve_seven_one_icon_6_1x.webp');
}

.service-section-2 .wp-block-services-section-service:nth-child(7) .ssbService .icon::after {
    background-image: url('/wp-content/uploads/2024/09/serve_seven_one_icon_7_1x.webp');
}

@media screen and (max-width: 768px) {
    .ssbServices.default.columns-4.columns-tablet-2.columns-mobile-1 .wp-block-services-section-service {
        flex-basis: calc(50% - 10px);
    }
}

@media screen and (max-width: 576px) {
    .ssbServices.default.columns-4.columns-tablet-2.columns-mobile-1 .wp-block-services-section-service {
        flex-basis: 100%;
    }
}

body:not(.home) .h-section-grid-container.h-navigation-padding .h-row-container {
    position: relative;
    padding-top: 10px;
    padding-bottom: 10px;
}

body:not(.home) .h-section-grid-container.h-navigation-padding::after {
    content: '';
    display: none;
    width: 100%;
    height: 15px;
    position: absolute;
    bottom: 0;
    left: 0;
    background-color: #1bb6bb;
}

#colibri:not(.home) [data-colibri-id="10-h25"] {
    background-image: none!important;
/*    background: linear-gradient(to bottom, #0469ae, #1bb1c7)!important;*/
/*    background: linear-gradient(113deg, #0469ae, #0c71b7, #1b81c7) !important;*/
}
#colibri:not(.home) [data-colibri-id="10-h25"] .background-wrapper {
    background: linear-gradient(
      113deg,   /* 渐变方向 */
      #0469ae 0%,  /* 开始颜色 */
      #1b81c7 100% /* 结束颜色 */
    );
}


/** for doctor section **/
.layout3.rt-col-md-12.rt-col-sm-12.rt-col-xs-12.rt-grid-item.swiper-slide {
    flex-basis: calc(25% - 10px);
    width:  calc(25% - 10px);
    margin-right: 10px;
    border: thin solid #ececec;
}
@media screen and (max-width: 576px) {
    .layout3.rt-col-md-12.rt-col-sm-12.rt-col-xs-12.rt-grid-item.swiper-slide {
        flex-basis: 100%;
        margin-right: 0;
    }
}
.swiper-slide .swiper-wrapper {
    justify-content: space-between;
    flex-wrap: nowrap;
}

.swiper-slide .tlp-overlay1 h3 {
    margin: 0!important;
    padding: 16px 10px 16px 16px!important;
    background-color: #f6f6f6;
}

.swiper-slide .single-team-area {
    padding: 0;
}

.swiper-slide .rt-team-container .layout3 .single-team-area h3 {
    margin-bottom: 0!important;
    margin-top:  0;
    padding: 16px 10px 0px 16px!important;
    /* color: #000; */
    /* border-bottom: thin solid #ececec; */
    background-color: #d9d9d9;
}

.swiper-slide .rt-team-container .layout3 .single-team-area h3 a {
    font-size: 24px;
    color: #03406a;
}

.swiper-slide .tlp-position {
    border-bottom: thin solid #ececec;
    padding: 0px 16px 10px 16px !important;
}

.swiper-slide .short-bio {
    padding: 10px 16px!important;
}

.swiper-slide .readmore-btn a {
    background-color: transparent!important;
    color:  initial;
    display: inline-block;
    line-height: 2;
    border-bottom: 2px solid #1bb6bb;
    border-radius: 0;
    margin-bottom: 16px;
    padding: 0;
    padding-bottom:  8px;
    margin-right: 16px;
    margin-left: 16px;
    font-size: 12px;
}

.rt-team-container.rt-team-container-618 h3, .rt-team-container.rt-team-container-618 .isotope1 .team-member h3, .rt-team-container.rt-team-container-618 h3 a, .rt-team-container.rt-team-container-618 .overlay h3 a, .rt-team-container.rt-team-container-618 .layout8 .tlp-overlay h3 a, .rt-team-container.rt-team-container-618 .layout9 .single-team-area h3 a, .rt-team-container.rt-team-container-618 .layout6 .tlp-info-block h3 a, .rt-team-container.rt-team-container-618 .carousel11 .single-team-area .ttp-member-title h3 a, .rt-team-container.rt-team-container-618 .layout10 .tlp-overlay .tlp-title h3 a, .rt-team-container.rt-team-container-618 .layout11 .single-team-area .ttp-member-title h3 a, .rt-team-container.rt-team-container-618 .layout12 .single-team-area h3 a, .rt-team-container.rt-team-container-618 .layout15 .single-team-area .ttp-member-title h3 a, .rt-team-container.rt-team-container-618 .isotope5 .tlp-overlay h3 a, .rt-team-container.rt-team-container-618 .isotope6 .single-team-area h3 a, .rt-team-container.rt-team-container-618 .isotope10 .single-team-area .ttp-member-title h3 a, .rt-team-container.rt-team-container-618 .single-team-area .tlp-content h3 a {
    font-weight: var(--semi-bold);
}

.swiper-slide .readmore-btn {
    text-align: left;
}

.swiper-slide .tlp-position {
    background-color: #f6f6f6;
}

.swiper-slide .tlp-position a {
    color: #1bb6bb!important;
}

.team-name a {
    color: #6d777f!important;
    font-weight: var(--semi-bold);
}

.rt-team-container.rt-team-container-618 .short-bio p, .rt-team-container.rt-team-container-618 .short-bio p a, .rt-team-container.rt-team-container-618 .overlay .short-bio p, .rt-team-container.rt-team-container-618 .overlay .short-bio p a {
    font-size: 14px;
}

.wpnawfree-plugin {
    display: inline-flex;
    flex-wrap: nowrap;
}

.wpnawfree-plugin .news-col-list {
    flex-basis: calc(33.33% - 10px);
    margin-right: 10px!important;
}

.wpnawfree-plugin .news-content {
    width: 100%;
    margin-left: 0;
}

.wpnawfree-plugin .grid-date-post::before {
    content: '';
    display: inline-block;
    width: 1rem!important;
    height: 1rem!important;
    background: transparent;
    float: left;
    margin-right: 0.4rem;
    background-image: url(/wp-content/uploads/2024/12/calendar.svg);
    background-repeat: no-repeat;
}

.wpnawfree-plugin .news-col-list .news-content {
    margin-left: 0;
    width: 100%;
    padding: 2rem 0;
}

@media screen and (max-width: 576px) {
    .wpnawfree-plugin .news-col-list .news-content {
        padding-top: 1rem;
        border-bottom: 2px solid #6d777f82;
    }
}

.wpnawfree-plugin .grid-date-post {
    font-size: 12px;
}

.wpnawfree-plugin .news .news-title {
    font-weight: bold;
    font-size: 24px;
    color: #03406a;
    padding: 16px 0;
}

.wpnawfree-plugin .news-short-content {
    font-size: 14px;
    padding-bottom: 1rem!important;
    color: #6d777f;
}

.wpnawfree-plugin a.news-more-link {
    background-color: transparent;
    color: initial;
}

.wpnawfree-plugin a.news-more-link {
    color: #6d777f!important;
    font-weight: bold;
    font-size: 12px;
    text-decoration: underline!important;
}

.wpnawfree-plugin .news-col-list .news-inner-wrap-view {
    border-bottom: none;
}

.wpnawfree-plugin .news-col-list .news-thumb,
.wpnawfree-plugin .news-col-list .news-thumb img {
    width: 100%;
}

.news-listbox {
    overflow-x: hidden;
}


.specialist .header-topbanner:not(.mobile-show) {
    aspect-ratio: 1512 / 550;
    background-image: url(/wp-content/uploads/2024/09/img_mask_1x.webp);
    background-repeat: no-repeat;
    background-size: cover;
    height: 100%;
    position: relative;
    width: 100%;
    background-position: center center;
}

.specialist .header-topbanner-layout {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    /* background-color: rgba(3, 0, 175, 0.5); */
    /* background: linear-gradient(to bottom, rgba(3, 0, 175, 0.5), rgba(3, 0, 175, 0.5)), url(/wp-content/uploads/2024/09/img_mask_1x.webp); */
    background: linear-gradient(to right, #0469ae, #0c71b7, #1b81c7);
    opacity: 0.3;
    z-index: 1;
}
.specialist .header-topbanner-contentbox {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 2;
    width: 100%;
    max-width: 1232px;
    height: 100%;
    margin-left: 15px;
    margin-right: 15px;
}
.specialist .header-topbanner-context {
    position: absolute;
    top: 50%;
    left: 0;
    transform: translate(0, -50%);
    z-index: 2;
    max-width: 30rem;
}
.specialist .htc-title {
    font-size: 33px;
    font-weight: 700;
    color: #fff;
    text-align: left;
}
.specialist .htc-desc {
    font-size: 14px;
    font-weight: 400;
    color: #fff;
    text-align: left;
    margin-top: 20px;
}
.specialist .htc-addition {
    margin-top: 40px;
    text-align: left;
}
.specialist .btn-outlined {
    border: thin solid #fff;
    color: #fff!important;
    padding: 8px 36px!important;
    border-radius: 0px;
    text-decoration: none!important;
    font-size: 12px;
    transition: all 0.3s ease-in-out;
}
.specialist .btn-outlined:hover {
    background-color: #fff;
    color: #333!important;
}

@media screen and (min-width: 576px) {
    .container, .specialist .header-topbanner-contentbox {
/*        max-width: 540px;*/
        max-width: calc(100% - 2rem);
        margin-left: 0;
        margin-right: 0;
    }
}

@media screen and (min-width: 768px) {
    .container, .specialist .header-topbanner-contentbox {
/*        max-width: 720px;*/
        max-width: calc(100% - 2rem);
        margin-left: 0;
        margin-right: 0;
    }
}

@media screen and (min-width: 1024px) {
    .container, .specialist .header-topbanner-contentbox {
        max-width: 960px;
        margin-left: 0;
        margin-right: 0;
    }
}

@media screen and (min-width: 1200px) {
    .container, .specialist .header-topbanner-contentbox {
        max-width: 1232px;
        padding-left: 15px!important;
        padding-right: 15px!important;
    }
}

/** for doctor page  **/
.page-id-127 #hero {
    display: none!important;
}

.page-id-127 .specialist {
    padding-top: 144px!important;
    padding-bottom: 3rem;
}

.page-id-127 .h-section-global-spacing {
    padding-top: 0!important;
    padding-bottom: 0!important;
}
@media screen and (min-width: 1024px) {
    .page-id-127 .h-section-global-spacing .h-section-boxed-container {
        width: 100%;
        max-width: 100%;
    }
}

@media screen and (max-width: 1199px) {
    .page-id-127 .page-content {
        padding-top: 0!important;
        padding-bottom: 0!important;
    }
}

.page-id-127 .specialistbox {
    width: 100%;
    max-width: 900px;
    margin-left: auto!important;
    margin-right: auto!important;
    margin-top: 3rem!important;
}


.page-id-127 .rt-team-container .even-grid-item {
    border: thin solid #d9d9d9;
    flex-basis: calc(33.33% - 10px);
}

.page-id-127 .rt-team-container .tlp-content {
    background-color: #f6f6f6;
}

.page-id-127 .rt-row.rt-content-loader.layout1.ttp-even {
    /* justify-content: space-between; */
}

.page-id-127 .rt-col-md-4.rt-col-sm-6.rt-col-xs-12.even-grid-item.rt-grid-item:nth-child(5) {
    margin-left: 10px;
    margin-right: 10px;
}

.page-id-127 .rt-col-md-4.rt-col-sm-6.rt-col-xs-12.even-grid-item.rt-grid-item:nth-child(2) {
    margin-left: 10px;
    margin-right: 10px;
}

.page-id-127 .rt-col-md-4.rt-col-sm-6.rt-col-xs-12.even-grid-item.rt-grid-item:nth-child(8) {
    margin-left: 10px;
    margin-right: 10px;
}

.page-id-127 .short-bio {
    padding: 10px!important;
    color: #6d777f;
}

.page-id-127 .rt-team-container .readmore-btn a {
    text-decoration: none!important;
}

.page-id-127 .rt-team-container .readmore-btn {
    padding-bottom: 1rem;
}

.page-id-127 .readmore-btn a {
    font-size: 12px;
    border-bottom: thin solid #1bb6bb;
    border-radius: 0!important;
    display: inline!important;
    padding-left: 0!important;
    padding-right: 0!important;
    margin-left: 10px;
}

@media screen and (max-width: 576px) {
    body.page-id-127 #hero {
        display: inline-flex!important;
        aspect-ratio: 390 / 219;
        width: 100%;
        align-items: center;
    }

    body.page-id-127 .background-layer .shape-layer {
        background-image: url(/wp-content/uploads/2024/09/our-team-banner-image-1.png)!important;
        background-repeat: no-repeat;
        background-position: center center;
        background-size: cover;
    }

    body.page-id-127  .h-section-grid-container.h-navigation-padding::after {
        display: none;
    }
}
@media screen and (max-width: 767px) {

    body.page-id-127 .specialist-content {
        padding-left: 15px;
        padding-right: 15px;
    }

    body.page-id-127 .specialist-content .listbox {
        display: flex;
        align-items: stretch;
        flex-wrap: wrap;
        justify-content: space-between;
        padding-top: 3rem;
        padding-bottom: 3rem
    }
    body.page-id-127 .specialist-content .listbox .listbox-item {
        position: relative;
        width: calc(25% - 10px);
        flex-basis: calc(25% - 10px);
        border: 1px solid #ccc;
        border-radius: 0px;
        margin-bottom: 2rem;
    }

    body.page-id-127 .specialist-content .listbox .listbox-item {
        width: 100%;
        flex-basis: 100%;
    }

    body.page-id-127 .specialist-content .listbox::after, body.page-id-127 .specialist-content .listbox::before {
        display: none;
    }
    body.page-id-127 .specialist-content .listbox .listbox-item .doctor-info {
        padding: 8px 12px;
        background-color: #f6f6f6;
    }
    body.page-id-127 .specialist-content .listbox .listbox-item .doctor-info .doctor-info-name {
        font-size: 24px;
        font-weight: bold;
    }
    body.page-id-127 .specialist-content .listbox .listbox-item .doctor-info .doctor-info-tag {
        font-size: 14px;
        color: #07a0a5;
    }
    body.page-id-127 .specialist-content .listbox .listbox-item .doctor-info-remark {
        position: relative;
        padding: 16px 12px;
        font-size: 14px;
        line-height: 175%;
        padding-bottom: 4rem;
    }
    body.page-id-127 .specialist-content .listbox .listbox-item .doctor-info-remark .doctor-info-remark-caption {
        padding-bottom: 1rem;
    }
    body.page-id-127 .specialist-content .listbox .listbox-item .doctor-info-remark+.doctor-info-remark-desc-readmore {
        position: absolute;
        left: 12px;
        bottom: 0;
        padding-bottom: 1rem;
    }
    body.page-id-127 .specialist-content .listbox .listbox-item .doctor-info-remark+.doctor-info-remark-desc-readmore a {
        display: inline-block;
        padding-bottom: 0.6rem;
        color: initial;
        border-bottom: 2px solid #1bb6bb;
        text-decoration: none!important;
        font-size: 12px;
    }
    body.page-id-127 #content, body.page-id-127 .specialist {
        padding-top: 0!important;
    }

    body.page-id-127 .header-topbanner {
        padding-left: 15px;
        padding-right: 15px;
    }

    body.page-id-127 .header-topbanner-description {
        padding-bottom: 40px!important;
    }

    body.page-id-127 a.btn.btn-outlined {
        margin-bottom: 1rem;
        color: #0469ae!important;
        border: thin solid #0469ae;
    }
}
/** doctor page **/
.team-template-default.single-team #hero{
    display: none;
}


.team-template-default.single-team .rt-team-container.tlp-single-container.rt-container {
    padding-top: 144px;
    padding-bottom; 3rem;
}

@media screen and (max-width: 768px) {
    .team-template-default.single-team .rt-team-container.tlp-single-container.rt-container {
        padding-top: 81px;
    }
}

.team-template-default.single-team .rt-team-container.tlp-single-container.rt-container {
    max-width: calc(100% - 2rem);
    margin-left: auto;
    margin-right: auto;
}

@media (min-width: 576px) {
    html.hillstar-theme #content .h-section-boxed-container {
        max-width: calc(100% - 2rem);
        margin-left: auto;
        margin-right: auto;
    }
}

.team-template-default.single-team .tpl-member-header {
    text-align: center;
    background-color: #f6f6f6;
    padding-top: 2rem!important;
    padding-bottom: 2rem!important;
}

.team-template-default.single-team h2.tlp-member-title {
    color: #0469ae!important;
    font-size: 24px!important;
    margin-top: 10px!important;
    margin-bottom: 0px!important;
    text-transform: initial!important;
}

.team-template-default.single-team .tlp-position {
    display: none!important;
    font-size: 14px!important;
    color: #07a0a5!important;
    margin-bottom: 0!important;
}

.team-template-default.single-team .rt-content-loader {
    text-align: center;
    margin-top: 2rem!important;
    margin-bottom: 2rem!important;
}

.team-template-default.single-team .rt-col-xs-12.tlp-member-description-container {
    max-width: 900px;
    /* display: block; */
    clear: both;
    float: unset;
    width: 100%;
    margin-left: auto!important;
    margin-right:  auto!important;
}

.team-template-default.single-team .tlp-member-detail {
    padding-bottom: 3rem!important;
    color: #6d777f;
}

html.hillstar-theme body p, div.asl_w .probox .proinput input::placeholder {
    color: #6d777f;
}
div.asl_w .probox .proinput input::placeholder {
    color: #6d777f!important;
}
.team-template-default.single-team .tlp-member-detail p {
    font-size: 14px!important;
}

.team-template-default.single-team .tlp-member-detail p:nth-child(1) {
    font-weight: normal;
}

.team-template-default.single-team .specialist-footer-inner .btn-box {
    min-width: 10rem;
}


@media screen and (max-width: 768px) {
    .team-template-default.single .tlp-member-feature-img img {
        width: calc(100% - 2rem);
        height: auto;
    }
    .team-template-default.single-team .specialist-footer-inner .btn-box {
        min-width: 8rem;
    }
}

@media screen and (max-width: 576px) {
    .tlp-member-detail {
        text-align: left;
        padding-left: 15px!important;
        padding-right:  15px!important;
    }

    input#submit-btn {
        max-width: 100%;
        /* width: 100%!important; */
        /* flex-basis: 100%; */
    }

    .specialist-footer-inner .btn-box {
        width: auto;
    }

    .specialist-footer {
        padding-left: 15px!important;
        padding-right: 15px!important;
    }

}

.specialist-footer-inner .sfi-prev {
    text-align: left;
}

.specialist-footer-inner img {
    width: auto!important;
    height: auto!important;
    display: block;
}

.btn-box-prefix {
    position: relative;
}

.btn-box-prefix img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.specialist-footer-inner {
    align-items: stretch;
}

.page-template-default .h-row-container.h-section-boxed-container.gutters-row-lg-0.gutters-row-md-0.gutters-row-2.gutters-row-v-lg-0.gutters-row-v-md-0.gutters-row-v-2.style-3.style-local-10-h31.position-relative {
/*    transform: translateY(-10px);*/
}

.menu-item-object-page.current-menu-item {
/*    display: none!important;*/
}

html.hillstar-theme #colibri [data-colibri-id="5-h25"] .background-layer .overlay-layer,
html.hillstar-theme #colibri #hero .background-layer .overlay-layer,
html.hillstar-theme #colibri [data-colibri-id="22-h1"] .background-layer .overlay-layer {
    background-color: transparent;
}

.specialist-footer-inner {
    display: inline-flex;
    width: 100%;
    border-bottom: 2px solid #03406a;
    justify-content: space-between;
    align-items: flex-end;
    padding-bottom: 1rem!important;
}

.specialist-footer-inner .sfi-prev {
    flex-basis: 50%;
    display: inline-flex;
}

.specialist-footer-inner .sfi-next {
    flex-basis: 50%;
    text-align: right;
    display: inline-flex;
    justify-content: flex-end;
}

.specialist-footer-inner .btn-box {
    display: inline-flex;
/*    width: 9rem;*/
    align-items: stretch;
}

.specialist-footer-inner .btn-box-prefix {
/*    flex-basis: 30%;*/
    flex-basis: 22%;
    text-align: center;
    border: thin solid #d7d7d7;
    cursor: pointer;
    line-height: 3;
    /* float: right; */
    /* margin-right: 10px; */
}

.specialist-footer-inner .btn-box-context {
    padding-left: 10px!important;
}

.specialist-footer-inner .sfi-next .btn-box {
    flex-direction: row-reverse;
}

.specialist-footer-inner .sfi-next .btn-box .btn-box-context {
    padding-right: 10px;
    padding-left: 0;
}

.specialist-footer-inner .bbc-desc {
    font-size: 12px;
}

.specialist-footer-inner .bbc-label {
    font-size: 24px;
    font-weight: bold;
}


@media screen and (max-width: 576px) {
    .specialist-footer-inner .bbc-label {
        font-size: 18px;
    }
}

.post-template-default .h-section-boxed-container,  
.post-template-default .main-section-inner {
    margin-top: 0!important;
}

@media screen and (min-width: 576px) {
    .post-template-default .colibri-main-content-single .h-section-boxed-container,
    .news-template-default .h-section-boxed-container.main-section-inner {
        max-width: 540px;
        margin-left: auto;
        margin-right: auto;
    }
}

@media screen and (min-width: 768px) {
    .post-template-default .colibri-main-content-single .h-section-boxed-container,
    .news-template-default .h-section-boxed-container.main-section-inner {
        max-width: 720px;
        margin-left: auto;
        margin-right: auto;
    }
}

@media screen and (min-width: 1024px) {
    .post-template-default .colibri-main-content-single .h-section-boxed-container,
    .news-template-default .h-section-boxed-container.main-section-inner {
        max-width: 960px;
        margin-left: auto;
        margin-right: auto;
    }
}

@media screen and (min-width: 1200px) {
    .post-template-default .colibri-main-content-single .h-section-boxed-container,
    .news-template-default .h-section-boxed-container.main-section-inner {
        max-width: 960px;
        margin-left: auto;
        margin-right: auto;
    }
}

.post-template-default .h-section-fluid-container, .news-template-default .h-section-boxed-container.main-section-inner,
.news-template-default .h-section-fluid-container {
    height: auto!important;
    margin-top: 0!important;
}


.post-template-default .colibri-post-thumbnail,
.news-template-default .colibri-post-thumbnail {
    border-radius: 0!Important;
}

.specialist-footer {
    padding-bottom: 3rem!important;
}

.newsformbox .newsformbox-context {
    max-width: 16rem;
    width: 100%;
    box-shadow: 0px 0px 1px #7f7f7f;
    position: relative;
}

.newsformbox input.search-field {
    padding: 10px 16px;
    border: none;
    width: 100%;
    padding-right: 24px;
}

.newsformbox .newsformbox-label {
    font-size: 24px;
    padding-bottom: 8px!important;
}

.newsformbox span.icon.icon-magnifier.cursor-pointer {
    position: absolute;
    right: 0;
    top: 0;
    transform: translate(-6px, 10px);
}

.newsformbox span.icon.icon-magnifier.cursor-pointer:hover {
    transition: 0.3s;
    font-weight: bold;
}

.newslist {
    width: 100%;
}

.newslist-result {
    width: 66%;
    float: left;
}

.newslist-search {
    width: 16rem;
    max-width: 33%;
    float: left;
    padding-left: 2rem!important;
    margin-bottom: 2rem!important;
}
.newslist-search:nth-child(1) {
        display: none;
}
.newslist-search:nth-child(2) {
    display: block;
}
@media screen and (max-width: 768px) {
    .newslist-result {
        width: 100%;
    }
    .newslist-search { width: 100%; padding-left: 0px!important;}

    .newslist-search:nth-child(1) {
        display: block;
    }
    .newslist-search:nth-child(2) {
        display: none;
    }
}

.newslist-cat {
    padding-top: 1rem!important;
}

/** for team | about us page */
.page-id-2 div#hero {
    height: 0!important;
}

.page-id-2 .team .team-banner, .page-id-740 .team .team-banner {
    background-image: url(/wp-content/uploads/2024/09/img_mask_1x-2.webp);
    background-size: cover;
    background-position: center;
    width: 100%;
    aspect-ratio: 1512 / 550;
    position: relative;
}
.page-id-2 .team .team-banner-context, .page-id-740 .team .team-banner-context {
    color: #fff;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.page-id-2 .team-intro {
    font-size: 14px;
    color: #6d777f;
}

.page-id-740 .team .team-banner-context-subject,
.page-id-2 .team .team-banner-context-subject {
    font-size: 33px;
    font-weight: bold;
    margin-bottom: 2rem;
}
.page-id-740 .team .team-banner-context-desc,
.page-id-2 .team .team-banner-context-desc {
    font-size: 14px;
    margin-bottom: 2rem;
}

.page-id-2 .team .team-banner-context-desc {
    font-size: 16px;
}

.page-id-740 .team,
.page-id-2 .team {
    width: 100%;
    height: 100%;
}
.page-id-740 .team .tcli-context-content-tag,
.page-id-2 .team .tcli-context-content-tag {
    color: #07A0A5;
    font-size: 12px;
}
.page-id-740 .team .tcli-context-content-subject,
.page-id-2 .team .tcli-context-content-subject {
    padding-top: 10px;
    padding-bottom: 2.8rem;
}
@media screen and (max-width: 576px) {
    .page-id-740 .team .tcli-context-content-subject,
    .page-id-2 .team .tcli-context-content-subject {
        padding-top: 2px;
        padding-bottom: 2rem;
    }
}

.page-id-740 .team .team-content-list-item,
.page-id-2 .team .team-content-list-item {
    width: 100%;
    display: inline-flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    padding: 2rem 0;
}

@media screen and (max-width: 576px) {
    .page-id-2 .team .team-content-list-item {
        padding-top: 0;
    }
}

.page-id-740 .team .team-content-list-item:nth-child(even),
.page-id-2 .team .team-content-list-item:nth-child(even) {
    text-align: right;
}

.page-id-740 .team .team-content-list-item:nth-child(even) .tcli-context,
.page-id-2 .team .team-content-list-item:nth-child(even) .tcli-context {
    display: inline-flex;
    flex-direction: row-reverse!important;
}

.page-id-740 .team .tcli-context-img,
.page-id-2 .team .tcli-context-img {
    flex-basis: 366px;
    width: 366px
}
.page-id-740 .team .tcli-context-content,
.page-id-2 .team .tcli-context-content {
    flex-basis: calc(100% - 366px);
    width: calc(100% - 366px);
    position: relative;
}
.page-id-740 .team .tcli-context-content::after,
.page-id-2 .team .tcli-context-content::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 1px;
    background-color: #E5E5E5;
}

@media screen and (max-width: 576px) {
    .page-id-2 .team .team-content-list-item:last-child .tcli-context-content::after {
        display: none;
    }
}

.page-id-740 .content.colibri-page-content,
.page-id-2 .content.colibri-page-content {
    padding: 0!important;
}

.page-id-740 .d-flex.h-section.h-section-global-spacing.position-relative,
.page-id-2 .d-flex.h-section.h-section-global-spacing.position-relative {
    padding-top: 0!important;
}

.page-id-740 .h-section-grid-container.h-section-boxed-container,
.page-id-2 .h-section-grid-container.h-section-boxed-container {
    max-width: 100%!important;
}

.page-id-740 .team .team-banner-context-subject,
.page-id-2 .team .team-banner-context-subject {
    width: 100%;
}

.page-id-740 .team .team-banner-context,
.page-id-2 .team .team-banner-context {
    max-width: 600px;
}

.page-id-740 .team .team-banner-context-desc:last-child,
.page-id-2 .team .team-banner-context-desc:last-child {
    margin-bottom: 0;
}

.page-id-740 .team-banner, 
.page-id-2 .team-banner {
    display: inline-flex;
    align-items: center;
}

.page-id-740 .team-intro,
.page-id-2 .team-intro {
    padding-top: 3rem!important;
    padding-bottom: 3rem!important;
}

.page-id-740 .tcli-context,
.page-id-2 .tcli-context {
    display: inline-flex;
    width: 100%;
}

.page-id-740 .team .team-content-list-item:first-child,
.page-id-2 .team .team-content-list-item:first-child {
    padding-top: 0!important;
}

.page-id-740 .team .team-content-list-item:nth-child(even) .tcli-context .tcli-context-img,
.page-id-2 .team .team-content-list-item:nth-child(even) .tcli-context .tcli-context-img {
    padding-left: 2rem;
}

.page-id-740 .team .team-content-list-item:nth-child(odd) .tcli-context .tcli-context-img,
.page-id-2 .team .team-content-list-item:nth-child(odd) .tcli-context .tcli-context-img {
    padding-right: 2rem;
}

@media screen and (max-width: 576px) {
    .page-id-740 .team .team-content-list-item .tcli-context .tcli-context-img,
    .page-id-2 .team .team-content-list-item .tcli-context .tcli-context-img {
        width: 100%;
        flex-basis: 100%;
    }
    .page-id-740 .team .team-content-list-item .tcli-context .tcli-context-content,
    .page-id-2 .team .team-content-list-item .tcli-context .tcli-context-content {
        width: 100%;
        flex-basis: 100%;
    }
}

.page-id-740 .team .team-content-list-item:first-child,
.page-id-2 .team .team-content-list-item:first-child {
    margin-top: 0!important;
}

.page-id-740 .tcli-context-content-subject,
.page-id-2 .tcli-context-content-subject {
    font-size: 24px;
    font-weight: bold;
    color: #03406a;
}

.page-id-740 .tcli-context-content-desc,
.page-id-2 .tcli-context-content-desc {
    text-align: left;
    font-size: 14px;
    line-height: 2.1;
}

.page-id-2 .tcli-context-content-desc {
    font-size: 16px;
}

/** for contact us page **/

.page-id-132 .content.colibri-page-content {
    padding: 0!important;
}

.page-id-132 .d-flex.h-section.h-section-global-spacing.position-relative {
    padding-top: 0!important;
}

.page-id-132 .h-section-grid-container.h-section-boxed-container {
    max-width: 100%!important;
}

@media screen and (max-width: 768px) {
    .col-6 {
        width: 100%;
        flex-basis: 100%;
    }
}

.page-id-132 .row.contact-context .col-6:first-child {
    padding-right: 1rem;
    padding-top: 3rem;
}

.page-id-132 .row.contact-context {
    padding-top: 3rem;
}

.page-id-132 .contact-context-label {
    font-size: 24px;
    font-weight: bold;
    color: #03406a;
    padding-bottom: 2rem!important;
}

.page-id-132 .contact-context-desc {
    font-size: 14px;
    padding-bottom: 2rem!important;
    padding-right: 3rem;
}
@media screen and (max-width: 576px) {
    .page-id-132 .contact-context-label {
        padding-bottom: 1rem!important;
    }
    .page-id-132 .contact-context-desc {
        padding-right: 0;
    }
}

.page-id-132 .contact-context-social {
    font-size: 14px;
}

.page-id-132 .ccs-list-item {
    padding-bottom: 12px!important;
}

.page-id-132 .ccs-list-item {
    flex-basis: calc(100% - 9rem);
}

@media screen and (max-width: 576px) {
    .page-id-132 .ccs-list-item {
        flex-basis: 100%;
        width: 100%;
    }
}

.page-id-132 .ccs-list-item:last-child {
    width: 9rem;
    flex-basis: 9rem;
}

.page-id-132 .ccs-list {
    display: inline-flex;
    width: 100%;
    flex-wrap: wrap;
}

.page-id-132 span.icon {
    display: inline-block;
    width: 1.2rem;
    height: 1.2rem;
    margin-right: 10px;
}

.page-id-132 .contact-context-social {
    padding-bottom: 2rem!important;
}
/** for icon setting **/
span.icon.icon-location-pin:before {
    content: '';
}

span.icon.icon-location-pin {
/*    background-image: url(/wp-content/uploads/2024/09/address_1x-2.webp);*/
    background-image: url(/wp-content/uploads/2024/12/location.svg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: auto 100%;
    transform: translateY(3px);
}

span.icon.icon-mail {
/*    background-image: url(/wp-content/uploads/2024/09/email_1x.webp);*/
    background-image: url(/wp-content/uploads/2024/12/mail.svg);
    background-size: 100% auto;
    background-repeat: no-repeat;
    background-position: center center;
    transform: translateY(5px);
}

span.icon.icon-call-in {
/*    background-image: url(/wp-content/uploads/2024/09/phone_1x.webp);*/
    background-image: url(/wp-content/uploads/2024/12/tel.svg);
    background-repeat: no-repeat;
    background-size: 100% auto;
    background-position: center center;
    transform: translateY(5px);
}

span.icon.icon-call-in:before {
    content: '';
}

span.icon.icon-fax {
    background-size: auto 100%;
    transform: translateY(5px);
    color: transparent;
}

span.icon.icon-whatsapp {
    background-image: url(/wp-content/uploads/2024/12/whatsapp.svg);
    background-repeat: no-repeat;
    background-size: auto 100%;
    background-position: center center;
    transform: translateY(5px);
    color: transparent;
}

.px-0 {
    padding-left: 0!important;
    padding-right: 0!important;
}

/** for q&a page **/

.page-id-795 .faq-intro {
    padding-bottom: 90px!important;
    text-align: center;
    padding-left: 15px!important;
    padding-right: 15px!important;
}

.page-id-795 .faq-list {
    padding-left: 15px!important;
    padding-right: 15px !important;
}

.page-id-795 .flib-subject {
    padding-right: 2rem!important;
    font-size: 18px;
    font-weight: bold;
    color: #0469ae;
}

.page-id-795 .flib-desc {
    font-size: 14px;
    padding-top: 1rem!important;
}

.page-id-795 .faq-list-item-box {
    padding: 1rem!important;
    border: 1px solid #d7d7d7;
    margin-bottom: 1rem!important;
}

.page-id-795 .flib-subject {
    position: relative;
}

.page-id-795 .faq-list-item-box .plus,
.page-id-795 .faq-list-item-box .minus {
    display: inline-block;
    cursor: pointer;
    width: 1rem;
    height: 1rem;
    font-size: 1.5rem;
    line-height: 1;
    position: absolute;
    top: 0;
    right: 0;
    color: skyblue;
}

.page-id-795 .faq-list-item-box:not(.active) .flib-desc,
.page-id-795 .faq-list-item-box:not(.active) .minus {
    display: none;
}

.page-id-795 .faq-list-item-box.active .minus {
    display: inline-block;
}

.page-id-795 .faq-list-item-box.active .plus {
    display: none;
}

.page-id-795 .faq-footer {
    text-align: center;
    padding-top: 3rem!important;
    padding-left: 15px!important;
    padding-right: 15px!important;
}

.page-id-795 .faq-footer-label {
    font-size: 33px;
    font-weight: bold;
    color: #03406a;
}

.page-id-795 a.btn.btn-outlined {
    text-decoration: none!important;
    color: initial;
    border: thin solid #6d777f;
    color: #6d777f;
    padding: 6px 40px!important;
    border-radius: 0;
    margin-top: 2rem;
    cursor: pointer;
}

.page-id-795 a.btn.btn-outlined:hover {
    background-color: #03406a;
    transition: 0.3s;
    color: #fff;
}

@media screen and (max-width: 576px) {
    .page-id-795 .faq-intro {
        padding-top: 45px!important;
        padding-bottom: 45px!important;
    }
    .h-section-global-spacing {
        padding-top: 0!important;
    }
}

/*.page-id-795 .faq-list-item-box.active .flib-subject::after {
    content: '-'!important;
}*/


/** for notification page **/

.page-id-778 .notification-context-subject {
    font-size: 24px;
    color: #03406a;
    font-weight: var(--semi-bold);
    padding-bottom: 2rem!important;
}

.page-id-778 table {
    display: table;
    width: 100%;
    overflow-x: auto;
}

@media screen and (max-width: 900px) {
    .page-id-778 table {
        display: block;
    }
}

@media screen and (max-width: 768px) {
    .mb-pt-2rem {
        margin-top: 2rem!important;
    }
}

.page-id-778 table th:nth-child(1) {
    min-width: 10rem;
}

.page-id-778 table th:nth-child(2) {
    min-width: 13rem;
}

.page-id-778 table th:nth-child(3) {
    min-width: 20rem;
}

.page-id-778 th {
    text-align: left;
}

.page-id-778 thead {
    color: #fff;
    background-color: #1bb6bb;
}

.page-id-778 th, .page-id-778 td {
    padding: 12px 2rem!important;
    vertical-align: middle;
    font-size: 14px;
    font-weight: var(--semi-bold);
}

.page-id-778 th {
    font-size: 18px;
}

.page-id-778 tr {
    width: 100%;
    /* display: block; */
}

.page-id-778 thead, .page-id-778 tbody {
    width: 100%;
    /* display: block; */
}

.page-id-778 .notification-context-subject:not(:first-child) {
    padding-top: 3rem!important;
}

.page-id-778 table {
    border-bottom: thin solid;
    padding-bottom: 2rem!important;
    margin-bottom: 4rem!important;
}

.page-id-778 .notification-context-address {
    font-size: 18px;
    font-weight: bold;
    color: #07a0a5;
    padding-bottom: 1rem!important;
}

.page-id-778 .notification-context-desc {
    font-size: 14px;
    line-height: 2.6;
}

.page-id-778 td {
    vertical-align: top;
}

@media screen and (max-width: 576px) {

    body.page-id-778 .notification-context-desc {
        padding-bottom: 2rem;
    }
}

body.page-id-778 .col-md-4 {
    padding: 0 15px!important;
}

/** for social icon **/

.social-whatsapp-fixed {
    display: inline-block;
    width: 3.2rem;
    height: 3.2rem;
    position: fixed;
    right: 0;
    top: 70vh;
    border-radius: 50%;
    background-image: url(/wp-content/uploads/2024/09/call_1x-2.webp);
    background-size: cover;
    margin: 1rem!important;
    z-index: 10;
    cursor: pointer;
    background-repeat: no-repeat;
    background-position: center center;
    opacity: 0.7;
}

.social-whatsapp-fixed:hover {
    transition: 0.3s;
    opacity: 1;
}

/** for mobile page **/
@media screen and (max-width: 860px) {

    .d-flex.align-items-center.text-lg-center.text-md-center.text-center.justify-content-lg-center.justify-content-md-center.justify-content-center.style-5.style-local-5-h5.position-relative.h-element {
        justify-content: flex-start!important;
        text-align: left!important;
    }

    html.hillstar-theme #colibri .style-10 .h-hamburger-icon {
/*        filter: invert(1);*/
        width: 3rem;
    }

    .page-template-default .h-row-container.h-section-boxed-container.gutters-row-lg-0.gutters-row-md-0.gutters-row-2.gutters-row-v-lg-0.gutters-row-v-md-0.gutters-row-v-2.style-3.style-local-10-h31.position-relative, body.single .h-row-container.h-section-boxed-container.gutters-row-lg-0.gutters-row-md-0.gutters-row-2.gutters-row-v-lg-0.gutters-row-v-md-0.gutters-row-v-2.style-3.style-local-10-h31.position-relative, #navigation .h-section-grid-container.h-section-fluid-container {
        transform: translateY(-10px);
    }
}

@media screen and (max-width: 768px) {
    .page-template-default .h-row-container.h-section-boxed-container.gutters-row-lg-0.gutters-row-md-0.gutters-row-2.gutters-row-v-lg-0.gutters-row-v-md-0.gutters-row-v-2.style-3.style-local-10-h31.position-relative, body.single .h-row-container.h-section-boxed-container.gutters-row-lg-0.gutters-row-md-0.gutters-row-2.gutters-row-v-lg-0.gutters-row-v-md-0.gutters-row-v-2.style-3.style-local-10-h31.position-relative, #navigation .h-section-grid-container.h-section-fluid-container {
        transform: translateY(0px);
    }

    div[data-placeholder-provider="navigation-spacing"] {
        display: block !important;
    }

    div#navigation {
        position: fixed;
        width: 100%;
        z-index: 10;
        transition: 0.35s;
    }

    #navigation .h-section-grid-container.h-section-fluid-container {
/*        transform: translateY(-3px);*/
        transform: translateY(0px);
    }

    #navigation .style-7.position-relative.h-element.text-right {
        margin-bottom: 0px!important;
    }

    #navigation .style-7.position-relative.h-element.text-right .language-switch {
        margin-bottom: 23px;
    }

    .top-0 {
        top: 0;
    }

    #navigation>.h-section-grid-container.h-section-fluid-container>div {
        height: 100%;
        width: 100%;
        display: flex;
        justify-content: space-between;
        align-items: center;
    }

    .slide-up {
        transform: translateY(-100%);
    }

    div[role="banner"]>.h-section-grid-container.h-section-fluid-container,
    .h-navigation_outer.h-navigation_overlap.colibri-theme-nav-boxed.style-2-outer.style-local-5-h2-outer[role="banner"]>.h-section-grid-container.h-section-fluid-container {
        display: none!important;
    }

    div[data-placeholder-provider="navigation-spacing"] {
        display: block !important;
    }

    html.hillstar-theme body:not(.home) #hero {
/*        margin-top: 100px!important;*/
        margin-top: 81px!important;
    }
    #navigation {
        /*padding-top: 16px!important;
        padding-bottom: 16px!important;*/
        padding-top: 6px!important;
        padding-bottom: 6px!important;
    }
}

#navigation .style-7.position-relative.h-element.text-right {
    height: auto!important;
    margin-bottom: 28px;
}

html.hillstar-theme #colibri [data-colibri-id] .h-column-container:nth-child(2) {
    display: inline-flex;
    align-items: flex-end;
}

body.page-id-134 .newslist-cat-label {
    font-size: 24px;
    padding-bottom: 1rem!important;
}

body.page-id-134 ul.post-categories.list-unstyled a {
    text-decoration: none!important;
    color: initial!important;
    line-height: 2;
    font-size: 14px;
}

body.page-id-134 ul.post-categories.list-unstyled li {
    border-bottom: thin solid #1bb6bb;
}

@media screen and (max-width: 576px) {


    html.hillstar-theme .gutters-row-v-2 {
        padding-left: 0;
        padding-right: 0;
    }


    .page-id-740 .team .tcli-context-img, .page-id-2 .team .tcli-context-img {
        flex-basis: 100%;
        padding: 0!important;
    }

    .tcli-context-content {
        flex-basis: 100%;
        width: 100%;
    }

    .tcli-context {
        /* width: 100%; */
        padding: 0!important;
    }

    .page-id-740 .team .tcli-context-content, .page-id-2 .team .tcli-context-content {
        width: 100%;
        flex-basis: 100%;
    }

    .page-id-740 .tcli-context, .page-id-2 .tcli-context {
        flex-direction: row!important;
        flex-wrap: wrap;
    }

    .tcli-context-content {
        padding-top: 2rem!important;
        padding-bottom: 2rem!important;
        text-align: left!important;
    }

    .team-banner-context-desc {
        display: none;
    }

    .team-banner-context-subject {
        text-align: center;
    }

    body:not(.home) #hero {
        /* display: none; */
    }

    html.hillstar-theme body.page-id-127 #hero, html.hillstar-theme body.team-template-default.single.single-team #hero, body.page-id-2 #hero {
        display: none;
    }

    body {
        /* padding-top: 150px!important; */
    }


    body.page-id-127 div#content, body.page-id-795  div#content, body.news-template-default.single.single-news div#content, body.page-id-132  div#content {
        padding-top: 0!important;
    }

    body.page-id-134 div#content {
        padding-top: 50px!important;
    }

    body.page-id-778 div#content {
        padding-top: 3rem!important;
    }

    .container {
        padding-left: 15px!important;
        padding-right: 15px!important;
    }

    .page-id-2 .team .team-banner, .page-id-740 .team .team-banner {
        aspect-ratio: 600 / 300;
    }

    .col.col-md-3.col-sm-6 {
        flex-basis: 100%;
        width: 100%;
    }

    /*.header.header-inner-page {
        position: fixed;
        width: 100%;
        left: 0;
        right: 0;
        top: 0;
        z-index: 2;
    }

    .h-navigation_outer.h-navigation_overlap.colibri-theme-nav-boxed.style-2-outer.style-local-10-h30-outer>.h-section-grid-container.h-section-fluid-container {
        display: none;
    }

    html.hillstar-theme #colibri .style-5-image {
        max-height: 50px;
    }

    html.hillstar-theme #colibri [data-colibri-id="10-h30"][data-colibri-component="navigation"]#navigation {
        padding-top: 25px!important;
        padding-bottom: 25px !important;
        height: 100px;
    }*/
}

@media screen and (max-width: 768px) {

    body:not(.home):not(.page-id-132):not(.page-id-374):not(.page-id-795):not(.page-id-778):not(.page-id-127):not(.news-template-default.single.single-news) div#content {
        padding-top: 81px!important;
    }
    body.page-id-374 div#content, body.page-id-795 div#content, body.page-id-778 div#content, body.page-id-127 div#content, .news-template-default.single.single-news div#content {
        padding-top: 0px!important;
    }
}

.light-theme {
    color: #000;
}

.light-theme .language-switch-inner {
    color: #000!important;
    transform: translateY(6px);
}

/** for hamburget icon effect **/
.h-icon-svg #bars, #hamburger-icon {
    fill: #000;
    max-height: 60px;
}
.ham {
    cursor: pointer;
    -webkit-tap-highlight-color: transparent;
    transition: transform 400ms;
    -moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.hamRotate.active {
    transform: rotate(45deg);
}
.hamRotate180.active {
    transform: rotate(180deg);
}
.ham .line {
    fill:none;
    transition: stroke-dasharray 400ms, stroke-dashoffset 400ms;
    stroke:#000;
    stroke-width:3.2;
    stroke-linecap:round;
}
.ham .top {
    stroke-dasharray: 40 121;
}
.ham .bottom {
    stroke-dasharray: 40 121;
}
.ham.active .top {
    stroke-dashoffset: -68px;
}
.ham.active .bottom {
    stroke-dashoffset: -68px;
}

/** text style setting **/
.text-right {
    text-align: right;
}

.mr-2 {
    margin-right: 1rem!important;
}

#menu-site-menus .menu-item {
    margin-left: 36px!important;
}

/** for services carousel **/
.home.page-template .services-box.mobile-show .ssbServices.default.columns-4.columns-tablet-2.columns-mobile-1 {
    max-width: unset!important;
}

.services-box.mobile-show .wp-block-services-section-services {
    max-width: 100%;
    padding-left: 0;
    display: block;
    overflow: hidden;
}

.services-box.mobile-show .wp-block-services-section-services .ssbServices.default {
    display: inline-flex;
    grid-gap: unset!important;
    flex-wrap: nowrap;
    align-items: center;
    transition: 0.3s;
    min-height: auto!important;
}

.services-box.mobile-show .wp-block-services-section-services .services-box.mobile-show {
    overflow: hidden;
}

.services-box.mobile-show .wp-block-services-section-services .ssbFooter ul.list-unstyled {
    width: 100%;
    text-align: center;
}

.services-box.mobile-show .wp-block-services-section-services .ssbFooter ul.list-unstyled .dot {
    display: inline-block;
    width: 8px;
    height: 8px;
    margin-right: 1rem;
    /* flex-basis: 16px; */
    border-radius: 50%;
    border: thin solid #cbcbcb;
    background-color: #cbcbcb;
    transition: 0.2s;
}

.services-box.mobile-show .wp-block-services-section-services .ssbFooter ul.list-unstyled .dot:last-child {
    margin-right: 0;
}

.services-box.mobile-show .wp-block-services-section-services .ssbFooter ul.list-unstyled .dot.active {
    background-color: #1bb6bb;
    border-color: #1bb6bb;
    transform: scale(1.3);
}

.wp-block-services-section-services:not(.active) {
    display: none!important;
}

.grid-news-thumb {
    height: auto!important;
}


@media screen and (max-width: 576px) {
    .col-md-4 {
        width: 100%;
        flex-basis: 100%;
    }
}

/** for service page **/
@media screen and (max-width: 576px) {
    body.page-id-374 .services-box.mobile-show {
        padding-left: 15px;
        padding-right: 15px;
    }
    body.page-id-374 .services-box.mobile-show .wp-block-services-section-services {
        padding: 0!important;
    }
    html.hillstar-theme .page-content {
        padding-bottom: 0;
    }
    body.page-id-374 div#content {
        padding-top: 0px!important;
    }
    body.page-id-374 #navigation .h-row.justify-content-lg-center.justify-content-md-center.justify-content-center.align-items-lg-stretch.align-items-md-stretch.align-items-stretch.gutters-col-lg-0.gutters-col-md-0.gutters-col-2.gutters-col-v-lg-0.gutters-col-v-md-0.gutters-col-v-2 {
        transform: translateY(0px);
    }
}

body.page-id-374 .services-box {
/*    padding-bottom: 3rem!important;*/
}

body.page-id-374 #form-section {
    margin-top: 0rem!important;
}

.text-left {
    text-align: left;
}

.zh-show, .en-show {
    display: none;
}

html.hillstar-theme #colibri .style-9 > div > .colibri-menu-container > ul.colibri-menu > li.current_page_item > a {

    color: #1bb6bb;
    border-bottom: solid;
}

html.hillstar-theme #colibri .h-navigation_sticky .style-9 > div > .colibri-menu-container > ul.colibri-menu > li.current_page_item > a, html.hillstar-theme #colibri .h-navigation_sticky .style-9 > div > .colibri-menu-container > ul.colibri-menu > li.current_page_item > a:hover, html.hillstar-theme #colibri .h-navigation_sticky.style-9 > div > .colibri-menu-container > ul.colibri-menu > li.current_page_item > a, html.hillstar-theme #colibri .h-navigation_sticky.style-9 > div > .colibri-menu-container > ul.colibri-menu > li.current_page_item > a:hover {
    color: #1bb6bb;
    border-bottom: solid;
}

html.hillstar-theme #colibri .style-9 > div > .colibri-menu-container > ul.colibri-menu > li.current_page_item > a, html.hillstar-theme #colibri .style-9 > div > .colibri-menu-container > ul.colibri-menu > li.current_page_item > a:hover {
    text-transform: capitalize;
}

html.hillstar-theme #colibri .h-navigation_sticky .style-9 > div > .colibri-menu-container > ul.colibri-menu.bordered-active-item > li::after {
    display: none;
}

.rt-team-container.rt-team-container-687 h3, .rt-team-container.rt-team-container-687 .isotope1 .team-member h3, .rt-team-container.rt-team-container-687 h3 a, .rt-team-container.rt-team-container-687 .overlay h3 a, .rt-team-container.rt-team-container-687 .layout8 .tlp-overlay h3 a, .rt-team-container.rt-team-container-687 .layout9 .single-team-area h3 a, .rt-team-container.rt-team-container-687 .layout6 .tlp-info-block h3 a, .rt-team-container.rt-team-container-687 .carousel11 .single-team-area .ttp-member-title h3 a, .rt-team-container.rt-team-container-687 .layout10 .tlp-overlay .tlp-title h3 a, .rt-team-container.rt-team-container-687 .layout11 .single-team-area .ttp-member-title h3 a, .rt-team-container.rt-team-container-687 .layout12 .single-team-area h3 a, .rt-team-container.rt-team-container-687 .layout15 .single-team-area .ttp-member-title h3 a, .rt-team-container.rt-team-container-687 .isotope5 .tlp-overlay h3 a, .rt-team-container.rt-team-container-687 .isotope6 .single-team-area h3 a, .rt-team-container.rt-team-container-687 .isotope10 .single-team-area .ttp-member-title h3 a, .rt-team-container.rt-team-container-687 .single-team-area .tlp-content h3 a {
    font-weight: var(--semi-bold);
}

html.hillstar-theme #colibri .style-18 > div > .colibri-menu-container > ul.colibri-menu > li.current_page_item > a {
    color: #1bb6bb;
}

html.hillstar-theme #colibri .style-9 > div > .colibri-menu-container > ul.colibri-menu > li.current_page_item > a:hover {
    color: #000;
    transition: 0.3s;
    cursor: default;
}

html[lang='zh-HK'] .zh-show {
    display: block;
}

html[lang='en-US'] .en-show {
    display: block;
}

html.hillstar-theme #colibri [data-colibri-id="5-h28"] {
    display: none!important;
}

/** for offcanvas **/
.offscreen-header.h-ui-empty-state-container {
    display: none;
}

.h-offcanvas-panel.offcanvas {
    padding-top: 5rem!important;
}


html.hillstar-theme #colibri .style-10-offscreen {
    background: linear-gradient(45deg, #0469ae, #0c71b7, #1b81c7);
}

@media screen and (max-width: 768px) {
    input {
        font-size: 14px;
        -webkit-appearance: none;
    }
}

form input, form select {
    border-radius: 0;
    background-color: #fff;
    border: thin solid #1bb6bb!important;
    height: 41px!important;
    font-size: 14px;
    padding-left: 0px!important;
    padding-right: 1rem!important;
    padding-top: 10px!important;
    padding-bottom: 10px!important;
    vertical-align: middle;
    text-indent: 1rem;
}

.form-control select {
    text-indent: 10px;
}

input.wpcf7-form-control.wpcf7-date.wpcf7-validates-as-required.wpcf7-validates-as-date.calendar {
    padding-left: 0!important;
    text-indent: 6px;
}

#calendar {
    text-align: left;
}

@media screen and (max-width: 576px) {
    html.hillstar-theme #colibri .style-5-image {
        height: 50px;
    }
}
html.hillstar-theme .has-offcanvas-tablet .h-main-menu {
    display: none;
}

html.hillstar-theme .has-offcanvas-tablet .h-hamburger-button {
    display: inline-block;
}

@media screen and (min-width: 1210px) {
    html.hillstar-theme .has-offcanvas-tablet .h-hamburger-button {
        display:none;
    }
    html.hillstar-theme .has-offcanvas-tablet .h-main-menu {
        display: block;
    }
}

html.hillstar-theme #colibri .style-10 .h-hamburger-icon {
    background-color: transparent;
}


.footer .footer-inner .icon-address, .footer .footer-inner .icon-tel,
.footer .footer-inner .icon-fax, .footer .footer-inner .icon-whatsapp, .footer .footer-inner .icon-email {
    background-size: 76%;
    transform: translateY(-1px);
}
 .contact-us .icon-mail {
    background-image: url(/wp-content/uploads/2024/12/f-email.svg)!important;
 }
.footer .footer-inner .social-icon-container {
    padding: 2rem;
}

.footer .footer-inner .topbar-social-icons {
    padding-top: 1rem;
}

.footer .footer-inner .topbar-social-icons .social-icon-container {
    margin-right: 10px!important;
}

.footer .footer-inner .icon-container {
    width: 2.2rem!important;
    height: 2.2rem!important;
}

.footer .footer-inner .topbar-social-icons .social-icon-container .h-icon-svg, .footer .footer-inner .topbar-social-icons .social-icon-container .social-whatsapp-fixed {
    width: 2.2rem!important;
    height: 2.2rem!important;
}

.footer .footer-inner .topbar-social-icons .social-icon-container .h-icon-svg img,
.footer .footer-inner .topbar-social-icons .social-icon-container .social-whatsapp-fixed img {
    width: 96%;
}



@media screen and (max-width: 1023.9px) {
    ul.colibri-menu > li:hover > a, ul.colibri-menu > li:focus > a, ul.colibri-menu > li:hover > a, ul.colibri-menu > li:focus > a:visited, ul.colibri-menu > li:hover > a, ul.colibri-menu > li > a:hover, ul.colibri-menu > li > a, ul.colibri-menu > li > a:focus {
    color: #fff!important;
}

ul.colibri-menu > li.current_page_item > a {
    color: #1bb6bb!important;
}

@media screen and (max-width: 576px) {
    .home #hero .h-section-grid-container.h-navigation-padding {
        transform: translateY(50%);
    }
}

html.hillstar-theme body a:visited {
    color: initial;
}

.wpnawfree-plugin a.news-more-link {
    text-decoration: underline!important;
}