/* ===== Font ===== */
@font-face {
	font-family: "Open Sans";
	src: url('../font/open-sans.woff');
	font-display: swap;
}

@font-face {
	font-family: "Open Sans Semibold";
	src: url('../font/open-sans-semibold.woff');
	font-display: swap;
}

/* Override font-display untuk Font Awesome dari CDN */
@font-face {
	font-family: 'Font Awesome 5 Free';
	font-display: swap;
}
@font-face {
	font-family: 'Font Awesome 5 Brands';
	font-display: swap;
}

@font-face {
	font-family: "Open Sans Bold";
	src: url('../font/open-sans-bold.woff');
}

@font-face {
	font-family: "Lato";
	src: url('../font/open-sans.woff');
}

/* ===== Default ===== */
html,
body {
	background: #fff;
	color: #333;
	font-family: "Lato", sans-serif;
	width: 100%;
	height: 100%;
	margin: 0px;
	padding: 0px;
	letter-spacing: 0.025rem;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	/*font-weight: bold;*/
}

blockquote p {
	background: #f8f8f8;
	color: #666;
	font-style: italic;
	margin: 0px;
	padding: 1rem;
	border-left: 3px solid #eee;
}

blockquote p {
	background: #f8f8f8;
	color: #888;
	font-family: "Georgia";
	font-style: italic;
	margin: 0px;
	padding: 1rem;
	border: 1px solid #eee;
	border-radius: 8px;
}

blockquote p:after,
blockquote p:before {
	content: "\"";
}

p {
	font-size: 14px;
	line-height: 1.5rem;
}

a,
a:hover {
	color: #3e4095;
}

div[class *='-text'] ul li,
div[class *='-text'] ol li,
div[class *='-detail'] ul li,
div[class *='-detail'] ol li {
	font-size: 14px;
}

input,
textarea {
	border-color: #ddd !important;
	border-radius: 8px;
	outline: none !important;
}

button:hover {
	/*background: transparent;*/
	/*color: #3e4095;*/
	/*box-shadow: 0px 0px 0px 2px white, 0px 0px 0px 3px #3e4095;*/
}

input:focus,
textarea:focus,
button:focus {
	outline: none !important;
	box-shadow: none !important;
}

/* ===== Classes ===== */
.open-sans {
	font-family: "Open Sans", "Lato", sans-serif !important;
}

.open-sans-semibold {
	font-family: "Open Sans Semibold", "Open Sans", "Lato", sans-serif !important;
}

.open-sans-bold {
	font-family: "Open Sans Bold", "Open Sans", "Lato", sans-serif !important;
}

.content {
	padding: 6rem 0px;
}

.btn-default,
.btn-read-more {
	z-index: 1;
	background: #3e4095;
	color: #fff;
	font-size: 14px;
	padding: 0.625rem 1.5rem;
	border-radius: 8px;
	transition: 0.0s;
}

.btn-default:hover,
.btn-read-more:hover {
	box-shadow: inset 0px 0px 0px 99px rgba(0, 0, 0, 0.25);
}

section .btn-read-more {
	position: absolute;
	bottom: 0px;
	right: 120px;
	float: right;
	transform: translateY(50%);
}

.text-color {
	color: #3e4095;
}

.section-title {
	font-size: 30px !important;
	margin-bottom: 4.75rem;
}

.light-gallery a {
	position: relative;
	display: inline-block;
	overflow: hidden;
}

.light-gallery a:hover .gallery-mask {
	display: flex;
	opacity: 1;
}

.light-gallery a .gallery-mask {
	position: absolute;
	z-index: 1;
	top: 0px;
	display: none;
	opacity: 0;
	background: rgba(62, 64, 149, 0.85);
	color: #fff;
	width: 100%;
	height: 100%;
	justify-content: center;
	align-items: center;
}

.light-gallery a .gallery-mask h1 {
	margin: 0px;
}

.back-to-top {
	position: fixed;
	bottom: 0px;
	right: 1rem;
	font-size: 18px;
	line-height: 2.2rem;
	width: 2.2rem;
	padding: 0px;
	border-radius: 8px 8px 0px 0px;
}

/* ===== Responsive ===== */
@media only screen and (max-width: 768px) {

	html,
	body {
		/*background: #ddd;*/
	}

	header,
	section,
	footer {
		text-align: center;
	}

	section .btn-read-more {
		right: 50% !important;
		transform: translate(50%, 50%);
	}

	.section-title {
		text-align: center;
	}

	#navbar-top .navbar-sub .navbar-text {
		margin: 0.5rem 0rem !important;
		padding: 0.5rem 0px !important;
	}

	#navbar-top .navbar-sub .navbar-nav a {
		width: 100%;
		margin: 0px 0px 0.5rem 0px !important;
		padding-left: 0.5rem;
		padding-right: 0.5rem;
	}

	#navbar-top .navbar-sub .navbar-nav .dropdown-menu {
		position: absolute;
		left: 50% !important;
		width: 100%;
		padding: 0.25rem 0.5rem !important;
		transform: translate(-50%, -1rem) !important;
	}

	#navbar-top .navbar-sub .navbar-nav .dropdown-menu a {
		text-align: center;
		margin: 0.25rem 0px !important;
	}

	/*#slider-carousel img {*/
	/*	width: auto !important;*/
	/*	height: 100% !important;*/
	/*}*/

	#slider {
		height: 180px !important;
	}

	#slider-carousel .slider-text,
	#slider-carousel .owl-dots {
		display: none;
	}

	#about-us .btn-read-more {
		transform: translate(50%, 0%) !important;
	}

	#about-us .about-us-text {
		padding-bottom: 5rem;
	}

	#about-us .about-us-img {
		padding: 30px !important;
		margin: 0px !important;
	}

	#about-us .about-us-img a {
		width: 100%;
	}

	#about-us .about-us-img a img {
		width: 100%;
	}

	#about-us .about-us-img a:nth-child(1) {
		margin-bottom: 1.5rem;
		top: 0px !important;
		left: 0px !important;
	}

	#about-us .about-us-img a:nth-last-child(1) {
		top: 0px !important;
		left: 0px !important;
	}

	#product {
		padding-bottom: calc(6rem - 1rem) !important;
	}

	#product .product-item {
		margin-bottom: 1rem !important;
	}

	#product .product-item img {
		width: auto !important;
		width: 100% !important;
		height: 100%;
	}

	#latest-news .latest-news-img {
		margin-bottom: 2rem;
	}

	#gallery .gallery-item {
		margin-bottom: 1rem !important;
	}

	#gallery .gallery-item img {
		width: auto !important;
		height: calc(100% - 35px) !important;
	}

	#footer .footer-link .footer-link-item {
		margin-bottom: 2rem;
	}

	#footer .footer-link .footer-link-item .light-gallery a {
		height: 75px !important;
	}

	#footer .footer-link .footer-link-item .light-gallery a h1 {
		font-size: 40px !important;
	}

	#footer .footer-link .footer-link-item .light-gallery a img {}

	#footer .footer-copyright .footer-copyright-blank {
		display: none;
	}

	#breadcrumb .breadcrumb-mask {
		padding: 5rem 0px 2.5rem 0px !important;
	}

	#latest-news-right,
	#gallery-right {
		text-align: center;
	}

	#added-value .added-value-item .item-icon {
		padding-right: 0px !important;
	}
}

/* ===== Navbar Top ===== */
#navbar-top {
	background: #fff !important;
}

#navbar-top .navbar-brand {
	/*padding: 0px;*/
}

#navbar-top .navbar-toggler {
	padding-top: 0.5rem;
	padding-bottom: 0.5rem;
	border: 1px dashed transparent;
	transition: 0.0s;
}

#navbar-top .navbar-toggler:hover {
	color: #3e4095;
	border-color: #3e4095;
}

#navbar-top .navbar-sub .navbar-text {
	color: #535353;
	font-size: 11px;
	padding: 0.25rem;
}

#navbar-top .navbar-sub .navbar-text span[class *='fa-'] {
	transform: translateY(1px);
	margin-right: 8px;
	transition: 0.0s;
}

#navbar-top .navbar-sub .navbar-text a:hover {
	color: #3e4095;
}

#navbar-top .navbar-collapse {
	justify-content: center;
}

#navbar-top .navbar-sub {
	text-align: center;
	width: 100%;
}

#navbar-top .navbar-sub .navbar-nav {
	justify-content: center;
}

#navbar-top .navbar-sub .navbar-nav li {
	position: relative;
	display: flex;
}

#navbar-top .navbar-sub .navbar-nav li a {
	color: #313131 !important;
	margin: 1.5rem 0.2rem;
	padding: 0.5rem 0.8rem;
	border-radius: 8px;
	transition: 0.0s ease-in-out;
	border: 1px dashed transparent;
}

#navbar-top .navbar-sub .navbar-nav li a.active,
#navbar-top .navbar-sub .navbar-nav li a:hover {
	color: #3e4095 !important;
	border-color: #3e4095;
	text-decoration: none;
	/*box-shadow: inset 0px 0px 0px 1px #eee;*/
}

#navbar-top .navbar-sub .navbar-nav .dropdown-menu {
	transform: translateY(-1rem);
	box-shadow: 0px 0px 0px rgba(0, 0, 0, 0.05);
	animation: dropdown 0.5s;
	border-radius: 8px;
}

@keyframes dropdown {
	from {
		transform: translateY(0rem);
		opacity: 0;
	}

	to {
		transform: translateY(-1rem);
		opacity: 1;
	}
}

#navbar-top .navbar-sub .navbar-nav .dropdown-menu li {
	justify-content: center;
}

#navbar-top .navbar-sub .navbar-nav .dropdown-menu li a {
	margin: 0.25rem 0px;
}

/* ===== HEADER CAROUSEL ===== */
#slider {
	position: relative;
	background: #eee;
	height: auto;
}

#slider-carousel {
	pointer-events: visible;
}

#slider-carousel .owl-stage-outer {
	/* height: 100%; */
}

#slider-carousel .owl-nav {
	opacity: 0;
	position: absolute;
	top: 50%;
	width: 100%;
	margin: 0px;
	transform: translateY(-50%);
	transition: 0.125s;
}

#slider-carousel .owl-nav button {
	pointer-events: visible;
	background: rgba(0, 0, 0, 0.25);
	color: rgba(0, 0, 0, 0.25);
	line-height: 55px;
	border-radius: 100px;
	transition: 0.125s;
}

#slider-carousel:hover .owl-nav {
	pointer-events: none;
	opacity: 1;
}

#slider-carousel .owl-nav button span {
	color: #fff;
	text-shadow: 0px 1px 3px rgba(0, 0, 0, 0.25);
	transform: translateY(-6px);
	display: inline-block;
	padding: 0px 18px 0px 18px;
}

#slider-carousel .owl-nav button:hover {
	/*transform: scale(1.05);*/
}

#slider-carousel .owl-nav .owl-prev {
	float: left;
	font-size: 55px;
	margin-left: 2rem;
}

#slider-carousel .owl-nav .owl-prev span {
	padding-right: 20px;
}

#slider-carousel .owl-nav .owl-next {
	float: right;
	font-size: 55px;
	margin-right: 2rem;
}

#slider-carousel .owl-nav .owl-next span {
	padding-left: 20px;
}

#slider-carousel .owl-dots {
	position: absolute;
	bottom: 0px;
	width: 100%;
	margin-bottom: 1rem;
}

#slider-carousel .owl-dots .owl-dot span {
	background: rgba(0, 0, 0, 0.25);
	width: 10px;
	height: 10px;
}

#slider-carousel .owl-dots .owl-dot.active span {
	background: #fff;
}

#slider-carousel .owl-carousel .owl-stage {
	/* height: 100%; */
}

#slider-carousel .owl-carousel .owl-item {
	/* height: 100%; */
}

#slider-carousel .owl-carousel .owl-item img {
	width: 100%;
	height: auto;
	/* Allows height to adjust based on width */
	/* object-fit: cover; Optional: Use this if you want to force a specific height later without stretching */
}

#slider-carousel .slider-text {
	pointer-events: none;
	position: absolute;
	z-index: 1;
	top: 0px;
	width: 100%;
	padding: 2rem 0px;
}

#slider-carousel .slider-text h1 {
	color: #fff;
	font-size: 55px;
	text-shadow: 2px 4px 5px rgba(0, 0, 0, 0.75);
	margin-bottom: 1rem;
}

#slider-carousel .slider-text p {
	max-width: 408px;
}

/* ===== ABOUT US ===== */
#about-us {
	position: relative;
	background: #f3f4f8;
	padding: 6rem 0px;
	padding-bottom: calc(6rem + 43px);
}

#about-us .whitespace {
	background: #fff;
	position: absolute;
	bottom: 0px;
	width: 100%;
	height: 22px;
}

#about-us .btn-read-more {
	transform: translateY(0px);
}

#about-us .about-us-text p {
	color: #a3a5b1;
}

#about-us .about-us-img {
	position: relative;
	background: #fff;
	margin-right: -119px;
	padding: 30px 0px 30px 94px;
}

#about-us .about-us-img a {
	position: relative;
	z-index: 9;
	display: inline-block;
	max-width: 400px;
}

#about-us .about-us-img a:hover .gallery-mask {
	display: flex;
	opacity: 1;
}

#about-us .about-us-img a:nth-child(1) {
	right: -100px;
}

#about-us .about-us-img a:nth-last-child(1) {
	z-index: 8;
	top: -75px;
	left: -25px;
}

#about-us .about-us-img a .gallery-mask {
	position: absolute;
	z-index: 1;
	top: 0px;
	display: none;
	opacity: 0;
	background: rgba(62, 64, 149, 0.85);
	color: #fff;
	width: 100%;
	height: 100%;
	justify-content: center;
	align-items: center;
}

/* ===== PROFILE ===== */
#profile {
	margin-bottom: 6rem;
}

#profile .profile-img {
	display: flex;

}

#profile .profile-img a {
	border-bottom: 20px solid transparent;
}

#profile .profile-content p {}

/* ===== PRODUCT ===== */
#product {
	position: relative;
	background: #fff;
	padding: 6rem 0px;
	padding-bottom: calc(6rem - 2rem);
}

#product .product-item {
	position: relative;
	height: 235px;
	margin-bottom: 2rem;
	overflow: hidden;
}


#product .product-item .item-mask {
	position: absolute;
	z-index: 1;
	top: 0px;
	display: none;
	opacity: 0;
	background: rgba(62, 64, 149, 0.85);
	color: #fff;
	width: 100%;
	height: 100%;
	justify-content: center;
	align-items: center;
}

#product .product-item a:hover .item-mask {
	display: flex;
	opacity: 1;
}

/*===== PRODUCT LIST =====*/
#product-list {
	position: relative;
	background: #fff;
	padding-bottom: calc(6rem - 2rem);
}

#product-list .product-list-item {
	position: relative;
	height: 240px;
	margin-bottom: 2rem;
	overflow: hidden;
}

#product-list .product-list-item .item-mask {
	position: absolute;
	z-index: 1;
	top: 0px;
	display: none;
	opacity: 0;
	background: rgba(62, 64, 149, 0.85);
	color: #fff;
	width: 100%;
	height: 100%;
	justify-content: center;
	align-items: center;
}

#product-list .product-list-item a {
	display: flex;
	height: 100%;
	justify-content: center;
}

#product-list .product-list-item a {
	height: 100% !important;
}

#product-list .product-list-item a:hover .item-mask {
	display: flex;
	opacity: 1;
}

#product-list .product-list-item a .item-mask h4 {
	width: 75%;
	text-align: center;
}

#product-list .product-list-item a .item-mask p {
	margin: 0px;
}

#product-list .product-list-item a .item-mask .badge {
	margin-bottom: 0.75rem;
}

/* ===== PRODUCT DETAIL ===== */
#product-detail .product-detail-img {
	margin-bottom: 2rem;
}

#product-detail .product-detail-subimg {
	/*background: red;*/
	margin-bottom: 2rem;
}

#product-detail .product-detail-subimg ul {
	list-style: none;
	padding: 0px;
}

#product-detail .product-detail-subimg ul li img {
	cursor: pointer;
}

#product-detail .product-detail-head h4 {}

#product-detail .product-detail-head .product-detail-meta {
	font-size: 14px;
	color: #838282;
	margin-bottom: 1rem;
}

#product-detail .product-detail-head .product-detail-meta .text-color {
	color: #545454;
}

#product-detail .product-detail-head button {
	margin-bottom: 2rem;
}

#product-detail .product-detail-price {
	text-align: center;
	align-items: center;
	margin-bottom: 1rem;
}

#product-detail .product-detail-price .product-detail-price-item {
	padding: 2rem 1rem;
	border: 1px dashed #3e4095;
	border-radius: 8px;
}

#product-detail .product-detail-price h1 {
	margin-bottom: 0.5rem;
	color: #3e4095;
	font-size: 55px;
}

#product-detail .product-detail-price p {
	color: #3e4095;
	font-size: 20px;
	text-align: center;
	margin: 0px;
}


#product-detail .product-detail-tab-content {
	padding: 1rem 0px;
}

#product-detail .product-detail-content .nav {
	border-bottom-color: #eee;
}

#product-detail .product-detail-content .nav .nav-item a {
	color: #888;
	background: #f8f8f8;
	margin-left: 0.5rem;
	border: 1px solid #eee;
	border-radius: 8px 8px 0px 0px;
}

#product-detail .product-detail-content .nav .nav-item a.active {
	background: #fff;
	color: #333;
	border-bottom-color: #fff;
}

#product-detail .product-detail-content .nav .nav-item .nav-link .fas {
	margin-right: 0.5rem
}

/* ===== PRODUCT ORDER ===== */
#modal-order {
	overflow: hidden;
}

#modal-order .modal-dialog {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 100%;
	max-width: 500px;
	margin: 0px;
	transform: translate(-50%, -50%);
}

#modal-order .modal-dialog .modal-content {
	border-color: #eee;
	background: #fff;
}

#modal-order .modal-header {
	position: relative;
	display: flex;
	align-items: center;
}

#modal-order .modal-header .close {}

#modal-order .modal-body {
	padding-bottom: 0px;
}

/* ===== CATEGORY ===== */
#category .nav .nav-item .nav-link {
	background: #f8f8f8;
	color: #888;
	margin-bottom: 0.5rem;
	/*border: 1px dashed transparent;*/
	border: 1px solid #eee;
	border-radius: 8px;
	transition: 0.0s ease-in-out;
}

#category .nav .nav-item .nav-link.active,
#category .nav .nav-item .nav-link:hover {
	background: #fff;
	color: #3e4095;
	border-style: dashed;
	border-color: #3e4095;
}

/* ===== LATEST NEWS ===== */
#latest-news {
	position: relative;
	background: #fff;
	padding: 6rem 0px;
}

#latest-news .latest-news-item {
	margin-bottom: 2rem;
}

#latest-news .latest-news-img {
	display: flex;
	height: 360px;
	justify-content: center;
	overflow: hidden;
}

#latest-news .latest-news-img a {
	display: flex;
	justify-content: center;
}

#latest-news .latest-news-text {
	position: relative;
	height: 100%;
}

#latest-news .latest-news-text h4 {
	margin-bottom: 2rem;
}

#latest-news .latest-news-text h4 a {
	color: #39393a;
}

#latest-news .latest-news-text p {
	color: #545454;
	text-align: justify;
	margin-bottom: 2rem;
}

#latest-news .latest-news-text .latest-news-meta {
	font-size: 14px;
	color: #838282;
}

#latest-news .latest-news-text .latest-news-meta .text-color {
	color: #545454;
}

/* ===== ADDED VALUE ===== */
#added-value {
	position: relative;
	background: #fff;
	padding: 6rem 0px;
}

#added-value .added-value-item {
	display: flex;
	margin-bottom: 2rem;
}

#added-value .added-value-item .item-icon {
	width: calc(100% / 12 * 3);
	padding: 1rem;
	padding-top: 1.25rem;
}

#added-value .added-value-item .item-text {
	position: relative;
	width: calc(100% / 12 * 9);
	height: 100%;
	padding: 1rem;
}

#added-value .added-value-item .item-text h4 {
	/*margin-bottom: 1.75rem; */
	text-align: left !important;
}

#added-value .added-value-item .item-text p {
	color: #545454;
	text-align: justify !important;
	margin-bottom: 0px;
}

/* ===== NEWS LIST ===== */
#news-list {
	position: relative;
	background: #fff;
	/*padding: 6rem 0px;*/
}

#news-list .news-list-item {
	margin-bottom: 2rem;
}

#news-list .news-list-img {
	display: flex;
	height: 255px;
	justify-content: center;
	overflow: hidden;
}

#news-list .news-list-img a {
	display: flex;
	justify-content: center;
}

#news-list .news-list-text {
	position: relative;
	height: 100%;
}

#news-list .news-list-text h4 {
	margin-top: 1.25rem;
	margin-bottom: 1.75rem;
}

#news-list .news-list-text h4 a {
	color: #39393a;
}

#news-list .news-list-text p {
	color: #545454;
	text-align: justify;
	margin-bottom: 1.75rem;
}

#news-list .news-list-text .news-list-meta {
	font-size: 14px;
	color: #838282;
}

#news-list .news-list-text .news-list-meta .text-color {
	color: #545454;
}

/* ===== PROFILE DETAIL ===== */
#news-detail .news-detail-head h4 {
	margin: 0px;
}

#news-detail .news-detail-head .news-detail-meta {
	font-size: 14px;
	color: #838282;
}

#news-detail .news-detail-head .news-detail-meta .text-color {
	color: #545454;
}

#news-detail .news-detail-img {
	margin-bottom: 1rem;
}

/* ===== GALLERY ===== */
#gallery {
	position: relative;
	background: #f3f4f8;
	padding: 6rem 0px;
	padding-top: 0px;
}

.content #gallery {
	background: #fff;
}

#gallery .gallery-head {
	background: #fff;
	padding: 1.25rem 0px;
	margin-bottom: 4.75rem;
}

#gallery .gallery-head .section-title {
	margin: 0px;
}

#gallery .gallery-item {
	display: flex;
	flex-direction: column;
	justify-content: center;
	text-decoration: none !important;
	height: 300px;
	margin-bottom: 2rem;
	padding: 0px;
	border-right: 15px solid transparent;
	border-left: 15px solid transparent;
	overflow: hidden;
}

#gallery .gallery-item .item-caption {
	background: #fff;
	position: relative;
	z-index: 10;
	color: rgb(84, 84, 84);
	text-align: center;
	padding: 0.5rem;
}

#gallery .gallery-item .gallery-mask {
	height: calc(100% - 35px);
}

#gallery.gallery-widget .gallery-item .gallery-mask {
	height: 100%;
}

#gallery .col-sm-12 img,
#gallery .col-sm-11 img,
#gallery .col-sm-10 img,
#gallery .col-sm-9 img,
#gallery .col-sm-8 img,
#gallery .col-sm-7 img,
#gallery .col-sm-6 img,
#gallery .col-sm-5 img {
	width: 100%;
}

#gallery .col-sm-4 img,
#gallery .col-sm-3 img,
#gallery .col-sm-2 img,
#gallery .col-sm-1 img {
	height: calc(100% - 35px);
}

.content #gallery .gallery-item {
	height: 220px
}


/* ===== CONTACT US ===== */
#contact-us h4 {
	text-align: center;
	margin-bottom: 2rem;
}

#contact-us .contact-us-map,
#contact-us .contact-us-info,
#contact-us .contact-us-form {
	margin-bottom: 4rem;
}

#contact-us .contact-us-info .contact-us-info-list .contact-us-info-item {
	display: flex;
	/*background: #f8f8f8;*/
	height: 240px;
	padding-top: 4rem;
	border: 1px dashed #3e4095;
	/*border: 1px solid #eee;*/
	align-items: center;
	border-radius: 8px;
}

#contact-us .contact-us-info .contact-us-info-list .contact-us-info-item h1 {
	margin-bottom: 0.5rem;
	color: #3e4095;
	font-size: 55px;
}

#contact-us .contact-us-info .contact-us-info-list .contact-us-info-item p {
	color: #888;
	/*color: #3e4095;*/
	font-size: 12px;
	text-align: center;
	width: 75%;
	margin: 0px;
}

/* ===== FOOTER ===== */
#footer {
	position: relative;
	background: #fff;
	padding-top: 3.5rem;
}

#footer h6 {
	font-size: 12px;
	color: #525254;
}

#footer .footer-info {
	padding: 10px;
	padding-bottom: 2.25rem;
}

#footer .footer-info .footer-info-text {
	color: #a3a5b1;
}

#footer .footer-info .footer-info-text h6 {
	margin-bottom: 0.5rem;
}


#footer .footer-info .footer-info-text p {
	font-size: 12px;
}

#footer .footer-info ul {
	list-style: none;
	margin: 0px;
	padding: 0px;
}

#footer .footer-info ul li {
	color: #a3a5b1;
	font-size: 12px;
	margin-bottom: 0.5rem;
}

#footer .footer-info .footer-info-img {
	margin-bottom: 1.5rem;
}

#footer .footer-link {}

#footer .footer-link .footer-link-item h6 {
	margin-bottom: 0.75rem;
}

#footer .footer-link .footer-link-item ul {
	list-style: none;
	margin: 0px;
	padding: 0px;
}

#footer .footer-link .footer-link-item ul li {
	font-size: 12px;
	margin-bottom: 0.5rem;
}

#footer .footer-link .footer-link-item ul li a {
	color: #a3a5b1;
}

#footer .footer-link .footer-link-item .light-gallery a {
	position: relative;
	width: 30%;
	height: 45px;
}

#footer .footer-link .footer-link-item .light-gallery a h1 {
	font-size: 20px;
}

#footer .footer-link .footer-link-item .light-gallery a img {
	position: absolute;
	top: 0px;
	left: calc(50%);
	height: 100%;
	transform: translateX(-50%);
}

#footer .footer-social-media {
	padding: 4rem 0px;
}

#footer .footer-social-media .nav .nav-item .nav-link {
	font-size: 12px;
	margin: 0px 0.5rem;
	padding: 0.5rem 2rem;
	border-radius: 99px;
}

#footer .footer-social-media .nav .nav-item .nav-link i {
	font-style: normal;
}

#footer .footer-social-media .nav .nav-item .nav-link:hover i {
	text-decoration: underline;
}

#footer .footer-social-media .nav .nav-item .nav-link .fab {
	transform: translateY(1px);
	margin-right: 0.25rem;
	text-decoration: none !important;
}

#footer .footer-copyright {
	position: relative;
	background: #3e4095;
}

#footer .footer-copyright .footer-copyright-blank {
	position: absolute;
	top: 0px;
	background: #fff;
	width: 100%;
	height: 100%;
	margin-left: -120px;
}

#footer .footer-copyright p {
	color: #fff;
	font-size: 12px;
	margin: 0px;
	padding: 0.5rem 0px;
}

#footer .footer-copyright a {
	color: #fff;
}

/* ================= WIDGETS STYLE ================== */

/* ===== BREADCRUMB ===== */
#breadcrumb {
	background-image: url('../img/header-carousel-sm-min.jpg');
	background-position: center -200px;
	text-align: center;
	width: 100%;
}


#breadcrumb .breadcrumb-mask {
	background: rgba(0, 0, 0, 0.75);
	width: 100%;
	height: 100%;
	padding: 7.5rem 0px 5rem 0px;
}

#breadcrumb h1 {
	color: #fff;
	font-size: 55px;
	text-shadow: 2px 4px 5px rgba(0, 0, 0, 0.75);
	margin-bottom: 2rem;
}

#breadcrumb p,
#breadcrumb a {
	color: #fff !important;
}

/* ===== LATEST NEWS RIGHT ===== */
#latest-news-right {
	position: relative;
	background: #fff;
	/*padding: 6rem 0px;*/
}

#latest-news-right h4 {
	margin-bottom: 1.5rem;
}

#latest-news-right .latest-news-right-item {
	margin-bottom: 2rem;

}

#latest-news-right .latest-news-right-text {
	position: relative;
	border-bottom: 1px solid #9c9c9c;
}

#latest-news-right .latest-news-right-text h5 {
	font-size: 18px;
	margin-bottom: 1.25rem;
}

#latest-news-right .latest-news-right-text h5 a {
	color: #39393a;
}

#latest-news-right .latest-news-right-text p {
	color: #545454;
	text-align: justify;
	margin-bottom: 1.5rem;
}

#latest-news-right .latest-news-right-text .latest-news-right-meta {
	font-size: 14px;
	color: #838282;
	margin-bottom: 1.25rem;
}

#latest-news-right .latest-news-right-text .latest-news-right-meta .text-color {
	color: #545454;
}

/* ===== GALERRY RIGHT ===== */
#gallery-right h4 {
	margin-bottom: 1.5rem;
}

#gallery-right .light-gallery {
	margin-bottom: 1rem;
}

#gallery-right .light-gallery a {
	position: relative;
	width: 32%;
	height: 75px;
}

#gallery-right .light-gallery a img {
	position: absolute;
	top: 0px;
	left: calc(50%);
	height: 100%;
	transform: translateX(-50%);
}

/* ===== VIDEO RIGHT ===== */
#video-right h4 {
	margin-bottom: 1.5rem;
}

#video-right .light-gallery {
	margin-bottom: 1rem;
}

#video-right .light-gallery a {
	position: relative;
	display: flex;
	justify-content: center;
	width: 100%;
	height: 190px;
	padding: 0px;
}

#video-right .light-gallery a img {
	width: 100%;
}

/* ===== CATEGORY ===== */
#category {
	position: relative;
	background: #fff;
	/*padding: 6rem 0px;*/
}

#category h4 {
	margin-bottom: 1.5rem;
}

#category .category-item {
	margin-bottom: 2rem;

}

#category .category-text {
	position: relative;
	border-bottom: 1px solid #9c9c9c;
}

#category .category-text h5 {
	font-size: 18px;
	margin-bottom: 1.25rem;
}

#category .category-text h5 a {
	color: #39393a;
}

#category .category-text p {
	color: #545454;
	text-align: justify;
	margin-bottom: 1.5rem;
}

#category .category-text .category-meta {
	font-size: 14px;
	color: #838282;
	margin-bottom: 1.25rem;
}

#category .category-text .category-meta .text-color {
	color: #545454;
}

/* ===== PAGINATION ===== */
.page-nav {
	display: flex;
	justify-content: center;
	text-align: center;
	margin-top: 4rem;
}

.page-nav ul {
	list-style: none;
	margin: 0px;
	padding: 0px;
	justify-content: center;
}

.page-nav form {
	display: none !important;
}

.page-nav ul li {
	display: inline-block;
	margin: 0.25rem;
	padding: 0.5rem 0px;
}

.page-nav ul li a,
.page-nav ul li span {
	background: #f8f8f8;
	color: #888;
	padding: 0.5rem 1rem;
	/*border: 1px dashed transparent;*/
	border: 1px solid #eee;
	border-radius: 8px;
	transition: 0.0s;
}

.page-nav ul li:hover a,
.page-nav ul li.active a {
	background: #fff;
	color: #3e4095 !important;
	text-decoration: none !important;
	border-style: dashed;
	border-color: #3e4095;
}

/* ===== SOCIAL SHARE ===== */
.social-share {
	padding-top: 1rem;
}

.social-share a {
	display: inline-block;
	background: #f8f8f8;
	color: #888;
	text-align: center;
	width: 37px;
	line-height: 35px;
	text-align: center;
	border-radius: 8px;
	margin-right: calc(0.5rem - 4px);
}

.social-share a i {
	display: inline-block;
	width: 37px;
	text-align: center;
	line-height: 35px;
	border-radius: 8px;
	/*border: 1px dashed transparent;*/
	border: 1px solid #eee;
	transition: 0.0s;
}

.social-share a:hover i {
	background: #fff;
	border-style: dashed;
}

.social-share a:hover i[class *='fa-facebook'] {
	color: #3b5998;
	border-color: #3b5998;
}

.social-share a:hover i[class *='fa-twitter'] {
	color: #00aced;
	border-color: #00aced;
}

.social-share a:hover i[class *='fa-google-plus'] {
	color: #dd4b39;
	border-color: #dd4b39;
}

.social-share a:hover i[class *='fa-linkedin'] {
	color: #007bb6;
	border-color: #007bb6;
}

.social-share a:hover i[class *='fa-pinterest'] {
	color: #cb2027;
	border-color: #cb2027;
}

.social-share a:hover i[class *='fa-envelope'] {
	color: #3b5998;
	border-color: #3b5998
}

/* ===== NAV-ALBUM ===== */
.nav-album {
	display: flex;
	justify-content: center;
	padding-bottom: 2rem;
}

.nav-album ul {
	list-style: none;
	text-align: center;
	margin: 0px;
	padding: 0px;
}

.nav-album ul li {
	display: inline-block;
	margin: 0px 0.25rem;
	margin-bottom: 1rem;
	padding: 0.5rem 0px;
}

.nav-album ul li a {
	background: #f8f8f8;
	color: #888;
	padding: 0.5rem 1rem;
	/*border: 1px dashed transparent;*/
	border: 1px solid #eee;
	border-radius: 8px;
	transition: 0.0s;
}

.nav-album ul li.active a,
.nav-album ul li a:hover {
	background: #fff;
	text-decoration: none !important;
	color: #3e4095;
	border-style: dashed;
	border-color: #3e4095;
}

/* ===== Map ===== */
#map-canvass,
.map-content {
	width: 100%;
	height: 400px;
	margin-bottom: 4rem;
}

#map-canvass img {
	max-width: none;
}

/* ===== Page ===== */
.main-page .main-image img {
	width: 100%;
}

/* End of File */

/* --- MOBILE SIDENAV (OFFCANVAS) - FIXED OVERLAY --- */
@media (max-width: 767.98px) {

	/* 1. The Container = Full Screen Overlay */
	#collapsibleNavbar {
		position: fixed;
		top: 0;
		left: 0;
		width: 100vw;
		height: 100vh;
		background: rgba(0, 0, 0, 0.5);
		z-index: 9998;
		display: block !important;
		visibility: hidden;
		opacity: 0;
		transition: all 0.3s;
	}

	/* When Open */
	#collapsibleNavbar.show,
	#collapsibleNavbar.collapsing {
		visibility: visible;
		opacity: 1;
	}

	/* 2. The Content = White Drawer */
	#collapsibleNavbar .navbar-sub {
		position: absolute;
		top: 0;
		right: -300px;
		width: 280px;
		height: 100vh;
		background: #fff;
		z-index: 9999;
		transition: right 0.3s ease-in-out;
		box-shadow: -2px 0 10px rgba(0, 0, 0, 0.1);
		padding: 20px;
		padding-top: 70px;
		/* Space for the Close Button */
		display: flex;
		flex-direction: column;
		align-items: flex-start;
		overflow-y: auto;
	}

	#collapsibleNavbar.show .navbar-sub,
	#collapsibleNavbar.collapsing .navbar-sub {
		right: 0;
	}

	/* 3. Handle The Button (Toggler) */
	.navbar-toggler {
		z-index: 10000;
		/* Always on top */
		position: relative;
		border: none;
		outline: none !important;
	}

	/* When Menu is OPEN (aria-expanded=true), Move Button & Change Icon */
	.navbar-toggler[aria-expanded="true"] {
		position: fixed;
		top: 15px;
		/* Adjust to header height */
		right: 20px;
		/* Stick to the drawer */
		color: #333;
	}

	/* Transform Hamburger Icon to 'X' when open */
	.navbar-toggler[aria-expanded="true"] .fa-bars:before {
		content: "\f00d";
		/* FontAwesome code for 'X' (Times) */
		font-family: "Font Awesome 5 Free";
		/* Ensure font family matches */
		font-weight: 900;
		font-size: 24px;
	}

	/* Fix Navbar Items */
	.navbar-collapse .navbar-nav,
	.navbar-collapse .navbar-nav .nav-item {
		width: 100%;
		text-align: left;
	}

	.navbar-collapse .navbar-nav .nav-item {
		border-bottom: 1px solid #eee;
		padding: 10px 0;
	}
}