html * {
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
  }
  
body {
	margin: 0;
	font-family: 'Sarabun', sans-serif;
	font-size: 1rem;
	color: #4e5d78;
	line-height: 1.5;
	font-weight: 400;
	text-align: left;
	background-color: #fff;
}
:focus {
    outline: none;
}
a {
	color: #ffb300;
	text-decoration: none;
}

a:hover {
	color: #ffa000;
	text-decoration: none;
}
.ql-container {
	font-family: 'Sarabun', Helvetica, Arial, sans-serif;
	font-size: 1rem;
}
.ql-editor p {
	white-space: pre-wrap !important;
}
.ql-editor-body {
	white-space: inherit;
	line-height: inherit;
	padding: 0;
	height: auto;
}
.ql-editor ol, .ql-editor ul {
	padding-left: 0;
}
.error{
	color: red;
	font-style: italic;
}
.ql-container {
	font-family: 'Sarabun', Helvetica, Arial, sans-serif;
	font-size: 1rem;
}
.ql-editor p {
	white-space: pre-wrap !important;
}
.ql-editor-body {
	white-space: inherit;
	line-height: inherit;
	padding: 0;
	height: auto;
}
.ql-editor ol, .ql-editor ul {
	padding-left: 0;
}
.ql-toolbar.ql-snow + .ql-container.ql-snow{
	height: 300px;
}
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
	color: #333333;
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
	margin-bottom: 0;
}
h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
	color: #333333;
} 
h1:hover a,
h2:hover a,
h3:hover a,
h4:hover a,
h5:hover a,
h6:hover a {
	color: #FFC107;
} 

h1,
.h1 {
	font-size: 2.5rem;
}

h2,
.h2 {
	font-size: 2rem;
}

h3,
.h3 {
	font-size: 1.625rem;
}

h4,
.h4 {
	font-size: 1.375rem;
}

h5,
.h5 {
	font-size: 1.125rem;
}

h6,
.h6 {
	font-size: 1rem;
}

h1,
.h1,
.display-1,
.display-2,
.display-3,
.display-4 {
	line-height: 1.2;
}

h2,
.h2 {
	line-height: 1.25;
}

h3,
.h3 {
	line-height: 1.3;
}

h4,
.h4 {
	line-height: 1.35;
}

h5,
.h5 {
	line-height: 1.4;
}

h6,
.h6 {
	font-weight: 600;
	line-height: 1.4;
}

h2 small {
	font-size: 1.25rem;
}
.cursor-default {
	cursor: default;
}
.fs-lg {
	font-size: 1.125rem !important;
}
.fs-md {
	font-size: 1rem !important;
}
.fs-sm,
.text-sm {
	font-size: 0.875rem !important;
}
.text-xs {
	font-size: 0.75rem !important;
}

.text-xxs {
	font-size: 0.625rem !important;
}
.text-underline,
.hover-text-underline:hover {
	text-decoration: underline;
}
.text-secondary,
.hover-text-secondary:hover  {
	color: #8a94a6 !important;
}

.text-muted,
.hover-text-muted:hover {
	color: #8492a6 !important;
}

.text-dark,
.hover-text-dark:hover {
	color: #333333 !important;
}

.text-body,
.hover-text-body:hover {
	color: #4e5d78 !important;
}

.text-white,
.hover-text-white:hover {
	color: #ffffff !important;;
}
.text-primary,
.hover-text-primary:hover  {
	color: #ffb300 !important;
}
.text-purple,
.hover-text-purple:hover {
	color: #766df4 !important;
}

.text-info,
.hover-text-info:hover {
	color: #6a9bf4 !important;
}

.text-success,
.hover-text-success:hover {
	color: #16c995 !important;
}

.text-danger,
.hover-text-danger:hover  {
	color: #f74f78 !important;
}

.bg-primary {
	background-color: #ffb300 !important;
}

.bg-purple {
	background-color: #766df4 !important;
}

.bg-info {
	background-color: #6a9bf4 !important;
}

.bg-success {
	background-color: #16c995 !important;
}

.bg-danger {
	background-color: #f74f78 !important;
}

.bg-light,
.hover-bg-light:hover,
.hover-to:hover .to-bg-light{
	background-color: #fafbfe !important;
}

.bg-light-2 {
	background-color: #f6f8fc !important;
}

.bg-disabled {
	background-color: #eff2f7;
}

.bg-translucent-purple,
.hover-bg-translucent-purple:hover {
	background-color: rgba(118, 109, 244, 0.1) !important;
}

.bg-translucent-info,
.hover-bg-translucent-info:hover {
	background-color: rgba(106, 154, 244, 0.1) !important;
}

.bg-translucent-success,
.hover-bg-translucent-success:hover {
	background-color: rgba(22, 201, 150, 0.1) !important;
}

.bg-translucent-danger,
.hover-bg-translucent-danger:hover {
	background-color: rgba(247, 79, 121, 0.1) !important;
}

.bg-translucent-primary,
.hover-bg-translucent-primary:hover {
	background-color: rgba(255, 193, 7, 0.1) !important;
}

.bg-translucent-body,
.hover-bg-translucent-body:hover {
	background-color: rgba(78, 93, 120, 0.06) !important;
}
.alert {
    position: relative;
    padding: 1rem 1.25rem;
    margin-bottom: 1rem;
    border: 1px solid transparent;
    border-radius: 1rem;
}
.alert-info {
    color: #6a9bf4;
    background-color: #f3f7fe;
    border-color: #e1ebfd;
}
.alert-secondary {
	color: #737491;
    border-color: #eeeeee;
    background-color: #fafbfe;
}
.alert-success {
	color: #16c995;
    background-color: #ecfbf7;
    border-color: #d0f4ea;
}
.alert-danger {
	color: #f74f78;
    background-color: #fef1f4;
    border-color: #fddce4;
}
.grayscale {
	-webkit-filter: grayscale(100%);
	filter: grayscale(100%);
}

.hover-grayscale-none:hover .grayscale {
	-webkit-filter: none;
	filter: none;
}

.icon-frame {
	width: 4rem;
	height: 4rem;
	display: flex;
	align-items: center;
	justify-content: center;
	background-color: #fafbfe;
}

.icon-frame .icon {
	width: 1.875rem;
	height: auto;
	transform: none;
}

.page-wrapper {
	flex: 1 0 auto;
}

.swap-image {
	display: inline-block;
	position: relative;
	-webkit-user-select: none;
	-moz-user-select: none;
	user-select: none;
}

.swap-image .swap-to {
	position: absolute;
	top: 0;
	left: 0;
	opacity: 0;
	z-index: 0;
}

.swap-image .swap-from,
.swap-image .swap-to {
	display: block;
	transition: opacity .3s ease-in-out;
}

.swap-image .swap-from,
.swap-image .swap-to {
	display: block;
	transition: opacity .3s ease-in-out;
}

.swap-image:hover .swap-to,
.swap-image.active .swap-to {
	opacity: 1;
}

.swap-image:hover .swap-from,
.swap-image.active .swap-from {
	opacity: 0;
}

header {
	position: relative;
	z-index: 99;
}

.line-height-1 {
	line-height: 1 !important;
}

.navbar-brand {
	padding-top: 1rem;
	padding-bottom: 1rem;
}

header.navbar-sticky-on .navbar-brand {
	padding-top: 0.5rem;
	padding-bottom: 0.5rem;
}

.navbar-brand .navbar-brand-item {
	height: 44px;
	display: block;
	max-width: 100%;
	width: auto;
}

.navbar-brand .navbar-brand-item {
	height: 44px;
	display: block;
	max-width: 100%;
	width: auto;
}

.navbar-brand .brand-text span {
	line-height: 1;
}

.navbar-nav .nav-link {
	line-height: 80px;
}

header.navbar-sticky-on .navbar-nav .nav-link {
	line-height: 64px;
}

.sub-menu .navbar-nav .nav-link {
	line-height: 48px;
}

.navbar-expand-lg.navbar {
	padding-top: 0;
	padding-bottom: 0;
}

.navbar-light .navbar-nav .nav-link {
	color: #333333;
	white-space: nowrap;
}

.navbar-light .navbar-nav .nav-link:hover,
.navbar-light .navbar-nav .nav-link:focus {
	color: #ffb300;
}

.navbar-light .navbar-nav .show>.nav-link,
.navbar-light .navbar-nav .nav-link.active {
	color: #ffb300;
}
.navbar-light .navbar-toggler {
	padding: 0;
    color: #333333;
    border-color: transparent;
}
.navbar-box-shadow {
	box-shadow: 0 0.125rem 0.625rem -0.1875rem rgba(0, 0, 0, 0.1);
}

.navbar-sticky.navbar-sticky-on {
	position: fixed;
	z-index: 1020;
	top: 0;
	left: 0;
	right: 0;
	background-color: #ffffff;
	-webkit-animation: fadeInDown .5s;
	animation: fadeInDown .5s;
	width: 100%;
	box-shadow: 0px 0px 40px rgb(83 88 93 / 20%);
}

.navbar-nav .nav-link {
	padding: .875rem 1.125rem;
}

.navbar-expand-lg .navbar-nav .nav-link {
	padding-right: 0.75rem;
	padding-left: 0.75rem;
	padding-top: 0;
	padding-bottom: 0;
}
.nav-link-style {
    display: inline-block;
    transition: color 0.25s ease-in-out,background-color 0.25s ease-in-out,box-shadow 0.25s ease-in-out,border-color 0.25s ease-in-out;
    color: #5a5b75;
    font-weight: 400;
    text-decoration: none;
}
.nav-link-style:hover,
.nav-link-style.active {
    color: #ffb300;
    text-decoration: none;
}
.dropdown-toggle::after {
	display: none;
}

.navbar-nav .dropdown-menu {
	position: absolute;
}

.navbar-nav .dropdown-menu {
	margin-top: 0;
	min-width: 12.5rem;
	top: 120%;
	visibility: hidden;
	opacity: 0;
	display: block;
	border-color: transparent;
	box-shadow: -0.0625rem 0 0.625rem 0 rgba(0, 0, 0, 0.07), 0.3125rem 1.25rem 2.5rem 0 rgba(0, 0, 0, 0.04);
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	border-top: 2px solid #ffc107;
}

.sub-menu.navbar-expand-lg.navbar {
	padding-top: 0;
	padding-bottom: 0;
}

.dropdown-menu {
	border: 1px solid rgba(0, 0, 0, 0.05);
	box-shadow: 0 0 1.25rem rgb(31 45 61 / 8%);
}

.dropdown-divider {
	border-top: 1px solid rgba(0, 0, 0, 0.085);
}

.dropdown-menu hr {
	background-color: rgba(0, 0, 0, 0.2);
}

.dropdown-menu.show {
	display: block !important;
}

.navbar-nav .dropdown:hover>.dropdown-menu {
	top: 100%;
	visibility: visible;
	opacity: 1;
}

.dropdown-item {
	display: block;
	width: 100%;
	padding: .425rem 1.3rem;
	clear: both;
	font-weight: 400;
	color: rgba(66, 84, 102, 0.8);
	text-align: inherit;
	white-space: nowrap;
	background-color: transparent;
	border: 0;
	position: relative;
	width: 100%;
	transition: all 0.25s ease-in-out;
	font-size: 0.938rem;
	font-weight: 400;
}

.dropdown-item:hover,
.dropdown-item:focus {
	color: #4e5d78;
	background-color: #f6f8fc;
}
.dropdown-item:active,
.dropdown-item.active {
	color: #FFC107;
	background-color: transparent;
}
.dropdown-item.active:hover {
	background-color: #f6f8fc;
} 

[data-bs-toggle="dropdown"],
[onclick] {
	cursor: pointer;
}

.dropdown-menu-end {
	right: 0;
}

.navbar-nav .dropdown:hover>.dropdown-menu.dropdown-menu-arrow {
	top: 105%;
}

.dropdown-menu-arrow::after {
	content: "";
	background: #fff;
	-webkit-box-shadow: none;
	box-shadow: none;
	display: block;
	height: 16px;
	width: 16px;
	/* top: 105%; */
	left: 1.25rem;
	position: absolute;
	z-index: -5;
	border-radius: .2rem;
	bottom: 100%;
	-webkit-transform: rotate(-45deg) translateY(1rem);
	transform: rotate(-45deg) translateY(1rem);
}

.dropdown-menu-end.dropdown-menu-arrow::after {
	left: auto;
	right: 1.25rem;
}

.footer-dark {
    background-color: #212529;
}
.footer-dark h5 {
	color: #ffffff;
}
.footer-dark, .footer-dark a {
    color: #adb5bd;
}
.footer-dark .btn-social {
    background-color: rgba(255, 255, 255, 0.1);
}
.footer-dark .border-top {
    border-top: 1px solid rgba(239, 242, 247, 0.12) !important;
}

.card-research-news .card-text {
	line-height: 1.3;
	display: inline-block;
	word-wrap: break-word;
	overflow: hidden;
	display: -webkit-box;
	text-overflow: ellipsis;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 4;
	height: 71px;
	margin-bottom: 0;
	font-size: 0.875rem;
	color: #333333;
}

.overflow-unset {
	overflow: unset !important;
}

.font-size-sm {
	font-size: 0.875rem;
}
.fs-xs,
.font-size-xs {
	font-size: 0.75rem;
}

.font-size-sm .feather {
	height: 0.875rem;
}
.fw-thin   {
	font-weight: 100 !important;
}
.fw-light   {
	font-weight: 300 !important;
}
.fw-regular  {
	font-weight: 400 !important;
}
.fw-medium {
	font-weight: 500 !important;
}
.fw-semi-bold {
	font-weight: 600 !important;
}
.nav-pills.public-relations .nav-link {
	color: #333333;
}
.nav-pills.public-relations .nav-link:hover {
	color: #fdb747;
}

.nav-pills.public-relations .nav-link.active,
.nav-pills.public-relations .show>.nav-link {
	color: #fff;
	background-color: #fdb747;
}
.nav-pills.nav-pills-outline-primary .nav-link,
.nav-pills.nav-pills-outline-primary .nav-link:hover {
	color: #333333;
	font-weight: 500;
	background-color: #ffffff;
	border: 1px solid #eeeeee;
}
.nav-pills.nav-pills-outline-primary .nav-link.active,
.nav-pills.nav-pills-outline-primary .show>.nav-link {
	color: #ffb300;
	background-color: #ffffff;
	border-color:  #ffb300;
}
.border-primary {
	border-color: #fdb747 !important;
}

.border-top-primary {
	border-top: 1px solid #fdb747;
}

.border-transparent {
	border-color: transparent !important;
}

.hover-bg-primary:hover {
	background-color: #fdb747 !important;
}

.hover-border-primary:hover {
	border-color: rgba(253, 183, 71, 0.4) !important;
}
.hover-border-danger:hover {
	border-color: rgba(247, 79, 121, 0.4) !important;
}

.avatar {
	position: relative;
	color: #fff;
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	vertical-align: middle;
	font-size: 1rem;
	font-weight: 600;
	height: 3.125rem;
	width: 3.125rem;
	min-width: 3.125rem;
}

.avatar,
.avatar img {
	border-radius: 0.25rem;
}

.avatar img {
	height: 3.125rem;
	min-width: 3.125rem;
	width: 3.125rem;
	object-fit: cover;
	object-position: center top;
}

.avatar.rounded-circle img {
	border-radius: 50%;
}

.avatar span {
	background-color: #6e00ff;
}

.avatar+.avatar {
	margin-left: 0.25rem;
}

.avatar+.avatar-content {
	display: inline-block;
	margin-left: 0.75rem;
}

.avatar-xl,
.avatar-xl img {
	width: 6rem;
	min-width: 6rem;
	height: 6rem;
	font-size: 1.375rem;
}

.avatar-lg,
.avatar-lg img {
	width: 4rem;
	min-width: 4rem;
	height: 4rem;
	font-size: 1.25rem;
}

.avatar-sm,
.avatar-sm img {
	width: 2.25rem;
	min-width: 2.25rem;
	height: 2.25rem;
	font-size: 1rem;
}

.avatar-xs,
.avatar-xs img {
	width: 1.5rem;
	min-width: 1.5rem;
	height: 1.5;
	font-size: 0.875rem;
}

.shadow-sm {
	box-shadow: 0 0 0.625rem -0.1875rem rgba(0, 0, 0, 0.13) !important;
}

.shadow {
	box-shadow: 0 0 0.625rem -0.1875rem rgba(0, 0, 0, 0.13) !important;
}

.shadow-lg {
	box-shadow: -0.0625rem 0 0.625rem 0 rgba(0, 0, 0, 0.07), 0.3125rem 1.25rem 2.5rem 0 rgba(0, 0, 0, 0.04) !important;
}

.hover-shadow-lg:hover {
	box-shadow: -0.0625rem 0 0.625rem 0 rgba(0, 0, 0, 0.07), 0.3125rem 1.25rem 2.5rem 0 rgba(0, 0, 0, 0.04) !important;
}

.list-group-item {
	padding: .75rem 1rem;
	border: 1px solid #e9ebf0;
}

.nav-pills .nav-item {
	margin-left: 0.125rem;
	margin-right: 0.125rem;
}

.nav-pills .nav-item:first-child {
	margin-left: 0;
}

.nav-pills .nav-item:last-child {
	margin-right: 0;
}

.nav-pills .nav-link {
	color: #333333;
	font-weight: 300;
}

.nav-pills .nav-link:hover {
	color: #333333;
	background-color: hsla(219, 21%, 39%, 0.085);
}

.nav-pills .nav-link.active,
.nav-pills .show>.nav-link {
	color: #fff;
	background-color: #FFC107;
}

.wl-carousel-center .item {
	display: flex;
	align-items: center;
	background-size: cover;
	background-position: center;
}

.wl-carousel-600 .item {
	height: 600px;
}

.owl-item.active .fadeInUp {
	-webkit-animation-name: fadeInUp;
	animation-name: fadeInUp;
}

.owl-item.active .zoomIn {
	-webkit-animation-name: zoomIn;
	animation-name: zoomIn;
}

.owl-item.active .slideInRight {
	-webkit-animation-name: slideInRight;
	animation-name: slideInRight;
}

.delay-300 {
	-webkit-animation-delay: 0.3s;
	animation-delay: 0.3s;
}

.delay-500 {
	-webkit-animation-delay: 0.5s;
	animation-delay: 0.5s;
}

.delay-1000 {
	-webkit-animation-delay: 1s;
	animation-delay: 1s;
}

.delay-1500 {
	-webkit-animation-delay: 1.5s;
	animation-delay: 1.5s;
}

.delay-2000 {
	-webkit-animation-delay: 2s;
	animation-delay: 2s;
}
.z-index {
	z-index: 1;
}
.btn {
	display: inline-block;
	font-weight: 400;
	line-height: 1.5;
	color: #333333;
	text-align: center;
	white-space: nowrap;
	vertical-align: middle;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	user-select: none;
	padding: .5625rem 1.25rem;
	font-size: 1rem;
	border-radius: 0.5rem;
}
.btn-lg, .btn-group-lg>.btn {
    padding: .75rem 1.5rem;
    font-size: 1.125rem;
    border-radius: .75rem;
}
.btn-sm, .btn-group-sm>.btn {
    padding: .425rem 1rem;
    font-size: 0.875rem;
    border-radius: .5rem;
}
.btn-icon {
	padding: .5625rem .7875rem;
}
.btn svg.icon {
	transform: translate(0);
}
.btn:focus,
.btn-close:focus,
.btn-check:checked+.btn-primary:focus,
.btn-check:active+.btn-primary:focus,
.btn-primary:active:focus,
.btn-primary.active:focus,
.show>.btn-primary.dropdown-toggle:focus {
	outline: 0;
	box-shadow: 0 0 0 0.25rem rgba(0, 0, 0, 0);
	opacity: 1;
}

.btn-sm,
.btn-group-sm>.btn {
	font-weight: 300;
	padding: 0.25rem 0.5rem;
	font-size: 0.875rem;
	border-radius: 0.2rem;
}

.btn-check:focus+.btn,
.btn:focus {
	outline: 0;
	box-shadow: 0 0 0 0.25rem rgba(255, 193, 7, 0);
}
.btn-group-check .btn {
	color: #4e5d78;
	background-color: #ffffff;
	border-color: #ededed;
}
.btn-group-check.check-year .btn {
	min-width: 5rem;
}
.btn-group-check .btn-check:checked + .btn {
	color: #ffffff;
	background-color: #ffc107;
	border-color: #ffc107;
}
.btn-translucent-primary {
	color: #ffc107;
	background-color: #fef9e6;
	border-color: #fef9e6;
}
.btn-translucent-primary:hover,
.btn-translucent-primary:focus,
.btn-translucent-primary:active,
.btn-translucent-primary.active,
.btn-translucent-primary.show {
	color: #fff;
	background-color: #ffc107;
	border-color: #ffc107;
}

.btn-primary {
	color: #fff;
	background-color: #ffc107;
	border-color: #ffc107;
}
.btn.hover-bg-primary:hover,
.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active,
.btn-primary.show {
	color: #fff;
	background-color: #ffb300;
	border-color: #ffb300;
}
.btn-primary:disabled, .btn-primary.disabled {
	color: #fff;
	background-color: #4e5d78;
	border-color: #4e5d78;
}
.btn-white {
	color: #4e5d78;
	background-color: #ffffff;
	border-color: #e0e6ed;
}

.btn-white:hover,
.btn-white:focus,
.btn-white:active,
.btn-white.active,
.btn-white.show {
	color: #323b4b;
	background-color: #ffffff;
	border-color: #e0e6ed;
	box-shadow: 0 0 0.625rem -0.1875rem rgba(0, 0, 0, 0.13) !important;
}

.btn-light {
	color: rgba(66, 84, 102, 0.9);
	background-color: #f6f8fc;
	border-color: #f6f8fc;
}

.btn-light:hover,
.btn-light:focus,
.btn-light:active,
.btn-light.active,
.btn-light.show {
	color: #323b4b;
	background-color: #ecf0f6;
	border-color: #ecf0f6;

}

.btn-check:checked + .btn-light:focus, .btn-check:active + .btn-light:focus, .btn-light:active:focus, .btn-light.active:focus, .show > .btn-light.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.25rem rgba(236, 240, 246, 0.1);
}
.btn-success {
	color: #fff;
	background-color: #16c995;
	border-color: #16c995;
	box-shadow: unset;
}

.btn-success:hover,
.btn-success:focus,
.btn-success:active,
.btn-success.active,
.btn-success.show {
	background-color: #12a77b;
	border-color: #12a77b;
	color: #fff;
}

.btn-danger {
	color: #fff;
	background-color: #f74f78;
	border-color: #f74f78;
	box-shadow: unset;
}

.btn-danger:hover,
.btn-danger:focus,
.btn-danger:active,
.btn-danger.active,
.btn-danger.show {
	background-color: #f52a5c;
	border-color: #f52a5c;
	color: #fff;
}
.btn-secondary {
    color: #fff;
    background-color: #6c757d;
    border-color: #6c757d;
}
.btn-secondary:hover {
    color: #fff;
    background-color: #5c636a;
    border-color: #565e64;
}
.btn-dark {
	color: #fff;
	background-color: #333333;
	border-color: #333333;
	box-shadow: unset;
}

.btn-dark:hover,
.btn-dark:focus,
.btn-dark:active,
.btn-dark.active,
.btn-dark.show {
	background-color: #212529;
	border-color: #212529;
	color: #fff;
}

.btn-service {
	color: #333333;
	background-color: rgba(78, 93, 120, 0.1);
	border-color: transparent;
}

.btn-social {
	display: inline-block;
	width: 2.25rem;
	height: 2.25rem;
	line-height: 2.25;
	padding: 0;
	border: 0;
	transition: border-color 0.25s ease-in-out, background-color 0.25s ease-in-out, color 0.25s ease-in-out;
	border-radius: .5rem;
	background-color: #f3f3f9;
	color: #6c6d89;
	font-size: .9375rem;
	text-align: center;
	text-decoration: none !important;
}

.btn-social>i {
	line-height: 2.25rem;
}

.btn-social:hover {
	color: #fff;
}

.bs-facebook:hover {
	background-color: #3b5998;
}

.bs-twitter:hover {
	background-color: #1da1f2;
}

.bs-instagram:hover {
	background-color: #5851db;
	background-image: url("../img/bg/instagram-background.jpg");
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}

.bs-youtube:hover {
	background-color: #ff0000;
}
.card-video .card-header .btn {
	visibility: hidden;
	opacity: 0;
	transform: scale(0.85);
	min-width: 3rem;
	transition: all 0.2s ease-in-out;
}
.card-video .card-header {
	position: relative;
	padding-left: 0;
	padding-right: 0;
	padding-bottom: 0;
	padding-top: 56.25%;
	overflow: hidden;
}
.card-video .card-header img {
	position: absolute;
	top: 0;
}
.card-video.rounded-2 .card-header {
    border-top-left-radius: 0.75rem;
    border-top-right-radius: 0.75rem;
}

.card-video:hover .card-header .btn {
	opacity: 1;
	visibility: visible;
	transform: scale(1);
}
.card-video .video-action,
.card-service .card-service-action {
	opacity: 0;
}
.card-video .video-action .btn,
.card-service .card-service-action .btn{
	transform: translateY(-4px);
	border: 1px solid transparent;
	padding: 0;
	width: 32px;
	height: 32px;
	border-radius: 50%;
}
.card-video .video-action .btn:focus,
.card-service .card-service-action .btn:focus{
	border-color: rgba(78, 93, 120, 0.2);
	background-color: #fafbfe;
}
.card-video:hover  .video-action,
.card-service:hover .card-service-action {
	opacity: 1;
}
.card-service p {
	margin-bottom: 0 !important;
}
.card .modal-footer {
	padding-top: 0;
	padding-left: 0;
	padding-right: 0;
	padding-bottom: 0;
}
.card-data-table .card-body {
	padding-left: 0;
	padding-right: 0;
}
.card-data-table .dt-bootstrap4 .row {
	margin-left: 0;
	margin-right: 0;
}
.card-data-table .dt-bootstrap4 .row:first-child {
	border-bottom: 1px solid #ededed;
}
.card-data-table .dt-bootstrap4 .row:last-child {
	border-top: 1px solid #ededed;
}
.card-data-table .dt-bootstrap4 .row .col-sm-12 {
	padding-left: 0;
	padding-right: 0;
	overflow-y: hidden;
	overflow-x: auto;
}
.card-data-table .dt-bootstrap4 .row .col-sm-12 table.dataTable {
	margin-top: 0 !important;
	margin-bottom: 0 !important;
}
.card-data-table .dt-bootstrap4 .row .col-md-5,
.card-data-table .dt-bootstrap4 .row .col-md-6,
.card-data-table .dt-bootstrap4 .row .col-md-7 {
	padding-left: 20px !important;
	padding-right: 20px !important;
}

.btn-video {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 5.625rem;
	height: 5.625rem;
	transition: background-color 0.3s ease-in-out, color 0.3s ease-in-out, box-shadow 0.3s ease-in-out;
	border-radius: 50%;
	background-color: rgba(255, 255, 255, 0.5);
	color: #333333;
	font-size: 1.25rem;
	text-align: center;
	text-decoration: none;
	box-shadow: 0 0.25rem 1rem -0.25rem rgb(55 56 78 / 20%);
	vertical-align: middle;
}
.btn-video svg.icon {
	transform: translateY(0);
	margin-left: .25rem;
	width: 1.25rem;
	height: 1.25rem;
}
.btn-video-sm {
	width: 3.75rem;
	height: 3.75rem;
	font-size: 1rem;
}

.btn-video:hover {
	color: #ffc107;
	background-color: #ffffff;
	text-decoration: none;
	box-shadow: 0 0.375rem 1.125rem -0.5rem rgba(255, 193, 7, 0.7);
}
.btn-video-hidden .btn-video {
	opacity: 0;
	transform: scale(0.85);
	transition: all 0.2s ease-in-out;
}
.btn-video-hidden:hover .btn-video{
	opacity: 1;
	transform: scale(1);
}

.btn-square {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 3.125rem;
	height: 3.125rem;
	padding: 0;
}
.btn-square.btn-xs {
	width: 2rem;
	height: 2rem;
}

.text-pdf {
	color: #ad0b00;
}

.text-word {
	color: #2c5898;
}

.text-powerpoint {
	color: #d04727;
}

.page-title {
	font-size: 1.75rem;
}

#calendar.fc a {
	color: #333333;
}

.navbar-toggler:focus {
	box-shadow: none;
}

.navbar-brand .brand-text {
	display: flex;
	flex-direction: column;
}

.modal-content {
	border: 1px solid rgba(0, 0, 0, 0.08);
	border-radius: 1rem;
}
.modal-header {
	border-bottom: 1px solid #eff2f7;
	padding-left: 1.5rem;
	padding-right: 1.5rem;
}
.modal-header .btn-close:hover {
	background-color: rgba(51, 51, 51, 0.1);
}
.modal-body {
	padding: 1.5rem;
}
.modal-footer {
	border-top: 0;
	padding-left: 1.5rem;
	padding-right: 1.5rem;
	padding-bottom: 1.5rem;
	padding-top: 0;
}
.modal-body .modal-footer {
	border-top: 0;
	padding-left: 0;
	padding-right: 0;
	padding-bottom: 0;
	padding-top: 0;
}
.modal-fixed-right {
	padding-right: 0 !important;
}

.modal-fixed-right .modal-dialog {
	margin: 0;
	margin-left: auto;
	margin-right: initial;
	max-width: 26rem;
}

.modal-fixed-right .modal-content {
	border-radius: 0;
	border: 0;
}

.modal.modal-fixed-right.fade .modal-dialog {
	transition: transform 0.3s ease-out;
	transform: translate(50px, 0);
}

.modal.modal-fixed-right.fade.show .modal-dialog {
	transform: translate(0, 0);
}
/* .modal-body.overlayScrollbars {
	padding-top: 0;
	padding-bottom: 0;
	overflow-x: hidden;
} */

.modal-request {
	padding-right: 0 !important;
}
.modal-request .modal-content {
	height: 100%;
}
.modal-request .modal-dialog {
	max-width: calc(1320px);
}
.modal-request .modal-header {
	border-bottom: 1px solid #dedede;
	z-index: 1;
}

.modal-request .modal-body {
	display: flex;
	padding: 0;
	overflow-y: hidden;
}

.modal-request .modal-ct {
	width: calc(50% - 3px);
	display: flex;
	flex-direction: column
}
.modal-request .divider-v {
	position: relative;
    width: 6px;
    height: 100%;
}
.modal-request .divider-v::after {
	content: "";
	position: absolute;
	top: 0;
	left: 50%;
	height: 100%;
	border-right: 1px solid #dedede;
}
.modal-request .modal-ct .os-scrollbar-handle {
	opacity: 0;
}
.modal-request .modal-ct:hover .os-scrollbar-handle {
	opacity: 1;
}
.modal-request .modal-ct .overlayScrollbars {
	height: 100%;
	display: flex;
}
.modal-request .modal-ft {
	position: relative;
	padding: 0.75rem 1.5rem;
	z-index: 1;
	margin-left: -3px;
}
.modal-dialog-scrollable .modal-header,
.modal-dialog-scrollable .modal-footer {
	z-index: 1;
}
.modal-dialog-scrollable .modal-header {
	box-shadow: 0 0 0.625rem -0.1875rem rgba(0, 0, 0, 0.13);
}
.modal-dialog-scrollable .modal-footer {
	padding-left: 1.5rem;
	padding-right: 1.5rem;
	padding-bottom: 0.75rem;
	padding-top: 0.75rem;
	box-shadow: -0.0625rem 0 0.625rem 0 rgba(0, 0, 0, 0.07), 0.3125rem 1.25rem 2.5rem 0 rgba(0, 0, 0, 0.04);
}
.modal-xxl {
	max-width: calc(1320px);
}
.form-select,
.form-control {
	padding: .5625rem 1.125rem;
	font-size: 1rem;
	color: #333333;
	font-weight: 300;
	line-height: 1.5;
	border: 1px solid #e0e6ed;
}
.form-select-sm,
.form-control-sm  {
    padding: .425rem 1rem;
    font-size: .875rem;
}

.form-control:focus,
.form-select:focus {
	background-color: #fff;
	border-color: #ffc107;
	outline: 0;
	box-shadow: 0 0 0 0.25rem rgba(255, 204, 0, 0.08);
}

.form-control:disabled,
.form-control[readonly],
.form-select[readonly] {
	background-color: #eff2f7;
	opacity: 1;
}
.readonly {
	position: relative;
}
.readonly::before  {
	display: block;
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: transparent;
	z-index: 1;
	cursor: auto;
}
.readonly .form-select  {
	background-image: none !important
}

.form-check-input:checked {
	background-color: #ffc107;
	border-color: #ffc107;
}

.form-check-input:focus {
	border-color: rgba(255, 204, 0, 0.3);
	outline: 0;
	box-shadow: 0 0 0 0.25rem rgba(255, 204, 0, 0.2);
}
.form-control::-webkit-input-placeholder {
	color: rgba(78, 93, 120, 0.3) !important;
}
.form-control::-moz-placeholder {
	color: rgba(78, 93, 120, 0.3) !important;
}
.form-control::placeholder {
	color: rgba(78, 93, 120, 0.3) !important;
}
.form-control[type="file"] {
	padding: .375rem .75rem;
}

.form-upload-img {
	position: relative;
}
.form-upload-img input {
    position: absolute;
    opacity: 0;
    top: 0;
    left: 0;
    visibility: visible;
}
.form-upload-img label {
	cursor: pointer;
}

.bootstrap-select .dropdown-toggle {
    background-color: #ffffff;
    border-color: #e0e6ed;
	background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-position: right 0.75rem center;
    background-size: 16px 12px;
}
.bootstrap-select .dropdown-toggle .filter-option-inner-inner {
    color: #333333;
	font-weight: 300;
}
.bootstrap-select .dropdown-toggle:focus, 
.bootstrap-select>select.mobile-device:focus+.dropdown-toggle {
    outline: 0 !important;
}
:not(.input-group)>.bootstrap-select.form-select:not([class*=col-]) {
    width: 100%;
}
.bootstrap-select.form-select {
    margin-bottom: 0;
    padding: 0;
    border: none;
    height: auto;
}


.input-group-btn .btn {
	border-color: #ced4da;
}

label.required::after {
	content: "*";
	color: #f44336;
	margin-left: 0.125rem;
}

.custom-select {
	display: inline-block;
	width: 100%;
	height: calc(1.5em + .75rem + 2px);
	padding: .375rem 1.75rem .375rem .75rem;
	font-size: 1rem;
	font-weight: 400;
	line-height: 1.5;
	color: #495057;
	vertical-align: middle;
	background: #fff url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") right .75rem center/8px 10px no-repeat;
	border: 1px solid #ced4da;
	border-radius: .25rem;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}

.img-size-34 {
	display: block;
	padding-top: 125%;
}

.d-none.show {
	display: inline-block !important;
}

/* .show {
    display: inline-block !important;
} */
.hide {
	display: none !important;
}

.search-box {
	position: relative;
}

.search-box::after {
	content: "\f002";
	font-weight: 400;
	font-family: "Font Awesome 5 Pro";
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
	display: flex;
	align-items: center;
	justify-content: center;
	font-style: normal;
	font-variant: normal;
	text-rendering: auto;
	line-height: 1;
	position: absolute;
	top: 0;
	left: .25rem;
	width: 40px;
	height: 44px;
}

.search-box .form-control {
	padding-left: 40px;
	border: 1px solid rgba(0, 0, 0, 0);
	background-color: #f6f8fc;
}

.search-box .form-control:focus {
	box-shadow: 0 0 0 0.25rem rgba(255, 204, 0, 0);
}

.list-group-borderless .list-group-item {
	border: 0;
}

.sticky-element {
	z-index: 10;
}

/* Transition */
.transition-200 {
	transition: 0.2s !important;
}

.transition-300 {
	transition: 0.3s !important;
}

.transition-500 {
	transition: 0.5s !important;
}

.transition-1000 {
	transition: 1s !important;
}

/* Transition */
.transition-dealy-200 {
	transition-delay: 0.2s !important;
}

.transition-dealy-300 {
	transition-delay: 0.3s !important;
}

.transition-dealy-500 {
	transition-delay: 0.5s !important;
}

.transition-dealy-1000 {
	transition-delay: 1s !important;
}

/* Animation delay*/
.dealy-200 {
	-webkit-animation-delay: .2s;
	animation-delay: .2s;
}

.dealy-500 {
	-webkit-animation-delay: .5s;
	animation-delay: .5s;
}

.dealy-700 {
	-webkit-animation-delay: .7s;
	animation-delay: .7s;
}

.dealy-1000 {
	-webkit-animation-delay: 1s;
	animation-delay: 1s;
}

.dealy-1500 {
	-webkit-animation-delay: 1.5s;
	animation-delay: 1.5s;
}

.dealy-2000 {
	-webkit-animation-delay: 2s;
	animation-delay: 2s;
}

.dealy-2500 {
	-webkit-animation-delay: 2.5s;
	animation-delay: 2.5s;
}

.dealy-3000 {
	-webkit-animation-delay: 3s;
	animation-delay: 3s;
}

.shadow {
	box-shadow: 0 0 0.625rem -0.1875rem rgba(0, 0, 0, 0.13) !important;
}

.shadow-sm {
	box-shadow: 0 0 0.625rem -0.1875rem rgba(0, 0, 0, 0.13) !important;
}

.shadow-lg {
	box-shadow: -0.0625rem 0 0.625rem 0 rgba(0, 0, 0, 0.07), 0.3125rem 1.25rem 2.5rem 0 rgba(0, 0, 0, 0.04) !important;
}

.card {
	border: 1px solid #ededed;
	border-radius: 0.75rem;
}

.card-header {
	background-color: transparent;
	border-bottom: 1px solid #ededed;
}
.card-header:first-child {
    border-radius: calc(0.75rem - 1px) calc(0.75rem - 1px) 0 0;
}
.card-footer {
	background-color: transparent;
	border-top: 1px solid #ededed;
}

.card-header .action-item {
	padding-top: 0;
	padding-bottom: 0;
}
.card.card-hover:hover, 
.card.card-active {
    border-color: rgba(255, 193, 7, 0.35);
    box-shadow: 0.1875rem 0.1875rem 0.625rem -0.125rem rgba(0,0,0,0.09);
}
.card.rounded-1 .card-header img {
	border-top-left-radius: 0.5rem;
	border-top-right-radius: 0.5rem;
}
.card-service-demo .card-header {
	position: relative;
	overflow: hidden;
}

.card-service-demo .upload-img {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	opacity: 0;
	background-color: rgba(0, 0, 0, 0.1)
}

.card-service-demo .card-header:hover .upload-img {
	opacity: 1;
}
.action-item {
	display: inline-block;
	font-size: .875rem;
	cursor: pointer;
	color: #333333;
	background: transparent;
	border: 0;
	padding: .25rem;
	-webkit-transition: color .3s;
	transition: color .3s;
}

.google-frame {
	margin-top: -10rem;
}

.google-frame .google-map {
	width: 100%;
	height: 80vh;
}

.video-box {
	transition: ease-in-out 0.3s;
	transition-delay: 0.1s;
}

.video-wrap {
	overflow: hidden;
}

.video-wrap:hover .video-box {
	-webkit-box-shadow: 00 0 2.5rem rgba(0, 0, 0, 0.08) inset;
	-moz-box-shadow: 0 0 2.5rem rgba(0, 0, 0, 0.08) inset;
	box-shadow: 0 0 2.5rem rgba(0, 0, 0, 0.08) inset;
	transition-delay: 0s;
}

.video-title {
	height: 44px;
	overflow: hidden;
	display: -webkit-box;
	text-overflow: ellipsis;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
}

.border-top-right-radius {
	border-top-right-radius: 0.25rem;
}

.border-top-left-radius {
	border-top-left-radius: 0.25rem;
}

.opacity-0 {
	opacity: 0;
}

.opacity-80 {
	opacity: 0.8;
}

.opacity-50 {
	opacity: 0.5;
}

.opacity-60 {
	opacity: 0.6;
}
.hover-opacity-1:hover .opacity-lg-0  {
	opacity: 1 !important;
}
.hover-opacity-100:hover {
	opacity: 1 !important;
}

.hover-opacity-0-to-100:hover .opacity-0 {
	opacity: 1 !important;
}
.hover-translateY-n5:hover {
	transform: translateY(-5px);
}
.hover-translateY-n10:hover {
	transform: translateY(-10px);
}
.line-clamp-2 {
	overflow: hidden;
	display: -webkit-box;
	text-overflow: ellipsis;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	margin-bottom: 0;
	height: 48px;
}

.line-clamp-3 {
	overflow: hidden;
	display: -webkit-box;
	text-overflow: ellipsis;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	margin-bottom: 0;
	height: 72px;
}
.fs-sm.line-clamp-3 {
	height: 64px;
}
.badge {
	color: #333333;
	background-color: rgba(255, 255, 255, 0.5);
	font-weight: 500;
	z-index: 1;
}
.badge-lg {
    padding-top: .625rem;
    padding-right: .625rem;
    padding-bottom: .625rem;
    padding-left: 1rem;
    font-size: 1rem;
    font-weight: 500;
}
.badge-lg:not(.badge-floating-end) {
    border-top-right-radius: .5rem;
    border-bottom-right-radius: .5rem;
}
.badge-floating:not(.badge-floating-end) {
    border-top-left-radius: 0 !important;
    border-bottom-left-radius: 0 !important;
}
.badge-floating {
    position: absolute;
    top: 1.5rem;
    left: 0;
    z-index: 5;
}
.badge-primary {
	color: #ffffff;
	background-color: #ffb300;
}

.badge-purple {
	color: #ffffff;
	background-color: #766df4;
}

.badge-success {
	color: #ffffff;
	background-color: #16c995;
}

.font-en {
	font-family: 'Open Sans', sans-serif !important;
	font-weight: 400;
}

.bg-position-top-center {
	background-position: top center !important;
}

.bg-position-center {
	background-position: center !important;
}

.bg-size-cover {
	background-size: cover !important;
}

.bg-no-repeat {
	background-repeat: no-repeat !important;
}
.bg-researches {
	background-image: url("../img/bg/researches.png");
}
.border {
	border: 1px solid #eff2f7 !important;
}

.border-top {
	border-top: 1px solid #eff2f7 !important;
}

.border-bottom {
	border-bottom: 1px solid #eff2f7 !important;
}

.border-left {
	border-left: 1px solid #eff2f7 !important;
}

.border-right {
	border-right: 1px solid #eff2f7 !important;
}

.border-left-transparent {
	border-left: 1px solid transparent !important;
}

.border-right-transparent {
	border-right: 1px solid transparent !important;
}

.border-bottom-transparent {
	border-bottom: 1px solid transparent !important;
}

.table {
	color: #333333;
}

.table-striped>tbody>tr:nth-of-type(odd) {
	--bs-table-accent-bg: #f6f8fc;
	color: #333333;
}

.table-striped.table-hover>tbody>tr:hover {
	--bs-table-accent-bg: #eceff4;
	color: #333333;
}

.table-hover-text-dark>tbody>tr:hover {
	color: #333333 !important;
}

.table-hover>tbody>tr:hover {
	--bs-table-accent-bg: #fafbfe;
	color: #333333;
}

.table-lg> :not(caption)>*>* {
	padding: 0.75rem 1.25rem;
}

.table> :not(:last-child)> :last-child>* {
	border-bottom-color: #eeeeee;
	font-weight: 500;
}

.table-guest-requests .avatar {
	background-color: rgba(78, 93, 120, 0.06);
	transition: ease-in-out 0.3s;
}

.table-guest-requests tr:hover .avatar {
	background-color: rgba(255, 193, 7, 0.1);
}

.table-guest-requests tr:not(:hover) svg circle,
.table-guest-requests tr:not(:hover) svg path,
.table-guest-requests tr:not(:hover) svg ellipse {
	fill: #73849a;
	transition: ease-in-out 0.3s;
}
.table.table-light-style {
	border-color: #eeeeee;
}
.table.table-light-style thead th {
	background-color: #fafbfe !important;
	border-bottom-color: transparent !important;
}
.table.border tr:last-child td {
	border-bottom: 0;
}

.legend-indicator {
	display: inline-block;
	width: .5rem;
	height: .5rem;
	background-color: #bdc5d1;
	border-radius: 50%;
	margin-right: .4375rem;
}

.logo-size-xxl {
	max-width: 8rem;
}

.logo-size-xl {
	max-width: 6rem;
}

.logo-size-lg {
	max-width: 3rem;
}

.logo-size-md {
	max-width: 2rem;
}

.logo-size-sm {
	max-width: 1.5rem;
}

.logo-size-xs {
	max-width: 1rem;
}

.internal-book {
	height: 56.692913386px;
}

.external-book {
	height: 113.38582677px;
}

.top-2 {
	top: 0.5rem;
}

.end-2 {
	right: 0.5rem;
}

.media {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
}

.media-pill {
	position: relative;
	padding: 2px;
	background-color: #fafbfe;
	border-radius: 50rem;
	-webkit-transition: all .2s ease;
	transition: all .2s ease;
}

.media-pill:hover {
	background-color: rgba(78, 93, 120, 0.1);
}

.notification-indicator {
	position: relative;
}

.notification-indicator::before {
	position: absolute;
	display: flex;
	content: '';
	right: -1px;
	top: 0px;
	background-color: #FFC107;
	height: 0.5rem;
	width: 0.5rem;
	border-radius: 50%;
	box-shadow: 0 0 0.625rem -0.1875rem rgba(0, 0, 0, 0.13);
}

.page-link {
	color: #333333;
	background-color: transparent;
	border: 1px solid transparent;
}

.page-item {
	margin-left: 0.25rem;
	margin-right: 0.25rem;
}

.page-item:first-child {
	margin-left: 0;
}

.page-item:last-child {
	margin-right: 0;
}

.page-link:hover,
.page-link:focus,
.page-link:active,
.page-link.active {
	z-index: 3;
	color: #ffb300;
	background-color: rgba(255, 179, 0, 0.1);
	border-color: rgba(255, 179, 0, 0.06);
	outline: 0;
	box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0);
}

.page-item .page-link {
	min-width: 38px;
	text-align: center;
	border-radius: 0.325rem;
}

.page-item.active .page-link {
	z-index: 3;
	color: #fff;
	background-color: #ffb300;
	border-color: #ffb300;
}

.page-item.disabled .page-link {
	color: rgba(78, 93, 120, 0.5);
	border-color: transparent;
}

.rounded-1 {
	border-radius: .5rem !important;
}

.rounded-2 {
	border-radius: .75rem !important;
}

.rounded-3 {
	border-radius: 1rem !important;
}
.rounded-start-pill {
	border-top-left-radius: 50rem !important;
	border-bottom-left-radius: 50rem !important;
}
.actions-search {
	display: none;
	opacity: 0;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: #fff;
	border-color: #eff2f7;
	z-index: 1;
	-webkit-box-shadow: 0 0.75rem 1.5rem rgb(18 38 63 / 3%);
	box-shadow: 0 0.75rem 1.5rem rgb(18 38 63 / 3%);
	border-radius: .375rem;
	-webkit-transition: all .2s ease;
	transition: all .2s ease;
}

.actions-search.show {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	opacity: 1;
}

.actions-search .form-control,
.actions-search .input-group-text {
	border: 0;
	background-color: transparent;
	outline: 0;
	box-shadow: none;
}

/* wave*/
.wave {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 1;
	height: 200px;
}

.wave+.wave {
	z-index: 2;
	height: 200px;
}
.card-img-top {
	border-top-left-radius: calc(0.75rem - 1px);
	border-top-right-radius: calc(0.75rem - 1px);
	overflow: hidden;
	padding-top: 56.25%;
	position: relative;
}
.rounded-2 .card-img-top {
	border-top-left-radius: calc(0.75rem - 1px);
	border-top-right-radius: calc(0.75rem - 1px);
}
.card-service .card-img-top img {
	position: absolute;
	top: 0;
	left: 0;
}
.card-horizontal .card-img-top {
	padding-top: 0;
}
.shape-container {
	position: absolute;
	left: 0;
	right: 0;
	width: 100%;
	z-index: 2;
	transform: translateZ(0);
	overflow: hidden;
}

.shape-container svg {
	display: block;
	fill: #fff;
	pointer-events: none;
	vertical-align: baseline;
}

.shape-container.shape-light svg {
	fill: #fafbfe;
}

.shape-position-top {
	top: 0;
	margin-top: -1px;
}

.shape-position-bottom {
	bottom: 0;
	margin-bottom: -1px;
}

.shape-line {
	min-height: 19px;
}

.zindex-102 {
	z-index: 102 !important;
}

.autosize {
	resize: none;
	overflow: hidden;
}
i.w-20 {
	min-width: 20px;
	text-align: center;
}
i.w-24 {
	min-width: 24px;
	text-align: center;
}
/*divider*/
.divider {
	color: #8f9397;
	width: 100%;
	margin: 0px auto;
	overflow: hidden;
	text-align: center;
	line-height: 0em;
}

.divider i {
	font-size: 20px;
	margin: 0 20px 0 20px;
	display: inline-block;
	vertical-align: middle;
}

.divider span,
.divider a {
	margin: 0 20px 0 20px;
	display: inline-block;
	vertical-align: middle;
}

.divider:before {
	border-bottom: 1px solid rgba(0, 0, 0, 0.1);
	content: "";
	display: inline-block;
	height: 0em;
	margin: 0 0 0 -100%;
	vertical-align: middle;
	width: 50%;
}

.divider:after {
	border-bottom: 1px solid rgba(0, 0, 0, 0.1);
	content: "";
	display: inline-block;
	height: 0;
	margin: 0 0 0 -100%;
	vertical-align: middle;
	width: 50%;
	margin: 0 -100% 0 0;
}

.divider-grad:before {
	height: 3px;
	background: -moz-linear-gradient(150deg, #97c74e 0%, #2ab9a5 100%);
	background: -webkit-gradient(linear, left top, right top, color-stop(0%, #97c74e), color-stop(100%, #2ab9a5));
	background: -webkit-linear-gradient(150deg, #97c74e 0%, #2ab9a5 100%);
	background: -o-linear-gradient(150deg, #97c74e 0%, #2ab9a5 100%);
	background: -ms-linear-gradient(150deg, #97c74e 0%, #2ab9a5 100%);
	background: linear-gradient(150deg, #97c74e 0%, #2ab9a5 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='$color-one', endColorstr='$color-two', GradientType=1);
}

.divider-grad:after {
	height: 3px;
	background: -moz-linear-gradient(150deg, #2ab9a5 0%, #97c74e 100%);
	background: -webkit-gradient(linear, left top, right top, color-stop(0%, #2ab9a5), color-stop(100%, #97c74e));
	background: -webkit-linear-gradient(150deg, #2ab9a5 0%, #97c74e 100%);
	background: -o-linear-gradient(150deg, #2ab9a5 0%, #97c74e 100%);
	background: -ms-linear-gradient(150deg, #2ab9a5 0%, #97c74e 100%);
	background: linear-gradient(150deg, #2ab9a5 0%, #97c74e 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='$color-one', endColorstr='$color-two', GradientType=1);
}

.divider-dark:before,
.divider-dark:after {
	border-bottom: 1px solid rgba(0, 0, 0, 0.1) !important;
}

.divider-dotted:before,
.divider-dotted:after {
	border-bottom: 3px dotted rgba(0, 0, 0, 0.1);
}

.divider-bold:before,
.divider-bold:after {
	border-bottom-width: 5px;
}

.divider-small {
	width: 10%;
	margin: 5px auto;
}

.divider-medium {
	width: 20%;
	margin: 10px auto;
}

.divider-large {
	width: 60%;
	margin: 10px auto;
}

.collapse-chevron {
	position: relative;
}

.collapse-chevron::after {
	font-family: 'Font Awesome 5 Pro';
	font-weight: 400;
	font-size: 0.875rem;
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
	display: inline-block;
	font-style: normal;
	font-variant: normal;
	text-rendering: auto;
	line-height: 1.5;
	position: absolute;
	right: 0;
}

.collapse-chevron[aria-expanded="true"]::after {
	content: "\f077";
}

.collapse-chevron[aria-expanded="false"]::after {
	content: "\f078";
}
.scrollto-01 {
	position: fixed;
	right: 0;
	top: 50%;
	transform: translate(100%, -50%);
	transition: 0.3s;
	transition-delay: 0.3s;
}
.scrollto-01.navbar-sticky-on {
	transition-delay: 0.1s;
	transform: translate(-8px, -50%);
}
.scrollto-01 .nav-pills {
	flex-direction: column;
	padding: 0.75rem 0.25rem !important;
}
.scrollto-01 .nav-pills .nav-link,
.scrollto-01 .nav-pills .nav-item {
	margin-left: 0;
	margin-right: 0;
	padding-left: 0.25rem;
	padding-right: 0.25rem;
}
.mb-grid-gutter {
    margin-bottom: 1.875rem !important;
}
.card-horizontal .card-img-top, .card-horizontal .card-img-bottom {
    flex-shrink: 0;
    min-height: 15rem;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.meta-link {
    transition: color 0.2s ease-in-out;
    color: #797a95;
    vertical-align: middle;
    text-decoration: none;
}
.meta-link:hover {
    color: #4d4e64;
    text-decoration: none;
}
.meta-divider {
    display: inline-block;
    width: 1px;
    height: 1rem;
    margin: 0 .625rem;
    background-color: #dfdfec;
    vertical-align: middle;
}
.rounded-1 .card-img, .rounded-1 .card-img-top {
    border-top-left-radius: 0.5rem;
    border-top-right-radius: 0.5rem;
}
.service-title,
.service-content {
	overflow: hidden;
    display: -webkit-box;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
}
.service-title {
	-webkit-line-clamp: 2;
	margin-bottom: 0.25rem;
}
.service-content {
	-webkit-line-clamp: 3;
	margin-bottom: 0;
	font-size: 0.875rem;
	height: 3.9rem;
}
.service-thumbnail {
    position: relative;
    padding-left: 0;
    padding-right: 0;
    padding-bottom: 0;
    padding-top: 56.25%;
    overflow: hidden;
}
.service-thumbnail img {
	position: absolute;
	top: 0;
}
.rounded-2 .service-thumbnail img {
    border-top-left-radius: 0.75rem;
    border-top-right-radius: 0.75rem;
}
.after-chevron {
	position: relative;
}
.after-chevron::after {
    font-family: 'Font Awesome 5 Pro';
    font-weight: 400;
	-moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1;
	content: "\f078";
}
.after-chevron[aria-expanded="true"]::after {
	transform: rotate(180deg);
}
.after-chevron-end::after {
	position: absolute;
	top: 0;
	right: .75rem;
	height: 100%;
	display: flex;
	align-items: center;
}
.form-option {
    padding-left: 0;
}
.form-option.form-check-inline {
    margin-right: .25rem;
}
.form-option .form-check-input {
    border: 0;
    background: none;
}
.form-option .form-check-input:focus {
    border-color: rgba(255, 204, 0, 0);
    outline: 0;
    box-shadow: 0 0 0 0.25rem rgba(255, 204, 0,0);
}
.form-option .form-check-input:checked {
    background-image: none !important;
}
.form-option-label {
    position: relative;
    margin-bottom: 0;
    padding-top: .0625rem;
    padding-right: .375rem;
    padding-left: .375rem;
    transition: color 0.2s ease-in-out,border-color 0.2s ease-in-out;
    border: 1px solid #eee;
    border-radius: .5rem;
    color: #333333;
    font-size: .9375rem;
    font-weight: normal;
    text-align: center;
    line-height: 2.5rem;
    cursor: pointer;
}
.form-option-size .form-option-label {
    min-width: 2.75rem;
    height: 2.75rem;
}
.form-option-size .form-check-input:checked ~ .form-option-label {
    border-color: #ffb300;
    background-color: #fff;
    color: #ffb300;
}

.pattern-1 {
    background-image: url(../img/patterns/01.png);
}
.pattern-2 {
    background-image: url(../img/patterns/02.png);
}
.sidebar-enabled {
    position: relative;
}
.sidebar-enabled::before {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 40%;
    height: 100%;
    background-color: #fafbfe;
    content: '';
}
.sidebar-enabled.sidebar-end::before {
    right: 0;
    left: auto;
}
.sidebar-enabled.sidebar-end .content {
    padding-left: .9375rem;
    padding-right: 2.5rem;
}
.sidebar-enabled .content {
    position: relative;
    padding-left: 2.5rem;
    background-color: #fff;
    z-index: 2;
}
.sidebar {
    position: relative;
    background-color: #fafbfe;
    z-index: 5;
}
svg.icon {
	width: 1rem;
	height: 1rem;
	transform: translateY(-2px);
}
.fs-sm svg.icon,
.text-sm svg.icon {
	width: 0.875rem;
	height: 0.875rem;
	transform: translateY(-1.75px);
}
.fs-xs svg.icon {
	width: 0.75rem;
	height: 0.75rem;
	transform: translateY(-1.5px);
}
.fa, .fas, .far, .fal, .fad, .fab {
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1;
}
.fa svg, .fas svg, .far svg, .fal svg, .fad svg, .fab svg {
	height: 1rem;
	transform: translateY(-2px);
}
.text-sm .fa svg, .text-sm .fas svg, .text-sm .far svg, .text-sm .fal svg, .text-sm .fad svg, .text-sm .fab svg {
	height: 0.875rem;
	transform: translateY(-1.5px);
}
.fs-xs .fa svg, .fs-xs .fas svg, .fs-xs .far svg, .fs-xs .fal svg, .fs-xs .fad svg, .fs-xs .fab svg {
	height: 0.75rem;
	transform: translateY(-1px);
}
@media (max-width: 991.98px) {

	.navbar-collapse {
		overflow-y: scroll;
		max-height: 380px;
		box-shadow: 0 0.125rem 0.625rem -0.1875rem rgba(0, 0, 0, 0.1);
		position: absolute;
		left: 0;
		right: 0;
		top: 100%;
		background: #ffffff;
		border-top: 1px solid rgba(0, 0, 0, 0.08);
	}

	header.navbar-sticky-on .navbar-nav .nav-link,
	.navbar-nav .nav-link {
		line-height: 40px;
	}
	.navbar-nav .nav-item.dropdown {
		border: 1px solid #ebebeb;
		border-radius: 0.5rem;
		margin-bottom: 1rem;
	}
	.navbar-light .navbar-nav .nav-link.dropdown-toggle:hover {
		color: initial;
	}
	.navbar-nav .dropdown-menu {
		display: block !important;
		box-shadow: none;
		position: static;
		float: none;
		display: none;
		visibility: visible;
		opacity: 1;
		min-width: 0;
		border-top: 0;
	}

	.navbar-nav .dropdown-menu.user-menu {
		border: 0;
		position: absolute;
		min-width: 4rem;
	}

	.dropdown-menu.user-menu .dropdown-item:hover .fal {
		font-weight: 900;
	}

	.navbar-nav .dropdown-menu .dropdown-item {
		white-space: normal;
		padding-left: 0.75rem;
		padding-right: 0.75rem;
	}

	.google-frame {
		margin-top: 0rem;
	}

	.google-frame .google-map {
		width: 100%;
		height: 100vh;
	}
	.modal-request .modal-body {
		flex-direction: column;
	}
	.modal-request .modal-ct {
		width: 100%;
	}
	.modal-request .divider-v {
		display: none;
	}
	.modal-request .modal-body {
		overflow-y: auto;
	}
	.btn-video-hidden .btn-video {
		opacity: 1;
	}
	.sidebar-enabled::before {
		display: none;
	}
	.sidebar-enabled.sidebar-end .content {
		padding-left: 1rem;
		padding-right: 1rem;
	}
	.sidebar-enabled .sidebar::before {
		display: block;
		position: absolute;
		top: 0;
		left: 0;
		width: 100vw;
		height: 100%;
		background-color: #fafbfe;
		content: '';
		z-index: -1;
		margin-left: -1.5rem;
	}

}
@media (max-width: 767.98px) {


}
@media (max-width: 575.98px) {
	.navbar-expand-lg>.container,
	.navbar-expand-lg>.container-fluid,
	.navbar-expand-lg>.container-xl {
		padding-right: 15px;
		padding-left: 15px;
	}

	.navbar-brand .brand-text {
		display: none;
	}

	.card-service .line-clamp-2 {
		-webkit-line-clamp: inherit;
		height: auto;
		min-height: 48px;
	}
	.scrollto-01 {
		display: none;
	}
	.sidebar-enabled .sidebar::before {
		display: none;
	}
	.page-item .page-link {
		min-width: 30px;
	}
	.page-link {
		padding: 0.25rem 0.675rem;
	}
	div.dataTables_wrapper div.dataTables_paginate ul.pagination {
		justify-content: center;
	}
	.dataTables_info {
		margin-bottom: 10px;
	}
}

@media (min-width: 992px) {
	.main {
		min-height: calc(100vh - 80px);
	}
	.border-lg-left {
		border-left: 1px solid #e0e6ed !important;
	}
	.border-lg-right {
		border-right: 1px solid #eff2f7 !important;
	}
	.h-lg-100 {
		height: 100% !important;
	}
	.opacity-lg-0 {
		opacity: 0;
	}
	.opacity-lg-0[aria-expanded="true"]{
		opacity: 1;
	}
}
@media (min-width: 768px) {
	.border-md-left {
		border-left: 1px solid #e0e6ed !important;
	}
	.py-md-7 {
		padding-top: 6rem !important;
		padding-bottom: 6rem !important;
	}
}
@media (min-width: 576px) {
	.py-sm-6 {
		padding-top: 5rem !important;
		padding-bottom: 5rem !important;
	}
    .w-md-auto {
        width: auto !important;
    }
	.border-sm-left {
		border-left: 1px solid #e0e6ed !important;
	}
	.card-horizontal {
		flex-direction: row;
	}
	.card-horizontal .card-img-top,
	.card-horizontal .card-img-bottom {
		width: 43%;
	}
	.card-horizontal .card-body {
		padding: 1.9875rem;
	}
	.card-horizontal .card-img-top {
		border-radius: 0;
		border-top-left-radius: 0.25rem;
		border-bottom-left-radius: 0.25rem;
	}
	.card-horizontal.rounded-1 .card-img-top {
		border-radius: 0;
		border-top-left-radius: 0.5rem;
		border-bottom-left-radius: 0.5rem;
	}
}
