@import url('https://fonts.googleapis.com/css2?family=Merriweather:ital,wght@0,300;0,400;0,700;0,900;1,300;1,400;1,700;1,900&display=swap');
body {
	background: #f4f4f4;
	line-height: 1.8;
	font-size: 15px;
	color: #333;
	font-family: "Merriweather", serif;
}
body.detail-tour header{
	margin-bottom: 0
}
a, a:link, a:active, a:visited {
    color: #0073A1;
}
.header-mobile{
	display: none
}
[class*=" col-"],
[class^=col-] {
	padding-left: 15px;
	padding-right: 15px;
}

.row {
	margin-left: -15px;
	margin-right: -15px;
}

header {
	padding: 0 0 10px 0;
	background: #0073A1;
	z-index: 999;
	top: 0;
	color: #f1f1f1;
	position: sticky;
	box-shadow: 0 6px 6px rgba(0, 0, 0, .06);
	-webkit-box-shadow: 0 6px 6px rgba(0, 0, 0, .06);
	margin-bottom: 20px
}

.header-top a{
	color: #f1f1f1 !important
}
header .row {
	display: flex;
	align-items: center;
	justify-content: space-between
}
.home header {
	margin-bottom: 0
}
.header-top{
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 5px 0;
	border-bottom: 1px solid #0080b3;
	margin-bottom: 5px;
}
.header-top .fa{
	font-size: 20px
}
.headerSearch {

	border-radius: 5px;
	overflow: hidden;
	width: 300px;
}
.headerSearch input{
	background: none;
	color: #fff
}
.headerSearch .form-control{
	border: none
}
.headerSearch .btn{
	background: none;
	border: none;
	padding: 0
}
.breadcrumbs{
	padding: 0;
	
}
.breadcrumbs.white{
	margin-top: 30px
}
.breadcrumbs.white a{
	color: #fff !important;
}
.breadcrumbs.white li:after{
	color: #fff
}
.form-control:focus, .has-error .form-control{
	box-shadow: none
}
.btn{
	height: 34px;
	display: inline-flex;
	align-items: center;
	justify-content: center
}
.header-top-right{
	display: flex;
    gap: 20px;
	align-items: center
}
.btn-default {
	background: #028056;
	color: #fff;
	text-transform: uppercase;
	font-weight: 700
}

.form-control {
	box-shadow: none;
	font-size: 14px;
	height: 34px;
}

.sticky {
	top: 0;
	position: fixed;
	left: 0;
	right: 0;
	margin: 0 auto;
	z-index: 99
}

.main-menu-box {
	display: flex;
	align-items: center;
	justify-content: flex-end;
	
}

.main-menu {
	display: flex;
	padding: 0;
	margin: 0;
	gap: 50px
}

.main-menu>li {
	position: relative
}
.main-menu>li:after{
	content: '';
	width: 30px;
	height: 2px;
	background: #fff;
	display: inline-block;
	position: absolute;
	left: 0;
	bottom: 0;
	width: 0;
  	transition: width 0.3s ease, opacity 0.3s ease;
}
.main-menu>li.active:after, .main-menu>li:hover:after{
	width: 30px;

}
.main-menu>li:hover:after{
	background: #ff9800;
}
.main-menu>li>a {
	font-weight: 700;
	text-transform: uppercase;
	font-size: 14px;
	color: #fff;
	padding: 10px 0;
	display: block
}

.main-menu .sub-menu {
	position: absolute;
	box-shadow: 1px 1px 10px rgba(0, 0, 0, .15);
	top: 100%;
	left: 0;
	padding: 0;
	margin: 0;
	z-index: 99;
	min-width: 200px;
	display: none;
	background: #fff;
}

.main-menu .sub-menu-2 {
	position: absolute;
	min-width: 200px;
	box-shadow: 1px 1px 10px rgba(0, 0, 0, .15);
	top: 0;
	left: 100%;
	padding: 0;
	margin: 0;
	z-index: 99;
	display: none;
	background: #fff;
}

.main-menu .sub-menu a {
	padding: 7px 15px;
	white-space: nowrap;
	font-weight: 400;
	display: block;
	border-bottom: 1px solid #eee;
}

.main-menu .sub-menu a:hover {
	background: #eee
}

.main-menu .sub-menu .fa {
	position: absolute;
	top: 12px;
	right: 15px;
}

.main-menu>li:hover .sub-menu {
	display: block
}

.main-menu .sub-menu>li:hover .sub-menu-2 {
	display: block
}
.heading-text{
	text-align: center;
	margin-bottom: 30px;
}
.heading-text h1, .heading-text h2{
	font-size: 25px;
	
	text-transform: uppercase;
	text-align: center;
	display: inline-block;
	padding: 0 15px;
	position: relative
}
.heading-text h1:before, .heading-text h2:before{
	content: '';
    width: 50px;
    height: 3px;
    display: inline-block;
    position: absolute;
    right: 100%;
    top: 50%;
    transform: translateY(-50%);
	background: #0073A1;
}
.heading-text h1:after, .heading-text h2:after{
	content: '';
    width: 50px;
    height: 3px;
    display: inline-block;
    position: absolute;
    left: 100%;
    top: 50%;
    transform: translateY(-50%);
	background: #0073A1;
}
.heading-text-sub{
	color: #666;
	font-style: italic;

}
.fr-content-ck{
	display: flex;
    margin-bottom: 30px;
    padding: 10px;
    background: #fff;
    border-radius: 10px;
	box-shadow: 0 0 23px rgba(10, 10, 10, 0.08);
    -moz-box-shadow: 0 0 23px rgba(10, 10, 10, 0.08);
    -webkit-box-shadow: 0 0 23px rgba(10, 10, 10, 0.08);
}
.fr-content-ck h3{
	margin-bottom: 5px;
	font-size: 18px;
}
.fr-content-ck .icc{
	position: relative;
	padding: 20px;
	background: #0073A1;
	border-radius: 50%;
	margin-right: 20px;
	width: 90px;
	height: 90px;
	flex-basis: 90px
}
.fr-content-ck .icc .fa{
    position: absolute;
    top: 50%;
    left: 50%;
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
	font-size: 40px;
	color: #fff
}
.fr-content-ck .icc:before{
	content: " ";
    display: block;
    width: 70px;
    height: 70px;
    position: absolute;
    top: 50%;
    left: 50%;
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    border: 2px dotted rgba(255, 255, 255, 0.5);
    border-radius: 100%;
}
.fr-content-ck .content{
	flex: 1
}
.fr-content-ck .content p{
	margin-bottom: 0
}
footer {
	background: #014966;
	padding: 30px 0 0;
	color: #fbfbfb
}

footer a {
	color: #d5d0d0 !important
}
footer a:hover{
	color: #fff !important
}
footer .block-box{
	margin-bottom: 30px
}
footer iframe{
	height: 120px;
	border-radius: 5px;
	overflow: hidden;
	width: 100%;
}
.img-4-3, .img-16-9, .img-21-9 {
	position: relative;
	display: block;
	overflow: hidden;
	
}

.img-4-3 {
	padding-top: 75%;
}
.img-16-9 {
	padding-top: 56.25%;
}
.img-21-9 {
	padding-top: 42.25%;
}

.img-4-3 img, .img-16-9 img, .img-21-9 img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: .25s
}


.block-box {
	margin-bottom: 80px;
}

.heading-footer {
	position: relative;
	padding-bottom: 6px;
	font-weight: 700;
	text-transform: uppercase;
	margin-bottom: 20px;
	font-size: 18px;
	
}
.heading-footer:after{
	content:'';
	width: 50px;
	height: 2px;
	background: #fff;
	display: inline-block;
	position: absolute;
	left: 0;
	top: 100%;
}
.service-grid{
	margin-bottom: 30px;
	border-radius: 10px;
	overflow: hidden;
	background: #fff;
	box-shadow: 0 0 23px rgba(10, 10, 10, 0.08);
    -moz-box-shadow: 0 0 23px rgba(10, 10, 10, 0.08);
    -webkit-box-shadow: 0 0 23px rgba(10, 10, 10, 0.08);
}
.service-grid .img-16-9 img{
	transition: .25s
}
.service-grid:hover .img-16-9 img{
	transform: scale(1.1);
	transition: .25s
}
.service-grid .price.green, .service-grid .price.red{
	position: absolute;
	right: 0;
	bottom: 0;
	padding: 0 10px 0 5px;
	height: 28px;
	
	color: #fff;
}
.service-grid .price.green{
	background: #468101;
}
.service-grid .price.red{
	background: #ff9800;
}
.service-grid .price.green:before, .service-grid .price.red:before{
    content: '';
    width: 0;
    height: 0;
    border-top: 14px solid transparent;
    
    border-left: 7px solid transparent;
    display: inline-block;
    position: absolute;
    right: 100%;
	bottom: 0
}
.service-grid .price.green:before{
	border-right: 7px solid #468101;
    border-bottom: 14px solid #468101;
}
.service-grid .price.red:before{
	border-right: 7px solid #ff9800;
    border-bottom: 14px solid #ff9800;
}
.service-grid h3{
	font-size: 17px;
	height: 51px;
	display: -webkit-box;
    overflow: hidden;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
	margin: 5px 0;
	padding: 0 10px;
}
.service-grid .content{
	overflow: hidden;
	border: 1px solid #ddd;
	transition: .25s;
	border-radius: 0 0 10px 10px
}

.service-grid .des{
	padding: 0 10px;
	margin-bottom: 10px;
	height: 54px;
	display: -webkit-box;
    overflow: hidden;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}
.service-grid .readmore{
	background: #fbfbfb;
	text-align: center;
	padding: 0 10px
}
.service-grid p{
	margin-bottom: 0
}
.contact-footer{
	padding: 0;
	margin: 0
}
.contact-footer li{
	margin-bottom: 5px;
}
.contact-footer .fa{
	margin-right: 5px;
}
.menu-footer{
	padding: 0;
	margin: 0
}
.menu-footer li{
	margin-bottom: 5px;
}
.news-list{
	display: flex;

	margin-bottom: 30px;
	border: 1px solid #ddd;
	border-radius: 5px;
	background: #fff;
	overflow: hidden;
	box-shadow: 0 0 23px rgba(10, 10, 10, 0.08);
    -moz-box-shadow: 0 0 23px rgba(10, 10, 10, 0.08);
    -webkit-box-shadow: 0 0 23px rgba(10, 10, 10, 0.08);
}
.news-list .img{
	flex-basis: 40%;
	
}
.news-list .content{
	flex: 1;
	padding: 15px;
}
.news-list .readmore{
	margin-top: 5px;
	display: inline-block;
	font-size: 13px;
	text-transform: uppercase;
	color: #468101
}
.news-list .readmore .fa{
	margin-left: 5px
}
.news-list h3{
	font-size: 15px;
	display: -webkit-box;
    overflow: hidden;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
	margin-bottom: 5px;
}

.news-list .des{
	display: -webkit-box;
    overflow: hidden;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}
.news-list:hover img{
	transform: scale(1.1);
	transition: .25s
}
.photo-grid:hover img{
	transform: scale(1.1);
	transition: .25s
}
.photo-grid{
	position: relative;
	cursor: pointer
}
.photo-grid a:before{
	content: '';
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    position: absolute;
    background: #00000036;
    display: inline-block;
    transition: .25s;
    opacity: 1;
    z-index: 99;
}
.photo-grid a:hover:before{
	z-index: -1;
	opacity: 0;
	transition: .25s;
}
.mrg-lr-0{
	margin-left: 0;
	margin-right: 0
}
.pdd-lr-0{
	padding-left: 0;
	padding-right: 0
}
.detail {
	margin-top: -314px;
}
.detail .nav-tabs>li>a{
	font-size: 14px;
	padding: 10px 25px;
	background: #fff;
	border: none;
	text-transform: uppercase
}
.detail .nav-tabs>li>a:hover{
	background: #f4f4f4
}
.detail .nav-tabs{
	border-bottom: 2px solid #0073A1
}
.detail .des{
	font-weight: 700;
	margin-bottom: 15px
}
.detail .cat-link{
	margin-bottom: 15px;
	padding: 3px 15px;
	color: #fff;
	background: #0073A1;
	display: inline-block
}
.img-large{
	margin-top: -110px
}
.nav-tabs>li{
	margin-bottom: 0
}
.detail .tab-content{
	background: #fff;
	padding: 15px;
	border-radius: 0 0 10px 10px;
	box-shadow: 0 0 23px rgba(10, 10, 10, 0.08);
    -moz-box-shadow: 0 0 23px rgba(10, 10, 10, 0.08);
    -webkit-box-shadow: 0 0 23px rgba(10, 10, 10, 0.08);
}
.form-booking textarea{
	width: 100%;
	resize: vertical;
	height: 100px
}
.nav-tabs>li.active>a, .nav-tabs>li.active>a:hover, .nav-tabs>li.active>a:focus{
	background: #0073A1;
	color: #fff;
	border: none;
}
.btn-book-now{
	padding: 5px 30px;
	background: #0073A1;
	color: #fff;
	border-radius: 5px;
	text-transform: uppercase;
	border: none;
	transition: .25s
}
.btn-book-now:hover{
	background: #ff9800;
	transition: .25s
}
.btn-book-now .fa{
	margin-right: 10px
}
.ajax-loading-box{
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: #0000008f;
    z-index: 99;
	display: none
}
.ajax-loading{
	position: fixed;
	z-index: 100;
	top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.ajax-loading img{
	width: 80px;
	height: 8cqw;
}
.block{
	display: block
}
.date-time-pick{
	display: flex;
	gap: 10px;
}

.red{
	color: red
}
.price-detail{
	position: relative;
	z-index: 99;
	border-radius: 5px;
	overflow: hidden;
	background: #014966;
	text-align: center;
	color: #fff;
}
.price-detail .price{
    background: #ff9800;
    padding: 10px;
    font-size: 25px;
    align-items: center;
    justify-content: center;
    display: flex;
    font-weight: 700;
}
.price-detail .price .fa{
	margin-right: 10px;
}
.price-detail .note-price{
	padding: 7px 10px;
}
.owl-nav{
	position: absolute;
	top: 35%;

	left: 0;
	right: 0;

}
#sync1 .owl-nav{
	font-size: 20px;
}
#sync2 .owl-nav{
	font-size: 16px;
}

.owl-nav .owl-prev, .detail .owl-nav .owl-next{
	position: absolute;

	-webkit-transition: opacity .3s, background .3s, -webkit-transform .3s, -webkit-box-shadow .3s;
    transition: opacity .3s, background .3s, -webkit-transform .3s, -webkit-box-shadow .3s;
    -o-transition: transform .3s, opacity .3s, background .3s, box-shadow .3s;
    transition: transform .3s, opacity .3s, background .3s, box-shadow .3s;
    transition: transform .3s, opacity .3s, background .3s, box-shadow .3s, -webkit-transform .3s, -webkit-box-shadow .3s;
}
.owl-nav .owl-prev{
	-webkit-transform: translateX(20%);
    -ms-transform: translateX(20%);
    transform: translateX(20%);
    left: 2%;
	opacity: 0;
}
.owl-nav .owl-next{
	-webkit-transform: translateX(-20%);
    -ms-transform: translateX(-20%);
    transform: translateX(-20%);
    right: 2%;
	opacity: 0;
}
#sync1:hover .owl-nav .owl-prev{
	opacity: 1;
    -webkit-transform: translateX(0) !important;
    -ms-transform: translateX(0) !important;
    transform: translateX(0) !important;
}
#sync2:hover .owl-nav .owl-prev{
	opacity: 1;
    -webkit-transform: translateX(0) !important;
    -ms-transform: translateX(0) !important;
    transform: translateX(0) !important;
}
#sync1:hover .owl-nav .owl-next{
	opacity: 1;
	-webkit-transform: translateX(0) !important;
    -ms-transform: translateX(0) !important;
    transform: translateX(0) !important;
}
#sync2:hover .owl-nav .owl-next{
	opacity: 1;
	-webkit-transform: translateX(0) !important;
    -ms-transform: translateX(0) !important;
    transform: translateX(0) !important;
}

#back-to-top {
	bottom: 90px;
	right: 27px;
	position: fixed !important;
	color: currentColor;
	-webkit-transition: color .3s, opacity .3s, -webkit-transform .3s;
	transition: color .3s, opacity .3s, -webkit-transform .3s;
	-o-transition: color .3s, opacity .3s, transform .3s;
	transition: color .3s, opacity .3s, transform .3s;
	transition: color .3s, opacity .3s, transform .3s, -webkit-transform .3s;
	opacity: 0;
	-webkit-transform: translateY(30%);
	-ms-transform: translateY(30%);
	transform: translateY(30%);
	color: silver;
	border: 2px solid silver;
	background-color: transparent;
	width: 39px;
	height: 39px;
	text-align: center;
	display: flex;
	justify-content: center;
	font-size: 22px;
	align-items: center;
	border-radius: 50%;
}

#back-to-top.active {
	opacity: 1;
	pointer-events: inherit;
	-webkit-transform: translateY(0);
	-ms-transform: translateY(0);
	transform: translateY(0);
}

#back-to-top:hover {
	background: #028056;
	border-color: #028056;
	color: #fff
}

.copyright-box {
	background-color: #3a3a3a;
	padding: 10px 0;
	text-align: center;
	color: rgba(255, 255, 255, .5);
}

.copyright-box a {
	color: rgba(255, 255, 255, .5);
}

.copyright-box a:hover {
	color: #fff
}

#sync1 {
	margin-bottom: 10px;

	.item {

		color: #FFF;

		text-align: center;
	}
}

#sync2 {

	.item {

		color: #FFF;

		text-align: center;
		cursor: pointer;
	}

	.current .item {
		border: 2px solid #028056;
	}
}



.owl-theme {
	.owl-nav {

		/*default owl-theme theme reset .disabled:hover links */
		[class*='owl-'] {
			transition: all .3s ease;

			&.disabled:hover {
				background-color: #D6D6D6;
			}
		}

	}
}


#sync1.owl-theme {
	position: relative;

	.owl-next,
	.owl-prev {
		width: 22px;
		height: 40px;
		margin-top: -20px;
		position: absolute;
		top: 50%;
	}

	.owl-prev {
		left: 10px;
	}

	.owl-next {
		right: 10px;
	}
}
#dk-form h1{
	text-align: center;
	color: #555;
	text-transform: uppercase;
	font-size: 16px;
	margin-bottom: 10px;
}
.modal-body{
	background-color: rgba(238, 238, 238, 1);
	padding: 30px 15px 15px 15px;
}
.modal-dialog .close{
    font-size: 30px;
    position: absolute;
    right: 5px;
    top: 5px;
    color: #555;
    float: none;
    z-index: 9;

}
.modal-dialog .close:hover{
	color: #000;
	opacity: 1
}

.btn-search-mobi{
	background: none;
    border: none;
    color: #fff;
    font-size: 16px;
    padding: 0;
	width: 30px;
}
.btn-search-mobi.closed .fa:before{
	content: '\f00d';
}
.mobile-menu-bg {
    position: fixed;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 9999;
    display: none;
}

.mobile-menu-wrap {
    width: 280px;
    position: fixed;
    top: 0;
    left: 0;
    width: 280px;
    height: 100%;
    background: #fff;
    z-index: 9999;
    visibility: hidden;
    transform: translateX(-100%);
    -webkit-transform: translateX(-100%);
    -moz-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    -o-transform: translateX(-100%);
}

.mobile-menu-wrap.animate {
    transition: all 0.35s ease;
}

.mobile-menu-wrap .logo {
    text-align: center;
    padding: 0 10px;
}

.mobile-menu-wrap .logo img {
    height: 25px;
    width: auto;
}

.mobile-menu-wrap .menu {
    background-color: #fff;
    height: calc(100vh - 150px);
    overflow: auto;
}

.mobile-menu-wrap .mfooter {
    background-color: #fff;
    height: 30px;
    padding: 10px;
    text-align: center;
    color: #777;
}

.mobile-menu-toggle-btn {
    cursor: pointer;
    background: none;
    top: 27px;
    left: 15px;
    text-align: center;
    font-size: 30px;
    display: none;
	color: #fff;
    z-index: 999;

    border-radius: 4px;
}

.mobile-menu-toggle-btn:hover {
    background: none;
}


@media (max-width: 767.98px) {
    .mobile-menu-toggle-btn {
        display: inline-block;
        vertical-align: middle;
    }

    .open-menu .mobile-menu-bg {
        display: block;
    }

    .open-menu .mobile-menu-wrap {
        visibility: visible;
        transform: translateX(0px);
        -webkit-transform: translateX(0px);
        -moz-transform: translateX(0px);
        -ms-transform: translateX(0px);
        -o-transform: translateX(0px);
    }
}
.news-grid{
	margin-bottom: 30px;
	border-radius: 10px;
	overflow: hidden;
	background: #fff;
	box-shadow: 0 0 23px rgba(10, 10, 10, 0.08);
    -moz-box-shadow: 0 0 23px rgba(10, 10, 10, 0.08);
    -webkit-box-shadow: 0 0 23px rgba(10, 10, 10, 0.08);
	
}
.news-grid .img-16-9 img{
	transition: .25s
}
.news-grid:hover .img-16-9 img{
	transform: scale(1.1);
	transition: .25s
}
.news-grid h3{
	font-size: 17px;
	height: 51px;
	display: -webkit-box;
    overflow: hidden;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
	margin-bottom: 5px;
}
.news-grid .content{
	overflow: hidden;
	border: 1px solid #ddd;
	transition: .25s;
	border-radius: 0 0 10px 10px;
	padding: 15px 15px 5px 15px;
}

.news-grid .des{
	height: 54px;
	display: -webkit-box;
    overflow: hidden;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}
.news-grid .readmore{
    text-align: center;
    margin-top: 10px;
    display: block;
    padding-top: 5px;
    border-top: 1px solid #ddd;
}
.news-grid .readmore:hover{
	color: #ff9800
}
.news-grid .readmore .fa{
	margin-left: 5px;
}
.news-grid p{
	margin-bottom: 0
}
.detail-news{
	background: #fff;
	box-shadow: 0 0 23px rgba(10, 10, 10, 0.08);
    -moz-box-shadow: 0 0 23px rgba(10, 10, 10, 0.08);
    -webkit-box-shadow: 0 0 23px rgba(10, 10, 10, 0.08);
	border-radius: 7px;
	padding: 20px;
}
.heading-text-2{
	font-size: 18px;
	text-transform: uppercase;
	font-weight: 700;
	margin-bottom: 15px
}

.album-grid{
	border-radius: 10px;
	overflow: hidden;
	box-shadow: 0 0 23px rgba(10, 10, 10, 0.08);
    -moz-box-shadow: 0 0 23px rgba(10, 10, 10, 0.08);
    -webkit-box-shadow: 0 0 23px rgba(10, 10, 10, 0.08);
	margin-bottom: 30px
}
.album-grid .viewed{
	position: absolute;
	top: 0;
	right: 0;
	color: #fff;
	background: #468101;
	padding: 0 10px;
	border-radius: 10px;
}
.album-grid:hover .img-16-9 img {
    transform: scale(1.1);
    transition: .25s;
}
.album-grid .viewed .fa{
	margin-right: 10px
}
.album-grid .content{
	background: #fff;
	padding: 15px;
}
.album-grid h3{
	height: 42px;
}
.nv-fullbg{
	padding: 20px;
	border-radius: 10px;
	box-shadow: 0 0 23px rgba(10, 10, 10, 0.08);
    -moz-box-shadow: 0 0 23px rgba(10, 10, 10, 0.08);
    -webkit-box-shadow: 0 0 23px rgba(10, 10, 10, 0.08);
}
.nv-fullbg textarea{
	resize: vertical;
	height: 120px
}

.lazy{
    object-fit: contain !important;
    width: 30px !important;
    height: 30px !important;
    top: 50% !important;
    left: 50% !important;
    transform: translate(-50%, -50%) !important;
}
.lazy.loaded{
	object-fit: cover !important;
	top: 0 !important;
    left: 0 !important;
	width: 100% !important;
    height: 100% !important;
    transform: unset !important;
}
.g-map p{
	margin-bottom: 0
}
.g-map iframe{
	margin-bottom: -10px;
    display: inline-block;
    height: 320px !important;
    border-radius: 0;
}
.body-text{
	line-height: 1.9
}
.body-text ul{
	list-style: square
}
h3, .h3{
	font-size: 16px
}
.body-text h3, .body-text .h3{
	margin-bottom: 10px
}
.logo img{
	height: 95px;
	width: auto
}
.body-text img{
	border-radius: 10px
}
.language{
	display: flex;
	align-items: center;
	gap: 10px
}
.language img{
	height: 25px;
	border-radius: 4px;
	width: auto;
	-webkit-filter: grayscale(100%);
	filter: grayscale(100%);
	transition: .25s
}
.language a:hover img, .language a.active img{
	-webkit-filter: grayscale(0%);
	filter: grayscale(0%);
	transition: .25s
}