@import url("https://fonts.googleapis.com/css2?family=Playfair+Display:ital,wght@0,400;0,500;0,600;0,700;0,800;0,900;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
body, button, input, textarea {
	font-family: "Playfair Display", -apple-system, Roboto, sans-serif;
}

.full-page .header-box {
	padding: 30px 16px;
}
.full-page .header-box .container-header-box {
	gap: 14px;
}
.full-page .header-box .container-header-box .social-icons {
	gap: 20px;
}
.full-page .header-box .container-header-box .header-logo-box .header-logo {
	width: 280px;
}
.full-page .header-box .container-header-box .menu-box {
	gap: 20px;
}
.full-page .header-box .container-header-box .menu-box .language-box {
	cursor: pointer;
}
.full-page .header-box .container-header-box .menu-box .language-box a {
	color: black;
}
.full-page .header-box .container-header-box .menu-box .now-its-closing .hamburger-menu {
	cursor: pointer;
}
.full-page .header-box .container-header-box .menu-box .now-its-closing .open-menu {
	position: fixed;
	height: 0;
	width: 100%;
	bottom: 0;
	left: 0;
	transition: all 0.3s;
	background: #1c1c1c;
	opacity: 0;
	z-index: 999;
}
.full-page .header-box .container-header-box .menu-box .now-its-closing .open-menu > .d-flex{
	padding: 80px 160px;
}
.full-page .header-box .container-header-box .menu-box .now-its-closing .open-menu .close-icon-box {
	position: absolute;
	top: 80px;
	right: 60px;
	color: #fff;
	cursor: pointer;
}
.full-page .header-box .container-header-box .menu-box .now-its-closing .open-menu .menu-titles .just-menu-text-box {
	margin-bottom: 30px;
}
.full-page .header-box .container-header-box .menu-box .now-its-closing .open-menu .menu-titles .just-menu-text-box .just-menu-text {
	color: #fff;
	font-size: 11px;
	letter-spacing: 4px;
	text-transform: uppercase;
}
.full-page .header-box .container-header-box .menu-box .now-its-closing .open-menu .menu-titles .one-of-title-box {
	margin: 30px 0;
}
.full-page .header-box .container-header-box .menu-box .now-its-closing .open-menu .menu-titles .one-of-title-box .menu-title-link {
	position: relative;
	text-decoration: none;
}
.full-page .header-box .container-header-box .menu-box .now-its-closing .open-menu .menu-titles .one-of-title-box .menu-title-link:hover:before {
	width: 80%;
}
.full-page .header-box .container-header-box .menu-box .now-its-closing .open-menu .menu-titles .one-of-title-box .menu-title-link:before {
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	width: 0;
	height: 10px;
	background: rgba(4, 170, 189, 0.8);
	transition: 0.3s;
	z-index: -1;
}
@media screen and (max-width:  768px) {
	.full-page .header-box {
		padding: 0;
	}
	.full-page .header-box .container-header-box .menu-box .now-its-closing .open-menu > .d-flex {
		padding: 40px 0;
	}
	.full-page .header-box .container-header-box .header-logo-box .header-logo {
		width: 190px;
	}
	.full-page .header-box .container-header-box .menu-box .now-its-closing .open-menu .close-icon-box {
		top: 20px;
		right: 20px;
	}
}
.full-page .header-box .container-header-box .menu-box .now-its-closing .open-menu .menu-titles .one-of-title-box .menu-title-link .menu-title {
	color: #fff;
	font-size: 30px;
	font-weight: 600;
}
.full-page .header-box .container-header-box .menu-box .now-its-closing .open-menu .menu-big-image-box .menu-big-image {
	max-width: 100%;
	margin: 0 auto;
}
.full-page .header-box .container-header-box .menu-box .now-opens .open-menu {
	height: 100%;
	opacity: 1;
}
.full-page .body-box .big-space {
	gap: 10rem;
}
.full-page .body-box .big-space .banner-text-box .banner-text {
	font-size: 80px;
	line-height: 1.15;
	letter-spacing: -0.035em;
}
.full-page .body-box .big-space .banner-image-box {
	z-index: 1;
}
.full-page .body-box .big-space .banner-image-box .banner-image {
	max-width: 100%;
	border-radius: 6px;
	filter: grayscale(1);
	transition: 0.3s;
}
.full-page .body-box .big-space .banner-image-box .banner-image:hover {
	filter: unset;
}
.full-page .body-box .big-space .small-text-box {
	float: left;
}
.full-page .body-box .big-space .small-text-box .small-text {
	font-size: 0.8rem;
	letter-spacing: 0.06em;
	color: rgba(58, 59, 64, 0.51);
}
.full-page .body-box .big-space .product-carousel {
	display: flex;
	gap: 20px;
	position: relative;
}
@media screen and (max-width: 768px) {
	.full-page .body-box .big-space .product-carousel {
		gap: 0;
	}
}
.full-page .body-box .big-space .product-carousel .owl-nav {
	display: flex;
	align-items: center;
	justify-content: space-evenly;
	width: 30%;
	gap: 20px;
}
.full-page .body-box .big-space .product-carousel .owl-nav button {
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
	min-width: 50px;
	height: 50px;
	background: rgba(0, 166, 255, 0.09);
	border-radius: 50%;
	margin-bottom: 155px;
	outline: none;
	cursor: pointer;
}
@media screen and (max-width: 768px) {
	.full-page .body-box .big-space .product-carousel .owl-nav button {
		margin-bottom: 50px;
		background: rgb(0 0 0 / 9%);
	}
	.full-page .body-box .big-space .product-carousel .owl-nav button i {
		color: white;
	}
}
.full-page .body-box .big-space .product-carousel .owl-nav button:first-child {
	transform: rotateY(180deg);
}
.full-page .body-box .big-space .product-carousel .owl-nav button i {
	display: flex;
}
.full-page .body-box .big-space .home-big-text-box .home-big-text {
	color: #1c1c20;
	font-weight: 500;
	letter-spacing: -0.01em;
	line-height: 1.2em;
	font-size: 32px;
}
.full-page .body-box .big-space .one-of-box .slider-image-box {
	width: 100%;
	max-height: 500px;
	overflow: hidden;
}
.full-page .body-box .big-space .one-of-box .slider-image-box .slider-image {
	width: 100%;
	border-radius: 6px;
}
.full-page .body-box .big-space .one-of-box .slider-info-box {
	padding: 10px;
}
.full-page .body-box .big-space .one-of-box .slider-info-box .slider-1st-text {
	color: rgba(58, 59, 64, 0.5);
	text-transform: uppercase;
	letter-spacing: 0.06em;
	font-size: 0.8rem;
}
.full-page .body-box .big-space .one-of-box .slider-info-box .slider-2st-text {
	color: #3a3b40;
	font-weight: 400;
	letter-spacing: -0.02em;
	font-size: 2rem;
}
.full-page .body-box .big-space .one-of-box .slider-info-box .slider-3st-text {
	color: #3a3b40;
	font-size: 1rem;
}
.full-page .body-box .big-space .home-bg-image-box {
	position: relative;
	width: 100%;
	height: 800px;
	background-image: url("/assets/front-face/img/static/home-2.jpeg");
	background-repeat: no-repeat;
	background-size: cover;
	margin-bottom: 240px;
	filter: grayscale(1);
}
@media screen and (max-width: 768px) {
	.full-page .body-box .big-space .home-bg-image-box {
		margin-bottom: 100px;
	}
}
.full-page .body-box .big-space .home-bg-image-box form {
	padding: 0 50px;
}


.full-page .body-box .big-space .home-bg-image-box .in-bg-box {
	position: absolute;
	left: calc(100% - 49%);
	top: 15%;
	width: 100%;
	max-width: 840px;
	padding-top: 50px;
	border-radius: 6px;
	background-color: white;
	transform: translateX(-50%);
	box-shadow: 0px 0px 10px 0px #00000021;
	z-index: 1;
}
.full-page .body-box .big-space .home-bg-image-box .in-bg-box .big-text-box .big-text {
	font-size: 40px;
}
.full-page .body-box .big-space .home-bg-image-box .in-bg-box .big-button-box {
	width: 100%;
}
.full-page .body-box .big-space .home-bg-image-box .in-bg-box .big-button-box .big-button {
	color: #fff;
	font-size: 20px;
	font-weight: 500;
	background: #0f6674;
	border: 0;
	border-radius: 250px;
	padding: 0.6em 2.3em;
}

@media screen and (max-width: 768px) {
	.full-page .body-box .big-space .home-bg-image-box form {
		padding: 0;
	}
	.full-page .body-box .big-space .home-bg-image-box .in-bg-box {
		position: absolute;
		left: calc(100% - 46%);
		top: 15%;
		width: 90%;
		padding-top: 30px;
	}
	.full-page .body-box .big-space .home-bg-image-box .in-bg-box .big-text-box .big-text {
		font-size: 22px;
	}
}

.full-page .body-box .contact-us-big-box {
	position: relative;
}
.full-page .body-box .contact-us-big-box .contact-message-box {
	box-shadow: 0px 0px 10px 0px #00000021;
	margin-left: 200px;
	padding: 70px 40px 70px 250px;
	margin-bottom: 120px;
}
@media screen and (max-width: 768px) {
	.full-page .body-box .contact-us-big-box .contact-message-box {
		margin-bottom: 60px;
	}
}
.full-page .body-box .contact-us-big-box .contact-message-box .send-text {
	color: #153462;
	font-weight: 800;
	font-size: 22px;
}
.full-page .body-box .contact-us-big-box .contact-message-box .contact-us-box .input-and-textarea-boxes {
	margin: 10px 0;
}
.full-page .body-box .contact-us-big-box .contact-message-box .contact-us-box .input-and-textarea-boxes input, .full-page .body-box .contact-us-big-box .contact-message-box .contact-us-box .input-and-textarea-boxes textarea {
	width: 100%;
	background: transparent;
	border: 0;
	border-bottom: 1px solid #bcbcbc;
	padding: 6px 1px;
	outline: none;
}
.full-page .body-box .contact-us-big-box .contact-message-box .contact-us-box .input-and-textarea-boxes textarea {
	resize: none;
}
.full-page .body-box .contact-us-big-box .contact-message-box .contact-us-box .contact-button-box .contact-button {
	color: #fff;
	font-size: 20px;
	font-weight: 500;
	background: #153462;
	border: 0;
	border-radius: 6px;
	padding: 0.6em 2.3em;
	outline: none;
	cursor: pointer;
}
.full-page .body-box .contact-us-big-box .contact-info-box {
	gap: 20px;
	position: absolute;
	top: 50%;
	left: 0;
	max-width: 400px;
	width: 100%;
	height: 82%;
	background: #153462;
	transform: translateY(-50%);
	padding: 30px;
}
.full-page .body-box .contact-us-big-box .contact-info-box .contact-title {
	color: #fff;
	font-weight: 600;
	font-size: 22px;
}
.full-page .body-box .contact-us-big-box .contact-info-box .contact-boxes {
	color: #fff;
}
.full-page .body-box .contact-us-big-box .contact-info-box .contact-boxes i {
	width: 30px;
	font-size: 23px;
}
.full-page .body-box .contact-us-big-box .contact-info-box .contact-boxes .contact-text {
	margin-left: 10px;
	color: white;
}
.full-page .body-box .contact-us-big-box .contact-info-box .contact-boxes a.contact-text:hover {
	color: black;
}
.full-page .body-box .contact-us-big-box .contact-info-box .contact-us-social-icons {
	margin-top: auto;
}
.full-page .body-box .contact-us-big-box .contact-info-box .contact-us-social-icons i {
	width: 30px;
	font-size: 23px;
	color: #fff;
}
.full-page .body-box .contact-us-map-box {
	width: 100%;
	height: 400px;
}
.full-page .body-box .about-us-container {
	margin-bottom: 225px;
	margin-top: 120px;
}

.full-page .body-box .about-us-container .about-us-big-box {
	position: relative;
}
.full-page .body-box .about-us-container .about-us-big-box .about-us-big-image-box {
	width: 50%;
	z-index: 1;
	margin-left: 35px;
}
.full-page .body-box .about-us-container .about-us-big-box .about-us-big-image-box .about-us-big-image {
	max-width: 100%;
}
.full-page .body-box .about-us-container .about-us-big-box .about-us-big-text-box {
	gap: 30px;
	position: absolute;
	top: -60px;
	right: 35px;
	width: 50%;
	background: #fafafa;
	box-shadow: 0px 0px 10px 0px #00000021;
	text-align: center;
	padding: 60px 50px;
	z-index: 2;
}
.full-page .body-box .about-us-container .about-us-big-box .about-us-big-text-box .about-us-title {
	margin-bottom: 50px;
}
.full-page .body-box .about-us-container .about-us-big-box .about-us-big-text-box .about-us-text {
	line-height: 26px;
	letter-spacing: 0.6px;
}
@media screen and (max-width: 768px) {
	.full-page .body-box .about-us-container {
		margin-bottom: 120px;
		margin-top: 60px;
	}
	.full-page .body-box .about-us-container .about-us-big-box .about-us-big-text-box {
		padding: 30px 15px;
	}
	.full-page .body-box .about-us-container .about-us-big-box .about-us-big-text-box .about-us-title {
		font-size: 26px;
		margin-bottom: 30px;
	}
	.full-page .body-box .about-us-container .about-us-big-box .about-us-big-text-box .about-us-text {
		font-size: 14px;
		line-height: 22px;
	}
}
.full-page .footer-box .container-xl {
	padding: 0;
}
.full-page .footer-box .footer-left-box .footer-logo-box img {
	width: 230px;
}
.full-page .footer-box .footer-left-box .footer-info .footer-info-text {
	color: #5b5b5b;
	font-weight: 400;
}
.full-page .footer-box .footer-right-box .footer-contact-box {
	gap: 10px;
	margin-bottom: 20px;
}
.full-page .footer-box .footer-right-box .footer-contact-box .footer-contact-texts .footer-contact-title {
	color: #888888;
	line-height: 1;
}
.full-page .footer-box .footer-right-box .footer-contact-box .footer-contact-texts .footer-contact-text {
	color: #212529;
}
.full-page .footer-box .footer-under-text-box .footer-under-text {
	color: #3a3b40;
}

.copyright-wrapper {
	display: flex;
	justify-content: space-between;
	margin-bottom: 20px;
}
@media screen and (max-width: 1025px) {
	.copyright-wrapper {
		flex-direction: column;
		justify-content: center;
		text-align: center;
		gap: 10px 0;
		font-size: 12px;
	}
	.menu-big-image-box {
		display: none;
	}

	.full-page .header-box .menu-box .now-its-closing .open-menu .menu-titles .one-of-title-box, .full-page .header-box .menu-box .now-its-closing .open-menu .menu-titles .just-menu-text-box {
		text-align: center;
	}

	.full-page .body-box .big-space .banner-text-box .banner-text {
		font-size: 50px;
	}
}
@media screen and (max-width: 768px) {
	.full-page .body-box .big-space .home-big-text-box .home-big-text {
		font-size: 26px;
	}
	.full-page .body-box .big-space {
		gap: 6rem;
	}

	.full-page .body-box .big-space .product-carousel .owl-nav {
		position: absolute;
		top: 50%;
		justify-content: space-between;
		width: 100%;
		transform: translateY(-50%);
	}
	.full-page .body-box .big-space .product-carousel .owl-nav button:active {
		background: rgba(0, 166, 255, 0.4);
	}

	.full-page .body-box .about-us-container .about-us-big-box .about-us-big-image-box {
		width: 100%;
		text-align: center;
		margin: 0 0 20px 0;
	}

	.full-page .body-box .about-us-container .about-us-big-box .about-us-big-text-box {
		width: 100%;
		position: unset;
		top: unset;
		left: unset;
	}

	.full-page .body-box .contact-us-big-box {
		display: flex;
		flex-direction: column;
		gap: 20px;
	}
	.full-page .body-box .contact-us-big-box .contact-message-box {
		margin-left: 0;
		padding: 30px 15px 30px 15px;
	}
	.full-page .body-box .contact-us-big-box .contact-info-box {
		position: unset;
		top: unset;
		left: unset;
		transform: unset;
		margin: 0 auto;
		margin-bottom: 100px;
	}
}
@media screen and (max-width: 500px) {
	.full-page .body-box .big-space .banner-text-box .banner-text {
		font-size: 32px;
	}
}

.jqvmap-zoomin {
	height: 20px !important;
	width: 20px !important;
}

.jqvmap-zoomout {
	width: 20px !important;
	height: 20px !important;
	top: 40px;
}

.export-wrapper {
	margin-bottom: 80px;
}
.export-wrapper .small-text {
	font-size: 0.8rem;
	letter-spacing: 0.06em;
	color: rgba(58, 59, 64, 0.51);
	padding-left: 15px;
}
.export-wrapper span {
	color: #1c1c20;
	font-weight: 500;
	letter-spacing: -0.01em;
	line-height: 1.2em;
	font-size: 32px;
}

@media screen and (max-width:  768px) {
	.export-wrapper span {
		font-size: 26px;
	}
}