/*
primary #1a3446
secondary #7d872e
*/

@media (min-width: 768px) {
  .container {
    max-width: 90%;
  }
}

.menu-fixed {
	position:fixed;
	z-index:1000;
	top:0;
	width:100%;
  left:0;
}

.bg {
  background: url("../img/01.png");
}
.bg::before {
  content: "";
  background: -webkit-linear-gradient(to right, #e9ebee, #1a3446);
  /* background: linear-gradient(to right, #7d872e, #1a3446);  width: 100%; */
  background: linear-gradient(to right, #fff, #fff);
  width: 100%;
  top: 0;
  left: 0;
  height: 100%;
  opacity: 0.9;
  position: fixed;
  background-repeat: repeat-y;
  background-size: 100% auto;
  padding: 0;
  margin: 0;
  z-index: 0;
}
.none_bg {
  background: none;
}
a {
  color: #1a3446;
}
a:hover {
  color: #96989a;
}

.info {
  color: #1a3446;
}

.btn-primary {
  background-color: #1a3446;
  border-color: #1a3446;
}

.btn-primary:hover,
.btn-primary:active,
.btn-primary:focus,
.btn-primary:visited {
  background-color: #123456;
  border-color: #123456;
}

.btn-outline-primary {
  color: #1a3446;
  border-color: #1a3446;
  background-color: #fff;
  transition: color 0.15s, background-color 0.15s, border-color 0.15s;
}

.btn-outline-primary:hover,
.btn-outline-primary:focus,
.btn-outline-primary:active {
  color: #fff;
  background-color: #1a3446;
  border-color: #1a3446;
}

.custom-nav {
  background: linear-gradient(to right, #e9ebee, #c0c596);  width: 100%;
  border-color: #123456;
}

.title {
  font-size: 16px;
  /*background: -webkit-linear-gradient(to right, #e9ebee, #1a3446);
  background: linear-gradient(to right, #e9ebee, #1a3446);  width: 100%;
  color: #fff;*/
  box-shadow: 0px 2px 12px rgba(0, 0, 0, 0.08);
  border-radius: 4px 4px 4px 4px;
  padding-bottom: 10px;
  padding-top: 10px;
}

.title-2 {
  font-size: 14px;
  background: -webkit-linear-gradient(to right, #e9ebee, #e9ebee);
  background: linear-gradient(to right, #e9ebee, #e9ebee);
  width: 100%;
  box-shadow: 0px 2px 12px rgba(0, 0, 0, 0.08);
  border-radius: 4px 4px 4px 4px;
  padding-bottom: 5px;
  padding-top: 5px;
}

.title_product {
  font-size: 14px;
  background-color: #1a3446;
  width: 100%;
  box-shadow: 0px 2px 12px rgba(0, 0, 0, 0.08);
  border-radius: 4px 4px 4px 4px;
  padding-bottom: 5px;
  padding-top: 5px;
  color: #fff;
}
/* product Section
--------------------------------*/

#product .product-container {
  font-size: 13px;
}

#product .product-wrap {
  box-shadow: 0px 2px 12px rgba(0, 0, 0, 0.08);
  transition: 0.3s;
  margin-top: 15px;
}

#product .product-wrap:hover {
  box-shadow: 0px 4px 14px rgba(0, 0, 0, 0.16);
}

#product .product-item figure {
  background: #fff;
  overflow: hidden;
  height: 200px;
  position: relative;
  border-radius: 4px 4px 0 0;
}

#product .product-item img {
  background: #fff;
  overflow: hidden;
  position: relative;
  border-radius: 4px 4px 0 0;
}

#product .product-item figure img {
  height: 230px;
}

/*#product .product-item figure:hover img {
  opacity: 0.4;
  transition: 0.3s;
  height: 200px;
}*/

#product .product-item figure .link-preview:hover,
#product .product-item figure .link-details:hover {
  background: #18d26e;
}

#product .product-item figure .link-preview:hover i,
#product .product-item figure .link-details:hover i {
  color: #fff;
}

#product .product-item figure .link-preview {
  left: calc(50% - 38px);
  top: calc(50% - 18px);
}

#product .product-item figure .link-details {
  right: calc(50% - 38px);
  top: calc(50% - 18px);
}

#product .product-item figure:hover .link-preview {
  opacity: 1;
  left: calc(50% - 44px);
}

#product .product-item figure:hover .link-details {
  opacity: 1;
  right: calc(50% - 44px);
}

#product .product-item .product-info {
  background: #fff;
  text-align: center;
  padding: 30px;
  height: 90px;
  border-radius: 0 0 3px 3px;
}

#product .product-item .product-info h4 {
  line-height: 1px;
  font-weight: 700;
  margin-bottom: 18px;
  padding-bottom: 0;
}

#product .product-item .product-info h4 a {
  color: #333;
}

#product .product-item .product-info h4 a:hover {
  color: #18d26e;
}

#product .product-item .product-info p {
  padding: 0;
  margin: 0;
  color: #b8b8b8;
  font-weight: 500;
  text-transform: uppercase;
}
