@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@400;600;800&display=swap');

body {
	margin: 0;
	padding: 0;
	background: #f5f5f5;
	font-family: 'Montserrat', sans-serif;
}
html {
	height: 100%;
}
* {
	text-decoration: none !important;
	outline: none !important;
}

/* SELECT2 RESET * START */

.form-group .select2-container {
	width: 100% !important;
}

.form-group .select2-container .select2-selection--single {
	height: unset;
	border-radius: 0;
}

.form-group .select2-container .select2-selection__rendered {
	line-height: unset;
	padding: 0;
	height: unset;
	color: unset;
	text-overflow: unset;
	overflow: unset;
	white-space: unset;
}

.form-group .select2-container .select2-selection__arrow {
	position: absolute;
	top: 50%;
	right: 0;
	transform: translate(0, -50%);
	width: 20px;
	text-align: center;
	height: unset;
}

.select2-dropdown {
	border-radius: 0;
	z-index: 3000;
	border: solid 1px #ddd;
}

.select2-results__group,
.select2-results__option {
	padding: 5px;
	font-size: 14px;
	line-height: 20px;
	border: 0;
	border-bottom: solid 1px #eee;
}

.select2-results__group {
	background: #eee;
}

.select2-results__option:last-child {
	border-bottom: none;
}

.select2-search__field {
	border: solid 1px #ddd !important;
	padding: 5px 10px !important;
	font-size: 14px;
	line-height: 20px;
}

/* SELECT2 RESET * END */

/* ZEBRA DATEPICKER STYLES START */

.datepicker-group {
	position: relative;
}

.Zebra_DatePicker {
	box-shadow: none;
	border-radius: 0;
	border: solid 1px #ddd;
}

.Zebra_DatePicker td, .Zebra_DatePicker th {
	border-radius: 0;
	/*border: solid 1px #eee;*/
}

.Zebra_DatePicker .dp_header td,
.Zebra_DatePicker .dp_footer td {
	border: none;
	border-radius: 0;
}

.Zebra_DatePicker .dp_body .dp_selected {
	background: #28A0D8 !important;
	color: #fff !important;
}

/* ZEBRA DATEPICKER STYLES END */

.so-icon {
	background-color: #7d7d7d;
}

.so-facebook {
	background-color: #3B5998;
}

.so-twitter {
	background-color: #55acee;
}

.so-instagram {
	background: #f09433;
	background: -moz-linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%);
	background: -webkit-linear-gradient(45deg, #f09433 0%,#e6683c 25%,#dc2743 50%,#cc2366 75%,#bc1888 100%);
	background: linear-gradient(45deg, #f09433 0%,#e6683c 25%,#dc2743 50%,#cc2366 75%,#bc1888 100%);
}

.so-pinterest {
	background-color: #CB2027;
}

.so-linkedin {
	background-color: #0077b5;
}

.so-facebook-messenger {
	background-color: #448AFF;
}

.so-youtube {
	background-color: #cc181e;
}

.so-reddit {
	background-color: #ff4500;
}

.so-tumblr {
	background-color: #32506d;
}

.so-digg {
	background-color: #262626;
}

.so-google-plus {
	background-color: #DE5446;
}

.so-whatsapp {
	background-color: #25d366;
}

.so-vk {
	background-color: #4c6c91;
}

.so-weibo {
	background-color: #ff9933;
}

.so-odnoklassniki {
	background-color: #d7772d;
}

.so-xing {
	background-color: #1a7576;
}

.so-blogger {
	background-color: #ff8000;
}

.so-flipboard {
	background-color: #ff8000;
}

.so-delicious {
	background-color: #205cc0;
}

.so-weixin {
	background-color: #4EC034;
}

.panel-text {
	font-size: 14px;
	line-height: 20px;
	color: #444;
	margin-bottom: -10px;
	font-weight: 400;
}

.panel-text iframe {
	max-width: 100%;
}

.panel-text img {
	max-width: 100%;
}

.panel-text.text-center > h1,
.panel-text.text-center > h2,
.panel-text.text-center > h3,
.panel-text.text-center > h4,
.panel-text.text-center > h5,
.panel-text.text-center > h6 {
	text-align: center;
}

.panel-text h1 {
	display: block;
	font-size: 1.60em;
	margin-bottom: 10px;
	font-weight: 600;
	text-align: left;
	color: #222;
}

.panel-text h2 {
	display: block;
	font-size: 1.40em;
	margin-bottom: 10px;
	font-weight: 600;
	text-align: left;
	color: #222;
}

.panel-text h3 {
	display: block;
	font-size: 1.30em;
	margin-bottom: 10px;
	font-weight: 600;
	text-align: left;
	color: #222;
}

.panel-text h4 {
	display: block;
	font-size: 1.20em;
	margin-bottom: 10px;
	font-weight: 600;
	text-align: left;
	color: #222;
}

.panel-text h5 {
	display: block;
	font-size: 1.10em;
	margin-bottom: 10px;
	font-weight: 600;
	text-align: left;
	color: #222;
}

.panel-text h6 {
	display: block;
	font-size: 1em;
	margin-bottom: 10px;
	font-weight: 600;
	text-align: left;
	color: #222;
}

.panel-text p {
	display: block;
	margin-bottom: 10px;
}

.panel-text b {
	font-weight: 600;
}

.panel-text ul {
	padding: 0;
	list-style: none;
	display: block;
	margin-bottom: 10px;
	margin-left: 10px;
}

.panel-text ul li {
	display: block;
	margin-bottom: 5px;
	position: relative;
	padding-left: 12px;
}

.panel-text ul li:before {
	content: "\f45c";
	font-family: "Font Awesome 5 Pro";
	font-weight: 900;
	position: absolute;
	top: 0;
	left: 0;
	font-size: 6px;
	transform: rotate(45deg);
	color: #bbb;
}

.nav-logo {
	margin: 10px 0;
}

.nav-logo img {
	width: 120px;
}

.nav-lang {
	display: flex;
	justify-content: center;
	align-items: center;
}

.nav-lang a {
	padding: 10px !important;
}

.nav-top {
	background: #fff;
	border-bottom: solid 1px #ddd;
}

.nav-top > .container-fluid {
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 0;
}

.main-nav {
	padding: 0;
	background: #fff;
	box-shadow: 0px 4px 8px rgba(0,0,0,0.1);
	z-index: 99;
	position: relative;
}

.main-nav.nav-fixed {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	animation-name: navfixed;
	animation-duration: 0.4s;
}

.main-nav.nav-fixed .nav-logo img {
	width: 100px;
}

@keyframes navfixed {
	0% {
		margin-top: -100%;
	}
	100% {
		margin-top: 0;
	}
}

.main-nav > .container-fluid {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.main-nav > .container-fluid > .left,
.main-nav > .container-fluid > .right {
	display: flex;
	justify-content: flex-start;
	align-items: center;
}

.main-nav > .container-fluid > .right {
	width: 100%;
	justify-content: center;
}

.nav-links {
	display: flex;
	justify-content: flex-start;
	align-items: center;
}

.nav-links a {
	display: block;
	font-size: 14px;
	line-height: 20px;
	padding: 10px 20px;
	color: #222 !important;
	text-transform: uppercase;
}

.nav-links a:hover {
	background: #f5f5f5;
}

.nav-links a.active {
	color: #fff !important;
	background: #C17F65;
}

.nav-links a:last-child {
	margin-right: 0;
}

.main-btn {
	border: solid 1px #C17F65;
	padding: 10px 20px;
	color: #fff !important;
	font-size: 14px;
	line-height: 20px;
	font-weight: 600;
	transition: 0.2s ease 0s;
	background: #C17F65;
	display: inline-flex;
	justify-content: center;
	align-items: center;
	text-align: center;
}

.main-btn:hover {
	background: #754531;
	border-color: #754531;
}

.main-btn.full {
	display: flex;
	width: 100%;
}

.main-btn.line {
	background: none;
	color: #C17F65 !important;
}

.main-btn.line:hover {
	background: #C17F65;
	border-color: #C17F65;
	color: #fff !important;
}

.main-banner {
	display: block;
	width: 100%;
	position: relative;
	overflow: hidden;
	padding-top: calc(600/1920*100%);
}

.main-banner img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	z-index: 2;
}

.main-banner:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	/*background: #000;*/
	z-index: 4;
	opacity: 0.8;
}

.main-slider-container {
	display: block;
	width: 100%;
	position: relative;
	border-bottom: solid 4px #ddd;
}

.main-slider-container > .tns-outer > button {
	display: none;
}

.main-slider-container > .tns-outer > .tns-controls {
	position: absolute;
	top: 50%;
	left: 0;
	width: 100%;
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 0 20px;
	transform: translate(0, -50%);
	z-index: 10;
	pointer-events: none;
}

.main-slider-container > .tns-outer > .tns-controls > button {
	display: flex;
	justify-content: center;
	align-items: center;
	pointer-events: all;
	font-size: 14px;
	line-height: 20px;
	width: 50px;
	height: 50px;
	background: rgba(0,0,0,0.4);
	color: #fff !important;
	border: none;
}

.smt {
	margin-top: 50px;
}

.smb {
	margin-bottom: 50px;
}

.contact-nav {
	display: flex;
	justify-content: flex-start;
	align-items: stretch;
	position: fixed;
	bottom: 0;
	left: 0;
	width: 100%;
	z-index: 9999;
	box-shadow: 0px -4px 8px rgba(0,0,0,0.1);
}

.contact-nav a {
	display: flex;
	justify-content: flex-start;
	align-items: center;
	flex-direction: column;
	width: 100%;
	padding: 10px;
	background: #fff;
	border-right: solid 1px #ddd;
}

.contact-nav a:last-child {
	border: none;
}

.contact-nav a i {
	font-size: 20px;
	line-height: 26px;
	display: block;
	color: #C17F65 !important;
}

.contact-nav a span {
	display: block;
	font-size: 12px;
	line-height: 18px;
	color: #444 !important;
}

.ftr-content {
	padding-top: 50px;
	padding-bottom: 20px;
	background: #f5f5f5;
	border-top: solid 1px #ddd;
}

.ftr-bottom {
	padding: 20px 0;
	border-top: solid 1px #ddd;
}

.ftr-bottom > .container {
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-wrap: wrap;
}

.ftr-bottom span {
	display: block;
	font-size: 12px;
	line-height: 18px;
	color: #444;
	margin: 5px 0;
}

.ftr-bottom a {
	display: block;
	margin: 5px 0;
}

.ftr-bottom a img {
	width: 70px;
	filter: grayscale(1);
}

.ftr-bottom a:hover img {
	filter: none;
}

.pagination {
	display: block;
	width: 100%;
	padding: 0;
	margin: 0;
}

.pagination ul {
	display: flex;
	justify-content: center;
	align-items: center;
	list-style: none;
	padding: 0;
	margin: 0;
}

.pagination ul li {
	margin: 4px;
	display: block;
}

.pagination ul li a {
	display: flex;
	justify-content: center;
	align-items: center;
	text-align: center;
	padding: 5px 15px;
	font-size: 12px;
	line-height: 18px;
	font-weight: 600;
	border-radius: 0;
	color: #222 !important;
	background: #eee;
	color: #222 !important;
}

.pagination ul li a:hover {
	background: #ddd;
}

.pagination ul li.active a {
	background: #C17F65;
	color: #fff !important;
}

.form-group {
	display: flex;
	justify-content: flex-start;
	align-items: flex-start;
	flex-direction: column;
	width: 100%;
}

.form-group input,
.form-group textarea,
.form-group .select2-container .select2-selection--single {
	display: block;
	width: 100%;
	border: solid 1px #ddd;
	border-radius: 0;
	padding: 10px 15px;
	resize: none;
	font-size: 14px;
	line-height: 20px;
	margin: 0;
}

.form-group input:focus,
.form-group textarea:focus {
	border-color: #aaa;
}

.form-label {
	display: block;
	font-size: 12px;
	line-height: 18px;
	font-weight: 600;
	color: #222;
	margin-bottom: 2px;
}

.form-group input.error-label,
.form-group textarea.error-label {
	border-color: #b22222;
}

.form-group span.error-label {
	font-size: 12px;
	line-height: 18px;
	color: #b22222;
	margin-top: 2px;
}

.ctxt {
	display: block;
	width: 100%;
	text-align: right;
	font-size: 12px;
	line-height: 18px;
	font-weight: 600;
	color: #888;
}

.modal-share {
	display: flex;
	justify-content: flex-start;
	align-items: flex-start;
	flex-direction: column;
}

.modal-share a {
	display: flex;
	justify-content: flex-start;
	align-items: center;
	font-size: 14px;
	line-height: 20px;
	color: #444 !important;
	margin-bottom: 10px;
	width: 100%;
	padding-right: 30px;
	position: relative;
	border-bottom: solid 1px #eee;
	padding-bottom: 10px;
}

.modal-share a:after {
	content: "\f105";
	font-family: "Font Awesome 5 Pro";
	font-weight: 400;
	position: absolute;
	top: 50%;
	transform: translate(0, -50%);
	right: 0;transition: 0.2s ease 0s;
}

.modal-share a:hover:after {
	right: 10px;
}

.modal-share a i {
	min-width: 34px;
	height: 34px;
	display: flex;
	justify-content: center;
	align-items: center;
	color: #fff !important;
	font-size: 16px;
}

#copy_box {
	background: #fbfbfb;
	border: solid 1px #eee;
	padding: 10px 15px;
	position: relative;
	cursor: pointer;
}

#copy_box:hover {
	background: #f7f7f7;
}

#copy_box small {
	display: block;
	font-size: 12px;
	line-height: 18px;
	color: #666;
	margin-bottom: 5px;
	pointer-events: none;
}

#copy_box input {
	padding: 0;
	margin: 0;
	border: none;
	background: none;
	pointer-events: none;
	position: absolute;
	opacity: 0;
}

#copy_box span {
	font-size: 14px;
	line-height: 20px;
	color: #222;
	display: block;
	width: 100%;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.modal {
	z-index: 99999 !important;
}

.modal-content {
	padding: 0;
	border-radius: 0;
	background: #fff;
	border: none;
	z-index: 99999;
}

.modal-top {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 10px 15px;
	border-bottom: solid 1px #ddd;
}

.modal-top h2 {
	font-size: 16px;
	line-height: 22px;
	font-weight: 600;
	color: #222;
	margin: 0;
}

.modal-top a {
	font-size: 16px;
	line-height: 22px;
	color: #666 !important;
}

.modal-top a:hover {
	color: #222 !important;
}

.modal-bottom {
	padding: 15px;
}

.msg-box {
	display: flex;
	justify-content: flex-start;
	align-items: center;
	width: 100%;
	padding: 10px 15px;
	background: #fbfbfb;
	border: solid 1px #eee;
	border-radius: 5px;
}

.msg-box i {
	min-width: 30px;
	height: 30px;
	color: #6495ed;
	display: flex;
	justify-content: center;
	align-items: center;
	margin-right: 10px;
	font-size: 12px;
	line-height: 18px;
	border: solid 1px #6495ed;
	border-radius: 50%;
}

.msg-box span {
	display: block;
	font-size: 12px;
	line-height: 18px;
	color: #222;
}

.msg-box.success i {
	color: #32cd32;
	border-color: #32cd32;
}

.msg-box.danger i {
	color: #b22222;
	border-color: #b22222;
}

.cbox-group {
	display: block;
	position: relative;
	margin-bottom: 10px;
}

.cbox-group input {
	position: absolute;
	opacity: 0;
	visibility: hidden;
	pointer-events: none;
}

.cbox-group label {
	display: inline-flex;
	justify-content: flex-start;
	align-items: center;
	cursor: pointer;
	font-size: 14px;
	line-height: 20px;
	color: #222;
	margin: 0;
	user-select: none;
}

.cbox-group label > span:first-child {
	min-width: 20px;
	height: 20px;
	border: solid 1px #ccc;
	background: #fff;
	margin-right: 10px;
	position: relative;
}

.cbox-group label:hover span:first-child {
	border-color: #aaa;
}

.cbox-group label > span:first-child:after {
	content: "\f00c";
	font-family: "Font Awesome 5 Pro";
	font-weight: 400;
	color: #C17F65;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	font-size: 16px;
	line-height: 22px;
	opacity: 0;
}

.cbox-group input:checked ~ label > span:first-child:after {
	opacity: 1;
}

.cbox-group input:checked ~ label > span:first-child {
	border-color: #C17F65;
}

.slide-bottom {
	display: block;
	position: relative;
	margin-top: 18px;
	z-index: 10;
}

.stone-item {
	display: block;
	width: 100%;
	position: relative;
	padding-top: 10px;
	padding-right: 10px;
	margin-bottom: 30px;
}

.stone-item.reverse {
	transform: scaleX(-1);
}

.stone-item.reverse > div img {
	transform: scaleX(-1);
}

.stone-item.reverse > h3 {
	transform: translate(-50%, -50%) scaleX(-1);
}

.stone-item:before {
	content: "";
	position: absolute;
	top: 0;
	left: 10px;
	width: calc(100% - 10px);
	height: calc(100% - 10px);
	background: #eee;
	box-shadow: 0px 10px 20px rgba(0,0,0,0.2);
	transition: 0.4s ease 0s;
}

.stone-item > div:before {
	content: "";
	position: absolute;
	top: -10px;
	left: 0;
	border-right: solid 10px #eee;
	border-top: solid 10px transparent;
	transition: 0.4s ease 0s;
}

.stone-item > div:after {
	content: "";
	position: absolute;
	bottom: 0;
	right: -10px;
	border-left: solid 10px #eee;
	border-bottom: solid 10px transparent;
	transition: 0.4s ease 0s;
}

.stone-item:hover > div:before {
	border-right-color: #C17F65;
}

.stone-item:hover > div:after {
	border-left-color: #C17F65;
}

.stone-item:hover:before {
	background: #C17F65;
}

.stone-item > div {
	display: block;
	width: 100%;
	position: relative;
	padding-top: calc(4/3*100%);
	z-index: 4;
}

.stone-item > div img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.stone-item > h3 {
	position: absolute;
	top: 50%;
	left: calc(50% - 5px);
	transform: translate(-50%, -50%);
	z-index: 10;
	background: rgba(0,0,0,0.4);
	padding: 20px;
	font-size: 18px;
	line-height: 24px;
	color: #fff;
	margin: 0;
	text-align: center;
	transition: 0.4s ease 0s;
	min-width: 1px;
}

.stone-item:hover > h3 {
	min-width: calc(100% - 10px);
	background: rgba(0,0,0,0.6);
}

.main-title {
	display: block;
	width: 100%;
	text-align: center;
	font-size: 24px;
	line-height: 30px;
	color: #222;
	margin-bottom: 20px;
	padding-bottom: 10px;
	position: relative;
}

.main-title:before {
	content: "";
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translate(-50%, 0);
	width: 100px;
	border-bottom: solid 1px #888;
}

.main-title:after {
	content: "";
	position: absolute;
	bottom: -5px;
	left: 50%;
	transform: translate(-50%, 0);
	width: 10px;
	height: 10px;
	border-radius: 50%;
	background: #C17F65;
}

.main-corpimg {
	display: block;
	width: 100%;
	position: relative;
	overflow: hidden;
	padding-top: calc(400/1920*100%);
}

.main-corpimg img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	z-index: 4;
	padding-bottom: 10px;
}

.main-corpimg:before {
	content: "";
	position: absolute;
	left: 50%;
	transform: translate(-50%, 0);
	bottom: 0;
	height: 100%;
	width: calc(100% - 40px);
	background: #ddd;
}

.main-corpimg-side {
	width: calc(100% - 40px);
	margin: 0 20px;
	display: block;
	position: relative;
}

.main-corpimg-side > div {
	display: block;
	width: 100%;
	position: relative;
	overflow: hidden;
	padding-top: calc(4/3*100%);
	z-index: 4;
}

.main-corpimg-side:before {
	content: "";
	position: absolute;
	top: 50%;
	transform: translate(-50%, -50%);
	left: 50%;
	width: calc(100% + 20px);
	height: calc(100% - 20px);
	background: #ddd;
}

.main-corpimg-side > div img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.main-corptext {
	display: -webkit-box;
	-webkit-line-clamp: 10;
	-webkit-box-orient: vertical;
	overflow: hidden;
}

.whiteback {
	padding: 50px 0;
	background: #fff;
}

.project-item {
	display: block;
	width: 100%;
	position: relative;
	margin-bottom: 30px;
	box-shadow: 0px 5px 10px rgba(0,0,0,0.1);
}

.project-item > .img {
	display: block;
	width: 100%;
	position: relative;
	overflow: hidden;
	padding-top: calc(3/4*100%);
}

.project-item > .img img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: 0.4s ease 0s;
}

.project-item > .desc {
	padding: 10px 15px;
	background: #fff;
	display: block;
}

.project-item > .desc h3 {
	display: block;
	font-size: 18px;
	line-height: 24px;
	text-align: center;
	margin: 0;
	/*margin-bottom: 10px;*/
	/*padding-bottom: 10px;*/
	color: #222;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
	/*border-bottom: solid 1px #ddd;*/
}

.project-item > .desc p {
	display: -webkit-box;
	-webkit-line-clamp: 4;
	-webkit-box-orient: vertical;
	overflow: hidden;
	font-size: 14px;
	line-height: 20px;
	color: #666;
	margin-bottom: 10px;
	text-align: center;
}

.project-item:hover .main-btn {
	background: #754531;
	border-color: #754531;
}

.project-item:hover > .img img {
	transform: scale(1.1);
}

.ftr-logo {
	display: block;
	margin-bottom: 30px;
}

.ftr-logo img {
	width: 100px;
	filter: grayscale();
}

.ftr-title {
	display: block;
	font-size: 18px;
	line-height: 24px;
	border-bottom: solid 1px #ccc;
	margin-bottom: 10px;
	padding-bottom: 5px;
	color: #222;
}

.ftr-contact {
	display: flex;
	justify-content: flex-start;
	align-items: center;
	margin-bottom: 20px;
}

.ftr-contact > i {
	display: flex;
	justify-content: center;
	align-items: center;
	min-width: 40px;
	height: 40px;
	color: #fff;
	font-size: 14px;
	line-height: 20px;
	background: #C17F65;
	margin-right: 10px;
}

.ftr-contact > span,
.ftr-contact > a {
	display: block;
	font-size: 14px;
	line-height: 20px;
	color: #444 !important;
}

.ftr-contact > a:hover {
	text-decoration: underline !important;
}

.ftr-links {
	display: flex;
	justify-content: flex-start;
	align-items: flex-start;
	flex-direction: column;
	margin-bottom: 10px;
	overflow: hidden;
	width: 100%;
}

.ftr-links > a {
	display: block;
	font-size: 14px;
	line-height: 20px;
	color: #444 !important;
	padding-left: 20px;
	position: relative;
	margin-bottom: 10px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	max-width: 100%;
}

.ftr-links > a:hover {
	text-decoration: underline !important;
}

.ftr-links > a:after {
	content: "\f105";
	position: absolute;
	top: 0;
	left: 0;
	font-family: "Font Awesome 5 Pro";
	font-weight: 400;
	color: #222;
}

.ftr-social {
	display: flex;
	justify-content: flex-start;
	align-items: center;
	flex-wrap: wrap;
	margin-bottom: 10px;
}

.ftr-social > a {
	display: flex;
	justify-content: center;
	align-items: center;
	min-width: 34px;
	height: 34px;
	margin-right: 10px;
	margin-bottom: 10px;
	color: #fff !important;
}

.bcrumb {
	padding-top: 50px;
	padding-bottom: 100px;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	border-bottom: solid 1px #ddd;
	text-align: center;
	position: relative;
}

.bcrumb h1 {
	display: block;
	font-size: 30px;
	line-height: 36px;
	color: #222;
	margin-bottom: 10px;
}

.bcrumb:after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 2;
	background: rgba(255,255,255,0.6);
}

.bcrumb .container {
	position: relative;
	z-index: 10;
}

.bcrumb .links {
	display: flex;
	justify-content: center;
	align-items: center;
}

.bcrumb .links a {
	display: block;
	font-size: 14px;
	line-height: 20px;
	color: #444 !important;
	margin-right: 20px;
	position: relative;
}

.bcrumb .links a:last-child {
	margin-right: 0;
}

.bcrumb .links a:after {
	content: "\f105";
	font-family: "Font Awesome 5 Pro";
	font-weight: 300;
	position: absolute;
	top: 0;
	right: -20px;
	width: 20px;
	text-align: center;
	pointer-events: none;
}

.bcrumb .links a:last-child:after {
	content: none;
}

.bcrumb .links a:hover {
	text-decoration: underline !important;
}

.inpage-box {
	padding: 40px 20px;
	background: #fff;
	position: relative;
	z-index: 10;
	margin-top: -50px;
	box-shadow: 0px 5px 10px rgba(0,0,0,0.1);
}

.inpage-box.bottom-fix {
	padding-bottom: 10px;
}

.inpage-box:before {
	content: "";
	position: absolute;
	top: 18px;
	height: 4px;
	width: calc(100% - 40px);
	left: 50%;
	transform: translate(-50%, 0);
	background: #eee;
}

.inpage-box:after {
	content: "";
	position: absolute;
	bottom: 18px;
	height: 4px;
	width: calc(100% - 40px);
	left: 50%;
	transform: translate(-50%, 0);
	background: #eee;
}

.inpage-banner {
	display: block;
	width: 100%;
	position: relative;
	overflow: hidden;
	padding-top: calc(400/1200*100%);
	margin-bottom: 20px;
}

.inpage-banner img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.inpage-title {
	font-size: 18px;
	line-height: 24px;
	border-bottom: solid 1px #ddd;
	margin-bottom: 20px;
	padding-bottom: 10px;
	position: relative;
	/*padding-left: 30px;*/
}

.inpage-title:after {
	content: "";
	position: absolute;
	bottom: -1px;
	width: 50px;
	height: 2px;
	left: 0;
	background: #C17F65;
}

.inpage-title:before {
	content: "";
	position: absolute;
	bottom: -3px;
	width: 6px;
	height: 6px;
	border-radius: 5px;
	left: 0;
	background: #C17F65;
}

.gallery-item {
	display: block;
	width: 100%;
	position: relative;
	overflow: hidden;
	padding-top: calc(3/4*100%);
	margin-bottom: 30px;
	border: solid 2px #ddd;
	background: #eee;
}

.gallery-item > span {
	position: absolute;
	bottom: 2px;
	left: 2px;
	width: calc(100% - 4px);
	padding: 5px 15px;
	font-size: 12px;
	line-height: 18px;
	z-index: 4;
	background: rgba(0,0,0,0.6);
	color: #fff !important;
}

.gallery-item img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	padding: 2px;
	transition: 0.2s ease 0s;
}

.gallery-item:hover img {
	filter: brightness(1.2);
	opacity: 0.8;
}

.article-bar {
	display: flex;
	justify-content: space-between;
	align-items: stretch;
	margin-bottom: 30px;
	background: #eee;
}

.article-bar > span {
	display: flex;
	justify-content: flex-start;
	align-items: center;
	font-size: 12px;
	line-height: 18px;
	color: #222;
	padding: 5px 15px;
}

.article-bar > span i {
	color: #666;
}

.article-bar > a {
	padding: 5px 15px;
	color: #fff !important;
	font-size: 12px;
	line-height: 18px;
	font-weight: 600;
	transition: 0.2s ease 0s;
	background: #C17F65;
	display: flex;
	justify-content: center;
	align-items: center;
	text-align: center;
}

.article-bar > a:hover {
	background: #754531;
}

.checkbox-drop {
	margin-bottom: 10px;
}

.checkbox-drop > .checkbox-drop-toggle {
	display: block;
	font-size: 14px;
	line-height: 20px;
	color: #222;
	padding: 10px 15px;
	background: #eee;
	cursor: pointer;
	padding-left: 30px;
	position: relative;
	transition: 0.2s ease 0s;
}

.checkbox-drop > .checkbox-drop-toggle:hover {
	background: #ddd;
}

.checkbox-drop.active > .checkbox-drop-toggle {
	background: #C17F65;
	color: #fff;
}

.checkbox-drop > .checkbox-drop-toggle > i {
	position: absolute;
	top: 50%;
	transform: translate(0, -50%);
	left: 15px;
	pointer-events: none;
}

.checkbox-drop.active > .checkbox-drop-toggle > i:before {
	content: "\f107";
}

.checkbox-drop-menu {
	padding: 10px 15px;
	padding-left: 30px;
	display: none;
}

.checkbox-drop-menu .cbox-group:last-child {
	margin-bottom: 0;
}

.filter-box {
	margin-bottom: 20px;
	display: block;
}

.slab-item {
	display: block;
	width: 100%;
	position: relative;
	margin-bottom: 30px;
}

.slab-item > .img {
	display: block;
	width: 100%;
	position: relative;
	overflow: hidden;
	padding-top: calc(3/4*100%);
	margin-bottom: 5px;
	border: solid 2px #ddd;
	background: #eee;
}

.slab-item > .img > img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	padding: 2px;
	transition: 0.2s ease 0s;
}

.slab-item > .desc {
	display: block;
	width: 100%;
	overflow: hidden;
}

.slab-item > .desc h3 {
	display: block;
	font-size: 18px;
	line-height: 24px;
	text-align: left;
	margin-bottom: 5px;
	padding-bottom: 5px;
	border-bottom: solid 1px #eee;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	color: #222;
	transition: 0.2s ease 0s;
}

.slab-item > .desc span {
	font-size: 12px;
	line-height: 18px;
	color: #666;
	display: block;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.slab-item:hover > .img > img {
	filter: brightness(1.2);
	opacity: 0.8;
}

.slab-item:hover > .desc h3 {
	border-color: #C17F65;
}

.inpage-info {
	margin-bottom: 20px;
	display: block;
	font-size: 12px;
	line-height: 18px;
	color: #222;
}

.news-item {
	display: flex;
	justify-content: flex-start;
	align-items: stretch;
	margin-bottom: 15px;
	padding-bottom: 15px;
	border-bottom: solid 1px #ddd;
}

.news-item:last-child {
	border: none;
}

.news-item > .img {
	display: block;
	min-width: 50%;
	width: 50%;
	position: relative;
}

.news-item > .img > div {
	display: block;
	width: 100%;
	height: 100%;
	position: relative;
	overflow: hidden;
	padding-top: calc(720/1280*100%);
}

.news-item > .img > div > img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: 0.4s ease 0s;
}

.news-item > .desc {
	padding-left: 20px;
	width: 50%;
	min-width: 50%;
	overflow: hidden;
}

.news-item > .desc h3 {
	display: block;
	font-size: 18px;
	line-height: 24px;
	color: #222;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	margin-bottom: 5px;
	padding-bottom: 5px;
	border-bottom: solid 1px #eee;
}

.news-item > .desc h3 a {
	color: #222 !important;
}

.news-item > .desc > span {
	display: block;
	font-size: 12px;
	line-height: 18px;
	color: #666;
	margin-bottom: 5px;
}

.news-item > .desc > p {
	display: -webkit-box;
	-webkit-line-clamp: 4;
	-webkit-box-orient: vertical;
	overflow: hidden;
	margin-bottom: 20px;
	font-size: 14px;
	line-height: 20px;
	color: #444;
}

.news-item > .img:hover > div > img {
	transform: scale(1.1);
}

.side-news-item {
	display: flex;
	justify-content: flex-start;
	align-items: stretch;
	margin-bottom: 20px;
}

.side-news-item > .img {
	display: block;
	min-width: 80px;
	width: 80px;
}

.side-news-item > .img > div {
	display: block;
	width: 100%;
	position: relative;
	overflow: hidden;
	padding-top: calc(3/4*100%);
}

.side-news-item > .img > div img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: 0.2s ease 0s;
}

.side-news-item > .desc {
	display: block;
	width: 100%;
	overflow: hidden;
	padding-left: 10px;
}

.side-news-item > .desc > h3 {
	display: block;
	font-size: 16px;
	line-height: 22px;
	color: #222;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	margin-bottom: 5px;
}

.side-news-item > .desc > span {
	display: block;
	font-size: 12px;
	line-height: 18px;
	color: #666;
}

.side-news-item:last-child {
	margin-bottom: 0;
}

.side-news.all-margin .side-news-item:last-child {
	margin-bottom: 30px;
}

.side-news-item:hover > .img > div > img {
	filter: brightness(1.2);
	opacity: 0.8;
}

.contact-box .line {
	padding: 20px;
	background: #f5f5f5;
	margin-bottom: 5px;
	display: flex;
	justify-content: flex-start;
	align-items: center;
	transition: 0.2s ease 0s;
}

.contact-box .line i {
	display: flex;
	justify-content: center;
	align-items: center;
	min-width: 34px;
	height: 34px;
	font-size: 14px;
	line-height: 20px;
	color: #fff;
	background: #C17F65;
	margin-right: 10px;
}

.contact-box .line span {
	display: block;
	font-size: 14px;
	line-height: 20px;
	color: #222 !important;
}

.contact-box a.line:hover {
	background: #ddd;
}

.captcha-box {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	flex-wrap: wrap;
}

.captcha-box > div,
.captcha-box > button {
	margin-bottom: 20px;
}

.map-frame {
	display: block;
	width: 100%;
	position: relative;
	overflow: hidden;
	padding-top: calc(400/1200*100%);
	margin-bottom: 30px;
}

.map-frame > #map {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
}