strong {
    color: rgb(95, 95, 95);
}


/* .carousel-item {
    height: auto;
    max-height: 500px;
}

.carousel-caption {
    margin-top: 10%;
    padding-left: 2%;
} */

.carousel-caption h5 {
    font-size: 45px;
    text-transform: uppercase;
    text-align: left;
    letter-spacing: 2px;
    margin-top: 25px;
    font-family: merienda;
}

.carousel-caption p {
    font-size: 18px;
    text-transform: uppercase;
    text-align: left;
    letter-spacing: 2px;
    margin-top: 25px;
    font-family: 'Poppins', sans-serif;
}

.carousel-caption a {
    text-transform: uppercase;
    background: #262626;
    padding: 10px 30px;
    display: inline-block;
    color: #fff;
    margin-top: 15px;
}

#search {
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.7);
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    -webkit-transform: translate(0px, -100%) scale(0, 0);
    -moz-transform: translate(0px, -100%) scale(0, 0);
    -o-transform: translate(0px, -100%) scale(0, 0);
    -ms-transform: translate(0px, -100%) scale(0, 0);
    transform: translate(0px, -100%) scale(0, 0);
    opacity: 0;
}

#search.open {
    -webkit-transform: translate(0px, 0px) scale(1, 1);
    -moz-transform: translate(0px, 0px) scale(1, 1);
    -o-transform: translate(0px, 0px) scale(1, 1);
    -ms-transform: translate(0px, 0px) scale(1, 1);
    transform: translate(0px, 0px) scale(1, 1);
    opacity: 1;
    z-index: 1;
}

#search input[type="search"] {
    position: absolute;
    top: 50%;
    width: 100%;
    color: rgb(255, 255, 255);
    background: rgba(0, 0, 0, 0);
    font-size: 60px;
    font-weight: 300;
    text-align: center;
    border: 0px;
    margin: 0px auto;
    margin-top: -51px;
    padding-left: 30px;
    padding-right: 30px;
    outline: none;
}

#search .btn {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: 61px;
    margin-left: -45px;
}

#search .close {
    position: fixed;
    top: 90px;
    right: 15px;
    color: #fff;
    background-color: #428bca;
    border-color: #357ebd;
    opacity: 1;
    padding: 10px 17px;
    font-size: 27px;
    z-index: 10;
}


/* }
    .navbar-nav a {
      font-family: poppins;
      font-size: 18px;
      text-transform: uppercase;
      font-weight: bold;
    }
    .navbar-light .navbar-brand {
      color: rgb(0, 0, 0);
      font-size: 25px;
      text-transform: uppercase;
      font-weight: bold;
      letter-spacing: 2px;
    }
    .navbar-light .navbar-nav .active>.nav-link, .navbar-light .navbar-nav .nav-link.active, .navbar-light .navbar-nav .nav-link.show, .navbar-light .navbar-nav .show>.nav-link {
      color: rgb(0, 0, 0);
    }
    .navbar-light .navbar-nav .nav-link {
      color: rgb(0, 0, 0);
    }
    .navbar-nav {
      text-align: center;
    }
    .nav-link {
      padding: .2rem 1rem;
    }
    .nav-link.active, .nav-link:focus {
      color: rgb(0, 0, 0);
    }
    .navbar-toggler {
      padding: 1px 5px;
      font-size: 18px;
      line-height: 0.3;
      background: rgb(0, 0, 0);
    }
    .navbar-light .navbar-nav .nav-link:focus, .navbar-light .navbar-nav .nav-link:hover {
      color: rgb(0, 0, 0);
    }
    /* .w-100 {
      height: 100vh;
    } */


/* @media only screen and (max-width: 100%) {
      .navbar-nav.ml-auto {
        background: rgba(0, 0, 0, 0.5);
      }
      .navbar-nav a {
        font-size: 14px;
        font-weight: normal;
      }
    } */

.navbar-default {
    transition: 500ms ease;
    background: transparent;
}

.navbar-default.scrolled {
    /* background: #010041; */
    /* background-color: #212A2F; */
    /* background-color: #3b3b3b; */
    background-color: #5f5f5f;
    /* background-color: #242e34; */
}

.navbar-black {
    /* background-color: #3b3b3b; */
    background-color: #5f5f5f;
    /* background-color: #212A2F; */
    /* background-color: #242e34; */
}

.img-responsive {
    width: 100%;
    height: auto;
}

.btn-release a {
    padding-left: 7px;
    padding-right: 7px;
    padding-top: 7px;
    padding-bottom: 7px;
    text-decoration: none;
    border-radius: 8px;
}

.btn-release a:hover {
    text-decoration: none;
    color: gray;
}

@media screen and (max-width: 320px) {
    .img-news {
        width: 100%;
        height: 240px;
    }
    .img-kategori {
        max-width: 100%;
    }
    .img-detail {
        margin-left: auto;
        margin-right: auto;
        display: block;
        max-width: 275px;
        max-height: 300px;
        margin-bottom: 25px;
    }
    .news-detail {
        padding-top: 100px;
    }
    .isi-news img {
        max-width: 270px;
        max-height: 150px;
    }
    
    .isi-news {
        text-align: justify;
        padding-left: 15px;
        padding-right: 15px;
    }
    .gambar-release {
        max-width: 100%;
        max-height: 95%;
        margin-left: auto;
        margin-right: auto;
        display: block;
        margin-bottom: 15px;
    }
    .tombol {
        margin-bottom: 15px;
        margin-top: 20px;
        padding-right: 40px;
        width: 100%
    }
    .img-sub-produk {
        /*max-width: 75%;*/
        margin-top: 6%;
        /*margin-left: 15%;*/
    }
    #prspek p img {
        max-width: 60%;
    }
}

@media screen and (min-width: 325px) and (max-width: 650px) {
    .img-news {
        width: 100%;
        height: 240px;
    }
    .img-kategori {
        max-width: 100%;
    }
    .img-detail {
        margin-left: auto;
        margin-right: auto;
        display: block;
        max-width: 90%;
        max-height: 75%;
        margin-bottom: 25px;
    }
    .isi-news img {
        max-width: 350px;
        max-height: 150px;
        margin-left: auto;
        margin-right: auto;
        display: block;
    }
    .news-detail {
        padding-top: 150px;
    }
    .isi-news {
        text-align: justify;
        padding-left: 15px;
        padding-right: 15px;
    }
    .gambar-release {
        max-width: 100%;
        max-height: 95%;
        margin-left: auto;
        margin-right: auto;
        display: block;
        margin-bottom: 15px;
    }
    #btn-katalog {
        width: 100%;
    }
    .tombol {
        margin-bottom: 15px;
        margin-top: 20px;
        padding-right: 40px;
        width: 100%
    }
    .img-sub-produk {
        /*max-width: 75%;*/
        margin-top: 6%;
        /*margin-left: 15%;*/
    }
    #prspek p img {
        max-width: 60%;
    }
}

@media screen and (min-width: 651px) and (max-width: 1024px) {
    .img-news {
        max-width: 100%;
        max-height: 250px;
    }
    .img-kategori {
        max-width: 100%;
    }
    .img-detail {
        margin-left: auto;
        margin-right: auto;
        display: block;
        max-width: 720px;
        max-height: 720px;
        margin-bottom: 25px;
    }
    .isi-news img {
        max-width: 950px;
        max-height: 550px;
        margin-left: auto;
        margin-right: auto;
        display: block;
    }
    .news-detail {
        padding-top: 150px;
    }
    .isi-news {
        text-align: justify;
    }
    .gambar-release {
        max-width: 100%;
        max-height: 95%;
        margin-left: auto;
        margin-right: auto;
        display: block;
        margin-bottom: 15px;
    }
    .judul-release {
        font-size: 20px;
    }
    .tombol {
        margin-bottom: 15px;
        margin-top: 20px;
        padding-right: 40px;
        width: 100%
    }
    .img-sub-produk {
        /*max-width: 75%;*/
        margin-top: 6%;
        /*margin-left: 15%;*/
    }
    #prspek p img {
        max-width: 75%;
    }
}

@media screen and (min-width: 1025px) and (max-width: 1367px) {
    .img-news {
        max-width: 100%;
        max-height: 250px;
    }
    .img-kategori {
        max-width: 100%;
    }
    .img-detail {
        margin-left: auto;
        margin-right: auto;
        display: block;
        max-width: 720px;
        max-height: 720px;
        margin-bottom: 25px;
    }
    .isi-news img {
        max-width: 1280px;
        margin-left: auto;
        margin-right: auto;
        display: block;
    }
    .news-detail {
        padding-top: 150px;
    }
    .isi-news {
        text-align: justify;
    }
    .gambar-release {
        max-width: 100%;
        max-height: 95%;
        margin-left: auto;
        margin-right: auto;
        display: block;
        margin-bottom: 15px;
    }
    .tombol {
        margin-bottom: 15px;
        margin-top: 20px;
        width: 100%;
    }
    .img-sub-produk {
        /*max-width: 75%;*/
        margin-top: 6%;
        /*margin-left: 15%;*/
    }
}

@media screen and (min-width: 1368px) and (max-width: 2560px) {
    .img-news {
        width: 100%;
        height: 240px;
    }
    .img-kategori {
        max-width: 100%;
        height: 50%
    }
    .img-detail {
        margin-left: auto;
        margin-right: auto;
        display: block;
        max-width: 85%;
        max-height: 50%;
        margin-bottom: 25px;
    }
    .news-detail {
        padding-top: 150px;
    }
    .isi-news img {
        max-width: 1368px;
        margin-left: auto;
        margin-right: auto;
        display: block;
    }
    .isi-news {
        text-align: justify;
    }
    .gambar-release {
        max-width: 100%;
        max-height: 95%;
        margin-left: auto;
        margin-right: auto;
        display: block;
        margin-bottom: 15px;
    }
    .tombol {
        margin-bottom: 15px;
        margin-top: 20px;
        width: 100%;
    }
    .img-sub-produk {
        /*max-width: 75%;*/
        margin-top: 6%;
        /*margin-left: 15%;*/
    }
}


/* @media (max-width: 992px) {
    .img-news {
        width: 100%;
        height: 150px;
    }
} */


/* .active {
        background-color: #0988A9 !important;
        color: #DAD9DE !important;
    } */

.img-header {
    width: 100%;
    max-height: 900px;
}

.img-center {
    margin-left: 20%;
    margin-right: 20%;
}


/* .img-logo {
    height: 30px;
    width: 40px;
    border-radius: 8px;
    border: 2px black;
    margin-right: 8px;
} */

.section {
    padding-top: 5%;
    padding-bottom: 5%;
}

.column {
    padding-bottom: 5%;
}

@import url(../font/Poppins-Regular.ttf);
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: 'Poppins', sans-serif;
}


/* html,body{
      height: 100%;
      place-items: center;
      text-align: center;
      background: #f2f2f2;
    } */


/* Home Slider */

.slider {
    max-width: 1100px;
    display: flex;
}

.slider .card {
    flex: 1;
    margin: 0 10px;
    background: #fff;
}

.slider .card .img {
    height: 200px;
    width: 100%;
}

.slider .card .img img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.slider .card .content {
    padding: 10px 20px;
}

.card .content .title {
    font-size: 25px;
    font-weight: 600;
}

.card .content .sub-title {
    font-size: 20px;
    font-weight: 600;
    color: #e74c3c;
    line-height: 20px;
}

.card .content p {
    text-align: justify;
    margin: 10px 0;
}

.card .content .btn {
    display: block;
    text-align: left;
    margin: 10px 0;
}

.card .content .btn button {
    background: #e74c3c;
    color: #fff;
    border: none;
    outline: none;
    font-size: 17px;
    padding: 5px 8px;
    border-radius: 5px;
    cursor: pointer;
    transition: 0.2s;
}

.card .content .btn button:hover {
    transform: scale(0.9);
}

@media screen and (min-width: 1024px) and (max-width: 1367px) {
    .lt-news-img {
        max-width: 100%;
        max-height: 50%;
        height: 250px;
        margin-left: auto;
        margin-right: auto;
        display: block;
        padding-bottom: 15px;
    }
    .lt-news a {
        text-decoration: none;
        color: black;
    }
    .lt-news h4 {
        padding-left: 15px;
        padding-right: 15px;
    }
    /* .lt-news p {
        padding-left: 15px;
        padding-right: 15px;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 1;
        number of lines to show
        -webkit-box-orient: vertical;
    } */
    /* .news-r p {
        padding-left: 15px;
        padding-right: 15px;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 1;
        number of lines to show
        -webkit-box-orient: vertical;
    } */
    /* .limit-cr {
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 3;
        number of lines to show
        -webkit-box-orient: vertical;
    } */
    .card-read-more a {
        text-decoration: none;
        color: red;
    }
    .card-read-more a:hover {
        color: black;
        text-decoration: none;
    }
}

@media screen and (min-width: 1368px) and (max-width: 2560px) {
    .lt-news-img {
        max-width: 100%;
        height: 270px;
        margin-left: auto;
        margin-right: auto;
        display: block;
        padding-bottom: 15px;
    }
    .lt-news a {
        text-decoration: none;
        color: black;
    }
    .lt-news h4 {
        padding-left: 15px;
        padding-right: 15px;
    }
    /* .lt-news p {
        padding-left: 15px;
        padding-right: 15px;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 1;
        -webkit-box-orient: vertical;
    } */
    /* .news-r p {
        padding-left: 15px;
        padding-right: 15px;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 1;
        number of lines to show
        -webkit-box-orient: vertical;
    } */
    .card-read-more a {
        text-decoration: none;
        color: red;
    }
    .card-read-more a:hover {
        color: black;
        text-decoration: none;
    }
}

@media screen and (min-width: 769px) and (max-width: 1024px) {
    .lt-news-img {
        max-width: 100%;
        max-height: 50%;
        display: block;
    }
    .lt-news a {
        text-decoration: none;
        color: black;
    }
    .lt-news h4 {
        padding-left: 15px;
        padding-right: 15px;
    }
    .lt-news p {
        padding-left: 15px;
        padding-right: 15px;
    }
    .card-read-more a {
        text-decoration: none;
        color: red;
    }
    .card-read-more a:hover {
        color: black;
        text-decoration: none;
    }
}

@media screen and (min-width: 652px) and (max-width: 768px) {
    .lt-news-img {
        max-width: 100%;
        max-height: 50%;
        display: block;
    }
    .lt-news a {
        text-decoration: none;
        color: black;
    }
    .lt-news h4 {
        padding-left: 15px;
        padding-right: 15px;
        padding-top: 15px;
        font-size: 20px;
    }
    .lt-news p {
        padding-left: 15px;
        padding-right: 15px;
    }
    .card-read-more a {
        text-decoration: none;
        color: red;
    }
    .card-read-more a:hover {
        color: black;
        text-decoration: none;
    }
}

@media screen and (max-width: 650px) {
    .lt-news-img {
        max-width: 100%;
        max-height: 50%;
        display: block;
    }
    .lt-news a {
        text-decoration: none;
        color: black;
    }
    .lt-news h4 {
        padding-left: 15px;
        padding-right: 15px;
        padding-top: 15px;
    }
    .lt-news p {
        padding-left: 15px;
        padding-right: 15px;
    }
    .card-read-more a {
        text-decoration: none;
        color: red;
    }
    .card-read-more a:hover {
        color: black;
        text-decoration: none;
    }
}


/* About us Slider */

.slider1 {
    /* border:10px solid  #29a8e2; */
    position: relative;
    overflow: hidden;
}

.slider1 .left-slide,
.slider1 .right-slide {
    position: absolute;
    height: 40px;
    width: 40px;
    background-color: #444444;
    border-radius: 50%;
    color: #ffffff;
    font-size: 20px;
    top: 50%;
    cursor: pointer;
    margin-top: -20px;
    text-align: center;
    line-height: 40px;
}

.slider1 .left-slide:hover,
.slider1 .right-slide:hover {
    box-shadow: 0px 0px 10px black;
    background-color: #29a8e2;
}

@media screen and (min-width: 1366px) {
    .slider1 .left-slide {
        left: 30px;
        margin-bottom: 50px;
    }
    .slider1 .right-slide {
        right: 30px;
    }
}

@media screen and (max-width: 650px) {
    .slider1 .left-slide {
        left: 30px;
        margin-top: -30%;
    }
    .slider1 .right-slide {
        right: 30px;
        margin-top: -30%;
    }
}

@media screen and (width: 768px) {
    .slider1 .left-slide {
        left: 30px;
        margin-bottom: 50px;
    }
    .slider1 .right-slide {
        right: 30px;
    }
}

@media screen and (width: 1024px) {
    .slider1 .left-slide {
        left: 30px;
        margin-bottom: 50px;
    }
    .slider1 .right-slide {
        right: 30px;
    }
}

.slider1 .slider-items .item img {
    max-width: 100%;
    display: block;
    animation: zoom 1s ease;
}

@keyframes zoom {
    0% {
        transform: scale(2);
        opacity: 0
    }
    50% {
        transform: scale(2);
    }
    100% {
        transform: scale(1);
        opacity: 1
    }
}

.slider1 .slider-items .item {
    display: none;
    position: relative;
}

.slider1 .slider-items .item .caption {
    position: absolute;
    width: 100%;
    height: 60px;
    bottom: 0px;
    left: 0px;
    background-color: rgba(0, 0, 0, .5);
    line-height: 60px;
    text-align: center;
    color: #ffffff;
    font-size: 30px;
}

.slider1 .slider-items .item.active {
    display: block;
}

.genjang {
    margin: 20px;
    width: auto;
    height: auto;
    display: flex;
    transform: skewX(-20deg);
    background: linear-gradient(to right, #000000 0%, #ffffff 100%)
}

.genjang-kiri {
    margin: 20px;
    width: auto;
    height: auto;
    display: flex;
    transform: skewX(20deg);
    background: linear-gradient(to left, #ff0000 0%, #ffffff 100%)
}

.triangle-left {
    display: flex;
    width: 100%;
    height: 100%;
    border-top: 100px solid transparent;
    border-right: 250px solid #555;
    border-bottom: 0px solid transparent;
}

#kiri {
    padding-left: 5%;
}

#kanan {
    padding-right: 5%;
}


/* footer {
    background: #212A2F;
    padding: 60px 0;
} */

footer p {
    color: rgb(190, 190, 190);
}

footer strong {
    color: rgb(255, 255, 255);
    font-size: 25px;
}

footer a {
    color: rgb(255, 255, 255);
    text-decoration: none;
}

footer a:hover {
    color: rgb(190, 190, 190);
    text-decoration: none;
}

footer ul {
    padding: 0;
}


/* .footer-logo {
    width: 70px;
    margin-bottom: 30px;
} */

.footer-menu h4 {
    color: rgb(255, 255, 255);
    margin-bottom: 30px;
}

.footer-menu ul li {
    list-style: none;
    padding: 0 0 10px 0;
}

.hi-slide {
    position: relative;
    width: 754px;
    height: 292px;
    margin: 115px auto 0;
}

.hi-slide .hi-next,
.hi-slide .hi-prev {
    position: absolute;
    top: 50%;
    width: 40px;
    height: 40px;
    margin-top: -20px;
    border-radius: 50px;
    line-height: 40px;
    text-align: center;
    cursor: pointer;
    background-color: #fff;
    color: black;
    transition: all 0.6s;
    font-size: 20px;
    font-weight: bold;
}

.hi-slide .hi-next:hover,
.hi-slide .hi-prev:hover {
    opacity: 1;
    background-color: #fff;
}

.hi-slide .hi-prev {
    left: -60px;
}

.hi-slide .hi-prev::before {
    content: '<';
}

.hi-slide .hi-next {
    right: -60px;
}

.hi-slide .hi-next::before {
    content: '>';
}

.hi-slide>ul {
    list-style: none;
    position: relative;
    width: 754px;
    height: 292px;
    margin: 0;
    padding: 0;
}

.hi-slide>ul>li {
    overflow: hidden;
    position: absolute;
    z-index: 0;
    left: 377px;
    top: 146px;
    width: 0;
    height: 0;
    margin: 0;
    padding: 0;
    border: 3px solid #fff;
    background-color: #333;
    cursor: pointer;
}

.hi-slide>ul>li>img {
    width: auto;
    height: 100%;
    background-position: center;
}


/* #myVideo {
    right: 0;
    bottom: 0;
    width: auto; 
    height: 100%;
  } */

.row.no-gutters {
    margin-right: 0;
    margin-left: 0;
    padding-right: 0;
    padding-left: 0;
}


/* slider about us
  #slider {
    margin: 0 auto;
    width: 800px;
    max-width: 100%;
    text-align: center;
  }
  #slider input[type=radio] {
    display: none;
  }
  #slider label {
    cursor:pointer;
    text-decoration: none;
  }
  #slides {
    padding: 10px;
    border: 3px solid #ccc;
    background: #fff;
    position: relative;
    z-index: 1;
  }
  #overflow {
    width: 100%;
    overflow: hidden;
  }
  #slide1:checked ~ #slides .inner {
    margin-left: 0;
  }
  #slide2:checked ~ #slides .inner {
    margin-left: -100%;
  }
  #slide3:checked ~ #slides .inner {
    margin-left: -200%;
  }
  #slide4:checked ~ #slides .inner {
    margin-left: -300%;
  }
  #slides .inner {
    transition: margin-left 800ms cubic-bezier(0.770, 0.000, 0.175, 1.000);
    width: 400%;
    line-height: 0;
    height: 300px;
  }
  #slides .slide {
    width: 25%;
    float:left;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
    color: #fff;
  }
  #slides .slide_1 {
    background: #00171F;
  }
  #slides .slide_2 {
    background: #003459;
  }
  #slides .slide_3 {
    background: #007EA7;
  }
  #slides .slide_4 {
    background: #00A8E8;
  }
  #controls {
    margin: -180px 0 0 0;
    width: 100%;
    height: 50px;
    z-index: 3;
    position: relative;
  }
  #controls label {
    transition: opacity 0.2s ease-out;
    display: none;
    width: 50px;
    height: 50px;
    opacity: .4;
  }
  #controls label:hover {
    opacity: 1;
  }
  #slide1:checked ~ #controls label:nth-child(2),
  #slide2:checked ~ #controls label:nth-child(3),
  #slide3:checked ~ #controls label:nth-child(4),
  #slide4:checked ~ #controls label:nth-child(1) {
    background: url(https://image.flaticon.com/icons/svg/130/130884.svg) no-repeat;
    float:right;
    margin: 0 -50px 0 0;
    display: block;
  }
  #slide1:checked ~ #controls label:nth-last-child(2),
  #slide2:checked ~ #controls label:nth-last-child(3),
  #slide3:checked ~ #controls label:nth-last-child(4),
  #slide4:checked ~ #controls label:nth-last-child(1) {
    background: url(https://image.flaticon.com/icons/svg/130/130882.svg) no-repeat;
    float:left;
    margin: 0 0 0 -50px;
    display: block;
  }
  #bullets {
    margin: 150px 0 0;
    text-align: center;
  }
  #bullets label {
    display: inline-block;
    width: 10px;
    height: 10px;
    border-radius:100%;
    background: #ccc;
    margin: 0 10px;
  }
  #slide1:checked ~ #bullets label:nth-child(1),
  #slide2:checked ~ #bullets label:nth-child(2),
  #slide3:checked ~ #bullets label:nth-child(3),
  #slide4:checked ~ #bullets label:nth-child(4) {
    background: #444;
  }
  @media screen and (max-width: 900px) {
    #slide1:checked ~ #controls label:nth-child(2),
    #slide2:checked ~ #controls label:nth-child(3),
    #slide3:checked ~ #controls label:nth-child(4),
    #slide4:checked ~ #controls label:nth-child(1),
    #slide1:checked ~ #controls label:nth-last-child(2),
    #slide2:checked ~ #controls label:nth-last-child(3),
    #slide3:checked ~ #controls label:nth-last-child(4),
    #slide4:checked ~ #controls label:nth-last-child(1) {
    margin: 0;
    }
    #slides {
      max-width: calc(100% - 140px);
      margin: 0 auto;
    }
  } */

svg {
    width: 100% !important;
}

.section-nobottom {
    padding-top: 2%;
    padding-bottom: 0%;
}

.section-about {
    padding-left: 2%;
    padding-bottom: 5%;
}

.section-nospace {
    margin: 0px 0px 0px 0px;
}

.section-notop {
    padding-top: 0%;
    padding-bottom: 5%;
}

.container-noattr {
    padding: 0;
    margin: 0;
}

#danger-nav {
    background-color: red;
    padding: 0%;
    min-width: 100%;
}

.page-header {
    background-color: #333;
    border-bottom: 5px solid #ccc;
    margin-bottom: 2%;
    margin-top: auto;
    min-height: 50px;
    padding: 20px 0;
    position: relative;
    text-align: left;
}


/* Faqs page */

 :root {
    --space: 2rem;
    --space-xs: calc(var(--space) / 3);
    --space-sm: calc(var(--space) / 2);
    --space-md: calc(var(--space) * 2);
    --color-primary: lightgray;
    --color-accent: whitesmoke;
    --color-dark: black;
    --color-mid: gray;
    --color-light: white;
    --color-highlight: dodgerblue;
    --radius: 0.125rem;
}

@media screen and (max-width: 320px) {
    main {
        display: flex;
        flex-wrap: wrap;
    }
    .article {
        flex-basis: 0;
        flex-grow: 999;
        max-width: 300px;
    }
    .sidebar {
        --offset: var(--space);
        flex-grow: 1;
        flex-basis: 300px;
        align-self: start;
        /* position: sticky; */
        margin-top: 5%;
        margin-bottom: 25px;
        width: 80%;
    }
    #desktop {
        display: none !important;
    }
    #mobile {
        display: block !important;
        justify-content: center !important;
    }
    .nilai {
        max-width: 300px;
        max-height: 170px;
    }
}

@media screen and (min-width: 321px) and (max-width: 650px) {
    main {
        display: flex;
        flex-wrap: wrap;
    }
    .sidebar {
        --offset: var(--space);
        flex-grow: 1;
        flex-basis: 300px;
        align-self: start;
        /* position: sticky; */
        margin-top: 5%;
        margin-bottom: 25px;
        width: 80%;
    }
    #desktop {
        display: none !important;
    }
    #mobile {
        display: block !important;
        justify-content: center !important;
    }
    .nilai {
        max-width: 345px;
        max-height: 170px;
    }
}

@media screen and (min-width: 769px) and (max-width: 1024px) {
    .article {
        flex-basis: 0;
        flex-grow: 999;
        min-width: 40%;
    }
    main {
        display: flex;
        flex-wrap: wrap;
    }
    .sidebar {
        --offset: var(--space);
        flex-grow: 1;
        flex-basis: 300px;
        align-self: start;
        position: sticky;
        top: 20%;
    }
    #mobile {
        display: none !important;
        justify-content: center !important;
    }
    .nilai {
        max-width: 450px;
        max-height: 170px;
    }
}

@media screen and (min-width: 652px) and (max-width: 768px) {
    .article {
        flex-basis: 0;
        flex-grow: 999;
        min-width: 40%;
    }
    main {
        display: flex;
        flex-wrap: wrap;
    }
    .sidebar {
        --offset: var(--space);
        flex-grow: 1;
        flex-basis: 300px;
        align-self: start;
        position: sticky;
        top: 25%;
    }
    #mobile {
        display: none !important;
        justify-content: center !important;
    }
}


/* @media screen and (max-width: 650px) {
    .article {
        flex-basis: 0;
        flex-grow: 999;
        min-width: 40%;
    }
    main {
        display: flex;
        flex-wrap: wrap;
    }
    .sidebar {
        --offset: var(--space);
        flex-grow: 1;
        flex-basis: 300px;
        align-self: start;
        top: 25%;
    }
    #mobile {
        display: none !important;
        justify-content: center !important;
    }
} */

@media screen and (min-width: 1025px) and (max-width: 1367px) {
    .article {
        flex-basis: 0;
        flex-grow: 999;
        min-width: 40%;
    }
    main {
        display: flex;
        flex-wrap: wrap;
    }
    .sidebar {
        --offset: var(--space);
        flex-grow: 1;
        flex-basis: 300px;
        align-self: start;
        position: sticky;
        top: 100px;
    }
    #desktop {
        display: block !important;
    }
    #mobile {
        display: none !important;
        justify-content: center !important;
    }
}

@media screen and (min-width: 1368px) and (max-width: 2560px) {
    .article {
        flex-basis: 0;
        flex-grow: 999;
        min-width: 40%;
    }
    main {
        display: flex;
        flex-wrap: wrap;
    }
    .sidebar {
        --offset: var(--space);
        flex-grow: 1;
        flex-basis: 300px;
        align-self: start;
        position: sticky;
        top: 200px;
    }
    #desktop {
        display: block !important;
    }
    #mobile {
        display: none !important;
        justify-content: center !important;
    }
    .nilai {
        max-width: 540px;
        max-height: 225px;
    }
}

.component {
    display: grid;
    grid-template-rows: auto 1fr auto;
}

.component .content {
    max-height: 500px;
    overflow-y: auto;
}

.sidebar .component {
    max-height: calc(100vh - var(--offset) * 2);
}


/*
 * Other styles
**/

.visually-hidden {
    clip: rect(0 0 0 0);
    clip-path: inset(50%);
    height: 1px;
    overflow: hidden;
    position: absolute;
    white-space: nowrap;
    width: 1px;
}


/* Until flexbox gap is supported in all modern browsers, we use the negative margin trick to create space between the children elements */

main {
    margin-bottom: calc(var(--space-md) * -1);
    margin-left: calc(var(--space-md) * -1);
}

main>* {
    margin-bottom: var(--space-md);
    margin-left: var(--space-md);
}

article>*+* {
    margin-top: var(--space);
}

.component {
    position: relative;
    border: 1px solid var(--color-primary);
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.04), 0 2px 4px rgba(0, 0, 0, 0.04), 0 4px 8px rgba(0, 0, 0, 0.03), 0 8px 16px rgba(0, 0, 0, 0.03), 0 16px 32px rgba(0, 0, 0, 0.02), 0 32px 64px rgba(0, 0, 0, 0.02);
}

.component .header,
.component .footer {
    padding: var(--space-sm);
    text-align: center;
}

.component .header {
    border-bottom: inherit;
}

.component .footer {
    display: flex;
    justify-content: space-between;
    border-top: inherit;
}

.component .content {
    padding: var(--space-sm);
    max-height: 500px;
    overflow-y: auto;
    color: var(--color-dark);
}

.item:active {
    transform: translateY(1px);
}

.item:focus {
    outline: 2px solid var(--color-highlight);
}

.item>* {
    pointer-events: none;
}

.empty-text {
    padding: var(--space);
    text-align: center;
    color: var(--color-primary);
}

.button {
    appearance: none;
    padding: var(--space-xs) var(--space-sm);
    font-family: inherit;
    font-size: 1rem;
    color: white;
    background-color: var(--color-dark);
    border: 1px solid var(--color-dark);
    cursor: pointer;
    border-radius: var(--radius);
    box-shadow: rgba(black, 0.1) 4px 4px;
}

.button:active {
    transform: translateY(1px);
    box-shadow: none;
}

.empty-cart {
    color: var(--color-mid);
    border-color: var(--color-mid);
    background-color: var(--color-light);
}

@media screen and (max-width: 650px) {
    .faqs-header h1 {
        font-size: 30px;
        text-align: center;
    }
    .search-box {
        margin-top: 10%;
    }
    .faqs-btm {
        background-color: rgb(255, 0, 0);
        height: 75%;
        text-align: center;
        padding-top: 20px;
        color: white;
        padding-bottom: 5%;
    }
    .faqs-btm h2 {
        font-size: 23px;
    }
    #main {
        margin-top: 10%;
        width: 100%;
    }
}

@media screen and (min-width: 650px) and (max-width: 768px) {
    .faqs-header h1 {
        font-size: 50px;
    }
    .faqs-btm {
        background-color: rgb(255, 0, 0);
        height: 75%;
        text-align: center;
        padding-top: 20px;
        color: white;
        padding-bottom: 5%;
    }
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
    .faqs-header h1 {
        font-size: 50px;
    }
    .faqs-btm {
        background-color: rgb(255, 0, 0);
        height: 75%;
        text-align: center;
        padding-top: 20px;
        color: white;
        padding-bottom: 5%;
    }
}

@media screen and (min-width: 1024px) and (max-width: 1366px) {
    .faqs-header h1 {
        font-size: 50px;
    }
    .search-box {
        margin-top: 10%;
    }
    .faqs-btm {
        background-color: rgb(255, 0, 0);
        height: 80px;
        text-align: center;
        padding-top: 20px;
        color: white;
    }
}

@media screen and (min-width: 1366px) and (max-width: 2560px) {
    .faqs-header h1 {
        font-size: 50px;
    }
    .search-box {
        margin-top: 10%;
    }
    .faqs-btm {
        background-color: rgb(255, 0, 0);
        height: 80px;
        text-align: center;
        padding-top: 20px;
        color: white;
    }
}

.faqs-header {
    background-image: linear-gradient(to top, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.9)), url(../img/faq.jpeg);
    background-size: cover;
    width: 100%;
    max-height: 50%;
    background-color: rgb(187, 185, 185);
    color: white;
    padding-top: 100px;
    padding-bottom: 30px;
}

.btn-produk {
    padding: 15px 15px 15px 15px;
    margin-bottom: 20px;
    text-align: center;
    width: 100%;
}


/* contact us page */

.location i {
    font-size: 30px;
    color: red;
}

.location h2 {
    font-size: 15px;
    padding-left: 30px;
    margin-top: -25px;
}

.telepon i {
    font-size: 30px;
    color: red;
}

.telepon h2 {
    font-size: 15px;
    padding-left: 30px;
    margin-top: -25px;
}

.isi-telepon h3 {
    font-size: 17px;
}

.email i {
    font-size: 30px;
    color: red;
}

.email h2 {
    font-size: 15px;
    padding-left: 30px;
    margin-top: -25px;
}

.location1 i {
    font-size: 30px;
    color: red;
}

.location1 h2 {
    font-size: 15px;
    padding-left: 30px;
    margin-top: -25px;
}

#contact {
    background-color: red;
    max-height: 25%;
}


/* @media screen and (min-width: 1024px) and (max-width: 1367px) {
    .section-contactus {
        background-image: linear-gradient(to top, rgba(255, 173, 173, 0.788), rgba(255, 255, 255, 0));
    }
    .location1 p {
        width: 400px;
    }
}

@media screen and (min-width: 1368px) and (max-width: 2560px) {
    .section-contactus {
        background-image: linear-gradient(to top, rgba(255, 173, 173, 0.788), rgba(255, 255, 255, 0));
    }
} */

@media screen and (max-width: 650px) {
    .section-contactus {
        padding-top: 15%;
    }
}


/* @media screen and (max-width: 768px) {
    #contact-us {
        min-height: 100%;
        width: 100%;
        padding-top: 100px;
    }
} */

@media all and (min-width: 1024px) {
    /* .navbar .nav-item .dropdown-menu {
        display: none;
        margin-right: 30px;
    }
    .nav-link {
        color: white;
    }
    .navbar {
        padding-right: 5%;
        padding-left: 5%;
    }
    .navbar-nav {
        margin-right: auto;
        margin-left: auto;
        display: flex;
        color: white;
    }
    .navbar .nav-item:hover {
        color: rgb(255, 0, 0);
    }
    .navbar .nav-item:hover .nav-link {
        color: rgb(255, 0, 0);
    }
    .navbar .nav-item:hover .dropdown-menu {
        display: block;
    }
    .navbar .nav-item .dropdown-menu {
        margin-top: 0;
    }
    .dropdown-item:hover {
        background-color: red;
        color: white;
    }
    .navbar-search {
        padding-left: 40px;
        font-size: 30px;
        color: white;
    }
    .navbar-search:hover {
        color: rgb(255, 0, 0);
    }
    .btn-navbar {
        text-align: left;
    } */
    /* .navbar .nav-item .dropdown-menu {
        display: none;
        margin-right: 30px;
    } */
    .nav-link {
        color: white;
    }
    .navbar {
        padding-right: 5%;
        padding-left: 5%;
    }
    .navbar-nav {
        margin-left: auto;
        display: flex;
        color: white;
    }
    .navbar .nav-item:hover {
        color: rgb(255, 0, 0);
    }
    .navbar .nav-item:hover .nav-link {
        color: rgb(255, 0, 0);
    }
    /* .navbar .nav-item .dropdown-menu:hover {
        display: block;
    } */
    /* .navbar .nav-item .dropdown-menu {
        margin-top: 0;
        width: auto;
    } */
    .dropdown-item:hover {
        background-color: red;
        color: white;
    }
    .navbar-search {
        padding-left: 40px;
        font-size: 30px;
        color: white;
    }
    .navbar-search:hover {
        color: rgb(255, 0, 0);
    }
}

@media screen and (max-width: 320px) {
    .navbar-collapse {
        position: fixed;
        top: 10%;
        left: 0;
        text-align: center;
        font-size: 20px;
        padding-left: 5%;
        padding-right: 5%;
        padding-bottom: 5%;
        padding-top: 10%;
        width: 100%;
        height: 100%;
        background-color: #212A2F;
    }
    .img-logo {
        height: 60px;
        width: 80px;
        border-radius: 8px;
        border: 2px black;
        margin-right: 8px;
    }
    .img-lang {
        width: 25px;
        opacity: 0.5;
        transition: all .5s;
        -moz-user-select: none;
        -webkit-user-select: none;
        -ms-user-select: none;
        user-select: none;
    }
    .lang-switch img {
        margin-left: 43%;
        margin-right: auto;
        display: block;
    }
    .img-lang:hover {
        cursor: pointer;
        opacity: 1;
    }
    .btn-small {
        height: 15%;
        max-width: 30%;
        text-align: left;
        font-size: 20px;
        border-radius: 8px;
        padding-left: 25px;
        margin-bottom: 15px;
        margin-left: auto;
        margin-right: auto;
        background-color: red;
    }
    .btn-navbar {
        height: 100%;
        min-width: 20%;
        text-align: left;
        font-size: 6 px;
        border-radius: 8px;
        margin-bottom: 5px;
        background-color: red;
    }
    .navbar-toggler>.close {
        display: inline;
    }
    .navbar-toggler.collapsed>.close,
    .navbar-toggler:not(.collapsed)>.navbar-toggler-icon {
        display: none;
    }
    .navbar-toggler span {
        font-size: 20px;
        padding-top: 10%;
    }
    .navbar .nav-item:hover {
        color: rgb(255, 0, 0);
    }
    .navbar .nav-item:hover .nav-link {
        color: rgb(255, 0, 0);
    }
    .navbar .nav-item:hover .dropdown-menu {
        display: block;
    }
    .dropdown-menu {
        text-align: left;
        font-size: 12px;
        border: transparent;
        background-color: transparent;
    }
    .navbar .nav-item .nav-link {
        color: rgb(255, 255, 255);
    }
    .navbar-collapse.collapsing {
        left: -75%;
        transition: height 0s ease;
    }
    .nav-link {
        color: rgb(255, 255, 255);
    }
    .navbar-collapse.show {
        left: 0;
        transition: left 300ms ease-in-out;
    }
    .navbar-toggler.collapsed~.navbar-collapse {
        transition: left 500ms ease-in-out;
    }
    .navbar-search {
        display: none;
    }
}

@media screen and (min-width: 322px) and (max-width: 650px) {
    .navbar-collapse {
        position: fixed;
        top: 75px;
        left: 0;
        text-align: center;
        font-size: 20px;
        padding-left: 5%;
        padding-right: 5%;
        padding-bottom: 5%;
        padding-top: 10%;
        width: 100%;
        height: 100%;
        background-color: #212A2F;
    }
    .img-logo {
        height: 40px;
        width: 60px;
        border-radius: 8px;
        border: 2px black;
        margin-right: 8px;
    }
    .img-lang {
        width: 30px;
        opacity: 0.5;
        transition: all .5s;
        -moz-user-select: none;
        -webkit-user-select: none;
        -ms-user-select: none;
        user-select: none;
    }
    .lang-switch img {
        margin-left: 43%;
        margin-right: auto;
        display: block;
    }
    .img-lang:hover {
        cursor: pointer;
        opacity: 1;
    }
    .btn-small {
        height: 100%;
        max-width: 30%;
        text-align: left;
        font-size: 20px;
        border-radius: 8px;
        padding-left: 25px;
        margin-bottom: 15px;
        margin-left: auto;
        margin-right: auto;
        background-color: red;
    }
    .btn-navbar {
        height: 100%;
        min-width: 20%;
        text-align: left;
        font-size: 15px;
        border-radius: 8px;
        margin-bottom: 5px;
        background-color: red;
    }
    .navbar-toggler>.close {
        display: inline;
    }
    .navbar-toggler.collapsed>.close,
    .navbar-toggler:not(.collapsed)>.navbar-toggler-icon {
        display: none;
    }
    .navbar-toggler span {
        font-size: 40px;
        padding-top: 10%;
    }
    .navbar .nav-item:hover {
        color: rgb(255, 0, 0);
    }
    .navbar .nav-item:hover .nav-link {
        color: rgb(255, 0, 0);
    }
    .navbar .nav-item:hover .dropdown-menu {
        display: block;
    }
    .dropdown-menu {
        text-align: left;
        font-size: 10px;
        border-radius: 8px;
        background-color: transparent;
    }
    .navbar .nav-item .nav-link {
        color: rgb(255, 255, 255);
    }
    .navbar-collapse.collapsing {
        left: -75%;
        transition: height 0s ease;
    }
    .nav-link {
        color: rgb(255, 255, 255);
    }
    .navbar-collapse.show {
        left: 0;
        transition: left 300ms ease-in-out;
    }
    .navbar-toggler.collapsed~.navbar-collapse {
        transition: left 500ms ease-in-out;
    }
    .navbar-search {
        display: none;
    }
}

@media screen and (min-width: 652px) and (max-width:768px) {
    .navbar-collapse {
        position: fixed;
        left: 0;
        text-align: center;
        padding-left: 5%;
        padding-right: 5%;
        padding-top: 5%;
        margin-top: 110%;
        width: 100%;
        height: 75%;
        background-color: #212A2F;
    }
    .img-logo {
        height: 60px;
        width: 80px;
        border-radius: 8px;
        border: 2px black;
        margin-right: 8px;
    }
    .img-lang {
        width: 25px;
        opacity: 0.5;
        transition: all .5s;
        -moz-user-select: none;
        -webkit-user-select: none;
        -ms-user-select: none;
        user-select: none;
    }
    .lang-switch img {
        margin-left: 47%;
        margin-right: auto;
        display: block;
    }
    .img-lang:hover {
        cursor: pointer;
        opacity: 1;
    }
    .btn-small {
        height: 100%;
        max-width: 30%;
        text-align: left;
        font-size: 45px;
        border-radius: 8px;
        padding-left: 25px;
        margin-bottom: 20px;
        margin-left: 300px;
        background-color: red;
    }
    .btn-navbar {
        height: 100%;
        min-width: 20%;
        text-align: left;
        font-size: 15px;
        border-radius: 8px;
        margin-bottom: 10px;
        background-color: red;
    }
    .navbar-toggler>.close {
        display: inline;
    }
    .navbar-toggler.collapsed>.close,
    .navbar-toggler:not(.collapsed)>.navbar-toggler-icon {
        display: none;
    }
    .navbar-toggler span {
        font-size: 40px;
    }
    .navbar .nav-item:hover {
        color: rgb(255, 0, 0);
    }
    .navbar .nav-item:hover .nav-link {
        color: rgb(255, 0, 0);
    }
    .navbar .nav-item:hover .dropdown-menu {
        display: block;
    }
    .dropdown-menu {
        text-align: left;
        font-size: 12px;
        border-radius: 8px;
        background-color: transparent;
    }
    .navbar .nav-item .nav-link {
        color: rgb(255, 255, 255);
    }
    .navbar-collapse.collapsing {
        left: -75%;
        height: 40%;
        transition: height 0s ease;
    }
    .nav-link {
        color: rgb(255, 255, 255);
    }
    .navbar-collapse.show {
        left: 0;
        transition: left 300ms ease-in-out;
    }
    .navbar-toggler.collapsed~.navbar-collapse {
        transition: left 500ms ease-in-out;
    }
    .navbar-search {
        display: none;
    }
    .logo-navbar {
        margin-left: auto;
        margin-right: auto;
        display: block;
        max-width: 60%;
        max-height: 30%;
    }
    /* .btn-navbar {
        text-align: left;
        font-size: 30px;
        text-align: center;
    } */
}

@media screen and (min-width: 769px) and (max-width: 991px) {
    .navbar-collapse {
        position: fixed;
        left: 0;
        text-align: center;
        padding-left: 5%;
        padding-right: 5%;
        padding-bottom: 5%;
        padding-top: 10%;
        margin-top: 124%;
        width: 100%;
        height: 80%;
        background-color: #212A2F;
    }
    .img-logo {
        max-height: 20%;
        max-width: 15%;
        border-radius: 8px;
        border: 2px black;
        margin-right: 8px;
    }
    .img-lang {
        width: 25px;
        opacity: 0.5;
        transition: all .5s;
        -moz-user-select: none;
        -webkit-user-select: none;
        -ms-user-select: none;
        user-select: none;
    }
    .lang-switch img {
        margin-left: auto;
        margin-right: auto;
        display: block;
    }
    .img-lang:hover {
        cursor: pointer;
        opacity: 1;
    }
    .btn-small {
        height: 100%;
        max-width: 30%;
        text-align: left;
        font-size: 45px;
        border-radius: 8px;
        padding-left: 25px;
        margin-bottom: 20px;
        margin-left: 300px;
        background-color: red;
    }
    /* .btn-navbar {
        height: 100%;
        min-width: 20%;
        text-align: left;
        font-size: 30px;
        border-radius: 8px;
        margin-bottom: 20px;
        background-color: red;
    } */
    .navbar-toggler>.close {
        display: inline;
    }
    .navbar-toggler.collapsed>.close,
    .navbar-toggler:not(.collapsed)>.navbar-toggler-icon {
        display: none;
    }
    .navbar-toggler span {
        font-size: 40px;
    }
    .dropdown-menu-lang {
        text-align: left;
        font-size: 40px;
        border-radius: 8px;
        background-color: white;
    }
    .dropdown-menu {
        text-align: left;
        font-size: 12px;
        border-radius: 8px;
        background-color: white;
    }
    .navbar .nav-item .nav-link {
        color: rgb(255, 255, 255);
    }
    .navbar-collapse.collapsing {
        left: -75%;
        height: 80%;
        transition: height 0s ease;
    }
    .nav-link {
        color: rgb(255, 255, 255);
    }
    .navbar-collapse.show {
        left: 0;
        transition: left 300ms ease-in-out;
    }
    .navbar-toggler.collapsed~.navbar-collapse {
        transition: left 500ms ease-in-out;
        margin-left: 17%;
    }
    .navbar-search {
        padding-left: 40px;
        font-size: 30px;
        color: white;
    }
    .logo-navbar {
        margin-left: auto;
        margin-right: auto;
        display: block;
        max-width: 100px;
        max-height: 30%;
    }
    .btn-navbar {
        text-align: left;
        font-size: 15px;
    }
}

@media screen and (min-width: 992px) and (max-width: 1367px) {
    /* .navbar-collapse {
        position: fixed;
        left: 0;
        text-align: center;
        padding-left: 5%;
        padding-right: 5%;
        padding-bottom: 5%;
        padding-top: 10%;
        margin-top: 60%;
        width: 100%;
        background-color: #212A2F;
    } */
    .img-logo {
        max-height: 10%;
        max-width: 20%;
        border-radius: 8px;
        border: 2px black;
        margin-right: 8px;
    }
    .img-lang {
        width: 25px;
        opacity: 0.5;
        transition: all .5s;
        -moz-user-select: none;
        -webkit-user-select: none;
        -ms-user-select: none;
        user-select: none;
    }
    .lang-switch img {
        margin-left: auto;
        margin-right: auto;
        display: block;
    }
    .img-lang:hover {
        cursor: pointer;
        opacity: 1;
    }
    .btn-small {
        height: 100%;
        max-width: 30%;
        text-align: left;
        font-size: 45px;
        border-radius: 8px;
        padding-left: 25px;
        margin-bottom: 20px;
        margin-left: 300px;
        background-color: red;
    }
    /* .btn-navbar {
        height: 100%;
        max-width: 100%;
        text-align: left;
        font-size: 15px;
        border-radius: 8px;
        margin-bottom: 20px;
        background-color: red;
    } */
    /* .navbar .nav-item .dropdown-menu {
        margin-top: 0;
        width: 240px;
    } */
    .navbar-toggler>.close {
        display: inline;
    }
    .navbar-toggler.collapsed>.close,
    .navbar-toggler:not(.collapsed)>.navbar-toggler-icon {
        display: none;
    }
    .navbar-toggler span {
        font-size: 40px;
    }
    .dropdown-menu {
        text-align: left;
        /* font-size: 40px; */
        border-radius: 8px;
        /* min-width: 275% !important; */
        margin-right: auto;
        margin-left: auto;
        /* display: block; */
        background-color: white;
    }
    .dropdown-menu .lang-drop {
        background-color: transparent !important;
    }
    .navbar .nav-item .dropdown-menu-produk {
        width: fit-content !important;
    }
    .navbar .nav-item .nav-link {
        color: rgb(255, 255, 255);
    }
    .navbar-collapse.collapsing {
        left: -75%;
        height: 40%;
        transition: height 0s ease;
    }
    .nav-link {
        color: rgb(255, 255, 255);
    }
    .navbar-collapse.show {
        left: 0;
        transition: left 300ms ease-in-out;
    }
    .navbar-toggler.collapsed~.navbar-collapse {
        transition: left 500ms ease-in-out;
    }
    .navbar-search {
        padding-left: 40px;
        font-size: 30px;
        color: white;
    }
    .btn-navbar {
        text-align: left;
        font-size: 15px;
    }
    .dropdown-item {
        padding-left: 10px !important;
    }
    .dropright {
        width: 220px !important;
    }
}

@media screen and (min-width: 1368px) and (max-width: 2560px) {
    /* .navbar-collapse {
        position: fixed;
        left: 0;
        text-align: center;
        padding-left: 5%;
        padding-right: 5%;
        padding-bottom: 5%;
        padding-top: 10%;
        margin-top: 60%;
        width: 100%;
        background-color: #212A2F;
    } */
    .img-logo {
        max-height: 10%;
        max-width: 30%;
        border-radius: 8px;
        border: 2px black;
        margin-right: 8px;
    }
    .img-lang {
        width: 25px;
        opacity: 0.5;
        transition: all .5s;
        -moz-user-select: none;
        -webkit-user-select: none;
        -ms-user-select: none;
        user-select: none;
    }
    .lang-switch img {
        margin-left: auto;
        margin-right: auto;
        display: block;
    }
    .img-lang:hover {
        cursor: pointer;
        opacity: 1;
    }
    .btn-small {
        height: 100%;
        max-width: 30%;
        text-align: left;
        font-size: 45px;
        border-radius: 8px;
        padding-left: 25px;
        margin-bottom: 20px;
        margin-left: 300px;
        background-color: red;
    }
    /* .btn-navbar {
        height: 100%;
        min-width: 20%;
        text-align: left;
        font-size: 15px;
        border-radius: 8px;
        margin-bottom: 20px;
        background-color: red;
    } */
    .navbar .nav-item .dropdown-menu {
        margin-top: 0;
        width: 300px;
    }
    .navbar .nav-item .dropdown-menu-lang {
        margin-top: 0;
        width: 10% !important;
        background-color: white;
    }
    .navbar .nav-item .dropdown-menu-produk {
        width: fit-content !important;
    }
    .navbar-toggler>.close {
        display: inline;
    }
    .navbar-toggler.collapsed>.close,
    .navbar-toggler:not(.collapsed)>.navbar-toggler-icon {
        display: none;
    }
    .navbar-toggler span {
        font-size: 40px;
    }
    /* .dropdown-menu {
        text-align: left;
        font-size: 40px;
        min-width: 275% !important;
        border-radius: 8px;
        background-color: white;
    } */
    .navbar .nav-item .nav-link {
        color: rgb(255, 255, 255);
    }
    .navbar-collapse.collapsing {
        left: -75%;
        height: 40%;
        transition: height 0s ease;
    }
    .nav-link {
        color: rgb(255, 255, 255);
    }
    .navbar-collapse.show {
        left: 0;
        transition: left 300ms ease-in-out;
    }
    .navbar-toggler.collapsed~.navbar-collapse {
        transition: left 500ms ease-in-out;
    }
    .navbar-search {
        padding-left: 40px;
        font-size: 30px;
        color: white;
    }
    .dropdown-item {
        padding-left: 10px !important;
    }
    .btn-navbar {
        text-align: left;
        font-size: 15px;
    }
}

@media screen and (max-width: 320px) {
    .isi-home {
        padding-top: 15%;
    }
    .text-home {
        text-align: center;
        color: white;
        padding-top: 20%;
        padding-bottom: auto;
        padding-right: 20%;
        padding-left: 20%;
    }
    .p-home {
        text-align: center;
        color: rgb(255, 255, 255);
        padding-top: 2%;
        padding-bottom: auto;
        padding-right: 20%;
        padding-left: 20%;
    }
    .home-header {
        background-image: linear-gradient(to right, rgba(0, 0, 0), rgb(0, 0, 0, 0.1)), url(../img/mc\ home.jpg);
        background-size: cover;
        padding-bottom: 2%;
    }
    .limit-cr {
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 3;
        -webkit-box-orient: vertical;
    }
    .logo-client {
        max-width: 100%;
        max-height: 75%;
    }
    #carouselExampleIndicators .carousel-item img {
        object-fit: cover;
        object-position: center;
        overflow: hidden;
        max-height: 100%;
    }
    #carouselExampleIndicators .carousel-item h1 {
        font-family: 'Poppins', sans-serif !important;
        font-size: 10px !important;
    }
    #carouselExampleIndicators .carousel-item p {
        font-family: 'Poppins', sans-serif !important;
        font-size: 5px !important;
    }
    #carouselExampleIndicators .carousel-caption {
        padding-top: 15%;
    }
    #carouselExampleIndicators .carousel-item:before {
        content: "";
        /*background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.863), rgba(0, 0, 0, 0.404));*/
        display: block;
        position: absolute;
        top: 0;
        width: 100%;
        height: 100%;
    }
    .logo-navbar {
        /* margin-left: auto; */
        display: block;
        max-width: 30%;
        max-height: 20%;
    }
    .home-more-news a {
        width: 100%;
    }
}

@media screen and (min-width: 325px) and (max-width: 650px) {
    .isi-home {
        padding-top: 15%;
    }
    .text-home {
        text-align: center;
        color: white;
        padding-top: 20%;
        padding-bottom: auto;
        padding-right: 20%;
        padding-left: 20%;
    }
    .p-home {
        text-align: center;
        color: rgb(255, 255, 255);
        padding-top: 2%;
        padding-bottom: auto;
        padding-right: 20%;
        padding-left: 20%;
    }
    .home-header {
        /*background-image: linear-gradient(to right, rgba(0, 0, 0), rgb(0, 0, 0, 0.1)), url(../img/mc\ home.jpg);*/
        background-size: cover;
        padding-bottom: 2%;
    }
    .limit-cr {
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 3;
        /* number of lines to show */
        -webkit-box-orient: vertical;
    }
    .logo-client {
        max-width: 100%;
        max-height: 75%;
    }
    #carouselExampleIndicators .carousel-item img {
        object-fit: cover;
        object-position: center;
        overflow: hidden;
        max-height: 100%;
    }
    #carouselExampleIndicators .carousel-item h1 {
        font-family: 'Poppins', sans-serif !important;
        font-size: 10px !important;
    }
    #carouselExampleIndicators .carousel-item p {
        font-family: 'Poppins', sans-serif !important;
        font-size: 5px !important;
    }
    #carouselExampleIndicators .carousel-caption {
        padding-top: 15%;
    }
    #carouselExampleIndicators .carousel-item:before {
        content: "";
        /*background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.863), rgba(0, 0, 0, 0.404));*/
        display: block;
        position: absolute;
        top: 0;
        width: 100%;
        height: 100%;
    }
    .logo-navbar {
        margin-left: auto;
        margin-right: auto;
        display: block;
        max-width: 55%;
        max-height: 20%;
    }
    .home-more-news a {
        width: 100%;
    }
}

@media screen and (min-width: 652px) and (max-width: 768px) {
    .isi-home {
        padding-top: 15%;
    }
    .text-home {
        text-align: center;
        color: white;
        padding-top: 20%;
        padding-bottom: auto;
        padding-right: 20%;
        padding-left: 20%;
    }
    .p-home {
        text-align: center;
        color: rgb(255, 255, 255);
        padding-top: 2%;
        padding-bottom: auto;
        padding-right: 20%;
        padding-left: 20%;
    }
    .home-header {
        /*background-image: linear-gradient(to right, rgba(0, 0, 0), rgb(0, 0, 0, 0.1)), url(../img/mc\ home.jpg);*/
        background-size: cover;
        padding-bottom: 2%;
    }
    .limit-cr {
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        /* number of lines to show */
        -webkit-box-orient: vertical;
    }
    .logo-client {
        max-width: 100%;
        max-height: 75%;
        margin-left: auto;
        margin-right: auto;
        display: block;
    }
    #carouselExampleIndicators .carousel-item img {
        object-fit: cover;
        object-position: center;
        overflow: hidden;
        height: 100%;
    }
    #carouselExampleIndicators .carousel-item h1 p {
        font-family: 'Poppins', sans-serif !important;
        font-size: 12px !important;
    }
    #carouselExampleIndicators .carousel-item p {
        font-family: 'Poppins', sans-serif !important;
        font-size: 10px !important;
    }
    #carouselExampleIndicators .carousel-caption {
        padding-bottom: 10%;
    }
    #carouselExampleIndicators .carousel-item:before {
        content: "";
        /*background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.863), rgba(0, 0, 0, 0.404));*/
        display: block;
        position: absolute;
        top: 0;
        width: 100%;
        height: 100%;
    }
    .home-more-news a {
        width: 100%;
    }
}

@media screen and (min-width: 769px) and (max-width: 1024px) {
    .isi-home {
        padding-top: 15%;
    }
    .text-home {
        text-align: center;
        color: white;
        padding-bottom: auto;
        padding-right: 20%;
        padding-left: 20%;
    }
    .p-home {
        text-align: center;
        color: rgb(255, 255, 255);
        padding-top: 2%;
        padding-bottom: auto;
        padding-right: 20%;
        padding-left: 20%;
    }
    .home-header {
        /*background-image: linear-gradient(to right, rgba(0, 0, 0), rgb(0, 0, 0, 0.1)), url(../img/mc\ home.jpg);*/
        background-size: cover;
        padding-bottom: 2%;
    }
    .limit-cr {
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 3;
        /* number of lines to show */
        -webkit-box-orient: vertical;
    }
    .logo-client {
        max-width: 100%;
        max-height: 75%;
        margin-left: auto;
        margin-right: auto;
        display: block;
    }
    #carouselExampleIndicators .carousel-item img {
        object-fit: cover;
        object-position: center;
        overflow: hidden;
        height: 100%;
    }
    #carouselExampleIndicators .carousel-item h1 {
        font-family: 'Poppins', sans-serif !important;
        padding-top: 5%;
    }
    #carouselExampleIndicators .carousel-item p {
        font-family: 'Poppins', sans-serif !important;
        font-size: 15px !important;
    }
    #carouselExampleIndicators .carousel-caption {
        padding-bottom: 15%;
    }
    #carouselExampleIndicators .carousel-item:before {
        content: "";
        /*background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.863), rgba(0, 0, 0, 0.404));*/
        display: block;
        position: absolute;
        top: 0;
        width: 100%;
        height: 100%;
    }
    .home-more-news a {
        width: 100%;
    }
}

@media screen and (min-width: 1025px) and (max-width: 1367px) {
    .isi-home {
        padding-top: 15%;
    }
    .text-home {
        text-align: center;
        color: white;
        padding-bottom: auto;
        padding-right: 20%;
        padding-left: 20%;
    }
    .p-home {
        text-align: center;
        color: rgb(255, 255, 255);
        padding-top: 2%;
        padding-bottom: auto;
        padding-right: 20%;
        padding-left: 20%;
    }
    .home-header {
        /*background-image: linear-gradient(to right, rgba(0, 0, 0), rgb(0, 0, 0, 0.1)), url(../img/mc\ home.jpg);*/
        background-size: cover;
        padding-bottom: 2%;
    }
    .limit-cr {
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 3;
        /* number of lines to show */
        -webkit-box-orient: vertical;
    }
    .logo-client {
        max-width: 100%;
        max-height: 75%;
        margin-left: auto;
        margin-right: auto;
        display: block;
    }
    .logo-navbar {
        margin-left: auto;
        margin-right: auto;
        display: block;
        max-width: 70px;
        max-height: 20%;
    }
    #carouselExampleIndicators .carousel-item img {
        object-fit: cover;
        object-position: center;
        overflow: hidden;
        height: 100%;
    }
    #carouselExampleIndicators .carousel-item h1 p {
        font-family: 'Poppins', sans-serif !important;
    }
    #carouselExampleIndicators .carousel-caption {
        padding-bottom: 25%;
    }
    #carouselExampleIndicators .carousel-item:before {
        content: "";
        /*background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.863), rgba(0, 0, 0, 0.404));*/
        display: block;
        position: absolute;
        top: 0;
        width: 100%;
        height: 100%;
    }
    .home-more-news a {
        width: 100%;
    }
}

.btn-download {
    font-size: 11px !important;
    white-space: normal;
}

.logo-navbar {
    margin-left: auto;
    margin-right: auto;
    display: block;
    max-width: 90px;
    max-height: 20%;
}

.text-home {
    text-align: center;
    color: white;
    padding-top: 20%;
    padding-bottom: auto;
    padding-right: 20%;
    padding-left: 20%;
}

.limit-cr {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    /* number of lines to show */
    -webkit-box-orient: vertical;
}

.p-home {
    text-align: center;
    color: rgb(255, 255, 255);
    padding-top: 2%;
    padding-bottom: auto;
    padding-right: 20%;
    padding-left: 20%;
}

.home-header {
    /* background-image: linear-gradient(to right, rgba(0, 0, 0), rgb(0, 0, 0, 0.1)), url(../img/mc\ home.jpg); */
    height: 900px;
    width: 100%;
}

.logo-client {
    max-width: 65% !important;
    height: auto;
    margin-left: auto;
    margin-right: auto;
    display: Block;
}


/* .carousel-inner {
        height: 850px !important;
    } */

#carouselExampleIndicators .carousel-item img {
    object-fit: cover;
    object-position: center;
    overflow: hidden;
    height: 100%;
    width: 100%;
}

#carouselExampleIndicators .carousel-item h1 p {
    font-family: 'Poppins', sans-serif !important;
}

#carouselExampleIndicators .carousel-caption {
    padding-bottom: 35%;
}

#carouselExampleIndicators .carousel-item:before {
    content: "";
    /*background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.548), rgba(0, 0, 0, 0));*/
    display: block;
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
}

.testimonial {
    border-right: 4px solid #ff0000;
    box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.1);
    padding: 30px 30px 30px 130px;
    margin: 0 15px 30px 15px;
    overflow: hidden;
    position: relative;
}

.testimonial:before {
    content: "";
    position: absolute;
    bottom: -4px;
    left: -17px;
    border-top: 25px solid #d12929;
    border-left: 25px solid transparent;
    border-right: 25px solid transparent;
    transform: rotate(45deg);
}

.testimonial:after {
    content: "";
    position: absolute;
    top: -4px;
    left: -17px;
    border-top: 25px solid #d12929;
    border-left: 25px solid transparent;
    border-right: 25px solid transparent;
    transform: rotate(135deg);
}

.testimonial .pic {
    display: inline-block;
    width: 80px;
    height: 80px;
    border-radius: 50%;
    overflow: hidden;
    position: absolute;
    top: 60px;
    left: 20px;
}

.testimonial .pic img {
    width: 100%;
    height: auto;
}

.testimonial .description {
    font-size: 15px;
    letter-spacing: 1px;
    color: #6f6f6f;
    line-height: 25px;
    margin-bottom: 15px;
}

.testimonial .title {
    display: inline-block;
    font-size: 20px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #ff0000;
    margin: 0;
}

.testimonial .post {
    display: inline-block;
    font-size: 17px;
    color: #ff0000;
    font-style: italic;
}

.owl-theme .owl-controls .owl-page span {
    border: 2px solid #2a3d7d;
    background: #fff !important;
    border-radius: 0 !important;
    opacity: 1;
}

.owl-theme .owl-controls .owl-page.active span,
.owl-theme .owl-controls .owl-page:hover span {
    background: #ff0000 !important;
    border-color: rgb(255, 0, 0);
}


/* .logo-navbar {
    margin-left: auto;
    margin-right: auto;
    display: block;
    max-width: 75%;
    max-height: 20%;
} */

.home-more-news a {
    width: 100%;
}

@media only screen and (max-width: 650px) {
    .testimonial {
        padding: 20px;
        text-align: center;
    }
    .testimonial .pic {
        display: block;
        position: static;
        margin: 0 auto 15px;
    }
}

@media (min-width: 992px) {
    .produk {
        height: 250px;
        width: 100%;
        border-radius: 10px;
        box-shadow: 5px 5px 5px rgb(92, 91, 91);
    }
}

@media (max-width: 992px) {
    .produk {
        height: 200px;
        width: 100%;
        border-radius: 10px;
        box-shadow: 5px 5px 5px rgb(92, 91, 91);
    }
}

@media (min-width: 1366px) {
    .gambar {
        max-width: 100%;
        height: 75%;
        box-shadow: 5px 5px 5px rgb(92, 91, 91);
    }
    .logo-award {
        max-width: 100%;
        max-height: 45%;
        display: block;
        margin-left: auto;
        margin-right: auto;
    }
}

@media (width: 768px) {
    .gambar {
        max-width: 100%;
        height: 75%;
        box-shadow: 5px 5px 5px rgb(92, 91, 91);
    }
}

.home-produk {
    padding-top: 1%;
    padding-left: 8%;
    padding-right: 6%;
    padding-bottom: auto;
}

.section-nobottom-picture {
    height: 10%;
    background-image: url(../img/Plastic-Industry.jpeg);
}

@media screen and (max-width: 320px) {
    .about {
        padding-bottom: 2%;
        padding-top: 7%;
        text-align: center;
    }
}

@media screen and (max-width: 650px) {
    .slider1-about {
        margin-top: 2%;
        margin-left: 1%;
        margin-right: 5%;
        text-align: justify;
    }
    .about {
        padding-bottom: 2%;
        padding-top: 7%;
        text-align: center;
    }
    .slider1-p {
        margin-left: 1%
    }
}

@media screen and (width: 768px) {
    .slider1-about {
        margin-top: 2%;
    }
}

@media screen and (min-width: 1366px) {
    .slider1-p {
        margin-left: 4%
    }
    .slider1-about {
        margin-top: 2%;
    }
}

.about-text-right {
    margin-left: 5%;
}

.about-text-left {
    margin-right: 5%;
}

.our-strategy {
    padding-top: 10%;
    text-align: center;
    background: transparent;
}

@media screen and (max-width: 320px) {
    .panel-judul {
        box-shadow: 3px 3px 3px rgb(73, 73, 73);
    }
    .panel-judul h2 {
        padding-left: 15px;
        padding-top: 15px;
    }
    .panel-judul h5 {
        padding-left: 15px;
        padding-top: 15px;
    }
    .panel-judul h6 {
        padding-left: 15px;
        padding-top: 5px;
    }
    .jumbotron-news {
        background-size: cover;
        color: white;
    }
    .jumbotron-news h1 {
        padding-top: 120px;
        text-align: center;
        font-size: 40px;
    }
    .jumbotron-news p {
        text-align: center;
        padding-bottom: 25px;
    }
    .img-value {
        max-width: 100% !important;
        height: 200px;
        display: block;
    }
}

@media screen and (min-width: 325px) and (max-width: 650px) {
    .panel-judul {
        box-shadow: 3px 3px 3px rgb(73, 73, 73);
    }
    .panel-judul h2 {
        padding-left: 15px;
        padding-top: 15px;
    }
    .panel-judul h5 {
        padding-left: 15px;
        padding-top: 15px;
    }
    .panel-judul h6 {
        padding-left: 15px;
        padding-top: 5px;
    }
    .jumbotron-news {
        background-size: cover;
        color: white;
    }
    .jumbotron-news h1 {
        padding-top: 120px;
        text-align: center;
        font-size: 40px;
    }
    .jumbotron-news p {
        text-align: center;
        padding-bottom: 25px;
    }
    .img-value {
        max-width: 100% !important;
        height: 200px;
        display: block;
    }
}

@media screen and (min-width: 652px) and (max-width: 768px) {
    .panel-judul {
        box-shadow: 3px 3px 3px rgb(73, 73, 73);
    }
    .panel-judul h2 {
        padding-left: 15px;
        padding-top: 15px;
    }
    .panel-judul h5 {
        padding-left: 15px;
        padding-top: 15px;
    }
    .panel-judul h6 {
        padding-left: 15px;
        padding-top: 5px;
    }
    /* .panel-judul p {
        padding-left: 15px;
        padding-top: 15px;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 1;
        number of lines to show
        -webkit-box-orient: vertical;
    } */
    .jumbotron-news {
        background-size: cover;
        color: white;
    }
    .jumbotron-news h1 {
        padding-top: 120px;
        text-align: center;
    }
    .jumbotron-news p {
        text-align: center;
        padding-bottom: 25px;
    }
    .img-value {
        max-width: 100% !important;
        height: 330px;
        display: block;
    }
}

@media screen and (min-width: 769px) and (max-width: 1024px) {
    .panel-judul {
        box-shadow: 3px 3px 3px rgb(73, 73, 73);
        margin-top: -65px;
    }
    .panel-judul h2 {
        padding-left: 15px;
        padding-top: 15px;
    }
    .panel-judul h5 {
        padding-left: 15px;
        padding-top: 15px;
    }
    .panel-judul h6 {
        padding-left: 15px;
        padding-top: 5px;
    }
    .jumbotron-news {
        background-size: cover;
        color: white;
        height: 350px;
    }
    .jumbotron-news h1 {
        padding-top: 120px;
        text-align: center;
        font-size: 35px;
    }
    .jumbotron-news p {
        text-align: center;
        padding-bottom: 25px;
    }
    .img-value {
        max-width: 100% !important;
        height: 420px;
        display: block;
    }
}

@media screen and (min-width: 1025px) and (max-width: 1366px) {
    .jumbotron-news {
        background-size: cover;
        height: 500px;
        color: white;
    }
    .jumbotron-login {
        background-image: linear-gradient(to left, rgba(0, 0, 0), rgb(0, 0, 0, 0.1)), url(../img/worker-reading-news-with-tablet.jpg);
        background-size: cover;
        height: 500px;
        color: white;
    }
    .jumbotron-news h1 {
        padding-top: 15%;
        text-align: center;
    }
    .jumbotron-news p {
        text-align: center;
    }
    .panel-judul {
        margin-top: -100px;
        box-shadow: 3px 3px 3px rgb(73, 73, 73);
    }
    .panel-judul h2 {
        padding-left: 15px;
        padding-top: 15px;
    }
    .panel-judul h5 {
        padding-left: 15px;
        padding-top: 15px;
    }
    .panel-judul h6 {
        padding-left: 15px;
        padding-top: 5px;
    }
    /* .panel-judul p {
        padding-left: 15px;
        padding-top: 15px;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 1;
        number of lines to show
        -webkit-box-orient: vertical;
    } */
    .img-value {
        max-width: 100% !important;
        height: 420px;
        display: block;
    }
}

@media screen and (min-width: 1368px) and (max-width: 2560px) {
    .jumbotron-news {
        background-size: cover;
        height: 500px;
        color: white;
    }
    .jumbotron-login {
        background-image: linear-gradient(to left, rgba(0, 0, 0), rgb(0, 0, 0, 0.1)), url(../img/worker-reading-news-with-tablet.jpg);
        background-size: cover;
        height: 500px;
        color: white;
    }
    .jumbotron-news h1 {
        padding-top: 15%;
        text-align: center;
    }
    .jumbotron-news p {
        text-align: center;
    }
    .panel-judul {
        margin-top: -100px;
        box-shadow: 3px 3px 3px rgb(73, 73, 73);
    }
    .panel-judul h2 {
        padding-left: 15px;
        padding-top: 15px;
    }
    .panel-judul h5 {
        padding-left: 15px;
        padding-top: 15px;
    }
    .panel-judul h6 {
        padding-left: 15px;
        padding-top: 5px;
    }
    /* .panel-judul p {
        padding-left: 15px;
        padding-top: 15px;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 1;
        number of lines to show
        -webkit-box-orient: vertical;
    } */
    .img-value {
        max-width: 100% !important;
        height: 420px;
        display: block;
    }
}

.news-panel {
    display: none;
    padding: 10px;
    margin-bottom: 5px;
}

#loadMore {
    padding: 10px;
    text-align: center;
    background-color: rgb(255, 0, 0);
    color: #fff;
    border-width: 0 1px 1px 0;
    border-style: solid;
    border-color: #fff;
    border-radius: 8px;
    box-shadow: 0 1px 1px #ccc;
    transition: all 600ms ease-in-out;
    -webkit-transition: all 600ms ease-in-out;
    -moz-transition: all 600ms ease-in-out;
    -o-transition: all 600ms ease-in-out;
}

#loadMore:hover {
    background-color: rgb(122, 2, 2);
    text-decoration: none;
    color: #ffffff;
}

.news-panel-gambar {
    box-shadow: 3px 3px 3px rgb(139, 139, 139);
    border-radius: 8px;
}

.news-panel h5 {
    padding-left: 15px;
    padding-top: 10px;
}

.news-panel p {
    padding-left: 15px;
    padding-top: 5px;
    padding-right: 15px;
}

.news-row2 {
    margin-top: 30px;
}

.jumbotron-produk {
    background-image: linear-gradient(to right, rgba(0, 0, 0), rgb(0, 0, 0, 0.1));
    background-size: cover;
    height: 550px;
}

@media screen and (max-width: 650px) {
    .jumbotron-produk h1 {
        text-align: center;
        padding-top: 150px;
        color: white;
        font-size: 45px;
    }
    .jumbotron-produk p {
        text-align: center;
        padding-top: 15px;
        color: white;
    }
}

@media screen and (min-width: 1366px) and (max-width: 2560px) {
    .jumbotron-produk h1 {
        text-align: center;
        padding-top: 150px;
        color: white;
    }
    .jumbotron-produk p {
        text-align: center;
        padding-top: 15px;
        /* color: white; */
    }
    .highlight-produk {
        margin-top: -20%;
    }
}

@media screen and (min-width: 1024px) and (max-width: 1366px) {
    .jumbotron-produk h1 {
        text-align: center;
        padding-top: 150px;
        color: white;
    }
    .jumbotron-produk p {
        text-align: center;
        padding-top: 15px;
        color: white;
    }
    .highlight-produk {
        margin-top: -20%;
    }
}

@media screen and (min-width: 650px) and (max-width: 768px) {
    .jumbotron-produk h1 {
        text-align: center;
        padding-top: 150px;
        color: white;
    }
    .jumbotron-produk p {
        text-align: center;
        padding-top: 15px;
        color: white;
    }
    .highlight-produk {
        margin-top: -20%;
    }
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
    .jumbotron-produk h1 {
        text-align: center;
        padding-top: 150px;
        color: white;
    }
    .jumbotron-produk p {
        text-align: center;
        padding-top: 15px;
        color: white;
    }
    .highlight-produk {
        margin-top: -20%;
    }
}

.produk-desc {
    margin-top: 20px;
}

.spek-desc {
    padding-top: 15px;
    padding-bottom: 20px;
}

@media (min-width: 992px) {
    .spek-color {
        background-color: rgb(223, 223, 223);
        border: 2px black;
        box-shadow: 2px 2px 2px black;
    }
    .table {
        border: 2px black;
    }
}

@media (max-width: 992px) {
    .spek-color {
        background-color: rgb(223, 223, 223, 0.5);
        border: 2px black;
        box-shadow: 2px 2px 2px black;
        margin-top: 40px;
    }
    .table {
        border: 2px black;
    }
}


/* @media (min-width: 992px) {
    .learn-more {
        border: 2px black;
    }
    .learn {
        padding-top: 80px;
    }
    .thickness {
        padding-top: 15px;
        padding-bottom: 20px;
    }
} */

@media (max-width: 320px) {
    .learn-more {
        border: 2px black;
        margin-top: -20px;
    }
    .learn {
        padding-top: 25px;
    }
    .thickness {
        padding-top: 15px;
        padding-bottom: 20px;
        margin-right: 20%;
    }
    /* .thickness button {
            width: 100%;
        } */
    .limit-button {
        height: 100%;
        max-width: 20ch;
        text-overflow: ellipsis;
        white-space: nowrap;
        overflow: hidden;
        position: relative;
    }
    .advantage-judul {
        text-align: center;
    }
    .advantage-column h4 {
        text-align: center;
    }
    .advantage-column p {
        text-align: justify;
    }
}

@media screen and (min-width: 325px) and (max-width: 650px) {
    .learn-more {
        border: 2px black;
        margin-top: -20px;
    }
    .learn {
        padding-top: 25px;
    }
    .thickness {
        padding-top: 15px;
        padding-bottom: 20px;
        margin-right: 20%;
    }
    /* .thickness button {
            width: 100%;
        } */
    .limit-button {
        height: 100%;
        max-width: 20ch;
        text-overflow: ellipsis;
        white-space: nowrap;
        overflow: hidden;
        position: relative;
    }
    .advantage-judul {
        text-align: center;
    }
    .advantage-column h4 {
        text-align: center;
    }
    .advantage-column p {
        text-align: justify;
    }
}

@media screen and (min-width: 652px) and (max-width: 769px) {
    .learn-more {
        border: 2px black;
        margin-top: -20px;
    }
    .learn {
        padding-top: 25px;
    }
    .thickness {
        padding-top: 15px;
        padding-bottom: 20px;
        padding-right: 50%;
    }
    /* .thickness button {
            width: 200px;
        } */
    .limit-button {
        height: 100%;
        max-width: 20ch;
        text-overflow: ellipsis;
        white-space: nowrap;
        overflow: hidden;
        position: relative;
    }
    .advantage-judul {
        text-align: center;
    }
}

@media screen and (min-width: 770px) and (max-width: 1024px) {
    .learn-more {
        border: 2px black;
        margin-top: -20px;
    }
    .learn {
        padding-top: 25px;
    }
    .thickness {
        padding-top: 5px;
        padding-bottom: 20px;
        padding-right: 50%;
    }
    /* .thickness button {
            width: 250px;
        } */
    .limit-button {
        height: 100%;
        max-width: 20ch;
        text-overflow: ellipsis;
        white-space: nowrap;
        overflow: hidden;
        position: relative;
    }
}

@media screen and (min-width: 1025px) and (max-width: 1367px) {
    .learn-more {
        border: 2px black;
        margin-top: -20px;
    }
    .learn {
        padding-top: 25px;
    }
    .thickness {
        padding-top: 15px;
        padding-bottom: 20px;
        padding-right: 50%;
    }
    /* .thickness button {
            width: 200px;
        } */
    .limit-button {
        max-width: 20ch;
        text-overflow: ellipsis;
        white-space: nowrap;
        overflow: hidden;
        position: relative;
    }
    .advantage-judul {
        text-align: center;
    }
}

@media screen and (min-width: 1368px) and (max-width: 2560px) {
    .learn-more {
        border: 2px black;
        margin-top: -20px;
    }
    .learn {
        padding-top: 25px;
    }
    .thickness {
        padding-top: 15px;
        padding-right: 50%;
    }
    /* .thickness button {
            width: 200px;
        } */
    .limit-button {
        height: 100%;
        max-width: 20ch;
        text-overflow: ellipsis;
        white-space: nowrap;
        overflow: hidden;
        position: relative;
    }
    .advantage-judul {
        text-align: center;
    }
}

.advantage-column {
    margin-top: 20px;
}

.logo-background {
    background-image: linear-gradient(to top, rgba(255, 255, 255, 0.5), rgb(255, 255, 255)), url(../img/untuk\ logo.jpg);
    height: auto;
    width: 100%;
    background-size: cover;
}

@media (min-width: 992px) {
    .logo {
        border-radius: 25px;
        box-shadow: 3px 3px 3px black;
        height: 150px;
        width: 100%;
        padding-left: 20px;
        padding-top: 20px;
        padding-bottom: 20px;
        padding-right: 20px;
        background-color: rgb(240, 240, 240);
    }
}

@media (max-width: 920px) {
    .logo {
        border-radius: 25px;
        box-shadow: 3px 3px 3px black;
        height: 100px;
        width: 100%;
        padding-left: 20px;
        padding-top: 20px;
        padding-bottom: 20px;
        padding-right: 20px;
        background-color: rgb(240, 240, 240);
    }
}

.award {
    height: 200px;
    width: 200px;
}

.vision {
    background-image: linear-gradient(to bottom, rgb(255, 255, 255, 2), rgb(255, 250, 250, 0.7)), url(../img/vision.jpg);
    background-size: cover;
}

.history {
    background-image: linear-gradient(to bottom, rgb(255, 255, 255, 0.7), rgb(255, 250, 250, 1)), url(../img/vision.jpg);
    background-size: cover;
}


/* .spek {
    background-image: linear-gradient(to bottom, rgba(255, 173, 173, 0.7), rgb(255, 250, 250, 1));
    background-size: cover;
} */


/* .advantage {
    padding-top: 20px;
    background: linear-gradient(to top, rgba(255, 195, 195, 0.7), rgb(255, 250, 250, 1))
} */

.faq-produk {
    border-radius: 8px;
    box-shadow: 3px 3px 3px black;
}

.select-produk h5 {
    padding-top: 15px;
    padding-bottom: 20px;
    text-align: center;
}

.faqs-produk {
    border-radius: 10px;
}

.faqs-special {
    margin-top: 15px;
    margin-bottom: 20px;
}

@media screen and (max-width: 650px) {
    #sticky-sidebar {
        color: black;
        width: 100%;
    }
}

@media screen and (width: 768px) {
    #sticky-sidebar {
        color: black;
        width: 200px;
        display: block;
    }
}

@media screen and (width: 1024px) {
    #sticky-sidebar {
        color: black;
        width: 200px;
        display: block;
    }
}

@media screen and (min-width: 1366px) {
    #sticky-sidebar {
        color: black;
        width: 200px;
        display: block;
    }
}

.sticky-top {
    padding-top: 200px;
}

.top .nav a:hover {
    color: red;
}

.top a {
    color: black;
    font-size: 20px;
    background-color: rgba(224, 224, 224, 0.582);
    width: 100%;
    text-align: center;
    padding-bottom: 15px;
}

.top .nav {
    border-radius: 8px;
}

.img-nav {
    border-radius: 8px;
    width: 100%;
    height: auto;
}

.table-stripped {
    border-radius: 8px;
}

.table-faq {
    width: 100%;
}

.faq-container-red {
    background: rgb(255, 135, 135);
    padding-top: 15px;
    padding-bottom: 20px;
    border-radius: 8px;
}

.faq-container-grey {
    background: rgba(224, 224, 224, 0.582);
    padding-top: 15px;
    padding-bottom: 40px;
    border-radius: 8px;
}

.faq-section {
    background-image: linear-gradient(to bottom, rgb(255, 183, 183), rgb(255, 250, 250, 0.7));
    background-size: cover;
}

.close {
    opacity: 1;
}


/* .fixed {
    height: 100%;
    width: 500px;
    position: fixed;
    z-index: 1;
    top: 0;
    left: 0;
    overflow-x: hidden;
    padding-top: 20px;
    margin-top: 200%;
    margin-left: 40px;
    text-align: center;
  }

  .sidenav {
    height: 100%;
    width: 500px;
    position: block;
    z-index: 1;
    top: 0;
    left: 0;
    overflow-x: hidden;
    padding-top: 20px;
    margin-top: 150px;
    margin-left: 40px;
    text-align: center;
  } */


/* .sidenav-img {
    width: 100%;
    height: auto;
    border-radius: 8px;
  }
  
  .sidenav a {
    padding: 6px 8px 6px 16px;
    text-decoration: none;
    font-size: 25px;
    color: #818181;
    display: block;
  }
  
  .sidenav a:hover {
    color: #ff0000;
  } */


/* .fixed1 {
    margin-left: 600px; 
    margin-top: 600px;
    padding: 0px 10px;
  }

  .main {
    margin-left: 600px; 
    margin-top: -550px;
    padding: 0px 10px;
  }
  
  @media screen and (max-height: 450px) {
    .sidenav {padding-top: 15px;}
    .sidenav a {font-size: 18px;}
  } */


/* .section-faqs div {
    width: 90%;
    margin: auto;
    margin-top: 30px;
  }
  .section-faqs div h1 {
    font-size: 24px;
    padding: 20px 0px;
    font-weight: bold;
  } */


/* no-gutters Class Rules */


/* .row.no-gutters {
    margin-right: 0;
    margin-left: 0;
  }
  .row.no-gutters > [class^="col-"],
  .row.no-gutters > [class*=" col-"] {
    padding-right: 0;
    padding-left: 0;
  } */


/* *{margin:0px;padding:0px;-webkit-box-sizing: border-box;-moz-box-sizing: border-box;box-sizing: border-box;font-family: 'Roboto';}

body{text-align:center;background:#F5F5F5;padding:2em 0px;} */


/* --- CardA ---- */

.CardA {
    position: relative;
    background: #fff;
    margin: 1em;
    display: inline-block;
    text-align: left;
    overflow: hidden;
    font-size: 14px;
    border-radius: 5px;
    height: 300px;
    max-width: 1000px;
    -moz-transition: 0.5s;
    -o-transition: 0.5s;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    -webkit-box-shadow: 0 3px 7px -3px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0 3px 7px -3px rgba(0, 0, 0, 0.3);
    box-shadow: 0 3px 7px -3px rgba(0, 0, 0, 0.3);
}

.CardA .photo {
    position: relative;
    -moz-transition: 0.5s;
    -o-transition: 0.5s;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    float: right;
    height: 100%;
    width: 40%;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-image: url('../assets/img/sup.jpg');
}


/* .CardA:hover .photo {
    -webkit-transform: rotate(5deg) scale(1.3);
    -moz-transform: rotate(5deg) scale(1.3);
    -ms-transform: rotate(5deg) scale(1.3);
    -o-transform: rotate(5deg) scale(1.3);
    transform: rotate(5deg) scale(1.3);
} */

.CardA .details {
    -moz-transition: 0.5s;
    -o-transition: 0.5s;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    background: rgba(0, 0, 0, 0.6);
    color: #fff;
    list-style: none;
    margin: 0px;
    padding: 1em;
    height: 100%;
    position: absolute;
    top: 0px;
    left: -100%;
    width: 40%;
}


/* .CardA:hover .details {left: 0px;} */

.CardA:hover .details li {
    padding: 0.1em;
}

.CardA .description {
    padding: 1em;
    position: relative;
    float: right;
    height: 100%;
    width: 60%;
    z-index: 0;
}

.CardA .description:before {
    content: "";
    background: #fff;
    width: 100%;
    z-index: -1;
    position: absolute;
    left: -15px;
    top: 0;
    bottom: 0;
    -webkit-transform: skewX(-5deg);
    -moz-transform: skewX(-5deg);
    -ms-transform: skewX(-5deg);
    -o-transform: skewX(-5deg);
    transform: skewX(-5deg);
}

.CardA .description h1 {
    font-size: 2em;
    padding: 0.5em 0px;
    font-weight: bold;
}

.CardA .description .line {
    display: block;
    height: 5em;
}

.CardA .description .product_name {
    float: left;
}

.CardA .description .product_price {
    float: right;
    color: #4cbc32;
}

.CardA .description h2 {
    color: #9b9b9b;
    font-weight: lighter;
    text-transform: uppercase;
    font-size: 0.9em;
    font-weight: 400;
}

.CardA .description p {
    position: relative;
    padding: 2em 0px 1em 0.5em;
}

.CardA .description p:after {
    content: "";
    background: #d13b3b;
    height: 6px;
    width: 5em;
    position: absolute;
    top: 0.6em;
    left: 0px;
}

.CardA .description a {
    color: #d13b3b;
    margin-bottom: 1em;
    position: relative;
    float: left;
    right: 0em;
    bottom: 0em;
}


/* .CardA .description a:after {
  content: ">";
  margin-left: -10px;
  opacity: 0;
  -moz-transition: 0.5s;-o-transition: 0.5s;-webkit-transition: 0.5s;transition: 0.5s;
} */

.CardA .description a:hover:after {
    margin-left: 5px;
    opacity: 1;
}


/* --- CardB ---- */

.CardB {
    position: relative;
    background: #fff;
    margin: 1em;
    display: inline-block;
    text-align: left;
    overflow: hidden;
    font-size: 14px;
    border-radius: 5px;
    height: 300px;
    max-width: 600px;
    -moz-transition: 0.5s;
    -o-transition: 0.5s;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    -webkit-box-shadow: 0 3px 7px -3px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0 3px 7px -3px rgba(0, 0, 0, 0.3);
    box-shadow: 0 3px 7px -3px rgba(0, 0, 0, 0.3);
}

.CardB .photo {
    position: relative;
    -moz-transition: 0.5s;
    -o-transition: 0.5s;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    float: right;
    height: 100%;
    width: 40%;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-image: url('../assets/img/distributor.jpeg');
}


/* .CardB:hover .photo {
    -webkit-transform: rotate(5deg) scale(1.3);
    -moz-transform: rotate(5deg) scale(1.3);
    -ms-transform: rotate(5deg) scale(1.3);
    -o-transform: rotate(5deg) scale(1.3);
    transform: rotate(5deg) scale(1.3);
} */

.CardB .details {
    -moz-transition: 0.5s;
    -o-transition: 0.5s;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    background: rgba(0, 0, 0, 0.6);
    color: #fff;
    list-style: none;
    margin: 0px;
    padding: 1em;
    height: 100%;
    position: absolute;
    top: 0px;
    left: -100%;
    width: 40%;
}


/* .CardB:hover .details {left: 0px;} */

.CardB:hover .details li {
    padding: 0.1em;
}

.CardB .description {
    padding: 1em;
    position: relative;
    float: right;
    height: 100%;
    width: 60%;
    z-index: 0;
}

.CardB .description:before {
    content: "";
    background: #fff;
    width: 100%;
    z-index: -1;
    position: absolute;
    left: -15px;
    top: 0;
    bottom: 0;
    -webkit-transform: skewX(-5deg);
    -moz-transform: skewX(-5deg);
    -ms-transform: skewX(-5deg);
    -o-transform: skewX(-5deg);
    transform: skewX(-5deg);
}

.CardB .description h1 {
    font-size: 2em;
    padding: 0.5em 0px;
    font-weight: bold;
}

.CardB .description .line {
    display: block;
    height: 5em;
}

.CardB .description .product_name {
    float: left;
}

.CardB .description .product_price {
    float: right;
    color: #4cbc32;
}

.CardB .description h2 {
    color: #9b9b9b;
    font-weight: lighter;
    text-transform: uppercase;
    font-size: 0.9em;
    font-weight: 400;
}

.CardB .description p {
    position: relative;
    padding: 2em 0px 1em 0.5em;
}

.CardB .description p:after {
    content: "";
    background: #d13b3b;
    height: 6px;
    width: 5em;
    position: absolute;
    top: 0.6em;
    left: 0px;
}

.CardB .description a {
    color: #d13b3b;
    margin-bottom: 1em;
    position: relative;
    float: left;
    right: 0em;
    bottom: 0em;
}


/* .CardB .description a:after {
  content: ">";
  margin-left: -10px;
  opacity: 0;
  -moz-transition: 0.5s;-o-transition: 0.5s;-webkit-transition: 0.5s;transition: 0.5s;
} */

.CardB .description a:hover:after {
    margin-left: 5px;
    opacity: 1;
}


/* --- CardC ---- */

.CardC {
    position: relative;
    background: #fff;
    margin: 1em;
    display: inline-block;
    text-align: left;
    overflow: hidden;
    font-size: 14px;
    border-radius: 5px;
    height: 300px;
    max-width: 600px;
    -moz-transition: 0.5s;
    -o-transition: 0.5s;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    -webkit-box-shadow: 0 3px 7px -3px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0 3px 7px -3px rgba(0, 0, 0, 0.3);
    box-shadow: 0 3px 7px -3px rgba(0, 0, 0, 0.3);
}

.CardC .photo {
    position: relative;
    -moz-transition: 0.5s;
    -o-transition: 0.5s;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    float: right;
    height: 100%;
    width: 40%;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-image: url('../assets/img/partnership.jpeg');
}


/* .CardC:hover .photo {
    -webkit-transform: rotate(5deg) scale(1.3);
    -moz-transform: rotate(5deg) scale(1.3);
    -ms-transform: rotate(5deg) scale(1.3);
    -o-transform: rotate(5deg) scale(1.3);
    transform: rotate(5deg) scale(1.3);
} */

.CardC .details {
    -moz-transition: 0.5s;
    -o-transition: 0.5s;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    background: rgba(0, 0, 0, 0.6);
    color: #fff;
    list-style: none;
    margin: 0px;
    padding: 1em;
    height: 100%;
    position: absolute;
    top: 0px;
    left: -100%;
    width: 40%;
}


/* .CardC:hover .details {left: 0px;} */

.CardC:hover .details li {
    padding: 0.1em;
}

.CardC .description {
    padding: 1em;
    position: relative;
    float: right;
    height: 100%;
    width: 60%;
    z-index: 0;
}

.CardC .description:before {
    content: "";
    background: #fff;
    width: 100%;
    z-index: -1;
    position: absolute;
    left: -15px;
    top: 0;
    bottom: 0;
    -webkit-transform: skewX(-5deg);
    -moz-transform: skewX(-5deg);
    -ms-transform: skewX(-5deg);
    -o-transform: skewX(-5deg);
    transform: skewX(-5deg);
}

.CardC .description h1 {
    font-size: 2em;
    padding: 0.5em 0px;
    font-weight: bold;
}

.CardC .description .line {
    display: block;
    height: 5em;
}

.CardC .description .product_name {
    float: left;
}

.CardC .description .product_price {
    float: right;
    color: #4cbc32;
}

.CardC .description h2 {
    color: #9b9b9b;
    font-weight: lighter;
    text-transform: uppercase;
    font-size: 0.9em;
    font-weight: 400;
}

.CardC .description p {
    position: relative;
    padding: 2em 0px 1em 0.5em;
}

.CardC .description p:after {
    content: "";
    background: #d13b3b;
    height: 6px;
    width: 5em;
    position: absolute;
    top: 0.6em;
    left: 0px;
}

.CardC .description a {
    color: #d13b3b;
    margin-bottom: 1em;
    position: relative;
    float: left;
    right: 0em;
    bottom: 0em;
    text-decoration: none;
}

.CardC .description a:hover {
    color: #d13b3b;
    text-decoration: none;
}


/* .CardC .description a:after {
  content: ">";
  margin-left: -10px;
  opacity: 0;
  -moz-transition: 0.5s;-o-transition: 0.5s;-webkit-transition: 0.5s;transition: 0.5s;
} */

.CardC .description a:hover:after {
    margin-left: 5px;
    opacity: 1;
}


/* --- CardSup ---- */

.CardSup {
    position: relative;
    background: #fff;
    margin: 1em;
    display: inline-block;
    text-align: left;
    overflow: hidden;
    font-size: 14px;
    border-radius: 5px;
    height: 300px;
    max-width: 600px;
    -moz-transition: 0.5s;
    -o-transition: 0.5s;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    -webkit-box-shadow: 0 3px 7px -3px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0 3px 7px -3px rgba(0, 0, 0, 0.3);
    box-shadow: 0 3px 7px -3px rgba(0, 0, 0, 0.3);
}

.CardSup .photo {
    position: relative;
    -moz-transition: 0.5s;
    -o-transition: 0.5s;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    float: left;
    height: 100%;
    width: 40%;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.CardSup:hover .photo {
    -webkit-transform: rotate(5deg) scale(1.3);
    -moz-transform: rotate(5deg) scale(1.3);
    -ms-transform: rotate(5deg) scale(1.3);
    -o-transform: rotate(5deg) scale(1.3);
    transform: rotate(5deg) scale(1.3);
}

.CardSup .details {
    -moz-transition: 0.5s;
    -o-transition: 0.5s;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    background: rgba(0, 0, 0, 0.6);
    color: #fff;
    list-style: none;
    margin: 0px;
    padding: 1em;
    height: 100%;
    position: absolute;
    top: 0px;
    left: -100%;
    width: 40%;
}


/* .CardSup:hover .details {left: 0px;} */

.CardSup:hover .details li {
    padding: 0.1em;
}

.CardSup .description {
    padding: 1em;
    position: relative;
    float: right;
    height: 100%;
    width: 60%;
    z-index: 0;
}

.CardSup .description:before {
    content: "";
    background: #fff;
    width: 100%;
    z-index: -1;
    position: absolute;
    left: -15px;
    top: 0;
    bottom: 0;
    -webkit-transform: skewX(-5deg);
    -moz-transform: skewX(-5deg);
    -ms-transform: skewX(-5deg);
    -o-transform: skewX(-5deg);
    transform: skewX(-5deg);
}

.CardSup .description h1 {
    font-size: 2em;
    padding: 0.5em 0px;
    font-weight: bold;
}

.CardSup .description .line {
    display: block;
    height: 5em;
}

.CardSup .description .product_name {
    float: left;
}

.CardSup .description .product_price {
    float: right;
    color: #4cbc32;
}

.CardSup .description h2 {
    color: #9b9b9b;
    font-weight: lighter;
    text-transform: uppercase;
    font-size: 0.9em;
    font-weight: 400;
}

.CardSup .description p {
    position: relative;
    padding-top: 25px;
}

.CardSup .description p:after {
    content: "";
    background: #d13b3b;
    height: 6px;
    width: 5em;
    position: absolute;
    top: 0.6em;
    left: 0px;
}

.CardSup .description a {
    color: #d13b3b;
    margin-bottom: 1em;
    position: relative;
    float: right;
    right: 1em;
    bottom: 0em;
    text-decoration: none;
}

.CardSup .description a:hover {
    color: #912929;
    text-decoration: none;
}


/* .CardSup .description a:after {
  content: ">";
  margin-left: -10px;
  opacity: 0;
  -moz-transition: 0.5s;-o-transition: 0.5s;-webkit-transition: 0.5s;transition: 0.5s;
} */

.CardSup .description a:hover:after {
    margin-left: 5px;
    opacity: 1;
}


/* --- CardDist ---- */

.CardDist {
    position: relative;
    background: #fff;
    margin: 1em;
    display: inline-block;
    text-align: left;
    overflow: hidden;
    font-size: 14px;
    border-radius: 5px;
    height: 300px;
    max-width: 600px;
    -moz-transition: 0.5s;
    -o-transition: 0.5s;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    -webkit-box-shadow: 0 3px 7px -3px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0 3px 7px -3px rgba(0, 0, 0, 0.3);
    box-shadow: 0 3px 7px -3px rgba(0, 0, 0, 0.3);
}

.CardDist .photo {
    position: relative;
    -moz-transition: 0.5s;
    -o-transition: 0.5s;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    float: left;
    height: 100%;
    width: 40%;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-image: url('../img/distributor.jpeg');
}

.CardDist:hover .photo {
    -webkit-transform: rotate(5deg) scale(1.3);
    -moz-transform: rotate(5deg) scale(1.3);
    -ms-transform: rotate(5deg) scale(1.3);
    -o-transform: rotate(5deg) scale(1.3);
    transform: rotate(5deg) scale(1.3);
}

.CardDist .details {
    -moz-transition: 0.5s;
    -o-transition: 0.5s;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    background: rgba(0, 0, 0, 0.6);
    color: #fff;
    list-style: none;
    margin: 0px;
    padding: 1em;
    height: 100%;
    position: absolute;
    top: 0px;
    left: -100%;
    width: 40%;
}


/* .CardDist:hover .details {left: 0px;} */

.CardDist:hover .details li {
    padding: 0.1em;
}

.CardDist .description {
    padding: 1em;
    position: relative;
    float: right;
    height: 100%;
    width: 60%;
    z-index: 0;
}

.CardDist .description:before {
    content: "";
    background: #fff;
    width: 100%;
    z-index: -1;
    position: absolute;
    left: -15px;
    top: 0;
    bottom: 0;
    -webkit-transform: skewX(-5deg);
    -moz-transform: skewX(-5deg);
    -ms-transform: skewX(-5deg);
    -o-transform: skewX(-5deg);
    transform: skewX(-5deg);
}

.CardDist .description h1 {
    font-size: 2em;
    padding: 0.5em 0px;
    font-weight: bold;
}

.CardDist .description .line {
    display: block;
    height: 5em;
}

.CardDist .description .product_name {
    float: left;
}

.CardDist .description .product_price {
    float: right;
    color: #4cbc32;
}

.CardDist .description h2 {
    color: #9b9b9b;
    font-weight: lighter;
    text-transform: uppercase;
    font-size: 0.9em;
    font-weight: 400;
}

.CardDist .description p {
    position: relative;
    padding-top: 25px;
}

.CardDist .description p:after {
    content: "";
    background: #d13b3b;
    height: 6px;
    width: 5em;
    position: absolute;
    top: 0.6em;
    left: 0px;
}

.CardDist .description a {
    color: #d13b3b;
    margin-bottom: 1em;
    position: relative;
    float: right;
    right: 1em;
    bottom: 0em;
    text-decoration: none;
}

.CardDist .description a:hover {
    color: #962d2d;
    text-decoration: none;
}


/* .CardDist .description a:after {
  content: ">";
  margin-left: -10px;
  opacity: 0;
  -moz-transition: 0.5s;-o-transition: 0.5s;-webkit-transition: 0.5s;transition: 0.5s;
} */

.CardDist .description a:hover:after {
    margin-left: 5px;
    opacity: 1;
}

@media screen and (max-width: 320px) {
    /* --- Card1 ---- */
    .Card1 {
        position: relative;
        background: #fff;
        margin: 10px;
        text-align: left;
        overflow: hidden;
        font-size: 14px;
        border-radius: 5px;
        height: 300px;
        max-width: 600px;
        -moz-transition: 0.5s;
        -o-transition: 0.5s;
        -webkit-transition: 0.5s;
        transition: 0.5s;
        -webkit-box-shadow: 0 3px 7px -3px rgba(0, 0, 0, 0.3);
        -moz-box-shadow: 0 3px 7px -3px rgba(0, 0, 0, 0.3);
        box-shadow: 0 3px 7px -3px rgba(0, 0, 0, 0.3);
    }
}

@media screen and (min-width: 322px) and (max-width: 650px) {
    /* --- Card1 ---- */
    .Card1 {
        position: relative;
        background: #fff;
        margin: 15px;
        text-align: left;
        overflow: hidden;
        font-size: 14px;
        border-radius: 5px;
        height: 300px;
        max-width: 600px;
        -moz-transition: 0.5s;
        -o-transition: 0.5s;
        -webkit-transition: 0.5s;
        transition: 0.5s;
        -webkit-box-shadow: 0 3px 7px -3px rgba(0, 0, 0, 0.3);
        -moz-box-shadow: 0 3px 7px -3px rgba(0, 0, 0, 0.3);
        box-shadow: 0 3px 7px -3px rgba(0, 0, 0, 0.3);
    }
}

@media screen and (min-width: 655px) and (max-width: 768px) {
    /* --- Card1 ---- */
    .Card1 {
        position: relative;
        background: #fff;
        margin: 10px;
        text-align: left;
        overflow: hidden;
        font-size: 14px;
        border-radius: 5px;
        height: 300px;
        max-width: 600px;
        -moz-transition: 0.5s;
        -o-transition: 0.5s;
        -webkit-transition: 0.5s;
        transition: 0.5s;
        -webkit-box-shadow: 0 3px 7px -3px rgba(0, 0, 0, 0.3);
        -moz-box-shadow: 0 3px 7px -3px rgba(0, 0, 0, 0.3);
        box-shadow: 0 3px 7px -3px rgba(0, 0, 0, 0.3);
    }
    .nilai {
        max-width: 330px;
        max-height: 170px;
    }
}

@media screen and (min-width: 769px) and (max-width: 1024px) {
    /* --- Card1 ---- */
    .Card1 {
        position: relative;
        background: #fff;
        margin: 10px;
        text-align: left;
        overflow: hidden;
        font-size: 14px;
        border-radius: 5px;
        height: 300px;
        max-width: 600px;
        -moz-transition: 0.5s;
        -o-transition: 0.5s;
        -webkit-transition: 0.5s;
        transition: 0.5s;
        -webkit-box-shadow: 0 3px 7px -3px rgba(0, 0, 0, 0.3);
        -moz-box-shadow: 0 3px 7px -3px rgba(0, 0, 0, 0.3);
        box-shadow: 0 3px 7px -3px rgba(0, 0, 0, 0.3);
    }
}

@media screen and (min-width: 1025px) and (max-width: 1366px) {
    /* --- Card1 ---- */
    .Card1 {
        position: relative;
        background: #fff;
        margin: 10px;
        text-align: left;
        overflow: hidden;
        font-size: 14px;
        border-radius: 5px;
        height: 300px;
        max-width: 600px;
        -moz-transition: 0.5s;
        -o-transition: 0.5s;
        -webkit-transition: 0.5s;
        transition: 0.5s;
        -webkit-box-shadow: 0 3px 7px -3px rgba(0, 0, 0, 0.3);
        -moz-box-shadow: 0 3px 7px -3px rgba(0, 0, 0, 0.3);
        box-shadow: 0 3px 7px -3px rgba(0, 0, 0, 0.3);
    }
}

@media screen and (min-width: 1368px) and (max-width: 2650px) {
    /* --- Card1 ---- */
    .Card1 {
        position: relative;
        background: #fff;
        margin: 10px;
        text-align: left;
        overflow: hidden;
        font-size: 14px;
        border-radius: 5px;
        height: 300px;
        max-width: 600px;
        -moz-transition: 0.5s;
        -o-transition: 0.5s;
        -webkit-transition: 0.5s;
        transition: 0.5s;
        -webkit-box-shadow: 0 3px 7px -3px rgba(0, 0, 0, 0.3);
        -moz-box-shadow: 0 3px 7px -3px rgba(0, 0, 0, 0.3);
        box-shadow: 0 3px 7px -3px rgba(0, 0, 0, 0.3);
    }
}


/* --- Card1 ---- */


/* .Card1 {
        position: relative;
        background: #fff;
        margin: 30px;
        text-align: left;
        overflow: hidden;
        font-size: 14px;
        border-radius: 5px;
        height: 300px;
        max-width: 600px;
        -moz-transition: 0.5s;
        -o-transition: 0.5s;
        -webkit-transition: 0.5s;
        transition: 0.5s;
        -webkit-box-shadow: 0 3px 7px -3px rgba(0, 0, 0, 0.3);
        -moz-box-shadow: 0 3px 7px -3px rgba(0, 0, 0, 0.3);
        box-shadow: 0 3px 7px -3px rgba(0, 0, 0, 0.3);
    } */

.Card1 .photo {
    position: relative;
    -moz-transition: 0.5s;
    -o-transition: 0.5s;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    float: left;
    height: 100%;
    width: 40%;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.Card1:hover .photo {
    -webkit-transform: rotate(5deg) scale(1.3);
    -moz-transform: rotate(5deg) scale(1.3);
    -ms-transform: rotate(5deg) scale(1.3);
    -o-transform: rotate(5deg) scale(1.3);
    transform: rotate(5deg) scale(1.3);
}

.Card1 .details {
    -moz-transition: 0.5s;
    -o-transition: 0.5s;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    background: rgba(0, 0, 0, 0.6);
    color: #fff;
    list-style: none;
    margin: 0px;
    padding: 1em;
    height: 100%;
    position: absolute;
    top: 0px;
    left: -100%;
    width: 40%;
}

.Card1:hover .details {
    left: 0px;
}

.Card1:hover .details li {
    padding: 0.1em;
}

.Card1 .description {
    padding: 1em;
    position: relative;
    float: right;
    height: 100%;
    width: 60%;
    z-index: 0;
}

.Card1 .description:before {
    content: "";
    background: #fff;
    width: 100%;
    z-index: -1;
    position: absolute;
    left: -15px;
    top: 0;
    bottom: 0;
    -webkit-transform: skewX(-5deg);
    -moz-transform: skewX(-5deg);
    -ms-transform: skewX(-5deg);
    -o-transform: skewX(-5deg);
    transform: skewX(-5deg);
}

.Card1 .description h1 {
    font-size: 2em;
    padding: 0.5em 0px;
    font-weight: bold;
}

.Card1 .description .line {
    display: block;
    height: 2em;
}

.Card1 .description .product_name {
    float: left;
}

.Card1 .description .product_price {
    float: right;
    color: #4cbc32;
}

.Card1 .description h2 {
    color: #9b9b9b;
    font-weight: lighter;
    text-transform: uppercase;
    font-size: 0.9em;
    font-weight: 400;
}

.Card1 .description p:after {
    content: "";
    background: #d13b3b;
    height: 6px;
    width: 5em;
    position: absolute;
    top: 0.6em;
    left: 0px;
}

.Card1 .description a {
    color: #d13b3b;
    margin-bottom: 1em;
    position: relative;
    float: right;
    right: 1em;
    bottom: 0em;
}


/* .Card1 .description a:after {
  content: ">";
  margin-left: -10px;
  opacity: 0;
  -moz-transition: 0.5s;-o-transition: 0.5s;-webkit-transition: 0.5s;transition: 0.5s;
} */

.Card1 .description a:hover:after {
    margin-left: 5px;
    opacity: 1;
}


/* --- Card11 ---- */

.Card11 {
    position: relative;
    background: #fff;
    margin: 1em;
    display: inline-block;
    text-align: left;
    overflow: hidden;
    font-size: 14px;
    border-radius: 5px;
    height: 300px;
    max-width: 600px;
    -moz-transition: 0.5s;
    -o-transition: 0.5s;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    -webkit-box-shadow: 0 3px 7px -3px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0 3px 7px -3px rgba(0, 0, 0, 0.3);
    box-shadow: 0 3px 7px -3px rgba(0, 0, 0, 0.3);
}

.Card11 .photo {
    position: relative;
    -moz-transition: 0.5s;
    -o-transition: 0.5s;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    float: left;
    height: 100%;
    width: 40%;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.Card11:hover .photo {
    -webkit-transform: rotate(5deg) scale(1.3);
    -moz-transform: rotate(5deg) scale(1.3);
    -ms-transform: rotate(5deg) scale(1.3);
    -o-transform: rotate(5deg) scale(1.3);
    transform: rotate(5deg) scale(1.3);
}

.Card11 .details {
    -moz-transition: 0.5s;
    -o-transition: 0.5s;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    background: rgba(0, 0, 0, 0.6);
    color: #fff;
    list-style: none;
    margin: 0px;
    padding: 1em;
    height: 100%;
    position: absolute;
    top: 0px;
    left: -100%;
    width: 40%;
}

.Card11:hover .details {
    left: 0px;
}

.Card11:hover .details li {
    padding: 0.1em;
}

.Card11 .description {
    padding: 1em;
    position: relative;
    float: right;
    height: 100%;
    width: 60%;
    z-index: 0;
}

.Card11 .description:before {
    content: "";
    background: #fff;
    width: 100%;
    z-index: -1;
    position: absolute;
    left: -15px;
    top: 0;
    bottom: 0;
    -webkit-transform: skewX(-5deg);
    -moz-transform: skewX(-5deg);
    -ms-transform: skewX(-5deg);
    -o-transform: skewX(-5deg);
    transform: skewX(-5deg);
}

.Card11 .description h1 {
    font-size: 2em;
    padding: 0.5em 0px;
    font-weight: bold;
}

.Card11 .description .line {
    display: block;
    height: 5em;
}

.Card11 .description .product_name {
    float: left;
}

.Card11 .description .product_price {
    float: right;
    color: #4cbc32;
}

.Card11 .description h2 {
    color: #9b9b9b;
    font-weight: lighter;
    text-transform: uppercase;
    font-size: 0.9em;
    font-weight: 400;
}

.Card11 .description p {
    position: relative;
    padding: 2em 0px 1em 0.5em;
}

.Card11 .description p:after {
    content: "";
    background: #d13b3b;
    height: 6px;
    width: 5em;
    position: absolute;
    top: 0.6em;
    left: 0px;
}

.Card11 .description a {
    color: #d13b3b;
    margin-bottom: 1em;
    position: relative;
    float: right;
    right: 1em;
    bottom: 0em;
}


/* .Card11 .description a:after {
  content: ">";
  margin-left: -10px;
  opacity: 0;
  -moz-transition: 0.5s;-o-transition: 0.5s;-webkit-transition: 0.5s;transition: 0.5s;
} */

.Card11 .description a:hover:after {
    margin-left: 5px;
    opacity: 1;
}


/* --- Card111 ---- */

.Card111 {
    position: relative;
    background: #fff;
    margin: 1em;
    display: inline-block;
    text-align: left;
    overflow: hidden;
    font-size: 14px;
    border-radius: 5px;
    height: 300px;
    max-width: 600px;
    -moz-transition: 0.5s;
    -o-transition: 0.5s;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    -webkit-box-shadow: 0 3px 7px -3px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0 3px 7px -3px rgba(0, 0, 0, 0.3);
    box-shadow: 0 3px 7px -3px rgba(0, 0, 0, 0.3);
}

.Card111 .photo {
    position: relative;
    -moz-transition: 0.5s;
    -o-transition: 0.5s;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    float: left;
    height: 100%;
    width: 40%;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-image: url('../assets/img/sheets2.jpeg');
}

.Card111:hover .photo {
    -webkit-transform: rotate(5deg) scale(1.3);
    -moz-transform: rotate(5deg) scale(1.3);
    -ms-transform: rotate(5deg) scale(1.3);
    -o-transform: rotate(5deg) scale(1.3);
    transform: rotate(5deg) scale(1.3);
}

.Card111 .details {
    -moz-transition: 0.5s;
    -o-transition: 0.5s;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    background: rgba(0, 0, 0, 0.6);
    color: #fff;
    list-style: none;
    margin: 0px;
    padding: 1em;
    height: 100%;
    position: absolute;
    top: 0px;
    left: -100%;
    width: 40%;
}

.Card111:hover .details {
    left: 0px;
}

.Card111:hover .details li {
    padding: 0.1em;
}

.Card111 .description {
    padding: 1em;
    position: relative;
    float: right;
    height: 100%;
    width: 60%;
    z-index: 0;
}

.Card111 .description:before {
    content: "";
    background: #fff;
    width: 100%;
    z-index: -1;
    position: absolute;
    left: -15px;
    top: 0;
    bottom: 0;
    -webkit-transform: skewX(-5deg);
    -moz-transform: skewX(-5deg);
    -ms-transform: skewX(-5deg);
    -o-transform: skewX(-5deg);
    transform: skewX(-5deg);
}

.Card111 .description h1 {
    font-size: 2em;
    padding: 0.5em 0px;
    font-weight: bold;
}

.Card111 .description .line {
    display: block;
    height: 5em;
}

.Card111 .description .product_name {
    float: left;
}

.Card111 .description .product_price {
    float: right;
    color: #4cbc32;
}

.Card111 .description h2 {
    color: #9b9b9b;
    font-weight: lighter;
    text-transform: uppercase;
    font-size: 0.9em;
    font-weight: 400;
}

.Card111 .description p {
    position: relative;
    padding: 2em 0px 1em 0.5em;
}

.Card111 .description p:after {
    content: "";
    background: #d13b3b;
    height: 6px;
    width: 5em;
    position: absolute;
    top: 0.6em;
    left: 0px;
}

.Card111 .description a {
    color: #d13b3b;
    margin-bottom: 1em;
    position: relative;
    float: right;
    right: 1em;
    bottom: 0em;
}


/* .Card111 .description a:after {
  content: ">";
  margin-left: -10px;
  opacity: 0;
  -moz-transition: 0.5s;-o-transition: 0.5s;-webkit-transition: 0.5s;transition: 0.5s;
} */

.Card111 .description a:hover:after {
    margin-left: 5px;
    opacity: 1;
}


/* --- Card2 ---- */

.Card2 {
    position: relative;
    display: inline-block;
    width: 300px;
    height: 300px;
    margin: 1em;
    background-size: cover;
    border-radius: 10px;
    box-shadow: 0px 25px 50px rgba(0, 0, 0, 0.5);
    overflow: hidden;
    -moz-transition: 0.5s;
    -o-transition: 0.5s;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}

.Card2.ph1 {
    background: url('//cs622627.vk.me/v622627615/26cdb/sBCCzAw79Cw.jpg') center no-repeat;
    background-size: cover;
}

.Card2.ph2 {
    background: url('//cs622627.vk.me/v622627615/26ce5/L2xeil9_uqg.jpg') center no-repeat;
    background-size: cover;
}

.Card2 .overlay {
    width: 100%;
    height: 100%;
    position: absolute;
    padding: 1em;
    top: 0;
    z-index: 10;
    color: #fff;
    -moz-transition: 0.5s;
    -o-transition: 0.5s;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}

.Card2 .overlay h2 {
    position: relative;
    margin: 2em 0px;
    top: -200px;
    -moz-transition: 0.5s;
    -o-transition: 0.5s;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}

.Card2 .overlay a {
    position: relative;
    width: 60%;
    top: 200px;
    padding: 0.5em 2em;
    border: 2px solid #fff;
    text-decoration: none;
    color: #FFFFFF;
    border-radius: 3px;
    -moz-transition: 0.5s;
    -o-transition: 0.5s;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}

.Card2 a:hover {
    background: #fff;
    color: #5c5c5c;
}

.Card2:hover .overlay {
    background: rgba(92, 92, 92, 0.8);
}

.Card2:hover h2 {
    top: 0px;
}

.Card2:hover a {
    top: 0px;
}


/* --- Card3 ---- */

@media screen and (max-width: 320px) {
    /* --- Card1 ---- */
    .Card1 {
        max-width: 100%;
        height: 400px;
        height: auto;
    }
    .Card1 .photo {
        float: none;
        height: 400px;
        width: 100%;
    }
    .Card1:hover .photo {
        -webkit-transform: none;
        -moz-transform: none;
        -ms-transform: none;
        -o-transform: none;
        transform: none;
    }
    .Card1:hover .details {
        left: -100%;
    }
    .Card1 .description {
        float: inherit;
        width: 100%;
    }
    .Card1 .description p {
        margin-bottom: 1em;
    }
    /* --- Card2 ---- */
    .Card2 {
        position: relative;
        display: block;
        width: 100%;
        height: 300px;
        margin: 3em 0em;
        border-radius: 0px;
        box-shadow: 0px 25px 50px rgba(0, 0, 0, 0.5);
        overflow: hidden;
        transition: all .4s ease;
    }
    /* --- Card3 ---- */
    .Card3 {
        width: 100%;
        height: auto;
        margin: 1em 0em;
    }
    .Card3:hover img {
        top: 10%;
        opacity: 0.5;
    }
    .Card3 .overlay {
        position: relative;
        bottom: 0px;
        left: 0px;
        width: 100%;
        height: 200px;
    }
    .Card3 img {
        position: relative;
        display: block;
        width: 100%;
        height: 120%;
        object-fit: cover;
        -webkit-transform: translate(-50%, 0%);
        -moz-transform: translate(-50%, 0%);
        -ms-transform: translate(-50%, 0%);
        -o-transform: translate(-50%, 0%);
        transform: translate(-50%, 0%);
    }
    .Card3:hover .overlay {
        bottom: 0px;
    }
    /* .Card3:hover img {
        top: 1%;
        opacity: 1;
    } */
    .Card3 img {
        position: absolute;
        top: 30%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
        -moz-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        -o-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        -moz-transition: 0.5s;
        -o-transition: 0.5s;
        -webkit-transition: 0.5s;
        transition: 0.5s;
    }
    .Card3:hover img {
        top: 10%;
        opacity: 0.5;
    }
    .Card3 .overlay .line h3 {
        font-size: 20px;
        text-align: center;
        padding-bottom: 20px;
        padding-top: 20px;
    }
    .Card3 {
        position: relative;
        display: inline-block;
        width: 100%;
        height: 400px;
        /* margin: 3em 1em; */
        border-radius: 5px;
        overflow: hidden;
        background: #000;
        box-shadow: rgba(6, 33, 63, 0.129412) 0px 1px 2px 0px;
        -moz-transition: 0.5s;
        -o-transition: 0.5s;
        -webkit-transition: 0.5s;
        transition: 0.5s;
    }
    .Card1 .description p {
        position: relative;
        padding: 2em 0px 1em 0.5em;
        width: 245px;
    }
}

@media screen and (min-width: 325px) and (max-width: 650px) {
    /* --- Card1 ---- */
    .Card1 {
        max-width: 100%;
        height: auto;
    }
    .Card1 .photo {
        float: none;
        height: 400px;
        width: 100%;
    }
    .Card1:hover .photo {
        -webkit-transform: none;
        -moz-transform: none;
        -ms-transform: none;
        -o-transform: none;
        transform: none;
    }
    .Card1:hover .details {
        left: -100%;
    }
    .Card1 .description {
        float: inherit;
        width: 100%;
    }
    .Card1 .description p {
        margin-bottom: 1em;
    }
    /* --- Card2 ---- */
    .Card2 {
        position: relative;
        display: block;
        width: 100%;
        height: 300px;
        margin: 3em 0em;
        border-radius: 0px;
        box-shadow: 0px 25px 50px rgba(0, 0, 0, 0.5);
        overflow: hidden;
        transition: all .4s ease;
    }
    /* --- Card3 ---- */
    .Card3 {
        width: 100%;
        height: auto;
        margin: 1em 0em;
    }
    .Card3:hover img {
        top: 50%;
        opacity: 0.5;
    }
    .Card3 .overlay {
        position: relative;
        bottom: 0px;
        left: 0px;
        width: 100%;
        height: 200px;
    }
    .Card3 img {
        position: relative;
        display: block;
        width: 100%;
        height: 100%;
        object-fit: cover;
        -webkit-transform: translate(-50%, 0%);
        -moz-transform: translate(-50%, 0%);
        -ms-transform: translate(-50%, 0%);
        -o-transform: translate(-50%, 0%);
        transform: translate(-50%, 0%);
    }
    .Card3:hover .overlay {
        bottom: 0px;
    }
    /* .Card3:hover img {
        top: 50%;
        opacity: 1;
    } */
    .Card3 img {
        position: absolute;
        top: 40%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
        -moz-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        -o-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        -moz-transition: 0.5s;
        -o-transition: 0.5s;
        -webkit-transition: 0.5s;
        transition: 0.5s;
    }
    .Card3:hover img {
        top: 30%;
        opacity: 0.5;
    }
    .Card3:hover .overlay {
        bottom: 0px;
        padding-right: auto;
        padding-left: 15px;
    }
    .Card3 .overlay .line h3 {
        font-size: 20px;
        text-align: center;
        padding-bottom: 20px;
        padding-top: 20px;
    }
    .Card3 {
        position: relative;
        display: inline-block;
        width: 100%;
        height: 400px;
        /* margin: 3em 1em; */
        border-radius: 5px;
        overflow: hidden;
        background: #000;
        box-shadow: rgba(6, 33, 63, 0.129412) 0px 1px 2px 0px;
        -moz-transition: 0.5s;
        -o-transition: 0.5s;
        -webkit-transition: 0.5s;
        transition: 0.5s;
    }
    .Card1 .description p {
        position: relative;
        /* padding: 2em 0px 1em 0.5em; */
        padding-top: 20px;
        width: 290px;
    }
}

@media screen and (min-width: 652px) and (max-width: 768px) {
    /* --- Card1 ---- */
    .Card1 {
        max-width: 100%;
        height: 400px;
        height: auto;
    }
    .Card1 .photo {
        float: none;
        height: 400px;
        width: 100%;
    }
    .Card1:hover .photo {
        -webkit-transform: none;
        -moz-transform: none;
        -ms-transform: none;
        -o-transform: none;
        transform: none;
    }
    .Card1:hover .details {
        left: -100%;
    }
    .Card1 .description {
        float: inherit;
        width: 100%;
    }
    .Card1 .description p {
        margin-bottom: 1em;
    }
    /* --- Card2 ---- */
    .Card2 {
        position: relative;
        display: block;
        width: 100%;
        height: 300px;
        margin: 3em 0em;
        border-radius: 0px;
        box-shadow: 0px 25px 50px rgba(0, 0, 0, 0.5);
        overflow: hidden;
        transition: all .4s ease;
    }
    /* --- Card3 ---- */
    .Card3 {
        width: 100%;
        height: auto;
        margin: 1em 0em;
    }
    .Card3:hover img {
        top: 50%;
        opacity: 0.5;
    }
    .Card3 .overlay {
        position: relative;
        bottom: 0px;
        left: 0px;
        width: 100%;
        height: 200px;
    }
    .Card3 img {
        position: absolute;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
        -moz-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        -o-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        -moz-transition: 0.5s;
        -o-transition: 0.5s;
        -webkit-transition: 0.5s;
        transition: 0.5s;
    }
    .Card3:hover img {
        top: 10%;
        opacity: 0.5;
    }
    .Card3:hover .overlay {
        bottom: 0px;
        padding-right: auto;
        padding-left: 15px;
    }
    .Card3 .overlay .line h3 {
        font-size: 15px;
        text-align: center;
        padding-bottom: 20px;
        padding-top: 20px;
        margin-right: 15px;
    }
    .Card3 .overlay .content {
        text-align: justify;
        font-size: 15px;
        margin-top: -15px;
        margin-right: 15px;
    }
    .Card3 {
        position: relative;
        display: inline-block;
        width: 100%;
        height: 400px;
        margin: 3em 1em;
        border-radius: 5px;
        overflow: hidden;
        background: #000;
        box-shadow: rgba(6, 33, 63, 0.129412) 0px 1px 2px 0px;
        -moz-transition: 0.5s;
        -o-transition: 0.5s;
        -webkit-transition: 0.5s;
        transition: 0.5s;
    }
    .Card1 .description p {
        position: relative;
        padding-top: 20px;
        width: 290px;
    }
}

@media screen and (min-width: 769px) and (max-width: 1024px) {
    .Card3 img {
        position: absolute;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
        -moz-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        -o-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        -moz-transition: 0.5s;
        -o-transition: 0.5s;
        -webkit-transition: 0.5s;
        transition: 0.5s;
    }
    .Card3:hover img {
        top: 30%;
        opacity: 0.5;
    }
    .Card3:hover .overlay {
        bottom: 0px;
        padding-right: 15px;
        padding-left: 15px;
    }
    .Card3 .overlay .line h3 {
        font-size: 20px;
        text-align: center;
        padding-bottom: 25px;
        padding-top: 25px;
    }
    .Card3 .overlay .content {
        text-align: left;
        margin-top: -10px;
    }
    .Card3 {
        position: relative;
        display: inline-block;
        width: 100%;
        height: 400px;
        margin: 3em 1em;
        border-radius: 5px;
        overflow: hidden;
        background: #000;
        box-shadow: rgba(6, 33, 63, 0.129412) 0px 1px 2px 0px;
        -moz-transition: 0.5s;
        -o-transition: 0.5s;
        -webkit-transition: 0.5s;
        transition: 0.5s;
    }
    .Card1 .description p {
        position: relative;
        padding-top: 20px;
        width: 400px;
    }
}

@media screen and (min-width: 1025px) and (max-width: 1367px) {
    .Card3 img {
        position: absolute;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
        -moz-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        -o-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        -moz-transition: 0.5s;
        -o-transition: 0.5s;
        -webkit-transition: 0.5s;
        transition: 0.5s;
    }
    .Card3:hover img {
        top: 30%;
        opacity: 0.5;
    }
    .Card3:hover .overlay {
        bottom: 0px;
        padding-right: 15px;
        padding-left: 15px;
    }
    .Card3 .overlay .line h3 {
        font-size: 20px;
        text-align: center;
        padding-bottom: 25px;
        padding-top: 25px;
    }
    .Card3 .overlay .content {
        text-align: left;
    }
    .Card3 {
        position: relative;
        display: inline-block;
        width: 100%;
        height: 400px;
        margin: 3em 1em;
        border-radius: 5px;
        overflow: hidden;
        background: #000;
        box-shadow: rgba(6, 33, 63, 0.129412) 0px 1px 2px 0px;
        -moz-transition: 0.5s;
        -o-transition: 0.5s;
        -webkit-transition: 0.5s;
        transition: 0.5s;
    }
    .Card1 .description p {
        position: relative;
        /* padding: 2em 0px 1em 0.5em; */
        padding-top: 20px;
    }
}

@media screen and (min-width: 1368px) and (max-width: 2560px) {
    .Card3 img {
        position: absolute;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
        -moz-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        -o-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        -moz-transition: 0.5s;
        -o-transition: 0.5s;
        -webkit-transition: 0.5s;
        transition: 0.5s;
    }
    .Card3:hover img {
        top: 30%;
        opacity: 0.5;
    }
    .Card3:hover .overlay {
        bottom: 0px;
        padding-right: 15px;
        padding-left: 15px;
    }
    .Card3 .overlay .line h3 {
        font-size: 15px;
        text-align: center;
        padding-bottom: 25px;
        padding-top: 25px;
    }
    .Card3 .overlay .content {
        text-align: left;
    }
    .Card3 .overlay .content p {
        overflow: hidden !important;
        text-overflow: ellipsis !important;
        display: -webkit-box !important;
        -webkit-line-clamp: 3 !important;
        color: #000 !important;
        /* number of lines to show */
        -webkit-box-orient: vertical !important;
    }
    .Card3 {
        position: relative;
        display: inline-block;
        width: 100%;
        height: 400px;
        margin: 3em 1em;
        border-radius: 5px;
        overflow: hidden;
        background: #000;
        box-shadow: rgba(6, 33, 63, 0.129412) 0px 1px 2px 0px;
        -moz-transition: 0.5s;
        -o-transition: 0.5s;
        -webkit-transition: 0.5s;
        transition: 0.5s;
    }
    .Card1 .description p {
        position: relative;
        padding-top: 25px;
    }
}


/* .Card3 img {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -moz-transition: 0.5s;
    -o-transition: 0.5s;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}

.Card3:hover img {
    top: 30%;
    opacity: 0.5;
} */


/* .Card3 img {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -moz-transition: 0.5s;
    -o-transition: 0.5s;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}

.Card3:hover img {
    top: 30%;
    opacity: 0.5;
} */

.Card3 .overlay {
    position: absolute;
    bottom: calc(-80% + 66px);
    left: 0px;
    width: 100%;
    height: 80%;
    background: #FFF;
    -moz-transition: 0.5s;
    -o-transition: 0.5s;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}

.Card3 .content a {
    text-decoration: none;
    color: red;
}

.Card3 .content a:hover {
    text-decoration: none;
    color: rgb(145, 0, 0);
}


/* .Card3 .overlay .line {
    width: 100%;
    text-align: left;
    line-height: 50px;
} */


/* Career Page */

@media screen and (max-width: 320px) {
    .jumbotron-career {
        background-image: linear-gradient(to bottom, rgba(0, 0, 0), rgb(0, 0, 0, 0.1)), url(../img/worker-reading-news-with-tablet-min.jpg);
        background-size: cover;
        color: white;
    }
    .jumbotron-career h1 {
        text-align: center;
        font-size: 12px;
        padding-top: 25%;
    }
    .jumbotron-career ol {
        text-align: center;
        padding-left: 15px;
        font-size: 10px;
        padding-top: 5%;
        padding-bottom: 15%;
    }
    .isi-career {
        background-color: red;
        padding-top: 15px;
    }
    .isi-career h2 {
        text-align: center;
        font-size: 25px;
    }
    .isi-career p {
        text-align: justify;
    }
    .menu {
        color: red;
    }
    .career-detail {
        margin-left: auto;
        margin-right: auto;
        display: block;
        max-height: 75%;
        max-width: 100%;
        margin-top: 15px;
    }
}

@media screen and (min-width: 325px) and (max-width: 650px) {
    .jumbotron-career {
        background-image: linear-gradient(to bottom, rgba(0, 0, 0), rgb(0, 0, 0, 0.1)), url(../img/worker-reading-news-with-tablet.jpg);
        background-size: cover;
        color: white;
    }
    .jumbotron-career h1 {
        text-align: center;
        font-size: 12px;
        padding-top: 25%;
    }
    .jumbotron-career ol {
        text-align: center;
        font-size: 10px;
        padding-top: 5%;
        padding-bottom: 15%;
        padding-left: 15px;
    }
    .isi-career {
        background-color: red;
        padding-top: 15px;
    }
    .isi-career h2 {
        text-align: center;
        font-size: 25px;
    }
    .isi-career p {
        text-align: justify;
    }
    .menu {
        color: red;
    }
    .career-detail {
        margin-left: auto;
        margin-right: auto;
        display: block;
        max-height: 75%;
        max-width: 100%;
        margin-top: 35px;
    }
}

@media screen and (min-width: 655px) and (max-width: 768px) {
    .jumbotron-career {
        background-image: linear-gradient(to bottom, rgba(0, 0, 0), rgb(0, 0, 0, 0.1)), url(../img/worker-reading-news-with-tablet.jpg);
        background-size: cover;
        color: white;
    }
    .jumbotron-career h1 {
        text-align: center;
        padding-top: 25%;
        font-size: 20px;
    }
    .jumbotron-career ol {
        text-align: center;
        padding-top: 5%;
        padding-bottom: 15%;
    }
    .isi-career {
        background-color: rgb(255, 0, 0);
        height: 75%;
        text-align: center;
        padding-top: 20px;
        color: white;
        padding-bottom: 5%;
    }
    .isi-career h2 {
        text-align: center;
        font-size: 25px;
    }
    .isi-career p {
        text-align: justify;
    }
    .menu {
        color: red;
    }
    .career-detail {
        margin-left: auto;
        margin-right: auto;
        display: block;
        max-height: 75%;
        max-width: 100%;
        margin-top: 42%;
    }
}

@media screen and (min-width:769px) and (max-width: 1024px) {
    .jumbotron-career {
        background-image: linear-gradient(to bottom, rgba(0, 0, 0), rgb(0, 0, 0, 0.1)), url(../img/worker-reading-news-with-tablet.jpg);
        background-size: cover;
        color: white;
    }
    .jumbotron-career h1 {
        text-align: center;
        padding-top: 20%;
    }
    .jumbotron-career ol {
        text-align: center;
        padding-top: 5%;
        padding-bottom: 15%;
    }
    .isi-career {
        background-color: rgb(255, 0, 0);
        height: 75%;
        text-align: center;
        padding-top: 20px;
        color: white;
        padding-bottom: 5%;
    }
    .isi-career h2 {
        text-align: center;
        font-size: 25px;
    }
    .isi-career p {
        text-align: justify;
    }
    .menu {
        color: red;
    }
    .career-detail {
        margin-left: auto;
        margin-right: auto;
        display: block;
        max-height: 75%;
        max-width: 100%;
        margin-top: 20%;
    }
}

@media screen and (min-width: 1025px) and (max-width: 1367px) {
    .jumbotron-career {
        background-image: linear-gradient(to bottom, rgba(0, 0, 0), rgb(0, 0, 0, 0.1)), url(../img/worker-reading-news-with-tablet.jpg);
        background-size: cover;
        color: white;
    }
    .jumbotron-career h1 {
        text-align: center;
        padding-top: 20%;
    }
    .jumbotron-career p {
        text-align: center;
        padding-top: 5%;
        /* padding-bottom: 15%; */
    }
    .isi-career {
        background-color: rgb(255, 0, 0);
        height: 75%;
        text-align: center;
        padding-top: 20px;
        color: white;
        padding-bottom: 5%;
        margin-top: -20px;
    }
    .isi-career h2 {
        text-align: center;
        font-size: 25px;
    }
    .isi-career p {
        text-align: center;
    }
    .menu {
        color: red;
    }
    .career-detail {
        margin-left: auto;
        margin-right: auto;
        display: block;
        max-height: 75%;
        max-width: 100%;
        margin-top: 20%;
    }
    .btn-career {}
}

@media screen and (min-width: 1368px) and (max-width: 2560px) {
    .jumbotron-career {
        background-image: linear-gradient(to bottom, rgba(0, 0, 0), rgb(0, 0, 0, 0.1)), url(../img/worker-reading-news-with-tablet.jpg);
        background-size: cover;
        color: white;
    }
    .jumbotron-career h1 {
        text-align: center;
        padding-top: 15%;
    }
    .jumbotron-career p {
        text-align: center;
        padding-top: 5%;
        /* padding-bottom: 15%; */
    }
    .isi-career {
        background-color: rgb(255, 0, 0);
        height: 75%;
        text-align: center;
        padding-top: 20px;
        color: white;
        padding-bottom: 5%;
        margin-top: -20px;
    }
    .isi-career h2 {
        text-align: center;
        font-size: 25px;
    }
    .isi-career p {
        text-align: center;
    }
    .menu {
        color: red;
    }
    .career-detail {
        margin-left: auto;
        margin-right: auto;
        display: block;
        max-height: 75%;
        max-width: 100%;
        margin-top: 20%;
    }
    .btn-career {
        justify-content: center;
    }
}


/* Category Page */

@media screen and (max-width: 320px) {
    .jumbotron-about {
        background-image: linear-gradient(to right, rgba(0, 0, 0), rgb(0, 0, 0, 0.1)), url(../img/about-min.jpg);
        background-size: cover;
        background-repeat: no-repeat;
        background-position-x: -450px;
        height: 550px;
    }
    .jumbotron-about h1 {
        text-align: center;
        padding-top: 50%;
        color: white;
    }
    .jumbotron-sup {
        background-image: linear-gradient(to right, rgba(0, 0, 0), rgb(0, 0, 0, 0.1)), url(../img/sup.jpg);
        background-size: cover;
        height: 300px;
    }
    .jumbotron-sup h1 {
        text-align: center;
        padding-top: 35%;
        color: white;
    }
    .jumbotron-dist {
        background-image: linear-gradient(to right, rgba(0, 0, 0), rgb(0, 0, 0, 0.1)), url(../img/distributor.jpeg);
        background-size: cover;
        height: 350px;
    }
    .jumbotron-dist h1 {
        text-align: center;
        padding-top: 50%;
        color: white;
    }
    /* #map1 {
        max-width: 85%;
        max-height: 200px;
    } */
    .jumbotron-partner {
        background-image: linear-gradient(to right, rgba(0, 0, 0), rgb(0, 0, 0, 0.1)), url(../img/partner-min.jpg);
        background-size: cover;
        height: 350px;
    }
    .jumbotron-partner h1 {
        text-align: center;
        padding-top: 50%;
        color: white;
        font-size: 30px;
    }
    .jumbotron-visi {
        background-image: linear-gradient(to right, rgba(0, 0, 0), rgb(0, 0, 0, 0.1)), url(../img/vision-min.jpg);
        background-size: cover;
        height: 350px;
    }
    .jumbotron-visi h1 {
        text-align: center;
        padding-top: 50%;
        color: white;
        font-size: 30px;
    }
    .img-history {
        padding-bottom: 15px;
        padding-top: 10px;
        max-width: 100%;
    }
}

@media screen and (min-width: 325px) and (max-width: 650px) {
    .jumbotron-about {
        background-image: linear-gradient(to right, rgba(0, 0, 0), rgb(0, 0, 0, 0.1)), url(../img/about.jpg);
        background-size: cover;
        background-repeat: no-repeat;
        background-position-x: -450px;
        height: 550px;
    }
    .jumbotron-about h1 {
        text-align: center;
        padding-top: 50%;
        color: white;
    }
    .jumbotron-sup {
        background-image: linear-gradient(to right, rgba(0, 0, 0), rgb(0, 0, 0, 0.1)), url(../img/sup.jpg);
        background-size: cover;
        height: 400px;
    }
    .jumbotron-sup h1 {
        text-align: center;
        padding-top: 45%;
        color: white;
    }
    .jumbotron-dist {
        background-image: linear-gradient(to right, rgba(0, 0, 0), rgb(0, 0, 0, 0.1)), url(../img/distributor.jpeg);
        background-size: cover;
        height: 450px;
    }
    .jumbotron-dist h1 {
        text-align: center;
        padding-top: 50%;
        color: white;
    }
    /* #map1 {
        max-width: 85%;
        max-height: 450px;
    } */
    .jumbotron-partner {
        background-image: linear-gradient(to right, rgba(0, 0, 0), rgb(0, 0, 0, 0.1)), url(../img/partner.jpg);
        background-size: cover;
        height: 450px;
    }
    .jumbotron-partner h1 {
        text-align: center;
        padding-top: 50%;
        color: white;
        font-size: 30px;
    }
    .jumbotron-visi {
        background-image: linear-gradient(to right, rgba(0, 0, 0), rgb(0, 0, 0, 0.1)), url(../img/vision.jpg);
        background-size: cover;
        height: 400px;
    }
    .jumbotron-visi h1 {
        text-align: center;
        padding-top: 50%;
        color: white;
        font-size: 30px;
    }
    .img-history {
        padding-bottom: 15px;
        padding-top: 10px;
        max-width: 100%;
    }
}

@media screen and (min-width: 655px) and (max-width: 768px) {
    .jumbotron-about {
        background-image: linear-gradient(to right, rgba(0, 0, 0), rgb(0, 0, 0, 0.1)), url(../img/about.jpg);
        background-size: cover;
        height: 550px;
    }
    .jumbotron-about h1 {
        text-align: center;
        padding-top: 25%;
        color: white;
    }
    .jumbotron-sup {
        background-image: linear-gradient(to right, rgba(0, 0, 0), rgb(0, 0, 0, 0.1)), url(../img/sup.jpg);
        background-size: cover;
        height: 550px;
    }
    .jumbotron-sup h1 {
        text-align: center;
        padding-top: 13%;
        color: white;
    }
    .jumbotron-dist {
        background-image: linear-gradient(to right, rgba(0, 0, 0), rgb(0, 0, 0, 0.1)), url(../img/distributor.jpeg);
        background-size: cover;
        height: 350px;
    }
    .jumbotron-dist h1 {
        text-align: center;
        padding-top: 20%;
        color: white;
    }
    /* #map1 {
        width: 1000px;
        height: 600px;
    } */
    .jumbotron-partner {
        background-image: linear-gradient(to right, rgba(0, 0, 0), rgb(0, 0, 0, 0.1)), url(../img/partner.jpg);
        background-size: cover;
        height: 350px;
    }
    .jumbotron-partner h1 {
        text-align: center;
        padding-top: 20%;
        color: white;
        font-size: 50px;
    }
    .jumbotron-visi {
        background-image: linear-gradient(to right, rgba(0, 0, 0), rgb(0, 0, 0, 0.1)), url(../img/vision.jpg);
        background-size: cover;
        height: 350px;
    }
    .jumbotron-visi h1 {
        text-align: center;
        padding-top: 20%;
        color: white;
        font-size: 50px;
    }
    .img-history {
        /* max-width: 100%;
            display: block;
            margin-top: 15px;
            margin-bottom: 20px; */
        float: right;
        padding-left: 15px;
        padding-bottom: 15px;
        padding-top: 10px;
        max-width: 50%;
    }
}

@media screen and (min-width: 769px) and (max-width: 1025px) {
    .jumbotron-about {
        background-image: linear-gradient(to right, rgba(0, 0, 0), rgb(0, 0, 0, 0.1)), url(../img/about.jpg);
        background-size: cover;
        height: 550px;
    }
    .jumbotron-about h1 {
        text-align: center;
        padding-top: 15%;
        color: white;
    }
    .jumbotron-sup {
        background-image: linear-gradient(to right, rgba(0, 0, 0), rgb(0, 0, 0, 0.1)), url(../img/sup.jpg);
        background-size: cover;
        height: 550px;
    }
    .jumbotron-sup h1 {
        text-align: center;
        padding-top: 13%;
        color: white;
    }
    .jumbotron-dist {
        background-image: linear-gradient(to right, rgba(0, 0, 0), rgb(0, 0, 0, 0.1)), url(../img/distributor.jpeg);
        background-size: cover;
        height: 400px;
    }
    .jumbotron-dist h1 {
        text-align: center;
        padding-top: 20%;
        color: white;
    }
    /* #map1 {
        width: 1000px;
        height: 600px;
    } */
    .jumbotron-partner {
        background-image: linear-gradient(to right, rgba(0, 0, 0), rgb(0, 0, 0, 0.1)), url(../img/partner.jpg);
        background-size: cover;
        height: 400px;
    }
    .jumbotron-partner h1 {
        text-align: center;
        padding-top: 20%;
        color: white;
        font-size: 50px;
    }
    .jumbotron-visi {
        background-image: linear-gradient(to right, rgba(0, 0, 0), rgb(0, 0, 0, 0.1)), url(../img/vision.jpg);
        background-size: cover;
        height: 400px;
    }
    .jumbotron-visi h1 {
        text-align: center;
        padding-top: 20%;
        color: white;
        font-size: 50px;
    }
    .img-history {
        /* max-width: 100%;
            display: block;
            margin-top: 15px;
            margin-bottom: 20px; */
        float: right;
        padding-left: 15px;
        padding-bottom: 15px;
        padding-top: 10px;
        max-width: 50%;
    }
}

@media screen and (min-width: 1025px) and (max-width: 1367px) {
    .jumbotron-about {
        background-image: linear-gradient(to right, rgba(0, 0, 0), rgb(0, 0, 0, 0.1)), url(../img/about.jpg);
        background-size: cover;
        height: 550px;
    }
    .jumbotron-about h1 {
        text-align: center;
        padding-top: 15%;
        color: white;
    }
    .jumbotron-sup {
        background-image: linear-gradient(to right, rgba(0, 0, 0), rgb(0, 0, 0, 0.1)), url(../img/sup.jpg);
        background-size: cover;
        height: 550px;
    }
    .jumbotron-sup h1 {
        text-align: center;
        padding-top: 13%;
        color: white;
    }
    .jumbotron-dist {
        background-image: linear-gradient(to right, rgba(0, 0, 0), rgb(0, 0, 0, 0.1)), url(../img/distributor.jpeg);
        background-size: cover;
        height: 450px;
    }
    .jumbotron-dist h1 {
        text-align: center;
        padding-top: 15%;
        color: white;
        font-size: 50px;
    }
    /* #map1 {
        width: 1000px;
        height: 600px;
    } */
    .jumbotron-partner {
        background-image: linear-gradient(to right, rgba(0, 0, 0), rgb(0, 0, 0, 0.1)), url(../img/partner.jpg);
        background-size: cover;
        height: 550px;
    }
    .jumbotron-partner h1 {
        text-align: center;
        padding-top: 20%;
        color: white;
        font-size: 50px;
    }
    .jumbotron-visi {
        background-image: linear-gradient(to right, rgba(0, 0, 0), rgb(0, 0, 0, 0.1)), url(../img/vision.jpg);
        background-size: cover;
        height: 550px;
    }
    .jumbotron-visi h1 {
        text-align: center;
        padding-top: 20%;
        color: white;
        font-size: 55px;
    }
    .img-history {
        /* max-width: 100%;
            display: block;
            margin-top: 15px;
            margin-bottom: 20px; */
        float: right;
        padding-left: 15px;
        padding-bottom: 15px;
        padding-top: 10px;
        max-width: 50%;
    }
}

@media screen and (min-width: 1368px) and (max-width: 2560px) {
    .jumbotron-about {
        background-image: linear-gradient(to right, rgba(0, 0, 0), rgb(0, 0, 0, 0.1)), url(../img/about.jpg);
        background-size: cover;
        height: 550px;
    }
    .jumbotron-sup {
        background-image: linear-gradient(to right, rgba(0, 0, 0), rgb(0, 0, 0, 0.1)), url(../img/sup.jpg);
        background-size: cover;
        height: 550px;
    }
    .jumbotron-sup h1 {
        text-align: center;
        padding-top: 13%;
        color: white;
    }
    .jumbotron-dist {
        background-image: linear-gradient(to right, rgba(0, 0, 0), rgb(0, 0, 0, 0.1)), url(../img/distributor.jpeg);
        background-size: cover;
        height: 550px;
    }
    .jumbotron-dist h1 {
        text-align: center;
        padding-top: 15%;
        color: white;
        font-size: 50px;
    }
    .jumbotron-partner {
        background-image: linear-gradient(to right, rgba(0, 0, 0), rgb(0, 0, 0, 0.1)), url(../img/partner.jpg);
        background-size: cover;
        height: 550px;
    }
    .jumbotron-partner h1 {
        text-align: center;
        padding-top: 20%;
        color: white;
        font-size: 50px;
    }
    .jumbotron-visi {
        background-image: linear-gradient(to right, rgba(0, 0, 0), rgb(0, 0, 0, 0.1)), url(../img/vision.jpg);
        background-size: cover;
        height: 550px;
    }
    .jumbotron-visi h1 {
        text-align: center;
        padding-top: 20%;
        color: white;
        font-size: 50px;
    }
    /* #map1 {
        width: 1000px;
        height: 600px;
    } */
    .img-history {
        /* max-width: 100%;
        display: block;
        margin-top: 15px;
        margin-bottom: 20px; */
        float: right;
        padding-left: 15px;
        padding-bottom: 15px;
        padding-top: 10px;
        max-width: 50%;
    }
}

.map-distribution {
    margin-top: 25px;
    margin-bottom: 25px;
}

.distributor-modal {
    font-size: 20px;
}

@media screen and (max-width: 320px) {
    .footer-dark {
        /* padding: 5px 0; */
        color: #f0f9ff;
        /* background-color: #010041; */
        /* background-color: #212A2F; */
        /* background-color: #3b3b3b; */
        background-color: #5f5f5f;
        /* background-color: #242e34; */
        padding-top: 25px;
    }
    .footer-dark h3 {
        margin-top: 15px;
        margin-bottom: 12px;
        font-weight: bold;
        font-size: 16px;
    }
    .footer-dark ul {
        padding: 0;
        list-style: none;
        line-height: 1.6;
        font-size: 14px;
        margin-bottom: 0;
    }
    .footer-dark ul a {
        color: inherit;
        text-decoration: none;
        opacity: 0.6;
    }
    .footer-dark .item:not(.social) {
        text-align: center;
        padding-bottom: 20px;
    }
    .footer-dark .item.text {
        margin-bottom: 36px;
    }
    .footer-menu {
        width: 33% !important;
    }
    .footer-logo-left {
        max-height: 100%;
        max-width: 70px;
        margin-left: 45%;
    }
    .footer-logo-right {
        max-height: 100%;
        max-width: 66px;
    }
    .footer-menu-logo {
        margin-left: 65px;
        margin-right: auto;
        display: block;
        padding-left: 20%;
    }
    .map-tab {
        color: red;
    }
    .map-tab:hover {
        color: grey;
    }
}

@media screen and (min-width: 325px) and (max-width: 650px) {
    .footer-dark {
        /* padding: 5px 0; */
        color: #f0f9ff;
        /* background-color: #010041; */
        /* background-color: #212A2F; */
        padding-top: 25px;
        /* background-color: #3b3b3b; */
        background-color: #5f5f5f;
        /* background-color: #242e34; */
        ;
    }
    .footer-dark h3 {
        margin-top: 0;
        margin-bottom: 12px;
        font-weight: bold;
        font-size: 16px;
    }
    .footer-dark ul {
        padding: 0;
        list-style: none;
        line-height: 1.6;
        font-size: 14px;
        margin-bottom: 0;
    }
    .footer-dark ul a {
        color: inherit;
        text-decoration: none;
        opacity: 0.6;
    }
    .footer-dark .item:not(.social) {
        text-align: center;
        padding-bottom: 20px;
    }
    .footer-dark .item.text {
        margin-bottom: 36px;
    }
    .footer-menu {
        width: 33% !important;
        padding-top: 15px;
    }
    .footer-logo-left {
        max-height: 100%;
        max-width: 70px;
        margin-left:45%;
    }
    .footer-logo-right {
        max-height: 100%;
        max-width: 66px;
    }
    .footer-menu-logo {
        margin-left: 65px;
        margin-right: auto;
        display: block;
    }
    .map-tab {
        color: red;
    }
    .map-tab:hover {
        color: grey;
    }
}

@media screen and (min-width: 625px) and (max-width: 768px) {
    .footer-dark {
        /* padding: 5px 0; */
        color: #f0f9ff;
        /* background-color: #010041; */
        /* background-color: #212A2F; */
        /* background-color: #3b3b3b; */
        background-color: #5f5f5f;
        /* background-color: #242e34; */
        padding-top: 25px;
    }
    .footer-dark h3 {
        margin-top: 0;
        margin-bottom: 12px;
        font-weight: bold;
        font-size: 16px;
    }
    .footer-dark ul {
        padding: 0;
        list-style: none;
        line-height: 1.6;
        font-size: 14px;
        margin-bottom: 0;
    }
    .footer-dark ul a {
        color: inherit;
        text-decoration: none;
        opacity: 0.6;
    }
    .footer-dark .item:not(.social) {
        text-align: center;
        padding-bottom: 20px;
    }
    .footer-dark .item.text {
        margin-bottom: 36px;
    }
    .footer-logo-left {
        max-height: 100%;
        max-width: 110px;
        margin-left: 63%;
    }
    .footer-logo-right {
        max-height: 100%;
        max-width: 105px;
    }
    .map-tab {
        color: red;
    }
    .map-tab:hover {
        color: grey;
    }
}

@media screen and (min-width: 769px) and (max-width: 1024px) {
    .footer-dark {
        /* padding: 5px 0; */
        color: #f0f9ff;
        /* background-color: #010041; */
        /* background-color: #212A2F; */
        /* background-color: #3b3b3b; */
        background-color: #5f5f5f;
        /* background-color: #242e34; */
        padding-top: 25px;
    }
    .footer-dark h3 {
        margin-top: 0;
        margin-bottom: 12px;
        font-weight: bold;
        font-size: 16px;
    }
    .footer-dark ul {
        padding: 0;
        list-style: none;
        line-height: 1.6;
        font-size: 14px;
        margin-bottom: 0;
    }
    .footer-dark ul a {
        color: inherit;
        text-decoration: none;
        opacity: 0.6;
    }
    .footer-dark .item.text {
        margin-bottom: 36px;
    }
    .footer-dark .item.social {
        text-align: center;
        margin-top: 20px;
    }
    .footer-logo-left {
        max-height: 100%;
        max-width: 110px;
        margin-left: 63%;
    }
    .footer-logo-right {
        max-height: 100%;
        max-width: 105px;
    }
    .map-tab {
        color: red;
    }
    .map-tab:hover {
        color: grey;
    }
}

@media screen and (min-width: 1025px) and (max-width: 1367px) {
    .footer-dark {
        /* padding: 5px 0; */
        color: #f0f9ff;
        /* background-color: #010041; */
        /* background-color: #212A2F; */
        /* background-color: #3b3b3b; */
        background-color: #5f5f5f;
        /* background-color: #242e34; */
        padding-top: 25px;
    }
    .footer-dark h3 {
        margin-top: 0;
        margin-bottom: 12px;
        font-weight: bold;
        font-size: 16px;
    }
    .footer-dark ul {
        padding: 0;
        list-style: none;
        line-height: 1.6;
        font-size: 14px;
        margin-bottom: 0;
    }
    .footer-dark ul a {
        color: inherit;
        text-decoration: none;
        opacity: 0.6;
    }
    .footer-dark .item.text {
        margin-bottom: 36px;
    }
    .footer-dark .item.social {
        text-align: center;
        margin-top: 20px;
    }
    .footer-logo-left {
        max-height: 100%;
        max-width: 150px;
        margin-left: 70%;
    }
    .footer-logo-right {
        max-height: 100%;
        max-width: 150px;
        margin-left: 0% !important;
    }
}

@media screen and (min-width: 1368px) {
    .footer-dark {
        /* padding: 5px 0; */
        color: #f0f9ff;
        /* background-color: #010041; */
        /* background-color: #212A2F; */
        /* background-color: #3b3b3b; */
        background-color: #5f5f5f;
        /* background-color: #242e34; */
        padding-top: 25px;
    }
    .footer-dark h3 {
        margin-top: 0;
        margin-bottom: 12px;
        font-weight: bold;
        font-size: 16px;
    }
    .footer-dark ul {
        padding: 0;
        list-style: none;
        line-height: 1.6;
        font-size: 14px;
        margin-bottom: 0;
    }
    /* .footer-dark ul a {
        color: inherit;
        text-decoration: none;
        opacity: 0.6;
    } */
    .footer-dark a:hover {
        color: gray;
        text-decoration: none;
    }
    .footer-dark .item.text {
        margin-bottom: 36px;
    }
    .footer-dark .item.social {
        text-align: center;
        margin-top: 20px;
    }
    .footer-logo-left {
    max-width: 21%;
    margin-left: 80% !important;
    /* align-items: center; */
}

.footer-logo-right {
    max-width: 100px;
    margin-bottom: 10px;
    /* align-items: center; */
}
}

.footer-dark {
    /* padding: 5px 0; */
    color: #f0f9ff;
    /* background-color: #010041; */
    /* background-color: #212A2F; */
    /* background-color: #3b3b3b; */
    background-color: #5f5f5f;
    /* background-color: #242e34; */
    padding-top: 25px;
}

.footer-dark h3 {
    margin-top: 0;
    margin-bottom: 12px;
    font-weight: bold;
    font-size: 16px;
}

.footer-dark ul {
    padding: 0;
    list-style: none;
    line-height: 1.6;
    font-size: 14px;
    margin-bottom: 0;
}


/* .footer-dark ul a {
    color: inherit;
    text-decoration: none;
    opacity: 0.6;
} */

.footer-dark a:hover {
    color: gray;
    text-decoration: none;
}

.footer-dark .item.text {
    margin-bottom: 36px;
}

.footer-dark .item.social {
    text-align: center;
    margin-top: 20px;
}

.map-tab {
    color: red;
}

.map-tab:hover {
    color: grey;
}


/* .footer-dark ul a:hover {
    opacity: 0.8;
} */


/* @media (max-width:767px) {
    .footer-dark .item:not(.social) {
        text-align: center;
        padding-bottom: 20px;
    }
} */

.footer-dark .item.social>a {
    font-size: 20px;
    width: 36px;
    height: 36px;
    line-height: 36px;
    display: inline-block;
    text-align: center;
    border-radius: 50%;
    /* box-shadow:0 0 0 1px rgba(255,255,255,0.4); */
    margin: 0 8px;
    color: #fff;
    opacity: 0.75;
}

.footer-dark .item.social>a:hover {
    opacity: 0.9;
}

.footer-dark .copyright {
    text-align: center;
    /* padding-top: 24px; */
    opacity: 1;
    font-size: 13px;
    margin-bottom: 0;
}

.foote_bottom_ul_amrc li {
    display: inline;
}

.foote_bottom_ul_amrc li a {
    text-align: center;
    color: rgb(255, 0, 0);
    margin: 0 12px;
    font-weight: bold;
    padding-top: 24px;
    margin-bottom: 0;
    /* opacity: 0.3; */
}

.card-img-overlay {
    position: relative;
    overflow: hidden;
    border-radius: .25rem;
    box-shadow: 0 5px 11px 0 rgba(152, 120, 120, 0.18), 0 4px 15px 0 rgba(0, 0, 0, .15);
    background-color: rgba(255, 255, 255, 0.5);
    height: 300px;
    max-width: 100%;
    text-align: justify;
}

.mycard {
    margin-bottom: 30px;
}

.mycontainer {
    background-color: rgb(236, 236, 236);
    padding-top: 30px;
    padding-left: 30px;
    padding-right: 30px;
    /* border-radius: 10px; */
}

.btn.btn-default:before {
    content: '\f054';
    font-family: 'FontAwesome';
    position: absolute;
    height: 100%;
    line-height: 42px;
    color: #FFF;
    left: 80%;
    opacity: 0;
    top: 0;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s
}

.btn.btn-default {
    position: relative;
    padding: 10px 25px;
    border-color: #c20616;
    background-color: #ed1c24;
    color: #FFF;
    letter-spacing: 1px;
    text-transform: uppercase;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    outline: 0;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s
}

.btn.btn-default:hover {
    background-color: #c20616;
    color: #FFF;
    padding-right: 60px;
    -webkit-box-shadow: 0 5px 10px #CCC;
    -moz-box-shadow: 0 5px 10px #CCC;
    box-shadow: 0 5px 10px #CCC
}

.btn.btn-default:hover:before {
    left: 85%;
    opacity: 1
}


/* share button */

#floating-share-buttons {
    list-style-type: none;
    margin: 0;
    padding: 0;
    font-size: 0;
}

#floating-share-buttons li {}

#floating-share-buttons a {
    color: #fff;
    text-decoration: none;
    font-size: 14px;
}

#floating-share-buttons a.share-facebook {
    background-color: #395793;
}

#floating-share-buttons a.share-telepon {
    background-color: red;
}

#floating-share-buttons a.share-pinterest {
    background-color: #b8171c;
}

#floating-share-buttons a.share-twitter {
    background-color: #1c9deb;
}

#floating-share-buttons a.share-linkedin {
    background-color: #21577e;
}

#floating-share-buttons a.share-whatsapp {
    background-color: #48a91f;
}

#floating-share-buttons a.share-mail {
    background-color: #333;
}


/*
  Breakpoint is 1024px. You change this value to adapt it to your design
*/


/* Desktop */

@media screen and (min-width: 1025px) and (max-width: 1367px) {
    ul#floating-share-buttons {
        position: fixed;
        top: 50%;
        transform: translateY(-50%);
        min-height: 100px;
        padding: 0px;
    }
    ul#floating-share-buttons a {
        width: 3rem;
        height: 3rem;
        align-items: center;
        display: inline-flex;
        justify-content: center;
        transition: width 0.5s;
    }
    ul#floating-share-buttons a:hover {
        width: 4.5rem;
    }
    #floating-share-buttons a.share-whatsapp {
        display: none;
    }
    #floating-share-buttons a.share-facebook {
    background-color: #395793;
}
#floating-share-buttons a.share-linkedin {
    background-color: #21577e;
}
}

@media screen and (min-width: 1368px) and (max-width: 2560px) {
    ul#floating-share-buttons {
        position: fixed;
        top: 50%;
        transform: translateY(-50%);
        min-height: 100px;
        padding: 0px;
    }
    ul#floating-share-buttons a {
        width: 3rem;
        height: 3rem;
        align-items: center;
        display: inline-flex;
        justify-content: center;
        transition: width 0.5s;
    }
    ul#floating-share-buttons a:hover {
        width: 4.5rem;
    }
    #floating-share-buttons a.share-whatsapp {
        display: none;
    }
    #floating-share-buttons a.share-facebook {
    background-color: #395793;
}
#floating-share-buttons a.share-linkedin {
    background-color: #21577e;
}
}


/* Mobile */

@media screen and (max-width: 1025px) {
    #floating-share-buttons {
        position: fixed;
        left: 0;
        bottom: 0;
        width: 100%;
        z-index: 1;
        text-align: center;
    }
    #floating-share-buttons li {
        display: inline-block;
        width: calc(100% / 6);
        padding: 0;
        margin: 0;
    }
    #floating-share-buttons li a {
        align-items: center;
        display: inline-flex;
        justify-content: center;
        height: 3rem;
        width: 100%;
    }
}


/* Career detail page */

@media screen and (max-width: 320px) {
    .job-req {
        font-size: 30px;
        text-align: center;
    }
    .job-desc {
        font-size: 30px;
        margin-top: 15px;
        text-align: center;
    }
    .job-img-desc {
        font-size: 20px;
        text-align: center;
    }
    .test-career {
        display: flex;
        flex-direction: column-reverse;
    }
    .misi {
        font-size: 12px;
    }
    .title-misi {
        font-size: 20px;
    }
    .title-visi {
        font-size: 20px;
    }
    .visi {
        font-size: 12px;
        padding-top: 30px;
    }
}

@media screen and (min-width: 325px) and (max-width: 650px) {
    .job-req {
        font-size: 30px;
        text-align: center;
    }
    .job-desc {
        font-size: 30px;
        margin-top: 15px;
        text-align: center;
    }
    .job-img-desc {
        font-size: 20px;
        text-align: center;
    }
    .test-career {
        display: flex;
        flex-direction: column-reverse;
    }
    .misi {
        font-size: 13px;
    }
    .title-misi {
        font-size: 25px;
    }
    .title-visi {
        font-size: 25px;
    }
    .visi {
        font-size: 13px;
        padding-top: 30px;
    }
}

@media screen and (min-width: 655px) and (max-width: 768px) {
    .job-req {
        font-size: 40px;
        text-align: center;
    }
    .job-desc {
        text-align: center;
        margin-top: 30px;
    }
    .job-img-desc {
        text-align: center;
    }
    .misi {
        font-size: 12px;
        padding-top: 10px;
    }
    .title-misi {
        font-size: 20px;
    }
    .title-visi {
        font-size: 20px;
    }
    .visi {
        font-size: 12px;
        padding-top: 30px;
    }
}

@media screen and (min-width: 769px) and (max-width: 1024px) {
    .job-req {
        font-size: 40px;
    }
}

@media screen and (min-width: 1025px) and (max-width: 1367px) {
    .job-req {
        font-size: 40px;
    }
    .job-desc {
        margin-top: 30px;
    }
}

@media screen and (min-width: 1368px) and (max-width: 2650px) {
    .job-req {
        font-size: 40px;
    }
}


/*===== ERROR =====*/

.error-wrapper {
    padding-top: 4.69rem;
    padding-bottom: 4.69rem;
}

@media (min-width: 992px) {
    .error-wrapper {
        padding-top: 10.94rem;
        padding-bottom: 10.94rem;
    }
}

.error-wrapper .error-title {
    font-size: 8.75rem;
}

.error-wrapper .error-title .error-subtitle {
    font-size: 1.625rem;
}

.error-wrapper .error-title .img-responsive {
    max-width: 100%;
}

#img-color {
    margin-left: auto;
    margin-right: auto;
    display: block;
    max-width: 40%;
}

@media screen and (max-width: 320px) {
    #input-warna {
        width: 63%;
    }
}

@media screen and (min-width: 325px) and (max-width: 650px) {
    #input-warna {
        width: 71%;
    }
}

@media screen and (min-width: 651px) and (max-width: 768px) {
    #input-warna {
        width: 85%;
    }
}

@media screen and (min-width: 769px) and (max-width: 1024px) {
    #input-warna {
        width: 85%;
    }
}

@media screen and (min-width: 1025px) and (max-width: 1367px) {
    #input-warna {
        width: 82%;
    }
}

@media screen and (min-width: 1368px) and (max-width: 2560px) {
    #input-warna {
        width: 82%;
    }
}

#swarna {
    align-items: center;
}

#loader {
    border: 12px solid #f3f3f3;
    border-radius: 50%;
    border-top: 12px solid #444444;
    width: 70px;
    height: 70px;
    animation: spin 1s linear infinite;
}

@keyframes spin {
    100% {
        transform: rotate(360deg);
    }
}

.center {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}

#textspek {
    text-align: left;
}

#textspek li {
    text-align: left;
}

#textspek table {
    margin: 0 auto;
}

#textspek td {
    border: 1px solid;
    text-align: center;
}

#prspek td {
    border: 1px solid;
}

/* Popup */

.popup-wrap {
    position: fixed;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 2000;
    /*transition: all 1.7s ease;*/
}

.popup {
    position: fixed;
    width: 800px;
    height: 600px;
    background-color: rgba(0, 0, 0, 1);
    left: 40%;
    top: 20%;
    box-shadow: 0 0 10px 0 #000;
}

.btn-close {
    background-color: black;
    width: 25px;
    height: 25px;
    text-align: center;
    line-height: 22px;
    position: absolute;
    right: -10px;
    top: -15px;
    cursor: pointer;
    transition: all 0.5s ease;
    border-radius: 50%;
    color: white;
    z-index: 1;
}

.btn-close:hover {
    transform: rotate(360deg);
}

.img-popup {
    width: 800px;
    height: 600px;
}

@media (max-width: 2560px) {
    .popup-wrap {
        position: fixed;
        width: 100%;
        height: 100%;
        background-color: rgba(0, 0, 0, 0.5);
        z-index: 2000;
        /*transition: all 1.7s ease;*/
    }
    .popup {
        position: fixed;
        width: 800px;
        height: 600px;
        background-color: rgba(0, 0, 0, 1);
        left: 850px;
        top: 150px;
        box-shadow: 0 0 10px 0 #000;
    }
    .btn-close {
        background-color: black;
        width: 25px;
        height: 25px;
        text-align: center;
        line-height: 22px;
        position: absolute;
        right: -10px;
        top: -15px;
        cursor: pointer;
        transition: all 0.5s ease;
        border-radius: 50%;
        color: white;
    }
    .btn-close:hover {
        transform: rotate(360deg);
    }
    .img-popup {
        width: 800px;
        height: 600px;
    }
}

@media (max-width: 1920px) {
    .popup-wrap {
        position: fixed;
        width: 100%;
        height: 100%;
        background-color: rgba(0, 0, 0, 0.5);
        z-index: 2000;
        /*transition: all 1.7s ease;*/
    }
    .popup {
        position: fixed;
        width: 800px;
        height: 600px;
        background-color: rgba(0, 0, 0, 1);
        left: 29.5%;
        top: 8%;
        box-shadow: 0 0 10px 0 #000;
    }
    .btn-close {
        background-color: black;
        width: 25px;
        height: 25px;
        text-align: center;
        line-height: 22px;
        position: absolute;
        right: -10px;
        top: -10px;
        cursor: pointer;
        transition: all 0.5s ease;
        border-radius: 50%;
        color: white;
        z-index: 1;
    }
    .btn-close:hover {
        transform: rotate(360deg);
    }
    .img-popup {
        width: 800px;
        height: 600px;
    }
}

@media screen and (max-width: 1368px) {
    .popup-wrap {
        position: fixed;
        width: 100%;
        height: 100%;
        background-color: rgba(0, 0, 0, 0.5);
        z-index: 2000;
        /*transition: all 1.7s ease;*/
    }
    .popup {
        position: fixed;
        width: 800px;
        height: 600px;
        background-color: rgba(0, 0, 0, 1);
        left: 18%;
        top: 8%;
        box-shadow: 0 0 10px 0 #000;
    }
    .btn-close {
        background-color: black;
        width: 25px;
        height: 25px;
        text-align: center;
        line-height: 22px;
        position: absolute;
        right: -10px;
        top: -10px;
        cursor: pointer;
        transition: all 0.5s ease;
        border-radius: 50%;
        color: white;
        z-index: 1;
    }
    .btn-close:hover {
        transform: rotate(360deg);
    }
    .img-popup {
        width: 800px;
        height: 600px;
    }
}

@media screen and (max-width: 1024px) {
    .popup-wrap {
        position: fixed;
        width: 100%;
        height: 100%;
        background-color: rgba(0, 0, 0, 0.5);
        z-index: 2000;
        /*transition: all 1.7s ease;*/
    }
    .popup {
        position: fixed;
        width: 800px;
        height: 600px;
        background-color: rgba(0, 0, 0, 1);
        left: 12%;
        top: 12%;
        box-shadow: 0 0 10px 0 #000;
    }
    .btn-close {
        background-color: black;
        width: 25px;
        height: 25px;
        text-align: center;
        line-height: 22px;
        position: absolute;
        right: -10px;
        top: -10px;
        cursor: pointer;
        transition: all 0.5s ease;
        border-radius: 50%;
        color: white;
        z-index: 1;
    }
    .btn-close:hover {
        transform: rotate(360deg);
    }
    .img-popup {
        width: 800px;
        height: 600px;
    }
}

@media (max-width: 990px) {
    .popup-wrap {
        position: fixed;
        width: 100%;
        height: 100%;
        background-color: rgba(0, 0, 0, 0.5);
        z-index: 2000;
        /*transition: all 1.7s ease;*/
    }
    .popup {
        position: fixed;
        width: 650px;
        height: 500px;
        background-color: rgba(0, 0, 0, 1);
        left: 12%;
        top: 17%;
        box-shadow: 0 0 10px 0 #000;
    }
    .btn-close {
        background-color: black;
        width: 25px;
        height: 25px;
        text-align: center;
        line-height: 22px;
        position: absolute;
        right: -10px;
        top: -10px;
        cursor: pointer;
        transition: all 0.5s ease;
        border-radius: 50%;
        color: white;
        z-index: 1;
    }
    .btn-close:hover {
        transform: rotate(360deg);
    }
    .img-popup {
        width: 650px;
        height: 500px;
    }
}

@media screen and (max-width: 768px) {
    .popup-wrap {
        position: fixed;
        width: 100%;
        height: 100%;
        background-color: rgba(0, 0, 0, 0.5);
        z-index: 2000;
        /*transition: all 1.7s ease;*/
    }
    .popup {
        position: fixed;
        width: 550px;
        height: 400px;
        background-color: rgba(0, 0, 0, 1);
        left: 12%;
        top: 25%;
        box-shadow: 0 0 10px 0 #000;
    }
    .btn-close {
        background-color: black;
        width: 25px;
        height: 25px;
        text-align: center;
        line-height: 22px;
        position: absolute;
        right: -10px;
        top: -10px;
        cursor: pointer;
        transition: all 0.5s ease;
        border-radius: 50%;
        color: white;
        z-index: 1;
    }
    .btn-close:hover {
        transform: rotate(360deg);
    }
    .img-popup {
        width: 550px;
        height: 400px;
    }
}

@media screen and (max-width: 650px) {
    .popup-wrap {
        position: fixed;
        width: 100%;
        height: 100%;
        background-color: rgba(0, 0, 0, 0.5);
        z-index: 2000;
        /*transition: all 1.7s ease;*/
    }
    .popup {
        position: fixed;
        width: 400px;
        height: 300px;
        background-color: rgba(0, 0, 0, 1);
        left: 10%;
        top: 25%;
        box-shadow: 0 0 10px 0 #000;
    }
    .btn-close {
        background-color: black;
        width: 25px;
        height: 25px;
        text-align: center;
        line-height: 22px;
        position: absolute;
        right: -10px;
        top: -10px;
        cursor: pointer;
        transition: all 0.5s ease;
        border-radius: 50%;
        color: white;
        z-index: 1;
    }
    .btn-close:hover {
        transform: rotate(360deg);
    }
    .img-popup {
        max-width: 400px;
        max-height: 300px;
        /* object-fit: cover; */
    }
}

@media screen and (max-width: 450px) {
    .popup-wrap {
        position: fixed;
        width: 100%;
        height: 100%;
        background-color: rgba(0, 0, 0, 0.5);
        z-index: 2000;
        /*transition: all 1.7s ease;*/
    }
    .popup {
        position: fixed;
        width: 300px;
        height: 242px;
        background-color: rgba(0, 0, 0, 1);
        left: 10%;
        top: 35%;
        box-shadow: 0 0 10px 0 #000;
    }
    .btn-close {
        background-color: black;
        width: 25px;
        height: 25px;
        text-align: center;
        line-height: 22px;
        position: absolute;
        right: -10px;
        top: -10px;
        cursor: pointer;
        transition: all 0.5s ease;
        border-radius: 50%;
        color: white;
        z-index: 1;
    }
    .btn-close:hover {
        transform: rotate(360deg);
    }
    .img-popup {
        max-width: 300px;
        max-height: 240px;
        /* object-fit: cover; */
    }
}

@media screen and (max-width: 300px) {
    .popup-wrap {
        position: fixed;
        width: 100%;
        height: 100%;
        background-color: rgba(0, 0, 0, 0.5);
        z-index: 2000;
        /*transition: all 1.7s ease;*/
    }
    .popup {
        position: fixed;
        width: 220px;
        height: 200px;
        background-color: rgba(0, 0, 0, 1);
        left: 12%;
        top: 30%;
        box-shadow: 0 0 10px 0 #000;
    }
    .btn-close {
        background-color: black;
        width: 25px;
        height: 25px;
        text-align: center;
        line-height: 22px;
        position: absolute;
        right: -10px;
        top: -10px;
        cursor: pointer;
        transition: all 0.5s ease;
        border-radius: 50%;
        color: white;
        z-index: 1;
    }
    .btn-close:hover {
        transform: rotate(360deg);
    }
    .img-popup {
        max-width: 220px;
        max-height: 200px;
        /* object-fit: cover; */
    }
}


/* end popup */