html, body {
  orientation: "portrait";
  width: 100%;
  height: 100%;
  cursor: default;
  /* Track */
  /* Handle */
  /* Handle on hover */
}

html ::-webkit-scrollbar, body ::-webkit-scrollbar {
  height: 5px;
  width: 5px;
}

html ::-webkit-scrollbar-track, body ::-webkit-scrollbar-track {
  background: #5c5c5c;
}

html ::-webkit-scrollbar-thumb, body ::-webkit-scrollbar-thumb {
  background: #888;
}

html ::-webkit-scrollbar-thumb:hover, body ::-webkit-scrollbar-thumb:hover {
  background: #0E0E0E;
}

@font-face {
  font-family: 'Helvetica Normal';
  src: url("../font/HelveticaNeueLt.ttf") format("truetype");
}

@font-face {
  font-family: 'Helvetica Bold';
  src: url("../font/HelveticaNeueBd.ttf") format("truetype");
}

body {
  margin: 0;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-family: 'Helvetica Normal';
  background-color: #384150;
  letter-spacing: 2px;
}

h1, h2, h3, h4 {
  font-family: 'Helvetica Bold';
  color: #C99A64;
  margin: 0;
  padding: 0;
}

.map {
  width: 700px;
  height: 40vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-shadow: 0 5px 5px #1f242c;
          box-shadow: 0 5px 5px #1f242c;
}

.map iframe {
  width: 100%;
  max-width: 1000px;
  height: 100%;
}

ul {
  list-style: none;
  font-size: 0;
  padding: 0;
  margin: 0;
}

ul li {
  display: inline-block;
  font-size: 15px;
  padding: 0;
  margin: 0;
}

pre {
  font-weight: bold;
  margin: 0;
}

#logo {
  position: absolute;
  left: 30px;
  top: 5px;
  z-index: 2;
  color: white;
  width: 40px;
  height: 40px;
}

#logo img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

a {
  text-decoration: none;
}

.menu_atas {
  width: 100%;
  position: absolute;
  top: 0;
  z-index: 2;
  border-bottom: 2px solid rgba(200, 200, 200, 0.1);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.menu_atas ul li {
  padding: 20px 30px;
}

.menu_atas ul li a {
  display: block;
  text-decoration: none;
  color: white;
  font-weight: bold;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  font-size: 15px;
  line-height: 15px;
}

.menu_atas ul li a pre {
  text-decoration: none;
  font-family: 'Helvetica Bold';
}

.menu_atas ul li a:hover {
  color: white;
}

.menu_atas ul li a.menu_active {
  color: green;
}

.menu_atas_responsive {
  width: 100%;
  position: absolute;
  top: 0;
  z-index: 3;
  border-bottom: 2px solid rgba(200, 200, 200, 0.1);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  display: none;
}

.menu_atas_responsive ul {
  position: relative;
}

.menu_atas_responsive ul li i {
  color: white;
  font-size: 20px;
  cursor: pointer;
}

.menu_atas_responsive ul li a {
  display: block;
  text-decoration: none;
  color: #c8c8c8;
  font-weight: bold;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  font-size: 15px;
  line-height: 15px;
}

.menu_atas_responsive ul li a pre {
  text-decoration: none;
  font-family: 'Helvetica Bold';
}

.menu_atas_responsive ul li a:hover {
  color: white;
}

.menu_atas_responsive ul li a.menu_active {
  color: green;
}

.menu_atas_responsive .list_menu {
  position: absolute;
  top: 0;
  right: -150%;
  background-color: white;
  height: 100vh;
  z-index: 10;
}

.menu_atas_responsive .list_menu .close {
  position: absolute;
  right: 30px;
  top: 20px;
  z-index: 3;
  font-size: 20px;
  cursor: pointer;
}

.menu_atas_responsive .list_menu ul li {
  display: block;
  border-top: 1px solid #e0e0e0;
}

.menu_atas_responsive .list_menu ul li a {
  padding: 20px 50px;
}

.menu_atas_responsive .list_menu ul li a:hover {
  color: black;
}

.home .content {
  width: 100%;
  height: 100%;
}

.home .content#content_1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-image: url(../images/home/home_cover.jpg);
  background-position: top center;
  background-repeat: no-repeat;
  background-size: cover;
}

.home .content#content_1 .intro {
  text-align: center;
  z-index: 2;
  color: #e0e0e0;
}

.home .content#content_1 .intro #title {
  border: 2px solid white;
  padding: 20px;
  z-index: 2;
  -webkit-box-shadow: 5px 5px 5px #1f242c;
          box-shadow: 5px 5px 5px #1f242c;
  text-align: center;
  width: 100%;
}

.home .content#content_1 .intro #title h4 {
  font-size: 50px;
  color: white;
  text-shadow: 5px 5px 5px #1f242c;
}

.home .content#content_1 .intro h3 {
  font-size: 18px;
  margin: 30px 0;
  font-weight: normal;
  color: white;
  text-shadow: 0 2px 5px #1f242c;
}

.home .content#content_1 .intro .div_btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  cursor: pointer;
  margin-top: 50px;
}

.home .content#content_1 .intro .div_btn div:first-child {
  font-size: 20px;
  margin-left: 10px;
  font-weight: bold;
}

.home .content#content_1 .intro .div_btn div:last-child {
  background-color: #384150;
  color: white;
  font-size: 15px;
  padding: 10px 20px 10px 25px;
  outline: none;
  border: none;
  font-weight: bold;
  margin: 10px 5px;
  border-radius: 10px;
}

.home .content#content_1 .video_filter {
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: rgba(46, 46, 46, 0.2);
  z-index: 1;
}

.home .content#content_1 .youtube_video {
  position: absolute;
  top: 40%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 2;
  display: none;
}

.home .content#content_1 iframe {
  width: 60%;
  height: 60%;
}

.home .content#content_2 {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.home .content#content_2 .title {
  width: 75%;
  margin-bottom: 10px;
  margin-left: 50px;
}

.home .content#content_2 .wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 70%;
}

.home .content#content_2 .wrap .profile_company {
  width: 35%;
  height: 100%;
  z-index: 2;
  -webkit-box-shadow: 0px 5px 5px #1f242c;
          box-shadow: 0px 5px 5px #1f242c;
}

.home .content#content_2 .wrap .profile_company img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

.home .content#content_2 .wrap .description {
  width: 35%;
  height: 100%;
  background-color: #5c5c5c;
  -webkit-box-shadow: 0px 5px 5px #1f242c;
          box-shadow: 0px 5px 5px #1f242c;
  position: relative;
}

.home .content#content_2 .wrap .description h2 {
  font-size: 28px;
  padding: 0;
  font-weight: bold;
  margin: 20px 40px;
}

.home .content#content_2 .wrap .description h3 {
  margin: 10px 40px 20px 40px;
  font-size: 11px;
}

.home .content#content_2 .wrap .description .border {
  width: auto;
  height: 1px;
  background-color: white;
  margin: 15px 40px;
  -webkit-box-shadow: 0 1px 1px black;
          box-shadow: 0 1px 1px black;
}

.home .content#content_2 .wrap .description .content_description {
  color: white;
  margin: 20px 40px;
}

.home .content#content_2 .wrap .description .content_description p {
  z-index: 9;
  text-align: left;
}

.home .content#content_2 .wrap .description .content_description .read_more {
  position: absolute;
  bottom: 20px;
  right: 20px;
}

.home .content#content_2 .wrap .description .content_description .read_more h4 {
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

.home .content#content_2 .wrap .description .content_description .read_more h4:hover {
  color: #8b6b47;
}

.home .content#content_3 h1 {
  margin: 0;
}

.home .content#content_3 #title {
  position: absolute;
  left: 15%;
  top: 520px;
  -webkit-transform: rotate(270deg);
          transform: rotate(270deg);
  -webkit-transform-origin: left;
          transform-origin: left;
}

.home .content#content_3 .list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  width: 100%;
  height: 50%;
}

.home .content#content_3 .list .list_items {
  width: 20%;
  height: 80%;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  margin: 10px 10px;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  position: relative;
  overflow: hidden;
  -webkit-box-shadow: 5px 5px 5px #1f242c;
          box-shadow: 5px 5px 5px #1f242c;
}

.home .content#content_3 .list .list_items img {
  width: 100%;
  height: 100%;
  -o-object-position: center;
     object-position: center;
  -o-object-fit: cover;
     object-fit: cover;
}

.home .content#content_3 .list .list_items .desc_item {
  position: absolute;
  bottom: -20%;
  left: 20px;
  right: 20px;
  height: 150px;
  background-color: #5c5c5c;
  -webkit-box-shadow: 0px 5px 5px #1f242c;
          box-shadow: 0px 5px 5px #1f242c;
  padding: 10px 20px;
  display: none;
  z-index: 2;
}

.home .content#content_3 .list .list_items .desc_item h4 {
  margin: 0;
}

.home .content#content_3 .list .list_items .desc_item p {
  font-size: 12px;
  color: white;
}

.home .content#content_3 .list .list_items .desc_item #read_more {
  position: absolute;
  bottom: 10px;
  font-size: 12px;
  right: 20px;
}

.home .content#content_3 .list .list_items .desc_item #read_more a {
  color: #C99A64;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  text-decoration: none;
}

.home .content#content_3 .list .list_items .desc_item #read_more a:hover {
  color: #8b6b47;
}

.home .content#content_3 .list .list_items .background_desc {
  background-color: rgba(46, 46, 46, 0.5);
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1;
  display: none;
}

.home .content#content_3 #list_2 {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.home .content#content_4 h1 {
  margin: 0;
}

.home .content#content_4 #title {
  position: absolute;
  left: 15%;
  top: 520px;
  -webkit-transform: rotate(270deg);
          transform: rotate(270deg);
  -webkit-transform-origin: left;
          transform-origin: left;
}

.home .content#content_4 .quality .img {
  width: 33%;
  height: 40%;
  position: absolute;
  top: 10%;
  left: 17%;
  z-index: 2;
}

.home .content#content_4 .quality .img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: bottom;
     object-position: bottom;
}

.home .content#content_4 .quality_desc {
  width: 33%;
  height: 40%;
  position: absolute;
  top: 10%;
  left: 50%;
  z-index: 1;
  background-color: #5c5c5c;
  color: white;
}

.home .content#content_4 .quality_desc p {
  margin: 20px 40px;
  max-height: 22vh;
  overflow-y: auto;
}

.home .content#content_4 .quality_desc pre {
  text-decoration: none;
  margin: 20px 40px;
}

.home .content#content_4 .materials .img {
  width: 33%;
  height: 40%;
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 2;
  -webkit-box-shadow: 0px 5px 5px #1f242c;
          box-shadow: 0px 5px 5px #1f242c;
}

.home .content#content_4 .materials .img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: bottom;
     object-position: bottom;
}

.home .content#content_4 .materials_desc {
  width: 33%;
  height: 40%;
  position: absolute;
  top: 50%;
  left: 17%;
  z-index: 1;
  background-color: #5c5c5c;
  -webkit-box-shadow: 0px 5px 5px #1f242c;
          box-shadow: 0px 5px 5px #1f242c;
  color: white;
}

.home .content#content_4 .materials_desc pre {
  text-decoration: none;
  margin: 20px 40px;
}

.home .content#content_4 .materials_desc p {
  margin: 20px 40px;
}

.home .content#content_4 .read_more {
  position: absolute;
  bottom: 0px;
  right: 20px;
}

.home .content#content_4 .read_more h4 {
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

.home .content#content_4 .read_more h4:hover {
  color: #8b6b47;
}

.home .content#content_5 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 70vh;
}

.home .content#content_5 h1 {
  font-size: 30px;
  color: #C99A64;
}

.home .content#content_5 .icons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.home .content#content_5 .icons div {
  background-color: #C99A64;
  padding: 20px 30px;
  margin: 20px 10px;
  border-radius: 10px;
  -webkit-box-shadow: 0px 5px 5px #1f242c;
          box-shadow: 0px 5px 5px #1f242c;
}

.home .content#content_5 .icons div i {
  font-size: 30px;
}

.materials .content {
  width: 100%;
  height: 100%;
}

.materials .content#content_1 {
  position: relative;
  width: 100%;
  height: 100%;
  background-image: url(../images/productions/productions_14.jpg);
  background-position: top center;
  background-repeat: no-repeat;
  background-size: cover;
}

.materials .content#content_1 #title {
  position: absolute;
  top: 45%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 2;
  text-align: center;
  width: 90%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.materials .content#content_1 #title h4 {
  font-size: 50px;
  color: white;
  text-shadow: 5px 5px 5px #1f242c;
  -webkit-box-shadow: 5px 5px 5px #1f242c;
          box-shadow: 5px 5px 5px #1f242c;
  border: 2px solid white;
  padding: 20px;
  width: auto;
}

.materials .content#content_1 .filter {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: rgba(46, 46, 46, 0.5);
  z-index: 1;
}

.materials .content#content_2 {
  position: relative;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.materials .content#content_2 .title {
  margin-bottom: 20px;
}

.materials .content#content_2 .div_images {
  width: 70%;
  height: 70%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}

.materials .content#content_2 .div_images .img_preview {
  width: 80%;
  height: 100%;
  position: relative;
}

.materials .content#content_2 .div_images .img_preview img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.materials .content#content_2 .div_images .img_preview .previewed {
  display: none;
}

.materials .content#content_2 .div_images .img_preview .previewed .img_filter {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: rgba(46, 46, 46, 0.8);
  z-index: 1;
}

.materials .content#content_2 .div_images .img_preview .previewed .text {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 2;
  color: white;
  padding: 20px 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.materials .content#content_2 .div_images .img_preview .previewed .text h1 {
  margin-bottom: 20px;
  font-size: 40px;
}

.materials .content#content_2 .div_images .list_images {
  width: 20%;
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.materials .content#content_2 .div_images .list_images .item {
  width: 100%;
  height: 100%;
  position: relative;
  margin: 0 10px;
}

.materials .content#content_2 .div_images .list_images .item .content_to_show {
  display: none;
}

.materials .content#content_2 .div_images .list_images .item img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.materials .content#content_2 .div_images .list_images .item .list_non_active {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: rgba(46, 46, 46, 0.8);
  z-index: 1;
}

.materials .content#content_2 .div_images .list_images .item:nth-child(2) {
  margin: 10px 10px;
}

.materials .content#content_2 .div_images .list_images .item:first-child .list_non_active {
  display: none;
}

.materials .content#content_3 {
  position: relative;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.materials .content#content_3 .title {
  text-align: left;
  width: 70%;
}

.materials .content#content_3 .title h4 {
  color: white;
  margin-top: 10px;
}

.materials .content#content_3 .div_images {
  width: 70%;
  max-height: 500px;
  margin-top: 20px;
}

.materials .content#content_3 .div_images .img_preview {
  width: 100%;
  height: 100%;
  position: relative;
}

.materials .content#content_3 .div_images .img_preview img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: left top;
     object-position: left top;
}

.materials .content#content_4 {
  position: relative;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.materials .content#content_4 .title {
  text-align: left;
  width: 70%;
  height: 12%;
}

.materials .content#content_4 .title h4 {
  color: white;
  margin-top: 10px;
}

.materials .content#content_4 .products {
  width: 70%;
  height: 80%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  position: relative;
}

.materials .content#content_4 .products .img_preview {
  width: 100%;
  height: 75%;
  position: relative;
  margin-top: 15px;
}

.materials .content#content_4 .products .img_preview img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.materials .content#content_4 .products .img_preview .filter {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: rgba(46, 46, 46, 0.5);
  z-index: 1;
  display: none;
}

.materials .content#content_4 .products .img_preview .desc {
  position: absolute;
  top: 0;
  right: 5%;
  left: 5%;
  bottom: 0;
  z-index: 2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 20px;
  opacity: 0;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

.materials .content#content_4 .products .img_preview .desc .upper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}

.materials .content#content_4 .products .img_preview .desc .upper div {
  padding: 10px 20px;
  background-color: rgba(211, 211, 211, 0.2);
  margin: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: white;
  min-width: 200px;
}

.materials .content#content_4 .products .img_preview .desc .upper div h4 {
  margin-bottom: 10px;
  font-size: 21px;
}

.materials .content#content_4 .products .img_preview .desc .upper ul:nth-child(1) li {
  display: block;
}

.materials .content#content_4 .products .img_preview .desc .upper ul:nth-child(2) li {
  list-style-type: square;
}

.materials .content#content_4 .products .img_preview .desc .upper ul:nth-child(3) li {
  display: block;
}

.materials .content#content_4 .products .img_preview .desc .more {
  text-align: center;
  margin-top: 50px;
  font-size: 21px;
}

.materials .content#content_4 .products .list_images {
  width: 100%;
  height: 25%;
}

.materials .content#content_4 .products .list_images div {
  width: 100%;
  height: 90%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.materials .content#content_4 .products .list_images div img {
  width: 95%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

.materials .content#content_4 .products .list_images .slick-prev {
  position: absolute;
  left: -50px;
  top: 48%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  display: block;
  text-indent: -9999em;
  text-transform: uppercase;
  visibility: hidden;
}

.materials .content#content_4 .products .list_images .slick-next {
  position: absolute;
  right: -50px;
  top: 48%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  display: block;
  text-indent: -9999em;
  text-transform: uppercase;
  visibility: hidden;
}

.materials .content#content_5 {
  position: relative;
  width: 100%;
  height: 100%;
}

.materials .content#content_5 .title {
  position: absolute;
  left: 84%;
  top: 6%;
  -webkit-writing-mode: vertical-lr;
      -ms-writing-mode: tb-lr;
          writing-mode: vertical-lr;
  text-orientation: upright;
}

.materials .content#content_5 .img {
  width: 70%;
  height: 60%;
  position: absolute;
  left: 13%;
  top: 10%;
}

.materials .content#content_5 .img pre {
  color: white;
  font-weight: bold;
  font-size: 25px;
  margin-bottom: 10px;
}

.materials .content#content_5 .img pre h1 {
  text-align: center;
}

.materials .content#content_5 .img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.materials .content#content_6 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 70vh;
}

.materials .content#content_6 h1 {
  font-size: 30px;
  color: #C99A64;
}

.materials .content#content_6 .icons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.materials .content#content_6 .icons div {
  background-color: #C99A64;
  padding: 20px 30px;
  margin: 20px 10px;
  border-radius: 10px;
  -webkit-box-shadow: 0px 5px 5px #1f242c;
          box-shadow: 0px 5px 5px #1f242c;
}

.materials .content#content_6 .icons div i {
  font-size: 30px;
  color: #384150;
}

.materials .content#content_7 {
  position: relative;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.materials .content#content_7 .title {
  margin-bottom: 20px;
}

.materials .content#content_7 .div_images {
  width: 70%;
  height: 70%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}

.materials .content#content_7 .div_images .img_preview {
  width: 80%;
  height: 100%;
  position: relative;
}

.materials .content#content_7 .div_images .img_preview img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.materials .content#content_7 .div_images .img_preview .previewed {
  display: none;
}

.materials .content#content_7 .div_images .img_preview .previewed .img_filter {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: rgba(46, 46, 46, 0.8);
  z-index: 1;
}

.materials .content#content_7 .div_images .img_preview .previewed .text {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 2;
  color: white;
  padding: 20px 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.materials .content#content_7 .div_images .img_preview .previewed .text h1 {
  margin-bottom: 20px;
  font-size: 40px;
}

.materials .content#content_7 .div_images .list_images {
  width: 20%;
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.materials .content#content_7 .div_images .list_images .item {
  width: 100%;
  height: 100%;
  position: relative;
  margin: 0 -10px;
}

.materials .content#content_7 .div_images .list_images .item .content_to_show {
  display: none;
}

.materials .content#content_7 .div_images .list_images .item img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.materials .content#content_7 .div_images .list_images .item .list_non_active {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: rgba(46, 46, 46, 0.8);
  z-index: 1;
}

.materials .content#content_7 .div_images .list_images .item:nth-child(2) {
  margin: 10px -10px;
  max-height: 200px;
}

.materials .content#content_7 .div_images .list_images .item:first-child .list_non_active {
  display: none;
}

.contact_us .content {
  width: 100%;
  height: 100%;
}

.contact_us .content#content_1 {
  position: relative;
  width: 100%;
  height: 100%;
  background-image: url(../images/contact-us/contact-us_cover.jpg);
  background-position: top center;
  background-repeat: no-repeat;
  background-size: cover;
}

.contact_us .content#content_1 #title {
  position: absolute;
  top: 45%;
  left: 50%;
  border: 2px solid white;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  padding: 20px;
  z-index: 2;
  -webkit-box-shadow: 5px 5px 5px #1f242c;
          box-shadow: 5px 5px 5px #1f242c;
  text-align: center;
}

.contact_us .content#content_1 #title h4 {
  font-size: 70px;
  color: white;
  text-shadow: 5px 5px 5px #1f242c;
}

.contact_us .content#content_1 .filter {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: rgba(46, 46, 46, 0.5);
  z-index: 1;
}

.contact_us .content#content_2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.contact_us .content#content_2 h1 {
  font-size: 30px;
  color: #C99A64;
}

.contact_us .content#content_2 .desc {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  margin-top: 20px;
}

.contact_us .content#content_2 .desc div:not(#border) {
  width: 300px;
  padding: 0 20px;
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.contact_us .content#content_2 .desc div:not(#border) h3 {
  margin: 15px 0;
  color: #C99A64;
}

.contact_us .content#content_2 .desc div:not(#border) h4 {
  font-family: "Helvetica Normal";
  font-size: 13px;
  margin: 5px 0;
  color: white;
}

.contact_us .content#content_2 .desc div:not(#border) i {
  color: #C99A64;
  font-size: 40px;
}

.contact_us .content#content_2 .desc #border {
  width: 1px;
  height: auto;
  background-color: #C99A64;
}

.contact_us .content#content_2 .send {
  margin-top: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.contact_us .content#content_2 .send h4 {
  margin: 5px 0;
  color: white;
}

.contact_us .content#content_2 .send h4:last-of-type {
  margin-bottom: 20px;
}

.contact_us .content#content_2 .send input, .contact_us .content#content_2 .send textarea {
  outline: none;
  width: 300px;
  padding: 10px 20px;
  margin: 10px 0;
  background-color: #272727;
  color: #808080;
  border: none;
  font-family: "Helvetica Bold";
  -webkit-box-shadow: 0px 5px 5px #1f242c;
          box-shadow: 0px 5px 5px #1f242c;
}

.contact_us .content#content_2 .send textarea {
  resize: none;
  height: 100px;
  -webkit-box-shadow: 0px 5px 5px #1f242c;
          box-shadow: 0px 5px 5px #1f242c;
}

.contact_us .content#content_2 .send button {
  background-color: #C99A64;
  color: #0E0E0E;
  outline: none;
  border: none;
  font-family: "Helvetica Bold";
  padding: 10px 20px;
  letter-spacing: 2px;
  margin-top: 10px;
  -webkit-box-shadow: 0px 5px 5px #1f242c;
          box-shadow: 0px 5px 5px #1f242c;
}

.contact_us .content#content_3 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 70vh;
}

.contact_us .content#content_3 h1 {
  font-size: 30px;
  color: #C99A64;
}

.contact_us .content#content_3 .icons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.contact_us .content#content_3 .icons div {
  background-color: #C99A64;
  padding: 20px 30px;
  margin: 20px 10px;
  border-radius: 10px;
  -webkit-box-shadow: 0px 5px 5px #1f242c;
          box-shadow: 0px 5px 5px #1f242c;
}

.contact_us .content#content_3 .icons div i {
  font-size: 30px;
  color: #384150;
}

.about .content {
  width: 100%;
  height: 100%;
}

.about .content#content_1 {
  position: relative;
  width: 100%;
  height: 100%;
  background-image: url(../images/about/about_cover.jpg);
  background-position: top center;
  background-repeat: no-repeat;
  background-size: cover;
}

.about .content#content_1 #title {
  position: absolute;
  top: 45%;
  left: 50%;
  border: 2px solid white;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  padding: 20px;
  z-index: 2;
  -webkit-box-shadow: 5px 5px 5px #1f242c;
          box-shadow: 5px 5px 5px #1f242c;
  text-align: center;
}

.about .content#content_1 #title h4 {
  font-size: 70px;
  color: white;
  text-shadow: 5px 5px 5px #1f242c;
}

.about .content#content_1 .filter {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: rgba(46, 46, 46, 0.5);
  z-index: 1;
}

.about .content#content_2 {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.about .content#content_2 .title {
  width: 75%;
  margin-bottom: 10px;
  margin-left: 50px;
}

.about .content#content_2 .wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 70%;
}

.about .content#content_2 .wrap .profile_company {
  width: 45%;
  height: 100%;
  z-index: 2;
  -webkit-box-shadow: 0px 5px 5px #1f242c;
          box-shadow: 0px 5px 5px #1f242c;
}

.about .content#content_2 .wrap .profile_company img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

.about .content#content_2 .wrap .description {
  width: 35%;
  height: 100%;
  background-color: #5c5c5c;
  -webkit-box-shadow: 0px 5px 5px #1f242c;
          box-shadow: 0px 5px 5px #1f242c;
}

.about .content#content_2 .wrap .description .topper {
  position: relative;
}

.about .content#content_2 .wrap .description .topper .text {
  width: 80%;
}

.about .content#content_2 .wrap .description .topper .text h2 {
  font-size: 25px;
  padding: 0;
  font-weight: bold;
  margin: 20px 40px;
}

.about .content#content_2 .wrap .description .topper .text h3 {
  margin: 10px 40px 20px 40px;
  font-size: 11px;
}

.about .content#content_2 .wrap .description .topper .img {
  position: absolute;
  right: 40px;
  top: 10px;
  width: 10%;
}

.about .content#content_2 .wrap .description .topper .img img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.about .content#content_2 .wrap .description .border {
  width: auto;
  height: 1px;
  background-color: white;
  margin: 15px 40px;
  -webkit-box-shadow: 0 1px 1px #1f242c;
          box-shadow: 0 1px 1px #1f242c;
}

.about .content#content_2 .wrap .description .content_description {
  color: white;
  margin: 20px 40px;
}

.about .content#content_2 .wrap .description .content_description p {
  z-index: 9;
  text-align: left;
}

.about .content#content_2 .wrap .description .content_description .read_more {
  position: absolute;
  bottom: 20px;
  right: 20px;
}

.about .content#content_3 {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.about .content#content_3 .title {
  width: 80%;
  text-align: left;
  margin-bottom: 10px;
}

.about .content#content_3 .wrapper {
  width: 100%;
  height: 70vh;
  overflow-x: auto;
  overflow-y: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  background-color: #0E0E0E;
}

.about .content#content_3 .wrapper .story {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  background-color: #5c5c5c;
  border-radius: 10px 0 0 10px;
  margin-left: 200px;
}

.about .content#content_3 .wrapper .story h4 {
  position: absolute;
  left: -250px;
  top: 50vh;
  -webkit-transform: rotate(270deg);
          transform: rotate(270deg);
  -webkit-transform-origin: top;
          transform-origin: top;
  font-size: 100px;
  color: grey;
  -webkit-text-stroke: 3px #C99A64;
  -webkit-text-fill-color: #5c5c5c;
}

.about .content#content_3 .wrapper .story .year {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  position: absolute;
  left: -250px;
  top: 270px;
  -webkit-transform: rotate(270deg);
          transform: rotate(270deg);
  -webkit-transform-origin: top;
          transform-origin: top;
}

.about .content#content_3 .wrapper .story .year h2 {
  font-size: 40px;
}

.about .content#content_3 .wrapper .story .year .border {
  width: 400px;
  height: 5px;
  background-color: black;
  margin-top: 22px;
  margin-right: 15px;
  -webkit-box-shadow: -1px 2px 3px #212121;
          box-shadow: -1px 2px 3px #212121;
}

.about .content#content_3 .wrapper .story .description {
  left: 0;
  top: 0;
  width: 50vh;
  height: 100%;
  -webkit-box-shadow: 0px 5px 5px #1f242c;
          box-shadow: 0px 5px 5px #1f242c;
  padding: 50px 20px 20px 80px;
  color: white;
}

.about .content#content_3 .wrapper .story .description h1 {
  text-align: right;
}

.about .content#content_3 .wrapper .story .image {
  width: 50vh;
  height: 100%;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.about .content#content_3 .wrapper .story .image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

.about .content#content_3 .wrapper .story:last-of-type .image {
  width: 100vh;
}

.about .content#content_4 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 70vh;
}

.about .content#content_4 h1 {
  margin-bottom: 10px;
}

.about .content#content_4 .motto, .about .content#content_4 .visi {
  width: 40%;
  height: 50%;
  margin: 50px 50px;
}

.about .content#content_4 .visi h1 {
  text-align: right;
}

.about .content#content_4 .div_motto, .about .content#content_4 .div_visi {
  border: 1px solid 10px;
  background-color: #5c5c5c;
  -webkit-box-shadow: 0px 5px 5px #1f242c;
          box-shadow: 0px 5px 5px #1f242c;
  border-radius: 10px;
  position: relative;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 20px;
}

.about .content#content_4 .div_motto ul, .about .content#content_4 .div_visi ul {
  z-index: 3;
}

.about .content#content_4 .div_motto ul li, .about .content#content_4 .div_visi ul li {
  color: white;
  font-weight: bold;
  font-size: 30px;
  text-align: center;
  line-height: 35px;
  margin: 10px 0;
  width: 100%;
}

.about .content#content_4 .div_motto p, .about .content#content_4 .div_visi p {
  z-index: 3;
  color: white;
  font-weight: bold;
  font-size: 30px;
  text-align: center;
  line-height: 35px;
}

.about .content#content_4 .div_motto .images, .about .content#content_4 .div_visi .images {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 1;
}

.about .content#content_4 .div_motto .images img, .about .content#content_4 .div_visi .images img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 10px;
}

.about .content#content_4 .div_motto .filter, .about .content#content_4 .div_visi .filter {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: rgba(0, 0, 0, 0.7);
  z-index: 2;
  border-radius: 10px;
}

.product .content {
  width: 100%;
  height: 100%;
}

.product .content#content_1 {
  position: relative;
}

.product .content#content_1 .div_mobile {
  width: 100%;
  height: 100%;
  display: none;
}

.product .content#content_1 .div_mobile .mobile {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.product .content#content_1 .div_mobile .mobile .title {
  text-align: left;
}

.product .content#content_1 .div_mobile .mobile .title h4 {
  color: white;
  margin-top: 10px;
}

.product .content#content_1 .div_mobile .mobile .wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: auto;
  margin-top: 20px;
}

.product .content#content_1 .div_mobile .mobile .wrapper .single-item {
  width: 50%;
  height: 30vh;
}

.product .content#content_1 .div_mobile .mobile .wrapper .single-item .slick-prev {
  position: absolute;
  left: -50px;
  top: 48%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  display: block;
  text-indent: -9999em;
  text-transform: uppercase;
  visibility: hidden;
}

.product .content#content_1 .div_mobile .mobile .wrapper .single-item .slick-next {
  position: absolute;
  right: -50px;
  top: 48%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  display: block;
  text-indent: -9999em;
  text-transform: uppercase;
  visibility: hidden;
}

.product .content#content_1 .div_mobile .mobile .wrapper .single-item div {
  width: 100%;
  height: 100%;
  position: relative;
}

.product .content#content_1 .div_mobile .mobile .wrapper .single-item div img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.product .content#content_1 .div_mobile .mobile .wrapper .desc {
  width: 50%;
  height: 60vh;
  max-height: 30vh;
  overflow-y: auto;
  background-color: #5c5c5c;
  margin-left: 10px;
  margin-top: 10px;
  padding: 0 30px;
}

.product .content#content_1 .div_mobile .mobile .wrapper .desc .upper table {
  width: 100%;
}

.product .content#content_1 .div_mobile .mobile .wrapper .desc .upper table td {
  color: white;
}

.product .content#content_1 .div_mobile .mobile .wrapper .desc .upper table:first-child {
  margin-top: 30px;
}

.product .content#content_1 .div_mobile .mobile .wrapper .desc .upper table:first-child th {
  width: 100px;
  text-align: left;
  color: white;
  font-weight: normal;
}

.product .content#content_1 .div_mobile .mobile .wrapper .desc .upper table:last-child {
  margin-top: 30px;
}

.product .content#content_1 .div_mobile .mobile .wrapper .desc .upper table:last-child th {
  width: 160px;
  text-align: left;
}

.product .content#content_1 .div_mobile .mobile .wrapper .desc .more {
  margin-top: 30px;
  margin-bottom: 30px;
}

.product .content#content_1 .div_desktop {
  width: 100%;
  height: 100%;
}

.product .content#content_1 .div_desktop .desktop {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.product .content#content_1 .div_desktop .desktop .title {
  text-align: left;
}

.product .content#content_1 .div_desktop .desktop .title h4 {
  color: white;
  margin-top: 10px;
}

.product .content#content_1 .div_desktop .desktop .wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: auto;
  margin-top: 20px;
}

.product .content#content_1 .div_desktop .desktop .wrapper .products {
  width: 40%;
  height: 60vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  position: relative;
}

.product .content#content_1 .div_desktop .desktop .wrapper .products .img_preview {
  width: 100%;
  height: 75%;
  position: relative;
}

.product .content#content_1 .div_desktop .desktop .wrapper .products .img_preview img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.product .content#content_1 .div_desktop .desktop .wrapper .products .img_preview .filter {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: rgba(46, 46, 46, 0.5);
  z-index: 1;
  display: none;
}

.product .content#content_1 .div_desktop .desktop .wrapper .products .img_preview .desc {
  position: absolute;
  top: 0;
  right: 5%;
  left: 5%;
  bottom: 0;
  z-index: 2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 20px;
  opacity: 0;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

.product .content#content_1 .div_desktop .desktop .wrapper .products .img_preview .desc .upper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}

.product .content#content_1 .div_desktop .desktop .wrapper .products .img_preview .desc .upper div {
  padding: 10px 20px;
  background-color: rgba(211, 211, 211, 0.2);
  margin: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: white;
  min-width: 200px;
}

.product .content#content_1 .div_desktop .desktop .wrapper .products .img_preview .desc .upper div h4 {
  margin-bottom: 10px;
  font-size: 21px;
}

.product .content#content_1 .div_desktop .desktop .wrapper .products .img_preview .desc .upper ul:nth-child(1) li {
  display: block;
}

.product .content#content_1 .div_desktop .desktop .wrapper .products .img_preview .desc .upper ul:nth-child(2) li {
  list-style-type: square;
}

.product .content#content_1 .div_desktop .desktop .wrapper .products .img_preview .desc .upper ul:nth-child(3) li {
  display: block;
}

.product .content#content_1 .div_desktop .desktop .wrapper .products .img_preview .desc .more {
  text-align: center;
  margin-top: 50px;
  font-size: 21px;
}

.product .content#content_1 .div_desktop .desktop .wrapper .products .list_images {
  width: 100%;
  height: 25%;
}

.product .content#content_1 .div_desktop .desktop .wrapper .products .list_images div {
  width: 100%;
  height: 95%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.product .content#content_1 .div_desktop .desktop .wrapper .products .list_images div.slide_image_active {
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  background-color: white;
}

.product .content#content_1 .div_desktop .desktop .wrapper .products .list_images div img {
  width: 90%;
  height: 90%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

.product .content#content_1 .div_desktop .desktop .wrapper .products .list_images .slick-prev {
  position: absolute;
  left: -50px;
  top: 48%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  display: block;
  text-indent: -9999em;
  text-transform: uppercase;
  visibility: hidden;
}

.product .content#content_1 .div_desktop .desktop .wrapper .products .list_images .slick-next {
  position: absolute;
  right: -50px;
  top: 48%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  display: block;
  text-indent: -9999em;
  text-transform: uppercase;
  visibility: hidden;
}

.product .content#content_1 .div_desktop .desktop .wrapper .desc {
  height: 60vh;
  max-height: 60vh;
  overflow-y: auto;
  background-color: #5c5c5c;
  margin-left: 10px;
  padding: 0 30px;
}

.product .content#content_1 .div_desktop .desktop .wrapper .desc .upper table {
  width: 100%;
}

.product .content#content_1 .div_desktop .desktop .wrapper .desc .upper table td {
  color: white;
}

.product .content#content_1 .div_desktop .desktop .wrapper .desc .upper table:first-child {
  margin-top: 30px;
}

.product .content#content_1 .div_desktop .desktop .wrapper .desc .upper table:first-child th {
  width: 100px;
  text-align: left;
  color: white;
  font-weight: normal;
}

.product .content#content_1 .div_desktop .desktop .wrapper .desc .upper table:last-child {
  margin-top: 30px;
}

.product .content#content_1 .div_desktop .desktop .wrapper .desc .upper table:last-child th {
  width: 160px;
  text-align: left;
}

.product .content#content_1 .div_desktop .desktop .wrapper .desc .more {
  margin-top: 30px;
  margin-bottom: 30px;
}

.product .content#content_2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 70vh;
}

.product .content#content_2 h1 {
  font-size: 30px;
  color: #C99A64;
}

.product .content#content_2 .icons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.product .content#content_2 .icons div {
  background-color: #C99A64;
  padding: 20px 30px;
  margin: 20px 10px;
  border-radius: 10px;
  -webkit-box-shadow: 0px 5px 5px #1f242c;
          box-shadow: 0px 5px 5px #1f242c;
}

.product .content#content_2 .icons div i {
  font-size: 30px;
  color: #384150;
}

.footer {
  background-color: #212121;
  width: 100%;
  height: 25vh;
  position: absolute;
  bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.footer .wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.footer .wrapper .logo {
  width: 40px;
  height: 80%;
}

.footer .wrapper .logo img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.footer .wrapper .text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding-left: 20px;
}

.footer .wrapper .text h1 {
  color: white !important;
  font-size: 18px;
  margin: 0;
}

.footer .wrapper .text h4 {
  color: white;
  margin-top: 0;
  margin-left: 2px;
  font-size: 15px;
}

.footer ul {
  margin-top: 30px;
}

.footer ul li a {
  display: block;
  font-size: 15px;
  text-decoration: none;
  color: white;
  padding: 0 20px;
  font-weight: bold;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

.footer ul li a:hover {
  color: white;
}

.footer h3 {
  margin-top: 30px;
  font-size: 10px;
  color: white;
  font-weight: normal;
}

@-webkit-keyframes animasi_muncul_nama_produk {
  0% {
    bottom: -20%;
  }
  50% {
    bottom: 30px;
  }
  100% {
    bottom: 20px;
  }
}

@keyframes animasi_muncul_nama_produk {
  0% {
    bottom: -20%;
  }
  50% {
    bottom: 30px;
  }
  100% {
    bottom: 20px;
  }
}

@-webkit-keyframes animasi_tutup_nama_produk {
  0% {
    bottom: 20px;
  }
  50% {
    bottom: 30px;
  }
  100% {
    bottom: 0;
  }
}

@keyframes animasi_tutup_nama_produk {
  0% {
    bottom: 20px;
  }
  50% {
    bottom: 30px;
  }
  100% {
    bottom: 0;
  }
}

.animasi_muncul_nama_produk {
  -webkit-animation: animasi_muncul_nama_produk 0.5s;
  animation: animasi_muncul_nama_produk 0.5s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}

.animasi_tutup_nama_produk {
  -webkit-animation: animasi_tutup_nama_produk 0.6s;
  animation: animasi_tutup_nama_produk 0.6s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}

@-webkit-keyframes animasi_muncul_menu {
  0% {
    right: -150%;
  }
  100% {
    right: 0;
  }
}

@keyframes animasi_muncul_menu {
  0% {
    right: -150%;
  }
  100% {
    right: 0;
  }
}

@-webkit-keyframes animasi_tutup_menu {
  0% {
    right: 0;
  }
  100% {
    right: -150%;
  }
}

@keyframes animasi_tutup_menu {
  0% {
    right: 0;
  }
  100% {
    right: -150%;
  }
}

.animasi_muncul_menu {
  -webkit-animation: animasi_muncul_menu 0.3s;
  animation: animasi_muncul_menu 0.3s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}

.animasi_tutup_menu {
  -webkit-animation: animasi_tutup_menu 1s;
  animation: animasi_tutup_menu 1s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}

@media (max-width: 1360px) {
  .about .content#content_2 .description .topper .text {
    width: 90%;
  }
  .about .content#content_4 .div_visi p, .about .content#content_4 .div_visi ul li, .about .content#content_4 .div_motto p, .about .content#content_4 .div_motto ul li {
    font-size: 20px;
  }
}

@media (max-width: 1300px) {
  .home .content#content_3 #title {
    top: 85vh;
  }
  .home .content#content_3 .list .list_items {
    width: 20%;
    height: 70%;
  }
  .home .content#content_4 #title {
    top: 85vh;
  }
  .product .content#content_1 .product_images .product_preview {
    left: 10%;
    width: 40%;
  }
  .product .content#content_1 .product_images .product_photos {
    left: 10%;
    width: 40%;
  }
  .product .content#content_1 .product_desc {
    left: 51%;
    width: 42%;
  }
  .product .content#content_1 .product_desc .desc pre h1 {
    font-size: 23px;
  }
  .materials .content#content_4 .img pre {
    font-size: 20px;
  }
}

@media (max-width: 1280px) {
  .about .content#content_2 .wrap .description .topper .text h2 {
    font-size: 20px;
  }
}

@media (max-width: 1240px) {
  .about .content#content_2 .description .content_description p {
    font-size: 14px;
  }
  .materials .content#content_5 .img pre {
    font-size: 17px;
  }
}

@media (max-width: 1230px) {
  .about .content#content_2 .description .topper .text h2 {
    font-size: 23px;
  }
}

@media (max-width: 1200px) {
  .home .content#content_4 .quality_desc p, .home .content#content_4 .materials_desc p {
    font-size: 14px;
  }
}

@media (max-width: 1175px) {
  .materials .content#content_4 .title h4 {
    font-size: 12px;
  }
  .materials .content#content_4 .products .img_preview .desc .upper div {
    min-width: 180px;
  }
  .materials .content#content_4 .products .img_preview .desc .upper div ul li {
    font-size: 15px;
  }
  .materials .content#content_4 .products .img_preview .desc .more {
    font-size: 15px;
  }
}

@media (max-width: 1160px) {
  .home .content#content_3 .list .list_items .desc_item p {
    font-size: 11px;
  }
  .materials .content#content_4 .products .img_preview .desc .upper div {
    min-width: 180px;
    margin: 1px;
  }
  .materials .content#content_4 .products .img_preview .desc .upper div ul li {
    font-size: 13px;
  }
  .materials .content#content_4 .products .img_preview .desc .more {
    font-size: 15px;
  }
}

@media (max-width: 1110px) {
  .menu_atas ul li {
    padding: 20px 20px;
  }
  .menu_atas ul li a {
    font-size: 12px;
  }
  .home .content#content_1 .intro {
    left: 47%;
    width: 70%;
  }
  .home .content#content_2 .title {
    left: 5%;
  }
  .home .content#content_2 .wrap .profile_company {
    left: 5%;
    width: 45%;
  }
  .home .content#content_2 .wrap .description {
    width: 45%;
  }
  .home .content#content_3 #title {
    left: 6%;
  }
  .home .content#content_3 .list .list_items {
    width: 25%;
    height: 70%;
  }
  .home .content#content_4 #title {
    left: 6%;
  }
  .home .content#content_4 .quality .img {
    left: 10%;
    width: 40%;
  }
  .home .content#content_4 .quality_desc {
    width: 40%;
  }
  .home .content#content_4 .materials_desc {
    left: 10%;
    width: 40%;
  }
  .home .content#content_4 .materials .img {
    width: 40%;
  }
  .about .content#content_2 .title {
    left: 5%;
  }
  .about .content#content_2 .wrap .profile_company {
    left: 5%;
    width: 45%;
  }
  .about .content#content_2 .wrap .description {
    width: 45%;
  }
  .about .content#content_4 .motto, .about .content#content_4 .visi {
    width: 40%;
    margin: 50px 20px;
  }
  .materials .content#content_4 .img pre {
    font-size: 18px;
  }
}

@media (max-width: 1050px) {
  .menu_atas ul li {
    padding: 20px 20px;
  }
  .menu_atas ul li a {
    font-size: 12px;
  }
  .home .content#content_1 .intro {
    left: 47%;
    width: 70%;
  }
}

@media (max-width: 1024px) {
  .product .content#content_1 .product_images .product_preview {
    left: 5%;
    width: 40%;
  }
  .product .content#content_1 .product_images .product_photos {
    left: 5%;
    width: 40%;
  }
  .product .content#content_1 .product_desc {
    left: 47%;
    width: 48%;
  }
  .product .content#content_1 .product_desc .desc pre h1 {
    font-size: 23px;
  }
}

@media (max-width: 950px) {
  .home .content#content_4 .quality_desc p, .home .content#content_4 .materials_desc p {
    font-size: 12px;
  }
  .materials .content#content_4 .products .img_preview .desc .upper div {
    min-width: 150px;
  }
  .materials .content#content_4 .products .img_preview .desc .upper div ul li {
    font-size: 12px;
  }
  .materials .content#content_4 .products .img_preview .desc .upper div ul li h4 {
    font-size: 17px;
  }
  .materials .content#content_4 .products .img_preview .desc .more {
    font-size: 15px;
  }
  .about .content#content_4 .motto h1, .about .content#content_4 .visi h1 {
    font-size: 20px;
  }
}

@media (max-width: 900px) {
  .home .content#content_4 .quality_desc {
    font-size: 11px;
  }
  .home .content#content_4 .materials_desc {
    font-size: 11px;
  }
}

@media (max-width: 858px) {
  .home .content#content_2 .wrap .description h2 {
    font-size: 22px;
  }
  .home .content#content_2 .wrap .description p {
    font-size: 13px;
  }
}

@media (max-width: 890px) {
  .home .content#content_3 .list .list_items .desc_item {
    left: 0;
    right: 0;
    bottom: 0;
    height: 150px;
  }
}

@media (max-width: 870px) {
  .menu_atas ul li {
    padding: 20px 8px;
  }
  .menu_atas ul li a {
    font-size: 10px;
  }
}

@media (max-width: 850px) {
  .materials .content#content_1 #title h4 {
    font-size: 50px;
  }
  .materials .content#content_1 #title h3 {
    font-size: 20px;
  }
  .materials .content#content_2 .title {
    left: 5%;
  }
  .materials .content#content_2 .div_images {
    width: 90%;
  }
  .materials .content#content_2 .div_images .img_preview .previewed .text h1 {
    font-size: 30px;
  }
  .materials .content#content_3 .title {
    width: 90%;
  }
  .materials .content#content_3 .div_images {
    width: 90%;
  }
  .materials .content#content_3 .div_images .img_preview .previewed .text h1 {
    font-size: 30px;
  }
  .materials .content#content_4 .title {
    width: 90%;
  }
  .materials .content#content_4 .products {
    width: 90%;
  }
  .materials .content#content_5 .img {
    width: 80%;
    left: 5%;
  }
  .materials .content#content_5 .img pre {
    font-size: 15px;
  }
  .materials .content#content_5 .title {
    left: 86%;
  }
  .materials .content#content_6 .map {
    width: 80%;
  }
  .materials .content#content_7 .title {
    left: 5%;
  }
  .materials .content#content_7 .div_images {
    width: 90%;
  }
  .materials .content#content_7 .div_images .img_preview .previewed .text h1 {
    font-size: 30px;
  }
  .product .content#content_1 .title {
    font-size: 11px;
  }
  .product .content#content_1 .wrapper .desc {
    padding: 0 10px;
  }
  .product .content#content_1 .wrapper .desc .upper table {
    font-size: 11px;
  }
  .product .content#content_1 .wrapper .desc .upper table:last-child th {
    width: 100px;
  }
  .product .content#content_1 .wrapper .desc .more {
    font-size: 11px;
  }
}

@media (max-width: 830px) {
  .footer .wrapper .text h1 {
    font-size: 15px !important;
  }
  .footer .wrapper .text h4 {
    font-size: 12px !important;
  }
  .footer ul li a, .footer h3 {
    font-size: 9px !important;
  }
}

@media (max-width: 750px) {
  .home .content#content_1 .intro #title {
    margin: 0;
  }
  .home .content#content_1 .intro #title h4 {
    font-size: 30px;
  }
  .home .content#content_1 .intro h3 {
    font-size: 11px;
  }
  .home .content#content_1 .intro .div_btn div:first-child {
    font-size: 11px;
    padding: 5px 10px 5px 15px;
    border-radius: 5px;
  }
  .home .content#content_1 .intro .div_btn div:last-child {
    font-size: 11px;
  }
  .home .content#content_2 .wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    height: auto;
  }
  .home .content#content_2 .wrap .profile_company {
    width: 90%;
    height: 40vh;
  }
  .home .content#content_2 .wrap .description {
    width: 90%;
    height: 40vh;
    padding-bottom: 0;
  }
  .home .content#content_2 .wrap .description .content_description .read_more h4 {
    font-size: 11px;
  }
  .home .content#content_3 .list .list_items .desc_item p {
    font-size: 9px;
  }
  .about .content#content_1 #title {
    margin: 0;
  }
  .about .content#content_1 #title h4 {
    font-size: 30px;
  }
  .about .content#content_2 .title pre {
    font-size: 10px;
  }
  .about .content#content_2 .wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    height: auto;
  }
  .about .content#content_2 .wrap .profile_company {
    width: 90%;
    height: 40vh;
  }
  .about .content#content_2 .wrap .description {
    width: 90%;
    height: 40vh;
    padding-bottom: 0;
  }
  .about .content#content_2 .wrap .description .topper .text h2 {
    font-size: 15px;
  }
  .about .content#content_2 .wrap .description .content_description p {
    font-size: 11px;
  }
  .about .content#content_3 .wrapper .story .description p {
    font-size: 15px;
  }
  .about .content#content_4 h1 {
    font-size: 17px;
  }
  .about .content#content_4 .div_motto ul li {
    font-size: 15px;
  }
  .about .content#content_4 .div_visi p {
    font-size: 15px;
  }
  .contact_us .content#content_1 #title {
    margin: 0;
  }
  .contact_us .content#content_1 #title h4 {
    font-size: 30px;
  }
  .contact_us .content#content_2 .desc div:not(#border) {
    width: 250px;
    height: 120px;
  }
  .contact_us .content#content_2 .desc div:not(#border) i {
    font-size: 20px;
  }
  .contact_us .content#content_2 .desc div:not(#border) h3 {
    font-size: 13px;
  }
  .contact_us .content#content_2 .desc div:not(#border) h4 {
    font-size: 11px;
  }
  .contact_us .content#content_2 .desc #border {
    height: 120px;
  }
  .contact_us .content#content_3 .icons div {
    padding: 15px 25px;
  }
  .contact_us .content#content_3 .icons div i {
    font-size: 20px;
  }
  .product .content#content_1 .div_mobile {
    display: block;
  }
  .product .content#content_1 .div_desktop {
    display: none;
  }
}

@media (max-width: 670px) {
  .menu_atas {
    display: none;
  }
  .menu_atas_responsive {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
  .menu_atas_responsive ul li {
    padding: 15px 10px;
  }
  .menu_atas_responsive ul li a {
    font-size: 10px;
  }
  .menu_atas_responsive ul li i {
    font-size: 10px;
  }
  .map {
    width: 90%;
  }
  .home .content#content_1 .intro {
    display: block;
  }
  .home .content#content_1 .intro #title h4 {
    font-size: 12px;
  }
  .home .content#content_1 .intro h3 {
    font-size: 11px;
  }
  .home .content#content_1 .intro .div_btn div:first-child {
    font-size: 8px;
    padding: 5px 10px 5px 15px;
    border-radius: 5px;
  }
  .home .content#content_1 .intro .div_btn div:last-child {
    font-size: 11px;
  }
  .home .content#content_1 iframe {
    width: 90%;
  }
  .home .content#content_2 .title {
    font-size: 9px;
    width: 100%;
    text-align: center;
  }
  .home .content#content_2 .wrap {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .home .content#content_2 .wrap .profile_company {
    height: 20vh;
  }
  .home .content#content_2 .wrap .description {
    height: 50vh;
    padding-bottom: 40px;
  }
  .home .content#content_2 .wrap .description h2 {
    font-size: 1em;
    margin: 15px 40px 5px 40px;
  }
  .home .content#content_2 .wrap .description h3 {
    margin: 5px 40px;
  }
  .home .content#content_2 .wrap .description .border {
    margin: 5px 40px;
  }
  .home .content#content_2 .wrap .description .content_description {
    margin: 5px 40px;
    max-height: 70%;
    overflow-y: auto;
  }
  .home .content#content_2 .wrap .description .content_description h2 {
    font-size: 11px;
  }
  .home .content#content_2 .wrap .description .content_description p {
    font-size: 11px;
  }
  .home .content#content_2 .wrap .description .content_description .read_more {
    bottom: 10px;
  }
  .home .content#content_2 .wrap .description .content_description .read_more h4 {
    font-size: 9px;
  }
  .home .content#content_3 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    position: relative;
  }
  .home .content#content_3 #title {
    position: absolute;
    font-size: 12px;
    top: 85vh;
    left: 12%;
    text-align: center;
    -webkit-transform: translateY(-50%) rotate(270deg);
            transform: translateY(-50%) rotate(270deg);
  }
  .home .content#content_3 .list {
    height: 80%;
    width: 65%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .home .content#content_3 .list .list_items {
    width: 100%;
  }
  .home .content#content_3 .list .list_items .desc_item {
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    height: 100%;
  }
  .home .content#content_3 .list .list_items .desc_item h4 {
    font-size: 11px;
  }
  .home .content#content_3 .list .list_items .desc_item p {
    font-size: 9px;
  }
  .home .content#content_3 .list .list_items .desc_item #read_more {
    right: 0;
    bottom: 30px;
  }
  .home .content#content_3 #list_2 {
    display: none;
  }
  .home .content#content_4 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .home .content#content_4 #title {
    position: absolute;
    font-size: 12px;
    top: 85vh;
    left: 12%;
    text-align: center;
    -webkit-transform: translateY(-50%) rotate(270deg);
            transform: translateY(-50%) rotate(270deg);
  }
  .home .content#content_4 .quality .img {
    left: 20%;
    width: 70%;
    height: 30%;
  }
  .home .content#content_4 .quality_desc {
    top: 40%;
    width: 70%;
    height: 10%;
    left: 20%;
  }
  .home .content#content_4 .quality_desc pre {
    margin: 5px 20px 0 20px;
    font-size: 9px;
  }
  .home .content#content_4 .quality_desc p {
    display: none;
  }
  .home .content#content_4 .materials .img {
    z-index: 1;
    left: 20%;
    width: 70%;
    height: 30%;
    top: 50%;
  }
  .home .content#content_4 .materials_desc {
    z-index: 2;
    top: 80%;
    width: 70%;
    height: 10%;
    left: 20%;
  }
  .home .content#content_4 .materials_desc pre {
    margin: 5px 20px 0 20px;
    font-size: 9px;
  }
  .home .content#content_4 .materials_desc p {
    display: none;
  }
  .home .content#content_4 .read_more {
    right: 0;
    bottom: 5px;
  }
  .home .content#content_4 .read_more pre {
    font-size: 9px;
  }
  .home .content#content_5 h1 {
    font-size: 20px;
  }
  .home .content#content_5 .icons div {
    padding: 10px 15px;
    margin: 10px 10px;
  }
  .home .content#content_5 .icons div i {
    font-size: 15px;
    color: #384150;
  }
  .about .content#content_1 #title h4 {
    font-size: 12px;
  }
  .about .content#content_2 .title {
    font-size: 20px;
    margin-left: 0;
  }
  .about .content#content_2 .title pre {
    font-size: 10px;
  }
  .about .content#content_2 .wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .about .content#content_2 .wrap .profile_company {
    width: 90%;
    height: 30vh;
  }
  .about .content#content_2 .wrap .description {
    width: 90%;
    height: 40vh;
    max-height: 40vh;
    overflow-x: auto;
  }
  .about .content#content_2 .wrap .description .topper .text h2 {
    font-size: 11px;
  }
  .about .content#content_2 .wrap .description .topper .text h3 {
    font-size: 10px;
    margin: 0px 40px 0 40px;
  }
  .about .content#content_2 .wrap .description .content_description p {
    font-size: 11px;
  }
  .about .content#content_3 .title {
    font-size: 20px;
    margin-left: 0;
  }
  .about .content#content_3 .title pre {
    font-size: 10px;
  }
  .about .content#content_3 .wrapper .story h4 {
    font-size: 70px;
    left: -25%;
  }
  .about .content#content_3 .wrapper .story .description {
    width: 30vh;
  }
  .about .content#content_3 .wrapper .story .description h1 {
    font-size: 17px;
    text-align: left;
  }
  .about .content#content_3 .wrapper .story .description p {
    font-size: 11px;
    max-height: 50vh;
    overflow-y: auto;
  }
  .about .content#content_4 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: start;
  }
  .about .content#content_4 .motto {
    width: 90%;
    height: 30%;
    margin: 20px 20px;
  }
  .about .content#content_4 .motto .div_motto li {
    font-size: 11px;
    margin: 5px 0;
    line-height: 15px;
  }
  .about .content#content_4 .visi {
    width: 90%;
    height: 30%;
    margin: 40px 20px;
  }
  .about .content#content_4 .visi .div_visi p {
    font-size: 11px;
    line-height: 15px;
  }
  .contact_us .content#content_1 #title h4 {
    font-size: 12px;
  }
  .contact_us .content#content_2 h1 {
    font-size: 20px;
  }
  .contact_us .content#content_2 .desc {
    margin-top: 10px;
  }
  .contact_us .content#content_2 .desc div:not(#border) {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: start;
    width: 50%;
    text-align: center;
    padding: 20px 10px;
    height: 150px;
  }
  .contact_us .content#content_2 .desc div:not(#border) h4 {
    font-size: 9px;
  }
  .contact_us .content#content_2 .desc #border {
    height: 150px;
    margin: 10px 0;
  }
  .contact_us .content#content_2 .send {
    margin-top: 10px;
    padding: 0 50px;
  }
  .contact_us .content#content_2 .send h4 {
    margin: 0;
    font-size: 10px;
  }
  .contact_us .content#content_2 .send h4:last-of-type {
    margin-bottom: 0;
  }
  .contact_us .content#content_2 .send input {
    margin: 4px 0;
    width: 150px;
    font-size: 11px;
  }
  .contact_us .content#content_2 .send textarea {
    height: 50px;
    margin: 4px 0;
    width: 150px;
    font-size: 11px;
  }
  .contact_us .content#content_2 .send button {
    font-size: 11px;
    padding: 5px 20px;
    margin-top: 5px;
  }
  .contact_us .content#content_3 .icons div {
    padding: 10px 15px;
  }
  .contact_us .content#content_3 .icons div i {
    font-size: 15px;
    color: #384150;
  }
  .materials .content#content_1 #title h4 {
    font-size: 12px;
  }
  .materials .content#content_2 .title {
    font-size: 11px;
  }
  .materials .content#content_3 .title {
    font-size: 11px;
  }
  .materials .content#content_4 .title {
    font-size: 11px;
  }
  .materials .content#content_5 .img pre {
    font-size: 11px;
  }
  .materials .content#content_5 .img pre h1 {
    text-align: left;
  }
  .materials .content#content_6 .title {
    font-size: 11px;
  }
  .materials .content#content_6 .map {
    width: 90%;
  }
  .materials .content#content_6 .icons div {
    padding: 10px 15px;
  }
  .materials .content#content_6 .icons div i {
    font-size: 15px;
    color: #384150;
  }
  .materials .content#content_7 .title {
    font-size: 11px;
  }
  .product .content#content_1 .mobile .title {
    margin-left: 10%;
    font-size: 11px;
  }
}

@media (max-width: 575px) {
  .footer .wrapper .text h1 {
    font-size: 12px !important;
  }
  .footer .wrapper .text h4 {
    font-size: 9px !important;
  }
  .footer ul li a, .footer h3 {
    font-size: 8px !important;
  }
}

@media (max-width: 470px) {
  .footer .wrapper .logo {
    display: none !important;
  }
  .footer .wrapper .text {
    padding: 0 20px !important;
  }
  .footer .wrapper .text h1 {
    text-align: center !important;
  }
  .footer .wrapper .text h4 {
    text-align: center !important;
  }
  .footer ul {
    display: none !important;
  }
}

@media (max-height: 660px) {
  .about .content#content_2 .wrap .description .content_description {
    max-height: 40%;
    height: 100%;
    overflow-y: auto;
  }
}

@media (max-height: 600px) {
  .home .content#content_2 .wrap .description .content_description {
    max-height: 50%;
    height: 100%;
    overflow-y: auto;
  }
  .about .content#content_2 .wrap .description .content_description {
    max-height: 40%;
    height: 100%;
    overflow-y: auto;
  }
  .home .content#content_4 .quality_desc p {
    max-height: 40%;
    height: 100%;
    overflow-y: auto;
  }
}
/*# sourceMappingURL=css.css.map */