@font-face {
  font-family: sofia-pro;
  src: url(../fonts/Sofia-Pro-Light.ttf);
}

body {
  background-color: #fafafa;
  font-family: 'Barlow', sans-serif;
}

nav {
  background-color: white;
}

nav .navbar-brand img {
  max-height: 60px;
}

@media screen and (max-width: 330px) {
  nav .navbar-brand img {
    max-height: 40px;
  }
}

nav a {
  font-weight: 700;
  font-size: 13px;
}

nav a:hover {
  color: #08296c !important;
}

.title p {
  font-family: sofia-pro;
  color: #6e6e6e;
}

.title h2 {
  font-weight: 600;
}

.line-heading {
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background-color: #08296c;
}

.line-heading-mid {
  width: 130px;
  height: 4px;
  border-radius: 4px;
  background-color: #08296c;
}

.line-head {
  width: 330px;
  height: 4px;
  border-radius: 4px;
  background-color: #08296c;
}

.section-profil .text-box {
  font-size: 18px;
  font-weight: 400;
  color: gray;
}

.section-product img {
  border-radius: 50%;
  border-style: solid;
  border-width: 10px;
  border-color: #08296c;
}

.section-product a {
  text-decoration: none;
  color: #313131;
}

.section-product .animation {
  -webkit-transition: -webkit-transform 0.55s;
  transition: -webkit-transform 0.55s;
  transition: transform 0.55s;
  transition: transform 0.55s, -webkit-transform 0.55s;
  min-width: 180px;
  max-width: 300px;
}

.section-product .animation:hover {
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
}

@media screen and (max-width: 991px) {
  .section-product h5 {
    font-size: 30px;
  }
}

@media screen and (max-width: 767px) {
  .section-product img {
    width: 80%;
  }
}

.section-contact {
  background-image: url("../images/Bg Pabrik.jpg");
  background-size: cover;
  background-position: bottom;
}

.section-contact label {
  font-weight: 600;
  font-size: 14px;
  margin-bottom: 3px;
  margin-top: 5px;
}

.section-contact textarea {
  resize: none;
}

.section-contact .form-control {
  border-radius: 20px;
  background-color: rgba(255, 255, 255, 0.534);
}

.section-contact button {
  border-radius: 20px;
}

.section-footer {
  background-color: #08296c;
  color: white;
  font-weight: 500;
  padding-top: 20px;
}

.section-footer h4 {
  font-weight: 600;
}

.section-footer a {
  color: white;
  text-decoration: none;
}

.section-footer ul {
  list-style-type: none;
}

.section-footer input {
  border-radius: 20px 0 0 20px;
}

.section-footer .email-send {
  background-color: #007ce2;
  border-radius: 0 20px 20px 0;
}

.section-footer .modal {
  color: #363636;
}

.section-footer .modal a {
  color: #363636;
}

.section-footer .modal img {
  max-height: 120px;
}

.section-footer .animation {
  -webkit-transition: -webkit-transform 0.55s;
  transition: -webkit-transform 0.55s;
  transition: transform 0.55s;
  transition: transform 0.55s, -webkit-transform 0.55s;
}

.section-footer .animation:hover {
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
}

.section-header {
  background-image: url("../images/Bg Pabrik.jpg");
  background-position: 0 -500px;
  margin-bottom: 60px;
}

.section-header h2 {
  font-weight: 600;
}

.section-header a {
  font-size: 14px;
  font-weight: 500;
  color: #929292;
  text-decoration: none;
  text-transform: uppercase;
}

.section-header a:hover {
  color: #08296c;
}

.section-header .active {
  color: #08296c;
}

.section-header img {
  opacity: 60%;
}

.section-productlist .product-style {
  min-width: 180px;
  max-width: 400px;
  min-height: 380px;
  border-radius: 20px;
  border-style: solid;
  border-width: 2px;
  border-color: #c7c7c7;
  font-weight: 500;
  color: black;
  -webkit-box-shadow: 0 0 4px rgba(0, 0, 0, 0.2);
          box-shadow: 0 0 4px rgba(0, 0, 0, 0.2);
  -webkit-transition: -webkit-transform .3s;
  transition: -webkit-transform .3s;
  transition: transform .3s;
  transition: transform .3s, -webkit-transform .3s;
  /* Animation */
}

@media screen and (max-width: 1199px) and (min-width: 992px) {
  .section-productlist .product-style {
    min-height: 320px;
  }
}

@media screen and (max-width: 424px) {
  .section-productlist .product-style {
    min-height: auto;
  }
}

.section-productlist .product-style:hover {
  border-color: #08296c;
  background-color: #08296c;
  color: white;
  -webkit-transform: scale(1.07);
          transform: scale(1.07);
  text-decoration: underline;
  -webkit-text-decoration-color: #08296c;
          text-decoration-color: #08296c;
}

.section-productlist .product-style:hover .button-view {
  visibility: visible;
}

.section-productlist .button-view {
  border-style: solid;
  border-width: thin;
  border-radius: 20px;
  visibility: hidden;
  font-size: 12px;
  width: 50%;
}

.section-productlist img {
  width: 100%;
  border-radius: 20px 20px 0 0;
}

.categorylist ul {
  list-style-type: none;
  margin: 0px;
  padding: 0px;
}

.categorylist a {
  text-decoration: none;
}

.categorylist h4 {
  font-weight: 600;
}

.categorylist .line-heading-product {
  height: 3px;
  border-radius: 4px;
  background-color: #08296c;
}

.categorylist hr {
  margin: 0px;
}

.categorylist img {
  width: 10px;
  margin-right: 5px;
  margin-bottom: 4px;
}

.categorylist a {
  font-weight: 500;
  font-size: 20px;
  color: #666666;
}

.categorylist a:hover {
  color: #08296c;
}

.section-productdetails {
  color: #08296c;
}

.section-productdetails .details {
  border-radius: 20px;
  border-style: none;
  font-weight: 500;
  color: black;
  background-color: #fafafa;
  -webkit-box-shadow: 0 0 4px rgba(0, 0, 0, 0.2);
          box-shadow: 0 0 4px rgba(0, 0, 0, 0.2);
}

.section-productdetails .details h3 {
  font-weight: 600;
}

.section-productdetails .details li {
  font-size: 20px;
  margin: 10px 0px;
}

.section-productdetails img {
  -webkit-box-shadow: none;
          box-shadow: none;
  border-radius: 8px;
}

@media screen and (max-width: 580px) {
  .section-productdetails .details {
    margin: 0px 5px;
  }
}

.section-productdetails textarea {
  font-size: 20px;
  border-style: hidden;
  background-color: transparent;
  width: 100%;
  font-weight: 500;
  line-height: 40px;
  resize: none;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  overflow: hidden;
}

.section-maintance img {
  width: 500px;
}

@media screen and (max-width: 580px) {
  .section-maintance img {
    width: 80%;
  }
}

.section-paginate ul {
  background-color: #fafafa !important;
  margin: 0px;
}

.section-paginate li {
  background-color: transparent !important;
  margin: 0px 4px;
}

.section-paginate .active .page-link {
  color: white !important;
  background-color: #08296c !important;
}

.section-paginate .page-link {
  color: #666666 !important;
  font-size: 20px;
  width: 40px;
  text-align: center;
  border-radius: 50% !important;
}

.section-video {
  font-weight: 500;
}

.section-video .video {
  border-radius: 20px;
  width: 100%;
  height: 100%;
}

.section-video .content {
  border-radius: 20px;
  border-color: #c7c7c7;
  -webkit-box-shadow: 0 0 4px rgba(0, 0, 0, 0.2);
          box-shadow: 0 0 4px rgba(0, 0, 0, 0.2);
  min-height: 200px;
  -webkit-transition: -webkit-transform .3s;
  transition: -webkit-transform .3s;
  transition: transform .3s;
  transition: transform .3s, -webkit-transform .3s;
}

.section-video .content:hover {
  background-color: #08296c;
  border-color: #08296c;
  color: white;
  -webkit-transform: scale(1.07);
          transform: scale(1.07);
}

.section-video .content:hover hr {
  background-color: white;
}

.section-video .content:hover .search-hide {
  visibility: visible;
  opacity: 1;
}

.section-video h4 {
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.section-video span {
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.section-video .date {
  font-size: 14px;
}

.section-video a {
  color: black !important;
  text-decoration: none !important;
}

.section-video .search-hide {
  position: absolute;
  border-radius: 20px;
  width: 100%;
  height: 100%;
  background-color: rgba(192, 192, 192, 0.164);
  visibility: hidden;
  opacity: 0;
  -webkit-transition: visibility 0s, opacity .3s linear;
  transition: visibility 0s, opacity .3s linear;
}

.section-video .search-hide img {
  width: 45%;
  position: relative;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.section-videodetails {
  font-weight: 500;
}

.section-videodetails .details {
  border-radius: 20px;
  border-style: none;
  color: black;
  background-color: #fafafa;
  -webkit-box-shadow: 0 0 4px rgba(0, 0, 0, 0.2);
          box-shadow: 0 0 4px rgba(0, 0, 0, 0.2);
}

.section-videodetails .details h3 {
  font-weight: 600;
}

.section-videodetails .details li {
  font-size: 20px;
  margin: 10px 0px;
}

.section-videodetails .video {
  border-radius: 20px;
  --width: 450px;
  width: 100%;
  height: 350px;
  -o-object-fit: cover;
     object-fit: cover;
}

@media screen and (max-width: 460px) {
  .section-videodetails .video {
    height: auto;
  }
}

.section-videodetails .date {
  font-size: 14px;
}

.section-videodetails .content {
  border-radius: 20px;
  border-color: #c7c7c7;
  -webkit-box-shadow: 0 0 4px rgba(0, 0, 0, 0.2);
          box-shadow: 0 0 4px rgba(0, 0, 0, 0.2);
  min-height: 200px;
  -webkit-transition: -webkit-transform .3s;
  transition: -webkit-transform .3s;
  transition: transform .3s;
  transition: transform .3s, -webkit-transform .3s;
}

.section-videodetails .related-video a {
  color: black !important;
  text-decoration: none !important;
}

.section-videodetails .related-video .click-video {
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
}

.section-videodetails .related-video .search-hide {
  position: absolute;
  border-radius: 20px;
  width: 100.1%;
  height: 97.5%;
  background-color: rgba(192, 192, 192, 0.164);
  visibility: hidden;
  opacity: 0;
  -webkit-transition: visibility 0s, opacity .3s linear;
  transition: visibility 0s, opacity .3s linear;
}

.section-videodetails .related-video .search-hide img {
  width: 45%;
  position: relative;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.section-videodetails .related-video .video {
  border-radius: 20px;
  width: 100%;
  height: 200px;
}

@media screen and (max-width: 460px) {
  .section-videodetails .related-video .video {
    height: auto;
  }
}

.section-videodetails .related-video .content:hover {
  background-color: #08296c;
  border-color: #08296c;
  color: white;
  -webkit-transform: scale(1.07);
          transform: scale(1.07);
  z-index: 10;
}

.section-videodetails .related-video .content:hover hr {
  background-color: white;
}

.section-videodetails .related-video .content:hover .search-hide {
  visibility: visible;
  opacity: 1;
}

.section-videodetails .related-video h5 {
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.section-aboutus {
  font-weight: 500;
}

.section-aboutus .mapouter {
  position: relative;
  text-align: right;
}

.section-aboutus .gmap_canvas {
  border-radius: 20px;
  overflow: hidden;
  background: none !important;
}

.section-aboutus .details {
  border-radius: 20px;
  border-style: none;
  color: black;
  background-color: #fafafa;
  -webkit-box-shadow: 0 0 4px rgba(0, 0, 0, 0.2);
          box-shadow: 0 0 4px rgba(0, 0, 0, 0.2);
}

.section-aboutus .details h3 {
  font-weight: 600;
}

.section-aboutus .details li {
  font-size: 20px;
  margin: 10px 0px;
}

.section-aboutus .fontsize {
  text-indent: 50px;
  text-align: justify;
  font-size: 18px;
}

.section-aboutus .poligon {
  display: inline-block;
  position: relative;
  width: 100px;
  height: 100px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-clip-path: polygon(25% 5%, 75% 5%, 100% 50%, 75% 95%, 25% 95%, 0 50%);
          clip-path: polygon(25% 5%, 75% 5%, 100% 50%, 75% 95%, 25% 95%, 0 50%);
  -webkit-transition: -webkit-transform .3s;
  transition: -webkit-transform .3s;
  transition: transform .3s;
  transition: transform .3s, -webkit-transform .3s;
}

.section-aboutus .poligon img {
  position: absolute;
  top: 3px;
  /* equal to border thickness */
  left: 3px;
  /* equal to border thickness */
  width: 94px;
  /* container height - (border thickness * 2) */
  height: 94px;
  /* container height - (border thickness * 2) */
  -webkit-clip-path: polygon(25% 5%, 75% 5%, 100% 50%, 75% 95%, 25% 95%, 0 50%);
          clip-path: polygon(25% 5%, 75% 5%, 100% 50%, 75% 95%, 25% 95%, 0 50%);
}

.section-aboutus .poligon:hover {
  background: #08296c;
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}

.section-aboutus .main-poligon {
  background: #ffffff;
  display: inline-block;
  position: relative;
  --size-main-Poli: 220px;
  width: var(--size-main-Poli);
  height: var(--size-main-Poli);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-clip-path: polygon(25% 5%, 75% 5%, 100% 50%, 75% 95%, 25% 95%, 0 50%);
          clip-path: polygon(25% 5%, 75% 5%, 100% 50%, 75% 95%, 25% 95%, 0 50%);
}

.section-aboutus .main-poligon img {
  position: absolute;
  --border: 4px;
  top: var(--border);
  /* equal to border thickness */
  left: var(--border);
  /* equal to border thickness */
  width: calc(var(--size-main-Poli) - var(--border) * 2);
  /* container height - (border thickness * 2) */
  height: calc(var(--size-main-Poli) - var(--border) * 2);
  /* container height - (border thickness * 2) */
  -webkit-clip-path: polygon(25% 5%, 75% 5%, 100% 50%, 75% 95%, 25% 95%, 0 50%);
          clip-path: polygon(25% 5%, 75% 5%, 100% 50%, 75% 95%, 25% 95%, 0 50%);
}

.section-aboutus .hexagon-card {
  background-color: #f8f8f8;
  border-radius: 1em;
  border: #e4e4e4 solid 2px;
  font-size: 18px;
}

.section-aboutus .f-18 {
  font-size: 18px;
}
/*# sourceMappingURL=main.css.map */