@font-face {
	font-family: "Inter",sans-serif;
	src: url(../fonts/Inter.ttf);
}

:root {
	--primary1: #122754;
	--primary2: #254FAB;
	--secondary1: #3484AE;
	--secondary2: #FFFFFF;
	--fontcolor-dark: #343232;
	--fontcolor-muted: #808080;
	--fontcolor-light: #C4C4C4;
}
.left-0 {
	left: 0 !important;
}
.right-0 {
	right: 0 !important;
}
body {
	font-family: 'Inter',sans-serif;
	overflow-x: hidden;
}
.container {
	max-width: 1100px;
	position: relative;
}
.container-lg {
	max-width: 82.5vw;
	position: relative;
}
@media screen and (max-width:1100px) {
	.container,.container-lg {
		max-width: 100%;
		position: relative;
	}
}
.obf-contain {
	object-fit: contain;
}
.obf-cover {
	object-fit: cover;
}
.breadcrumb {
	margin-bottom: 0 !important;
	justify-content: center;
}
.breadcrumb .breadcrumb-item + .breadcrumb-item::before {
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	-moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1;
	float: none;
	font-size: 1rem;
	padding-left: 0.5rem;
	padding-right: 0.5rem;
}
.breadcrumb .breadcrumb-item,.breadcrumb .breadcrumb-item a {
	text-decoration: none;
	font-weight: 300;
	font-size: 1rem;
	color: #6c757d;
}
.breadcrumb .breadcrumb-item.active {
	font-weight: 400;
	color: var(--primary2);
}
.w-60 {
	width: 60% !important;
}
.text-primary1 {
	color: var(--primary1);
}
.text-primary2 {
	color: var(--primary2);
}
.text-green {
	color: green;
}
.text-custom-dark {
	color: var(--fontcolor-dark);
}
.text-custom-muted {
	color: var(--fontcolor-muted);
}
.text-custom-light {
	color: var(--fontcolor-light);
}
.form-group {
	margin-bottom: 1.5rem;
}
.custom-form .form-control {
    border-radius: 0;
    background: transparent;
    border: 0;
	border-color: transparent !important;
    border-bottom: 1px solid #fff !important;
    color: #fff;
}
.custom-form .form-control::placeholder{
	color: white;
}
.btn-galleries {
	color: rgb(105, 105, 105);
	/* font-weight: 600; */
	border-radius: 15px;
	margin-right: 10px;
}
.btn-galleries:last-child {
	margin-right: 0;
}
.btn-galleries:hover {
	color: rgb(56, 56, 56);
}
.btn-galleries.active {
	background-color: #eeeeee;
	color: #000;
	font-weight: 600;
}
.btn-inquiry-wa {
    border-radius: 40px;
	border: 4px solid #f2f2f2;
	background-color: #fff;
    font-weight: 500;
    padding: 10px 16px;
    text-align: center;
    color: #a9a9a9;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}
.btn-inquiry-wa.floating {
	position: fixed;
    bottom: 2rem;
    right: 2rem;
    z-index: 1000;
	height: 60px;
	min-width: 60px;
}
.alert-notif {
    position: fixed;
    top: 90px;
    right: 1rem;
	z-index: 100;
}
nav.navbar {
	z-index: 100;
	height: 80px;
}

nav.navbar .nav-link {
	font-weight: 500;
	min-width: 125px;
	text-align: center;
}
img {
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	pointer-events: none;
}
.slick-prev {
	left: 50px; /*to notice it, is white*/
	z-index: 1;
}
.slick-next {
	right: 50px; /*to notice it, is white*/
}

main#home #banners {
	margin-top: -80px;
}

main#home #banners .items:before {
	content: "";
	background: linear-gradient(0deg, rgba(8, 32, 57, 0.8), rgba(20,59,101,.75));
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: 1;
}
#banners {
	position: relative;
}
main#home #banners .items {
	position: relative;
	color: #FFFFFF;
}
main#home #banners .items img {
	max-height: 640px;
	height: 640px;
	object-fit: cover;
}
main#home #banners .items .contents {
	position: absolute;
	z-index: 2;
	width: 100%;
	bottom: 30%;
}
@media screen and (max-width:560px) {
	main#home #banners .items .contents{
		bottom: 20%;
	}
}
main:not(#home) #banners img {
	height: 250px;
	aspect-ratio: 2.35/1;
	object-fit: cover;
}
main:not(#home) #banners:before {
	content: "";
	background: linear-gradient(0deg, rgba(8, 32, 57, 0.8), rgba(20,59,101,.75));
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: 1;
}
main:not(#home) #banners .contents {
	position: absolute;
	z-index: 2;
	width: 100%;
	top: 0;
	height: 100%;
	color: #fff;
}

.btn-custom {
	padding-top: 0.5rem;
	padding-bottom: 0.5rem;
	padding-left: 1.5rem;
	padding-right: 1.5rem;
	border-radius: 50rem;
}
.btn-custom.primary {
	color: #FFFFFF;
	background-color: var(--primary1);
	border-color: var(--primary1);
}
.btn-custom.primary:hover {
	background-color: var(--primary2);
	border-color: var(--primary2);
}
.btn-custom.outline-primary {
	border-color: var(--primary1);
	background-color: transparent;
	color: var(--primary1);
}
.btn-custom.outline-primary:hover {
	color: #FFFFFF;
	background-color: var(--primary1);
}
.btn-custom.secondary {
	color: #f8f9fa;
    border-color: #f8f9fa;
	
}
.btn-custom.secondary:hover {
	color: #000;
    background-color: #f8f9fa;
    border-color: #f8f9fa;
}

section:not(#banners) {
	margin-top: 3.5rem;
	margin-bottom: 3.5rem;
}
#certificates img {
	width: 100%;
	height: 130px;
	object-fit: contain;
}
#certificates img.logo-small {
	height: 100px;
}
#certificates img.logo-large {
	height: 150px;
}

#about {
	position: relative;
	width: 100%;
	height: 100%;
	overflow-x: hidden;
}
#about img {
	height: 100%;
    object-fit: cover;
    position: relative;
    z-index: 3;
    max-height: 500px;
    object-position: 0 0px;
}
#about .contents * {
	position: relative;
	z-index: 2;
}
#about .contents h2 {
	color: var(--primary2);
}
#about .contents p {
	line-height: inherit;
	text-align: justify;
	font-size: 18px;
	margin-bottom: 3rem;
}
@media screen and (orientation:landscape) {
	.el-portrait {
		display: none;
	}
	#about .contents {
		padding: 5rem;
	}
	#about .contents::before {
		content: "";
		position: absolute;
		/* background-color: var(--fontcolor-muted); */
		top: 0;
		left: 12px;
		right: -100%;
		height: 100%;
		z-index: 1;
		background-color: #EDEDED;
	}
	#about .middle-line {
		display: block;
	}
	#about .middle-line::before,#about .middle-line::before {
		content: unset;
	}
	@media screen and (max-width:1023px) {
		#about .contents::before {
			left: 0;
			right: 0;
		}
	}
}
@media screen and (orientation:portrait) {
	.el-landscape {
		display: none;
	}
	#about .middle-line .btn {
		margin: 0 1rem;
	}
	#about .title {
		text-align: center;
	}
	#about .contents p {
		font-size: 16px;
	}
}
.list-products {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	grid-auto-rows: 400px;
	gap: 10px;
}
.list-products .product-items,.category-items {
	padding: 0;
	position: relative;
	width: 100%;
	height: 100%;
}
.list-products .product-items:before,.category-items::before {
	background: linear-gradient(0deg, rgba(20,59,101,.75), transparent);
	position: absolute;
	content: "";
	top: 0;
	bottom: 0;
	display: block;
	width: 100%;
	height: 100%;
}
.list-products .product-items img,.category-items img {
	height: 100%;
	object-fit: cover;
}
.list-products .product-items .content,.category-items .content {
	position: absolute;
	padding: 1.5rem;
	left: 0;
	right: 0;
	bottom: 0;
	color: white;
	text-decoration: none;
	height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
}
.list-products .product-items .content a,.category-items .content a {
	text-decoration: none;
	font-weight: bold;
}
.list-products .product-items .content p,.category-items .content p {
	min-height: 70px;
}
/* @keyframes bgSlideIn {
	from {
		background: linear-gradient(0deg, rgba(20,59,101,.75), transparent);
	}
	to {
		background: linear-gradient(0deg, rgba(20,59,101,.85) 100%, transparent);
	}
} */
@media (hover:hover){
	.list-products .product-items .content h4,.category-items .content h4 {
		width: 100%;
		overflow: hidden;
		white-space: nowrap;
		text-overflow: ellipsis;
	}
	.list-products .product-items .content p,.category-items .content p {
		line-height: inherit;
		overflow: hidden;
		display: -webkit-box;
		-webkit-line-clamp: 3;
		-webkit-box-orient: vertical;
		height: 70px;
	}
	.list-products .product-items:hover::before,.category-items:hover::before {
		background: linear-gradient(0deg, rgba(20,59,101,.85) 100%, transparent);
	}
	.list-products .product-items:hover .content h4,.category-items:hover .content h4 {
		overflow: auto;
		white-space: normal;
		text-overflow: unset;
	}
	.list-products .product-items:hover .content p,.category-items:hover .content p {
		display: block;
		height: max-content;
		min-height: 70px;
		-webkit-line-clamp: unset;
		-webkit-box-orient: unset;
	}
}
/* @media screen and (max-width:750px) {
	.list-products {
		grid-template-columns: repeat(1, 1fr);
	}
	.list-products .product-items .content p,.category-items .content p {
		line-height: 1.15;
	}
} */
/* @media screen and (min-width:751px) and (max-width:980px) {
	.list-products {
		grid-template-columns: repeat(3, 1fr);
	}
} */
@media screen and (orientation:portrait) {
	@media screen and (max-width:480px) {
		#page-productdetail .swiper .items {
			width: 300px !important;
		}
		#about img {
			height: 400px;
		}
	}
	@media screen and (min-width:480px) and (max-width: 880px) {
		.list-products .product-items,.category-items {
			width: 300px !important;
		}
	}
	/* #products {
		background-color: #ededed;
	} */
	#products .list-products {
		display: flex;
		flex-direction: row;
		flex-wrap: wrap;
	}
	#products .list-products .product-items .content p,.category-items .content p {
		line-height: 1.15;
	}
	#products .more-products {
		margin-top: 2.8rem !important;
		margin-bottom: 2.8rem !important;
	}
}
.middle-line {
	display: flex;
	justify-content: center;
	align-items: center;
}
.middle-line:before,.middle-line:after {
	content: "";
	flex: 1 0 50px;
	height: 1px;
	background: #878787;
}

#distribution img#globe {
	height: 480px;
	object-fit: contain;
}
@media screen and (max-width:640px) {
	#distribution img#globe {
		height: 100%;
	}
}
#features img {
	height: 125px;
	object-fit: contain;
}
#features .row div[class*="col-"] {
	position: relative;
	height: 350px;
}
#features .row div[class*="col-"]:not(:last-child):after {
	content: " ";
	height: 50%;
	width: 2px;
	position: absolute;
	top: 25%;
	right: 0;
	background-color: #B1B1B1;
}
#clients .item {
	text-align: center;
}
#clients .item img {
	width: 100%;
	height: 100px;
	object-fit: contain;
}
#contacts {
	position: relative;
}
#contacts:after {
	content: "";
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: 2;
	background-color: rgba(20,59,101,.75);
}
#contacts img {
	position: absolute;
	height: 100%;
	object-fit: cover;
	z-index: 0;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
}
#contacts .contents {
	position: relative;
    z-index: 3;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: auto;
	padding-top: 3.5rem;
	padding-bottom: 3.5rem;
	color: #ffffff;
}
footer {
	background: var(--primary1);
	color: #fff;
	font-size: 14px;
}
footer .nav-link {
	color: #fff;
}
footer .nav-link:hover {
	color: var(--fontcolor-muted);
}
footer .list-social {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: end;
	gap: 1rem;
}
@supports not (gap: 1rem) {
	footer .list-social .btn:not(:last-child) {
		margin-right: 1rem;
	}
}
#contact_us #content .card {
	border-radius: 10px;
}
#contact_us #content .card .card-body {
	padding: 2rem;
}
#content .card {
	border-radius: 1.5rem;
}
#products {
	position: relative;
	overflow-x: hidden;
}
#products .product-categories {
    margin-bottom: 7.5rem;
	position: relative;
}
.product-categories .product-thumbs,.product-categories .product-content {
	height: 100%;
	z-index: 1;
	margin-bottom: 1.5rem;
}
#products .img-products {
	height: 420px;
	object-fit: cover;
	position: relative;
	z-index: 2;
}
#products .product-anchor {
	position: absolute;
	top: -20vh;
}
#products .product-thumbs {
	position: relative;
}
#products .product-thumbs::before {
	content: "";
	z-index: 0;
	position: absolute;
	height: 300px;
	bottom: -50px;
	left: -100vw;
	right: 100px;
	background-color: #F2F2F2;
}
#products .list-product-carousel .items {
	text-decoration: none;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	width: 240px;
}
#products .list-product-carousel .items .content {
	display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    padding-left: 10px;
    padding-right: 10px;
    text-decoration: none;
    height: 100%;
}
#products .list-product-carousel .items .content * {
    align-self: center;
    margin: 0;
    text-decoration: none;
}
#products .list-product-carousel .items img,#alternate_products .list-product-carousel .items img {
	height: 200px;
	aspect-ratio: 1/1;
	width: 100%;
	object-fit: cover;
}
#products .list-product-carousel .items .card-body,#alternate_products .list-product-carousel .items .card-body {
	height: 80px;
	min-height: 80px;
}
.list-product-carousel .product-name {
	overflow: hidden;
	white-space: nowrap;
	max-width: 85%;
	text-overflow: ellipsis;
}
#productdetail #content .nav-tabs {
	border-top: 1px solid #dee2e6;
}
#productdetail #content .nav-tabs .nav-link {
	border: 0;
    color: #000;
}
#productdetail #content .nav-tabs .nav-link.active {
	font-weight: bold;
    color: var(--primary2);
    border-bottom: 4px;
    border-bottom-style: solid;
}
#productdetail #content .tab-content {
	padding: 12px;
}
/* #productdetail .slider-container li img {
    border-radius: 40px;
} */
.slider-container li img {
	height: 80vh;
}
@media screen and (min-width:1024px) {
	#alternate_products #more-products {
		height:285px;
	}
}
#alternate_products a.btn-more-products {
    position: relative;
    display: block;
    height: 100%;
}
#alternate_products .btn-more-products .content {
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    display: flex;
    color: white;
    font-weight: bold;
	position: absolute;
    justify-content: end;
    flex-direction: column;
    align-items: flex-start;
	background: rgba(0,0,0,.5);
}
#alternate_products .btn-more-products img {
	height: 100%;
}
@media screen and (max-width:560px) {
	#products .product-thumbs::before {
		content: unset;
	}
	#alternate_products .btn-more-products .content{
		flex-direction: row;
		align-items: flex-end;
		justify-content: start;
	}
	#alternate_products .btn-more-products img {
		height: 128px;
		object-position: bottom;
	}
}
#alternate_products .btn-more-products .content span, .btn-more-products .content span * {
    display: block;
    width: 100%;
    padding: 10px;
    font-size: 1.25rem;
	font-weight: bold;
	line-height: 1.2;
}
#alternate_products .btn-more-products .content i,.btn-more-products .content i {
	display: block;
	width: auto;
	padding: 10px !important;
}
.custom-collapse {
	position: absolute;
    z-index: 10;
    top: 50px;
    border-radius: 0;
    right: 10px;
    height: auto;
	width: max-content;
}
.custom-collapse .form-check {
	text-align-last: left;
}
.custom-collapse.collapsing {
	position: absolute;
	z-index: 10;
}
.custom-collapse .card-body {
	min-height: fit-content !important;
	height: fit-content;
}
#galleries .list-galleries {
	display: grid;
	grid-template-columns: repeat(6, minmax(0,1fr));
	grid-auto-rows: max-content;
	gap: 10px;
}
#galleries .list-galleries > .item-gallery .card {
	border-radius: 0.25rem;
}
#galleries .list-galleries > .item-gallery img {
	object-fit: cover;
	height: 150px;
}
#galleries .list-galleries > .item-gallery .item-preview {
	text-decoration: none;
	color: #000;
}
#galleries .list-galleries > .item-gallery .item-title {
	margin: 0;
	width: 100%;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	text-decoration: none;
}
@media screen and (max-width:560px) {
	#galleries .list-galleries {
		grid-template-columns: repeat(2,minmax(0,1fr));
	}
	#galleries .list-galleries > .item-gallery .card-body {
		display: none;
	}
	.alert-notif {
		left: 1rem;
		bottom: 1rem;
		top: unset;
	}
	.slide-to-right:hover {
		width: 165px;
	}
	.custom-collapse {
		width: calc(100vw - 1rem);
	}
}
.discover-more {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    margin: 0;
    padding: 5px 0;
}
.discover-more * {
    align-self: center;
    margin: 0;
    padding: 0;
    line-height: 1;
}
.menu-assist {
	display: none;
}
#pgallerythumbs .product-thumbs {
	border: 3px solid transparent;
}
#pgallerythumbs .product-thumbs:hover,.product-thumbs.selected {
    border-color: #000;
}
a.items {
	text-decoration: none;
}
.carousel-galleries .items {
	width: max-content;
	max-width: 80%;
	align-self: center;
}
.lazyload {
	background-image: url('../images/loading.gif');
	background-repeat: no-repeat;
	background-position: 50% 50%;
}
@media screen and (orientation:portrait) {
	.navbar-collapse {
		position: fixed;
		top: 0;
		left: 0;
		right: 0;
		background: var(--primary1);
		z-index: 1200;
	}
	.navbar-collapse.collapsing {
		height: 50vh;
	}
	.navbar-collapse.collapse.show {
		bottom: 0;
		height: 100vh;
	}
	.navbar-collapse .navbar-nav {
		overflow-y: auto;
		overflow-x: hidden;
		height: 100%;
		padding-left: var(--bs-gutter-x,.75rem);
		padding-right: var(--bs-gutter-x,.75rem);
	}
	.navbar-collapse .menu-assist {
		display: flex;
		flex-direction: row;
		justify-content: space-between;
		align-items: center;
		padding-top: 0.5rem;
		padding-bottom: 0.5rem;
		padding-left: var(--bs-gutter-x,.75rem);
		padding-right: var(--bs-gutter-x,.75rem);
	}
	.navbar-collapse.collapse.show .nav-link {
		color: #b1b1b1;
	}
	.navbar-collapse.collapse.show .nav-link.active {
		color: #fff;
		font-weight: bold;
	}
	.navbar-collapse .dropdown-item {
		white-space: initial;
	}
	.list-category_galleries {
		height: 70px;
	}
}
.address .address_location {
	min-height: 130px;
}