@charset "utf-8";
/* CSS Document */ :root {
    --main-color: #0069AB;
    --secondary-color: #36c2ec;
    --color-text: #0069AB;
    --color-link: #0069AB;
    --bg-color: #0069AB;
    --bg-color-light: #F2FBFF;
    --bg-color-dark: #1D3A4D;
    --color-border: #0069AB;
    --color-link-dark: #ffffff;
    --bg-color-dark: #0069AB;
    --bg-color-dark-text: #ffffff;
    --color-heading-subtitle-dark: rgba(255, 255, 255, 0.5);
    --overylay-bg-color: #ffffff;
    --page-color: #F6F7F9;
    --bg-gray: #E5E5E5;
    --bg-lightgray: #F6F7F9;
    --review-color: #ff9500;
}
.input-group > .sm-form-control {
    position: relative;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    width: 1%;
    min-width: 0;
    margin-bottom: 0;
}
.rating-stars .star .icon-star3, .review .total {
	color: #fde16d;
}
.add-to-fav {
	border: none;
	background-color: rgba(255, 255, 255, 0.9);
	color: #333;
	width: 32px;
	height: 32px;
	text-align: center;
	line-height: 32px;
	border-radius: 16px;
	transition: all 0.2s ease;
}
.add-to-fav:hover {
	color: var(--red);
}
.header-search .input-group {
	background: #F5F5F5;
	border-radius: 0.3125rem;
}
.header-search .form-control {
	background-color: transparent;
	border: none;
}
.header-misc a {
	margin-left: 0.5rem;
	margin-right: 0.5rem;
	font-size: 1rem;
}
.menu-link {
	font-size: 1rem;
}

@media (min-width: 992px) {
	.header-search {
		margin-right: 2rem;
	}
	.primary-menu {
		margin-right: auto;
	}
}
@media (max-width: 575.98px) {
	#primary-menu-trigger {
		margin-right: 0;
		margin-left: -15px;
	}
	.header-search .form-control {
		max-width: 24vw;
	}
	.header-misc {
		margin-right: -15px;
		margin-left: 0;
	}
}
.review-card .review-content {
	border-radius: 20px 20px 0px 20px;
	padding: 20px 15px;
}
.review-card .review-footer {
	display: flex;
	border-radius: 0 0 20px 0;
}
.review-author {
	background-color: #fff;
	border-radius: 0 20px 0 0;
	padding: 10px 15px;
	display: flex;
	align-items: center;
	position: relative;
	font-size: 0.75rem;
}
.review-author:before {
	display: block;
	content: '';
	width: 40px;
	height: 40px;
	background-color: #fff;
	position: absolute;
	right: -40px;
	bottom: 0;
}
.review-author:after {
	display: block;
	content: '';
	width: 40px;
	height: 40px;
	background-color: var(--bg-color-light);
	border-radius: 0 0 0 20px;
	position: absolute;
	right: -40px;
	bottom: 0;
}
.review-author .avatar {
	width: 40px;
	margin-right: 10px;
}
.heading-block h1 {
	color: var(--main-color);
}
.heading-block span {
	color: #878787;
}
.heading-block h1 + span {
	font-size: 1.125rem;
}
.bg-light {
    background-color: var(--bg-color-light) !important;
}
.bg-gray {
    background-color: var(--bg-gray) !important;
}
.bg-lightgray {
    background-color: var(--bg-lightgray) !important;
}
.text-orange {
    color: var(--review-color);
}
#content {
    background-color: var(--page-color);
}
.rating-stars .star .icon-star3, .review .total {
    color: var(--review-color);
}
.image-square {
    position: relative;
    width: 100%;
    aspect-ratio: 1 / 1;
    overflow: hidden;
}
.image-square a, .image-square img {
    display: block;
    width: 100%;
    height: 100%;
}
.image-square img {
    object-fit: cover;
    object-position: center center;
}
.bc-card .add-to-fav {
    border: none;
    background-color: rgba(255, 255, 255, 0.9);
    color: #333;
    width: 32px;
    height: 32px;
    text-align: center;
    line-height: 32px;
    border-radius: 16px;
    transition: all 0.2s ease;
}
.bc-card .add-to-fav:hover {
    color: var(--red);
}
.header-search .input-group {
    background: #F5F5F5;
    border-radius: 0.3125rem;
}
.header-search .form-control {
    background-color: transparent;
    border: none;
}
.header-misc a {
    margin-left: 0.5rem;
    margin-right: 0.5rem;
    font-size: 1rem;
}
.menu-link {
    font-size: 1rem;
}
@media (min-width: 992px) {
    .header-search {
        margin-right: 2rem;
    }
    .primary-menu {
        margin-right: auto;
    }
}
@media (max-width: 575.98px) {
    #primary-menu-trigger {
        margin-right: 0;
        margin-left: -15px;
    }
    .header-search .form-control {
        max-width: 24vw;
    }
    .header-misc {
        margin-right: -15px;
        margin-left: 0;
    }
}
.review-card .review-content {
    border-radius: 20px 20px 0px 20px;
    padding: 20px 15px;
}
.review-card .review-footer {
    display: flex;
    border-radius: 0 0 20px 0;
}
.review-author {
    background-color: #fff;
    border-radius: 0 20px 0 0;
    padding: 10px 15px;
    display: flex;
    align-items: center;
    position: relative;
    font-size: 0.75rem;
}
.review-author:before {
    display: block;
    content: '';
    width: 40px;
    height: 40px;
    background-color: #fff;
    position: absolute;
    right: -40px;
    bottom: 0;
}
.review-author:after {
    display: block;
    content: '';
    width: 40px;
    height: 40px;
    background-color: var(--bg-color-light);
    border-radius: 0 0 0 20px;
    position: absolute;
    right: -40px;
    bottom: 0;
}
.review-author .avatar {
    width: 40px;
    margin-right: 10px;
}
.heading-block h1 {
    color: var(--main-color);
}
.heading-block span {
    color: #878787;
}
.heading-block h1 + span {
    font-size: 1.125rem;
}
.button {
    border-radius: 0.5rem;
}
.button-gray {
    background-color: #878787 !important;
}
.button:not(.button-light):hover {
    background-color: #333 !important;
}
.add-to-fav:not(.button) {
    font-size: 1.25rem;
}
.add-to-fav .icon-heart-empty {
    color: var(--main-color);
}
.add-to-fav.button-border-thin {
    height: inherit;
    line-height: inherit;
}
#worker-sidebar {
    background-color: #fff;
    border-radius: 0.5rem;
    padding: 20px;
}
#worker-sidebar.sidebar-widgets-wrap .widget:not(:first-child) {
    padding-top: 20px;
    margin-top: 20px;
}
#worker-sidebar .title-block {
    margin-bottom: 0;
}
#worker-sidebar .checkbox-style-3-label {
    margin-left: 0;
}
.checkbox-style-chip-label {
    background: #FFF;
    border: 2px solid #DDD;
    margin: 2px;
    margn-left: 0;
    padding: 0.25rem 0.75rem;
    border-radius: 1.2rem;
}
.checkbox-style:checked + .checkbox-style-chip-label {
    background-color: var(--main-color);
    color: #fff;
    border-color: transparent;
}
@media (min-width: 768px) and (max-width: 991.98px) {
    #worker-sidebar.sidebar-widgets-wrap {
        display: block;
    }
    #worker-sidebar.sidebar-widgets-wrap .widget {
        max-width: 100%;
    }
}
@media (max-width: 991.98px) {
    #worker-sidebar.sidebar-widgets-wrap .widget:not(:first-child) {
        padding-top: 10px;
        margin-top: 10px;
    }
}
@media (min-width: 992px) {
    #worker-sidebar .widget.toggle .toggle-content {
        display: block !important;
    }
    #worker-sidebar .widget.toggle .toggle-header {
        pointer-events: none;
        cursor: default;
    }
}
#oc-card .owl-stage-outer {
    padding: 20px 0;
}
.card.bc-card {
    border-color: transparent;
    box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.1);
}
.bc-card .card-header h4 {
    margin-bottom: 0;
}
.bc-card .card-header p {
    margin-top: 0.25rem;
    margin-bottom: 0;
}
.bc-card .card-avatar {
    position: absolute;
    left: -16px;
    top: -16px;
    width: 32px;
    border: solid 1px rgba(0, 0, 0, 0.1);
}
.bc-card .card-brief {
    font-size: 0.75rem;
    color: #858585;
    margin-bottom: 0;
}
.bc-card .rating-content, .bc-card .location {
    font-size: 0.625rem;
}
#worker-list .bc-card .card-avatar, #worker-detail .bc-card .card-avatar {
    position: relative;
    left: auto;
    top: auto;
    width: 64px;
    height: 64px;
}
#worker-detail .bc-card .card-avatar {
    width: 100px;
    height: 100px;
}
#worker-list .bc-card .card-header, #worker-detail .bc-card .card-header {
    display: flex;
    gap: 10px;
}
#worker-list .bc-card .card-header .card-deck, #worker-detail .bc-card .card-header .card-deck {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
}
#worker-detail .bc-card .card-header p {
    margin-top: 0;
}
.list-review li:not(:first-child) {
    margin-top: 10px;
    padding-top: 10px;
    border-top: solid 1px #dfdfdf;
}
.list-review li .item-content {
    display: flex;
    gap: 10px;
    width: 100%;
}
.accordion-content ul {
    margin-left: 0.5rem;
    padding-left: 0.75rem;
}
.tab-nav.tab-nav2.tab-chips li a {
    border-radius: 2rem;
}
.card-tags.tagcloud a {
    border-radius: 1.5rem;
    border: none;
    background-color: var(--bg-color-light);
    color: var(--main-color);
    padding: 0.15rem 0.75rem;
}
@media (min-width: 575.98px) {
    #worker-detail .bc-card .card-brief, #worker-detail .bc-card .rating-content, #worker-detail .bc-card .location {
        font-size: 0.875rem;
    }
}
.worker-banner {
    width: 100%;
    height: 360px;
    border-radius: 1rem;
    overflow: hidden;
}
.worker-banner span, .worker-banner img {
    display: block;
    width: 100%;
    height: 100%;
}
.worker-banner img {
    object-fit: cover;
    object-position: center center;
}
.avatar {
    position: relative;
}
.image-circle {
    border-radius: 50% !important;
}
.image-1-1 {
    position: relative;
    width: 100%;
    aspect-ratio: 1 / 1;
    overflow: hidden;
}
.image-1-1 a, .image-1-1 span, .image-1-1 img {
    display: block;
    width: 100%;
    height: 100%;
}
.image-1-1 img {
    object-fit: cover;
    object-position: center center;
}
.avatar .user-verified {
    position: absolute;
    right: -5px;
    bottom: 0;
    width: 30px;
    height: 30px;
}