@media (max-width: 575.98px) {
  .navbar .deep-dropdown {
    position: relative;
    overflow: visible;
  }
  .navbar .dropdown ul a {
    padding: 10px 20px;
    text-transform: none;
    color: #000;
    text-decoration: none;
  }
  .navbar .dropdown ul {
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    top: calc(100% + 30px);
    margin: 0;
    padding: 0;
    z-index: 99;
    opacity: 0;
    visibility: hidden;
    background: #fff;
    box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
    transition: 0.3s;
    border-radius: 4px;
  }

  /* hero */
  #hero .hero-left {
    padding: 0 30px;
  }
  #hero .banner-hero {
    padding: 100px 0 30px 0;
    font-size: 16px;
    width: 100%;
  }
  #hero .hero-left-title {
    padding: 20px 0;
    font-size: 20px;
    text-align: center;
    font-weight: bold;
  }
  #hero .hero-left-text {
    padding: 20px 0;
    font-size: 16px;
    text-align: center;
  }
  #hero .btn-produk-hero {
    padding: 20px 0 40px 0;
    font-size: 14px;
    display: flex;
    justify-content: center;
  }

  /* product */
  #main .production-results {
    padding: 60px 20px;
  }
  .item-product {
    margin-top: 20px;
    background: #243355;
    border-radius: 20px;
    padding: 10px;
    gap: 20px;
    display: flex;
    flex-direction: column;
  }
  /* superiority */
  .superiority-left {
    height: 300px;
  }
  .superiority-layer {
    padding: 60px 0 30px 0;
    background-color: rgba(0, 0, 0, 0.07);
  }
  .superiority-right {
    margin-top: 30px;
    padding: 0 30px;
  }
  .swap-flex {
    display: flex;
    flex-direction: column-reverse;
  }
  .smart-farm-left {
    padding: 60px 0 0 0;
  }
  .smart-farm-text {
    text-align: center;
  }
  /* location */
  .location{
    padding: 60px 0;
  }
  .location-left {
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .location-left iframe {
    width: 90%;
    height: 280px;
  }
  .location-right {
    padding: 30px 30px 0 30px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .main-title {
    text-align: center;
  }
  /* contact us */
  .contact_us {
    text-align: center;
  }
  #footer {
    padding: 0;
  }
  #footer .footer-top {
    padding: 60px 30px;
  }
  #footer .menu-center {
    margin-top: 20px;
    justify-content: left;
  }
  #footer .menu-right {
    margin-top: 20px;
    justify-content: left;
  }
  #footer .footer-info-container {
    position: relative;
    height: 170px;
  }
  #main .doc .row {
    display: flex;
    flex-direction: column-reverse;
  }
  #main .left-doc,
  .process-left {
    display: flex;
    justify-content: center;
  }
  #main .right-doc,
  .process-right {
    display: flex;
    justify-content: center;
    flex-direction: column;
    margin-bottom: 60px;
  }
  .process-right {
    padding: 60px 0;
  }
  .right-doc-title {
    text-align: center;
  }
  #main .doc,
  .process,
  .doc-open-close {
    padding: 60px 30px;
  }

  .doc-open-close-item {
    align-items: flex-start;
    margin-bottom: 20px;
  }
  .btn-produk-hero {
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .btn-konsul-pullet-top {
    margin-top: 40px;
  }
  .pullet-ayam-row-bottom {
    margin-top: 40px;
  }
  .pembelian-pullet-img-top {
    justify-content: center;
  }
  .pembelian-pullet-img-btm {
    margin-bottom: 40px;
    display: flex;
    justify-content: center;
  }
  .pembelian-pullet {
    padding: 60px 30px;
  }
  .pembelian-pullet img {
    width: 90%;
  }
  /* company */
  .smart-farm,
  .visi-misi {
    padding: 60px 30px;
  }
  .company-btm-item-top {
    margin-top: 30px;
  }
  .company-btm-item {
    /* justify-content: center; */
    margin-left: 70px;
  }
  /* blog */
   /* blog */
  .blog {
    padding: 60px 30px;
  }
  .blog-kategori {
    padding-left: 0;
  }
  .blog-list{
    display: flex;
    flex-direction: column;
  }
  .blog-item-left {
    padding-right: 0px !important;
    display: flex;
    /* align-items: center; */
    flex-direction: column;
    margin-bottom: 60px;
  }
  .blog-img-item {
    width: 100%;
    height: auto;
    margin-bottom: 20px;
  }
  .blog-item-right {
    padding-left: 0px !important;
  }
  .blog-title {
    margin: 15px 0;
  }
  .container-hero-company,.banner-hero-kontak, .blog-detail-content{
    padding: 120px 30px 60px 30px;
  }
  .blog_hero_item{
    padding: 20px 20px 40px 20px;
  }
  .main-kontak, .kontak-lokasi{
    padding: 60px 30px;
  }
  .kontak-title-banner {
    margin: 60px 0 60px 0;
}
}

@media (min-width: 576px) and (max-width: 767.98px) {
  .navbar .deep-dropdown {
    position: relative;
    overflow: visible;
  }
  .navbar .dropdown ul a {
    padding: 10px 20px;
    text-transform: none;
    color: #000;
    text-decoration: none;
  }
  .navbar .dropdown ul {
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    top: calc(100% + 30px);
    margin: 0;
    padding: 0;
    z-index: 99;
    opacity: 0;
    visibility: hidden;
    background: #fff;
    box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
    transition: 0.3s;
    border-radius: 4px;
  }

  /* hero */
  #hero .hero-left {
    padding: 0 30px;
  }
  #hero .banner-hero {
    padding: 100px 0 30px 0;
    font-size: 16px;
    width: 100%;
  }
  #hero .hero-left-title {
    padding: 20px 0;
    font-size: 20px;
    text-align: center;
    font-weight: bold;
  }
  #hero .hero-left-text {
    padding: 20px 0;
    font-size: 16px;
    text-align: center;
  }
  #hero .btn-produk-hero {
    padding: 20px 0 40px 0;
    font-size: 14px;
    display: flex;
    justify-content: center;
  }

  /* product */
  #main .production-results {
    padding: 60px 20px;
  }
  .item-product {
    margin-top: 20px;
    background: #243355;
    border-radius: 20px;
    padding: 10px;
    gap: 20px;
    display: flex;
    flex-direction: column;
  }
  /* superiority */
  .superiority-left {
    height: 300px;
  }
  .superiority-layer {
    padding: 90px 0 30px 0;
    background-color: rgba(0, 0, 0, 0.07);
  }
  .superiority-right {
    margin-top: 30px;
    padding: 0 30px;
  }
  .swap-flex {
    display: flex;
    flex-direction: column-reverse;
  }
  .smart-farm-left {
    padding: 60px 30px 0 30px;
  }
  .smart-farm-text {
    text-align: center;
  }
  /* location */
  .location-left {
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .location-left iframe {
    width: 90%;
    height: 280px;
  }
  .location-right {
    padding: 30px 30px 0 30px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .main-title {
    text-align: center;
  }
  /* contact us */
  .contact_us {
    text-align: center;
  }
  #footer .footer-top {
    padding: 60px 30px;
  }
  #footer .menu-center {
    margin-top: 20px;
    justify-content: left;
  }
  #footer .menu-right {
    margin-top: 20px;
    justify-content: left;
  }
  #footer .footer-info-container {
    position: relative;
    height: 170px;
  }
  .doc-open-close-item {
    align-items: flex-start;
    margin-bottom: 20px;
  }
  /* blog */
  .blog {
    padding: 60px 40px;
  }
  .blog-kategori {
    padding-left: 0;
  }
  .blog-list{
    display: flex;
    flex-direction: column;
  }
  .blog-item-left {
    padding-right: 0px !important;
    display: flex;
    /* align-items: center; */
    flex-direction: column;
    margin-bottom: 60px;
  }
  .blog-img-item {
    width: 100%;
    height: auto;
    margin-bottom: 20px;
  }
  .blog-item-right {
    padding-left: 0px !important;
  }
  .blog-title {
    margin: 15px 0;
  }
  .container-hero-company,.blog-detail-content{
    padding: 120px 30px 60px 30px;
  }
  .blog_hero_item{
    padding: 20px 20px 40px 20px;
  }
  .main-kontak{
    padding: 60px 30px;
  }
  .kontak-title-banner {
    margin: 60px 0 60px 0;
}
.sosial img {
  width: 5%;
  height: auto;
}
.gallery-item img {
  width: 300px !important;
}.sales img {
  width: 6%;
  height: auto;
  margin-right: 10px;
}
}

@media (min-width: 768px) and (max-width: 991.98px) {
  .navbar .deep-dropdown {
    position: relative;
    overflow: visible;
  }
  .navbar .dropdown ul a {
    padding: 10px 20px;
    text-transform: none;
    color: #000;
    text-decoration: none;
  }
  .navbar .dropdown ul {
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    top: calc(100% + 30px);
    margin: 0;
    padding: 0;
    z-index: 99;
    opacity: 0;
    visibility: hidden;
    background: #fff;
    box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
    transition: 0.3s;
    border-radius: 4px;
  }

  /* hero */
  #hero .hero-left {
    padding: 0 30px;
  }
  #hero .banner-hero {
    padding: 130px 0 30px 0;
    font-size: 16px;
    width: 100%;
  }
  #hero .hero-left-title {
    padding: 20px 0;
    font-size: 20px;
    text-align: center;
    font-weight: bold;
  }
  #hero .hero-left-text {
    padding: 20px 0;
    font-size: 16px;
    text-align: center;
  }
  #hero .btn-produk-hero {
    padding: 20px 0 40px 0;
    font-size: 14px;
    display: flex;
    justify-content: center;
  }

  /* product */
  #main .production-results {
    padding: 60px 20px;
  }
  .item-product {
    margin-top: 20px;
    background: #243355;
    border-radius: 20px;
    padding: 10px;
    gap: 20px;
    display: flex;
    flex-direction: column;
  }
  /* superiority */
  .superiority-left {
    height: 300px;
  }
  .superiority-layer {
    padding: 90px 0 30px 0;
    background-color: rgba(0, 0, 0, 0.07);
  }
  .superiority-right {
    margin-top: 30px;
    padding: 0 30px;
  }
  .swap-flex {
    display: flex;
    flex-direction: column-reverse;
  }
  .smart-farm-left {
    padding: 60px 30px 0 30px;
  }
  .smart-farm-text {
    text-align: center;
  }
  /* location */
  .location-left {
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .location-left iframe {
    width: 90%;
    height: 280px;
  }
  .location-right {
    padding: 30px 30px 0 30px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .main-title {
    text-align: center;
  }
  /* contact us */
  .contact_us {
    text-align: center;
  }
  #footer .footer-top {
    padding: 60px 30px;
  }
  #footer .menu-center {
    margin-top: 40px;
    justify-content: left;
  }
  #footer .menu-right {
    margin-top: 40px;
    justify-content: center;
  }
  #footer .footer-info-container {
    position: relative;
    height: auto;
  }
  #footer .footer-logo {
    padding: 22px 0;
  }
  #footer .footer-cs {
    padding-left: 40px;
    position: static;
    bottom: 0;
  }
  .footer-info {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
  }
  .doc-open-close-item {
    align-items: flex-start;
    margin-bottom: 20px;
  }
  .blog {
    padding: 60px 30px;
  }
  .blog-kategori {
    padding-left: 0;
  }
  .blog-list{
    display: flex;
    flex-direction: column;
  }
  .blog-item-left {
    padding-right: 0px !important;
    display: flex;
    /* align-items: center;  */
    flex-direction: column;
    margin-bottom: 60px;
  }
  .blog-img-item {
    width: 100%;
    height: auto;
    margin-bottom: 20px;
  }
  .blog-item-right {
    padding-left: 0px !important;
  }
  .blog-title {
    margin: 15px 0;
  }
  .blog_hero_item{
    padding: 20px 20px 40px 20px;
  }
  .container-hero-company,.banner-hero-kontak,.blog-detail-content{
    padding: 120px 30px 60px 30px;
  }
  .kontak-title-banner {
    margin: 120px 0 80px 0;
}
.sales img {
  width: 5%;
  height: auto;
  margin-right: 10px;
}
.sosial img {
  width: 4%;
  height: auto;
}
}

@media (min-width: 992px) {
  .location-left iframe {
    width: 90%;
    height: 280px;
  }
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  #hero .hero-left-title {
    padding: 20px 0 60px 0;
    font-weight: bold;
    font-size: 48px;
  }
}
