html, body {
	min-height: 100%;
}

body {
	background-color: #fdfdfd;
	font-size: 0.8rem;
}
  
header {
	position: fixed;
	top: 0;
	z-index: 99;
	width: 100%;
}

.master-top-nav {
	font-size: 0.8rem;
	color: #969696;
	box-shadow: 0 1px rgba(0,0,0,0.1),0 2px rgba(0,0,0,0.08) !important;
	width: 100%;
	position: relative;
}

.master-nav-logo {
	position: absolute;
	height: 80%;
	top: 5px;
	left: 15px;
}

.master-top-nav .nav-1, .master-top-nav .nav-2 {
	text-align: right;
	padding: 10px 20px;
}

.master-top-nav .nav-1 {
	background-image: linear-gradient(to right, #fff 20% , #ffcb00);
}

.master-top-nav .nav-2 {
	text-align: left;
	background-color: #fff;
}

.sticky-top-menu {
	background: #ffcb00;
	position: fixed;
	top: 0;
	width: 100%;
	display: block;
	text-align: left;
	color: #fff;
	z-index: 99;
}

.sticky-top-menu a > span {
	padding: 15px;
}

.sticky-top-menu a, .sticky-top-menu a:active, .sticky-top-menu a:visited {
	color: #fff;
	margin-right: 5px;
}

.sticky-top-menu a:hover, .sticky-top-menu a.active {
	color: #0a8bd6;
	text-decoration: none;
}


.el { 
	flex: 1 1; 
}
 
.sticky-bottom-menu {
	background: #ffcb00;
	position: fixed;
	bottom: 0;
	width: 100%;
	display: block;
	text-align: center;
	z-index: 99;
}

.sticky-bottom-menu a {
	padding: 10px;
	color: #fff;
	width: 100%;
	display: block;
}

.sticky-bottom-menu a:hover, .sticky-bottom-menu a.active  {
	color: #0a8bd6;
	text-decoration: none;
}


.menu-item {
	background: #fff;
	position: relative;
	overflow: hidden;
	padding: 10px 15px;
	margin-bottom: 10px;
	font-size: 1rem;
}

.menu-item a {
	color: #212529;
}

.menu-item a:hover {
	text-decoration: none;
}

.menu-item .span-right {
	float: right;
	font-size: 0.8rem;
}

.menu-item .fright {
	position: absolute;
	right: 15px;
	top: 50%;
	transform: translate(-50%, -50%);
}

.menu-item .detail {
	padding-right: 20px;
}

.sys-msg {
	position: fixed;
	z-index: 999;
	bottom: 0;
	width: 100%;
}

.sys-msg .msg-container {
	padding: 10px;
	margin: 10px;
	border: 1px solid #e5e5e5;
	border-radius: 5px;
	background-color: #f9f9f9;
	color: #07ca00;
}

.sys-msg .error {
	border-color: #e5e5e5;
	color: red;
}

.product-item {
	margin-bottom: 5px;
	padding-left: 2.5px;
	padding-right: 2.5px;
	
}

.product-item > a {
	text-decoration: none;
	background-color: #ffcb00;
	display: block;
	height: 100%;
	padding: 10px;
	color: #212529;
	box-shadow: 0 5px 6px -6px #777 !important;
}

.product-item .title-1, .product-item .title-2 {
	display: inline-block;
	vertical-align: top;
	font-weight: bold;
}

.product-item .title-1 {
	max-width: 22%;
	color: #000;
	margin-right: 1%;
}

.product-item .title-2 {
	max-width: 76%;
	color: #007bff;
}

.product-item .product-code {
	color: red;
}

.product-item .product-subtitle {
	font-style: italic;
}

.single-product {
	
}

.single-product .title {
	padding: 0px 0 20px;
}

.single-product h3 {
	font-size: 1.2rem;
	padding: 0;
	margin: 0;
}

.single-product h3 span {
	color: #007bff;
}

.single-product small {
	font-size: 1rem;
	color: #5e5e5e;
	font-style: italic;
}

.single-product .product-img {
	height: 200px;
	background-color: #ffcb00;
	border-bottom: 5px solid #007bff;
}

.single-product .product-img img {
	max-height: 100%;
}

.single-product table .colorRed {
	padding-left: 5px;
}

.single-product ul {
	padding-left: 20px;
}

.single-product ul li {
	margin-bottom: 10px;
}

.colorRed {
	color: red;
}

.colorBlue {
	color: #007bff;
}

.attachment {
	
}

.attachment .item {
	display: inline-block;
	margin: 5px 0;
	background-color: #ececec;
	padding: 5px 15px;
	color: #0052a9;
	font-weight: 500;
	margin-bottom: 20px;
	box-shadow: 0 5px 6px -6px #777 !important;
}

.attachment .item span {
	color: #d50000;
}

.single-specification {
	
}

.single-specification .title {
	padding: 0px 0 20px;
}

.single-specification h3 {
	font-size: 1.2rem;
	padding: 0;
	margin: 0;
}

.single-specification h3 span {
	color: #007bff;
}

.single-specification .caption {
	background-color: #007bff;
	color: #fff;
	padding-top: 10px;
	padding-bottom: 10px;
}

.single-specification .img-item {
	margin-bottom: 5px;
	padding-left: 2.5px;
	padding-right: 2.5px;
	position: relative;
}

.single-specification .img-item .img-thumbnail {
	padding: 0;
	border-radius: 0;
	border: 0;
}

.single-specification .specification-extra-img .row {
	margin: 0;
}

.single-specification .img-item .label {
	position: absolute;
	width: 100%;
	color: #fff;
	left: 0;
	bottom: 0;
	padding-left: 2.5px;
	padding-right: 2.5px;
}

.single-specification .img-item .label label {
	background-color: #007bff;
	margin: 0;
	white-space: pre-wrap;
	display: block;
	font-size: 0.7rem;
	font-weight: 500;
	padding-top: 5px;
	padding-bottom: 5px;
}

.single-project {
	
}

.single-project .project-img {
	height: 200px;
	background-color: #ffcb00;
	border-bottom: 5px solid #007bff;
	background-size: cover;
}

.single-project .project-img img {
	max-height: 100%;
}


.single-project .title {
	padding: 0px 0 20px;
}

.single-project h3 {
	font-size: 1.2rem;
	padding: 0;
	margin: 0;
}

.single-project h3 span {
	color: #007bff;
}

.project-item {
	margin-bottom: 5px;
	padding-left: 2.5px;
	padding-right: 2.5px;
	position: relative;
	min-height: 150px;
}

.project-item .detail {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	color: #fff;
	padding-left: 2.5px;
	padding-right: 2.5px;
}

.project-item .detail > div {
	background-color: #007bff;
	padding: 5px 2px 5px 20px;
	position: relative;
	line-height: 100%;
}

.project-item .detail > div > span {
	position: absolute;
	left: 10px;
	top: 50%;
	transform: translate(-50%, -50%);
}


.font-75 {
	font-size: 1.6rem;
}

.font-bold {
	font-weight: bold;
}

.green-line {
	border: 2px solid #b9ff03;
	margin: 0;
}
.home-container {
	text-align: center;
	margin-right: auto;
    margin-left: auto;
}
.carousel-indicators li {
	width: 10px;
	height: 10px;
	border-radius: 50%;
}

.small-gray {
	color: #868686;
	font-size: 0.5rem;
}

.carousel-indicators {
	top: 0;
}

.carousel-item {
	height: 300px;
	overflow: hidden;
	background-size: cover;
}

.product-search {
	background-color: #ffcb00;
}

.product-search form {
	position: relative;
	padding: 5px 10px;
}

.product-search form input[type="text"] {
	width: 100%;
	border-radius: 20px;
	border: 0px;
	padding: 5px 10px 5px 35px;
}

.product-search form button {
	background-color: transparent;
	border: none;
	position: absolute;
	top: 10px;
	left: 15px;
}

.product-search form button:focus {
	outline: none;
}

.product-search form input:focus {
	outline: none;
}

.sticky-top-menu form {
	position: relative;
	display: inline-block;
	width: 80%;
}

.sticky-top-menu form input[type="text"] {
	width: 100%;
	border-radius: 20px;
	border: 0px;
	padding: 5px 10px 5px 30px;
}

.sticky-top-menu form button {
	background-color: transparent;
	border: none;
	position: absolute;
	top: 5px;
	left: 5px;
}

.sticky-top-menu form button:focus {
	outline: none;
}

.sticky-top-menu form input:focus {
	outline: none;
}