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

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

.live-result {
	position: absolute;
	min-width: 400px;
	width: 100%;
	top: 100%;
	left: 0;
	background: #fff;
	border: solid 1px #ddd;
	max-height: 300px;
	z-index: 99;
	overflow-y: scroll;
	overflow-x: hidden;
}

.live-result .title {
	width: 100%;
	background: #28A0D8;
	color: #fff;
	font-weight: 600;
	font-size: 14px;
	line-height: 20px;
	display: flex;
	justify-content: flex-start;
	align-items: center;
	padding: 5px 10px;
}

.live-result .item {
	padding: 10px 15px;
	width: 100%;
	font-size: 14px;
	line-height: 20px;
	cursor: pointer;
	color: #444;
	border-bottom: solid 1px #eee;
	display: flex;
	justify-content: flex-start;
	align-items: center;
}

.live-result .item i {
	color: #bbb;
}

.live-result .item:hover {
	background: #f5f5f5;
}

/* 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 img {
	max-width: 100%;
}

.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: 800;
	position: absolute;
	top: 0;
	left: 0;
	font-size: 6px;
	transform: rotate(45deg);
	color: #bbb;
}

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

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

.main-nav.nav-fixed {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 999;
	animation-name: navfixed;
	animation-duration: 0.4s;
	box-shadow: 0px 4px 8px rgba(0,0,0,0.1);
}

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

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

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

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

.nav-links > a,
.navlink-dd > a {
	display: block;
	font-size: 14px;
	line-height: 20px;
	margin-right: 0px;
	font-weight: 600;
	padding: 10px 20px;
	color: #888 !important;
	text-transform: uppercase;
	border-left: solid 1px #ddd;
}

.navlink-dd {
	position: relative;
	display: block;
}

.navlink-dd-menu {
	position: absolute;
	top: 100%;
	left: 0;
	min-width: 100%;
	z-index: 50;
	background: #fff;
	padding: 15px 20px;
	border: solid 1px #ddd;
	border-top: solid 4px #13B5B5;
	margin-top: -20px;
	opacity: 0;
	pointer-events: none;
	transition: 0.2s ease 0s;
}

.navlink-dd:hover > .navlink-dd-menu {
	opacity: 1;
	pointer-events: all;
	margin-top: 0;
}

.navlink-dd-menu > a {
	display: block;
	font-size: 14px;
	line-height: 20px;
	color: #444 !important;
	white-space: nowrap;
	margin-bottom: 15px;
	position: relative;
	padding-left: 10px;
}

.navlink-dd-menu > a:before {
	content: "\f105";
	font-family: "Font Awesome 5 Pro";
	font-weight: 400;
	position: absolute;
	top: 0;
	left: 0;
}

.navlink-dd-menu > a:last-child {
	margin-bottom: 0;
}

.navlink-dd-menu > a:hover {
	text-decoration: underline !important;
}

.nav-links > a:last-child {
	border-right: solid 1px #ddd;
}

.nav-links > a:hover,
.navlink-dd:hover > a,
.navlink-dd > a.active,
.nav-links > a.active {
	color: #222 !important;
}

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

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

.main-btn:hover,
.nav-links .main-btn:hover {
	background: #13B5B5;
	color: #fff !important;
}

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

.main-btn.second {
	background: #13B5B5;
	color: #fff !important;
	border-color: #13B5B5;
}

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

.main-btn.whiteline {
	border-color: #fff;
	color: #fff !important;
}

.main-btn.whiteline:hover {
	background: #fff;
	color: #222 !important;
}

.main-banner {
	display: block;
	width: 100%;
	position: relative;
	overflow: hidden;
	padding-top: calc(700/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.0;
}

.main-slider-container {
	display: block;
	width: 100%;
	position: relative;
}

.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: 40px;
	height: 40px;
	background: rgba(0,0,0,0.4);
	color: #fff !important;
	border: none;
	border-radius: 50%;
}

.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: #056969 !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;
}

.ftr-bottom {
	padding: 20px 0;
}

.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: 10px 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: 5px;
	color: #222 !important;
	background: #4AC6FF;
	color: #fff !important;
}

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

.pagination ul li.active a {
	background: #0D648C;
}

.main-dropdown {
	display: block;
	position: relative;
}

.main-dropdown > .dropdown-toggle {
	display: flex;
	justify-content: flex-start;
	align-items: center;
	font-size: 14px;
	line-height: 20px;
	color: #222 !important;
	white-space: nowrap;
}

.main-dropdown > .dropdown-menu {
	position: absolute !important;
	top: 100% !important;
	left: 50% !important;
	transform: translate(-50%, 0) !important;
	margin: 0;
	background: #fff;
	border: none;
	padding: 5px 0;
	min-width: unset;
	width: auto;
	border: solid 1px #ddd;
	border-radius: 0;
}

.main-dropdown > .dropdown-menu > a {
	display: block;
	display: flex;
	justify-content: flex-start;
	align-items: center;
	padding: 5px 10px;
	color: #222 !important;
	font-size: 14px;
	line-height: 20px;
	white-space: nowrap;
}

.main-dropdown > .dropdown-menu > a:hover {
	background: #eee;
}

.fup-box {
	margin-bottom: 20px;
}

.fup-group {
	display: flex;
	justify-content: flex-start;
	align-items: flex-start;
	flex-direction: column;
	width: 100%;
	position: relative;
	margin: 0;
}

.fup-group > input {
	width: 100%;
	height: 75px;
	opacity: 0;
	cursor: pointer;
}

.fup-group > div {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	pointer-events: none;
	border: dashed 2px #ddd;
	border-radius: 5px;
	display: flex;
	justify-content: center;
	align-items: center;
}

.fup-group > div span {
	display: flex;
	justify-content: flex-start;
	align-items: center;
}

.fup-group > div span small {
	font-size: 14px;
	line-height: 20px;
	color: #666;
}

.fup-group > div span i {
	font-size: 20px;
	line-height: 26px;
	color: #444;
}

.form-group {
	display: flex;
	justify-content: flex-start;
	align-items: flex-start;
	flex-direction: column;
	width: 100%;
	position: relative;
	margin-bottom: 20px;
}

.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::placeholder,
.form-group textarea::placeholder {
	opacity: 0.4;
	color: #222;
}

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

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

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

.form-group span.error-label,
.form-group textarea.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: #fff;
	border: solid 1px #eee;
	border-radius: 0;
    font-weight: 600;
    margin-bottom: 20px;
}

.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.colored {
    background: #13B5B5;
}

.msg-box.colored span {
    color: #fff;
}

.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: 20px;
}

.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: 24px;
	height: 24px;
	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: #EB8B1C;
	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: #EB8B1C;
}

.nav-top {
	background: #13B5B5;
	padding: 5px 0;
}

.nav-mid {
	padding: 10px 0;
	background: #fff;
}

.nav-mid > .container {
	display: flex;
	justify-content: center;
	align-items: center;
}

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

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

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

.nav-contact > div {
	display: flex;
	justify-content: flex-start;
	align-items: center;
	margin-right: 30px;
}

.nav-contact > div:last-child {
	margin-right: 0;
}

.nav-contact > div > i {
	color: #fff;
	font-size: 14px;
	line-height: 20px;
	margin-right: 10px;
}

.nav-contact > div > a {
	display: block;
	font-size: 14px;
	line-height: 20px;
	color: #fff !important;
}

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

.main-title {
	display: flex;
	justify-content: flex-start;
	align-items: center;
	font-size: 20px;
	line-height: 26px;
	font-weight: 800;
	color: #056969;
	margin-bottom: 15px;
	padding-left: 15px;
	white-space: nowrap;
	position: relative;
	padding-left: 10px;
}

.main-title:before {
	content: "";
	position: absolute;
	top: 50%;
	transform: translate(0, -50%);
	left: 0;
	width: 4px;
	height: 20px;
	background: #13B5B5;
}

.main-title > span {
	width: 100%;
	position: relative;
	border-bottom: solid 1px #ddd;
	margin-left: 10px;
}

.main-page-btn {
	display: block;
	width: 100%;
	position: relative;
	overflow: hidden;
	padding-top: calc(720/1280*100%);
	border: solid 1px #eee;
	margin-bottom: 30px;
}

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

.main-page-btn > i {
	position: absolute;
	top: 100%;
	right: 100%;
	transform: translate(50%, -50%);
	width: 200px;
	height: 200px;
	display: flex;
	justify-content: center;
	align-items: center;
	color: #fff;
	background: #13B5B5;
	border-radius: 50%;
	z-index: 2;
	border: solid 2px rgba(255,255,255,0.2);
	transition: 0.2s ease 0s;
}

.main-page-btn:hover > i {
	background: #056969;
}

.main-page-btn > i:before {
	position: relative;
	bottom: 20%;
	left: 20%;
	font-size: 40px;
	line-height: 46px;
	display: block;
}

.main-page-btn > h3 {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	background: #13B5B5;
	padding: 10px 15px;
	padding-left: 110px;
	padding-right: 30px;
	margin: 0;
	color: #fff !important;
	font-size: 16px;
	line-height: 22px;
	font-weight: 600;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	border-top: solid 2px rgba(255,255,255,0.2);
	z-index: 1;
}

.main-page-btn > h3:after {
	content: "\f105";
	font-family: "Font Awesome 5 Pro";
	font-weight: 800;
	position: absolute;
	top: 50%;
	right: 0;
	width: 30px;
	text-align: center;
	transform: translate(0, -50%);
}

.main-page-btn:hover > img {
	transform: scale(1.1);
}

.product-item {
	display: block;
	width: 100%;
	position: relative;
	border: solid 10px #f5f5f5;
	background: #fff;
	margin-bottom: 30px;
}

.product-item > .img {
	display: block;
	width: 100%;
	position: relative;
	overflow: hidden;
	padding-top: 100%;
	border-bottom: solid 1px #eee;
}

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

.product-item > .desc {
	padding: 10px 15px;
}

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

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

.product-item:hover > .desc > .main-btn {
	background: #13B5B5;
	color: #fff !important;
}

.b-white {
	padding: 50px 0;
	background: #fff;
	border-bottom: solid 1px #eee;
	border-top: solid 1px #eee;
}

.slide-desc {
	position: absolute;
	top: 50%;
	left: 0;
	width: 100%;
	transform: translate(0, -50%);
	z-index: 10;
}

.slide-desc-in {
	background: rgba(0,0,0,0.5);
	padding: 25px;
}

.slide-desc-in > h2 {
	display: block;
	font-size: 50px;
	line-height: 56px;
	font-weight: 800;
	color: #fff;
	margin-bottom: 10px;
}

.slide-desc-in > span {
	display: block;
	font-size: 20px;
	line-height: 26px;
	color: #fff;
	margin-bottom: 20px;
	font-weight: 600;
}

.ftr-content {
	padding-top: 50px;
	padding-bottom: 20px;
	background: #056969;
}

.ftr-bottom {
	padding: 20px 0;
	background: #000;
}

.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: #eee;
	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;
}

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

.ftr-logo img {
	width: 200px;
	filter: contrast(0) brightness(2);
}

.ftr-content h2 {
	display: block;
	font-size: 16px;
	line-height: 22px;
	border-bottom: solid 1px rgba(255,255,255,0.1);
	font-weight: 600;
	color: #fff;
	margin-bottom: 10px;
	padding-bottom: 10px;
}

.ftr-content .main-btn {
	margin-bottom: 30px;
}

.ftr-links {
	display: flex;
	justify-content: flex-start;
	align-items: flex-start;
	flex-direction: column;
	margin-bottom: 30px;
}

.ftr-links a {
	display: block;
	font-size: 14px;
	line-height: 20px;
	color: #fff !important;
	margin-bottom: 10px;
	transition: 0.2s ease 0s;
}

.ftr-links a:hover {
	text-decoration: underline !important;
	color: #fff !important;
}

.ftr-links a:last-child {
	margin-bottom: 0;
}

.ftr-contact {
	display: flex;
	justify-content: flex-start;
	align-items: flex-start;
	flex-direction: column;
	margin-bottom: 30px;
}

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

.ftr-contact > div span,
.ftr-contact > div a {
	color: #fff !important;
	font-size: 14px;
	line-height: 20px;
	display: block;
	transition: 0.2s ease 0s;
}

.ftr-contact > div i {
	font-size: 16px;
	line-height: 22px;
	color: #ddd;
	margin-right: 10px;
}

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

.ftr-contact > div:last-child {
	margin-bottom: 0;
}

.badge-item {
	display: flex;
	justify-content: flex-start;
	align-items: flex-start;
	flex-direction: column;
	background: #fff;
	padding: 15px;
	height: 100%;
	border: solid 10px #f5f5f5;
}

.badge-item > .head {
	display: flex;
	justify-content: flex-start;
	align-items: center;
	margin-bottom: 10px;
	padding-bottom: 10px;
	border-bottom: solid 1px #ddd;
	width: 100%;
}

.badge-item > .head > i {
	min-width: 60px;
	height: 60px;
	border: solid 2px #eee;
	border-radius: 0;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 30px;
	line-height: 36px;
	color: #056969;
	margin-right: 15px;
}

.badge-item > .head > span {
	display: block;
	font-size: 20px;
	line-height: 26px;
	font-weight: 800;
	color: #056969;
}

.badge-item > p {
	display: block;
	font-size: 14px;
	line-height: 20px;
	color: #444;
	margin: 0;
}

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

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

.ftr-social > a:hover {
	opacity: 0.5;
}

.ftr-social > a:last-child {
	margin-right: 0;
}

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

.nav-lang > a {
    display: block;
    font-size: 20px;
    line-height: 26px;
    margin-right: 10px;
}

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

.bcrumb {
    padding-top: 50px;
    padding-bottom: 50px;
    position: relative;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.bcrumb:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.5);
}

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

.bcrumb h1 {
    display: block;
    text-align: center;
    font-size: 24px;
    line-height: 30px;
    font-weight: 800;
    color: #fff;
    margin: 0;
}

.bcrumb-links {
    padding: 5px 0;
    background: #ddd;
}

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

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

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

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

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

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

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

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

.inpage-title {
	display: block;
	font-size: 16px;
	line-height: 22px;
	font-weight: 800;
	color: #222;
    margin-bottom: 10px;
    padding-bottom: 10px;
    border-bottom: solid 1px #ddd;
}

.page-contact {
	display: block;
	margin-bottom: 30px;
}

.page-contact > div {
	display: flex;
	justify-content: flex-start;
	align-items: center;
	margin-bottom: 10px;
	background: #f0f0f0;
	overflow: hidden;
}

.page-contact > div:last-child {
	margin-bottom: 0;
}

.page-contact > div > i {
	display: flex;
	justify-content: center;
	align-items: center;
	min-width: 40px;
	height: 40px;
	background: #056969;
	color: #fff;
	margin-right: 10px;
}

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

.page-contact > div > a {
	text-decoration: underline !important;
}

.page-contact > div > a:hover {
	text-decoration: none !important;
}

.page-map {
	display: block;
	width: 100%;
	position: relative;
	overflow: hidden;
	padding-top: calc(420/1280*100%);
	border-radius: 10px;
	box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.2);
	margin-bottom: 30px;
}

.page-map > * {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.box-map {
	display: block;
	width: 100%;
	position: relative;
	overflow: hidden;
	padding-top: calc(3/4*100%);
	border: solid 1px #ddd;
}

.side-map {
	display: block;
	width: 100%;
	position: relative;
	overflow: hidden;
	padding-top: calc(4/3*100%);
	border: solid 1px #ddd;
}

.side-map>*,
.box-map>*{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

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

.side-box {
    padding: 15px;
    background: #fff;
    border: solid 10px #f5f5f5;
    margin-bottom: 30px;
}

.ctg-links {
    display: block
}

.ctg-links > a {
    display: block;
    font-size: 14px;
    line-height: 20px;
    color: #222 !important;
    width: 100%;
    padding: 10px 15px;
    padding-right: 30px;
    background: #fff;
    background: #fbfbfb;
    border: solid 1px #eee;
    margin-bottom: 10px;
    position: relative;
    border-left: solid 4px #13B5B5;
    transition: 0.2s ease 0s;
    font-weight: 600;
}

.ctg-links > a:after {
    content: "\f105";
    font-family: "Font Awesome 5 Pro";
    font-weight: 400;
    position: absolute;
    top: 50%;
    right: 15px;
    color: #444;
    transform: translate(0, -50%);
}

.ctg-links > a:last-child {
    margin-bottom: 0;
}

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

.ctg-links > a.active {
    background: #13B5B5;
    color: #fff !important;
    border-color: #13B5B5;
}

.ctg-links > a.active:after {
    color: #fff;
}

.productpage-img {
    display: block;
    width: 100%;
    position: relative;
    overflow: hidden;
    padding-top: 100%;
    border: solid 10px #dbdbdb;
    position: relative;
    margin-bottom: 20px;
}

.productpage-img:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
    background:rgba(0, 0, 0, 0.1);
    opacity: 0;
    transition: 0.3s ease 0s;
}

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

.productpage-img:hover:before {
    opacity: 1;
}

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

.productpage-title {
    display: block;
    margin-bottom: 10px;
    padding-bottom: 10px;
    border-bottom: solid 1px #ddd;
    font-size: 24px;
    line-height: 30px;
    font-weight: 800;
    color: #222;
}

.blog-item {
    display: block;
    margin-bottom: 30px;
    padding: 10px;
    border: solid 10px #f5f5f5;
}

.blog-item > h3 {
    display: block;
    font-size: 16px;
    line-height: 22px;
    font-weight: 600;
    color: #222;
    margin: 0;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.blog-item > span {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    font-size: 12px;
    line-height: 18px;
    font-weight: 600;
    color: #888;
    margin-top: 10px;
    padding-top: 10px;
    border-top: solid 1px #ddd;
    padding-bottom: 10px;
    margin-bottom: 10px;
    border-bottom: solid 1px #ddd;
}

.blog-item > .img {
    display: block;
    width: 100%;
    position: relative;
    overflow: hidden;
    padding-top: calc(720/1280*100%);
    border: solid 1px #eee;
    margin-bottom: 10px;
}

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

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

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

.page-spec > h2 {
    display: block;
    font-size: 20px;
    line-height: 26px;
    font-weight: 800;
    color: #222;
}

.page-spec > span {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin-top: 10px;
    padding-top: 10px;
    border-top: solid 1px #ddd;
    padding-bottom: 10px;
    margin-bottom: 10px;
    border-bottom: solid 1px #ddd;
    color: #888;
    font-size: 12px;
    line-height: 18px;
}

.share-buttons {
	position: relative;
	display: flex;
	justify-content: flex-start;
	align-content: center;
	width: 100%;
	margin-bottom: 30px;
}

.share-buttons small {
	text-align: right;
}

.share-buttons small {
	text-align: center;
	display: block;
	margin-bottom: 5px;
	font-size: 12px;
	line-height: 14px;
	text-transform: uppercase;
}

.share-buttons a {
	display: block;
	width: 100%;
	height: 40px;
	color: #fff !important;
	position: relative;
}

.share-buttons a.mail {
	background: #002663;
}

.share-buttons a i {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	font-size: 14px;
	transition: 0.2s ease 0s;
}

.share-buttons a:hover i {
	font-size: 18px;
}

.share-buttons a:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(255,255,255,0.2);
	opacity: 0;
	transition: 0.2s ease 0s;
}

.share-buttons a:hover:before {
	opacity: 1;
}

.soru-item {
	margin-bottom: 10px;
	border-radius: 0;
}

.soru-item:last-child {
	border: none;
	margin: 0;
}

.soru-header {
	display: block;
	color: #888 !important;
	font-weight: 600;
	background: #fff;
    border: solid 1px #eee;
	padding: 14px 0;
	position: relative;
	padding-right: 30px;
	padding-left: 15px;
	transition: 0.2s ease 0s;
}

.soru-header:hover h3 {
	color: #222 !important;
}

.soru-header h3 {
	font-size: 16px;
	line-height: 22px;
	margin: 0;
	font-weight: 600;
	transition: 0.2s ease 0s;
}

.soru-header:after {
	content: "\f105";
	font-family: "Font Awesome 5 Pro";
	font-weight: 900;
	position: absolute;
	top: 16px;
	right: 12px;
	font-size: 14px;
}

.soru-header[aria-expanded="true"]:after {
	content: "\f107";
    color: #fff !important;
}

.soru-header[aria-expanded="true"] h3 {
	color: #fff !important;
}

.soru-header[aria-expanded="true"] {
    background: #13B5B5;
}

.soru-body {
	display: block;
	color: #444;
	font-size: 14px;
	line-height: 20px;
}

.soru-body p {
	margin: 0;
	padding: 14px 12px;
	display: block;
	text-align: justify;
}