/*Produk*/ 
.row{
    margin: 0px;
}
.bg_header_produk { 
    background: url('../img/img_background/b_blog.png'); 
    background-position: right;
    background-repeat: no-repeat; 
    width: 100%;
    height: 805px;
    padding-left: 8%;
    padding-right: 8%;
}   



.box_all_in_action{
    margin-top: 8%;
}


.konten2{
    float: left;
    padding-top: 16%; 
    width: 40%;
    min-height: 550px;
}

.konten2 h1 {  
    font-family: Nunito Sans;
    font-style: normal;
    font-weight: bold;
    font-size: 56px;
    line-height: 80px;
    /* identical to box height, or 143% */


    color: #3D4B51;
} 

.konten2 p { 
    font-family: Nunito Sans;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 36px;
    /* or 225% */
    
    letter-spacing: 0.177778px;
    
    color: #3D4B51; 
}  

.blog_populer{
    background: url('../img/img_background/bg_blog_populer.png'); 
    background-repeat: no-repeat; 
    background-size:auto;
    width: 100%;
    min-height: 925px;
    padding-left:8%;
    padding-right:8%;
    
}

.blog_populer .blog_populer_h{
    padding-top: 16%;
    padding-bottom: 8%;
}

.blog_populer .blog_populer_h .kategori_post{
    float: right; 
    background: #FFFFFF;
    box-shadow: 0px 4px 60px rgba(104, 190, 244, 0.2);
    border-radius: 5px;
    width: 200px;
    height: 50px;
    font-family: Nunito Sans;
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 28px;
    padding: 2%;
    /* identical to box height, or 175% */
    letter-spacing: 0.177778px;

    color: #3D4B51;
} 

.blog_populer h2{
    font-family: Nunito Sans;
    font-style: normal;
    font-weight: bold;
    font-size: 32px;
    line-height: 44px;
    /* identical to box height */
    float: left;
    letter-spacing: 0.355556px;

    color: #3D4B51;
}

.berita_populer_pin{
    width: 29.5%;
    min-height: 360px;
    padding-bottom:2%;
    background: #FFFFFF;
    box-shadow: 0px 10px 60px rgba(60, 162, 237, 0.1);
    border-radius: 8px;  
    margin-left: 2%;
    margin-right: 1%;
    padding-left:0px;
    padding-right:0px;
    padding-top:0px;
}

.berita_populer_pin .text{ 
    padding-right: 2%;
}

.berita_populer_mini{
    width: 34.5%;
}

.berita_populer_pin img{
    width: 100%;
    border-radius: 8px 8px 0px 0px;
}

.berita_populer_pin h3{
    width: 100%;    
    font-family: Nunito Sans;
    font-style: normal;
    font-weight: 600;
    font-size: 22px;
    line-height: 150%;
    /* or 33px */ 
    letter-spacing: 0.18px;
    margin: 4%;
    color: #3D4B51; 
}

.berita_populer_pin p{
    width: 100%;

    margin: 8% 4%;
    font-family: Nunito Sans;
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 19px;
    /* identical to box height */

    letter-spacing: 0.4px;

    color: #3D4B51;
 

}

.tag_blog{
    margin-top: 8%;
    margin-left: 2%;
}

.berita_populer_pin .tag_kuning{ 
    background: rgba(245, 166, 35, 0.15);
    border-radius: 20.5px;

    font-family: Nunito Sans;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 19px;
    /* identical to box height */

    letter-spacing: 0.6px;

    color: #F5A623;
    padding:2% 4%;
    text-align: center;
    margin-left: 2%;

}
.berita_populer_pin .tag_biru{  
    background: rgba(41, 145, 232, 0.15);
    border-radius: 20.5px;
    cursor: pointer;

    font-family: Nunito Sans;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 19px;
    /* identical to box height */

    letter-spacing: 0.6px;
    color: #2991E8;
    padding:2% 4%;
    text-align: center; 
    margin-left: 2%;
}

.berita_mini{ 
    width: 100%;
    height: auto;
    margin-bottom: 6%;  
    background: #FFFFFF;
    box-shadow: 0px 10px 60px rgba(66, 160, 236, 0.1);
    border-radius: 8px;
    float: left;
}

.berita_mini img{
    width: 38%; /*38%;*/
    height: auto;
    border-radius: 8px 0px 0px 8px;
    float: left;
    border-top-left-radius:10px;
    border-bottom-left-radius:10px;
}  
.berita_mini .text{
    width: 62%; 
    height: auto;
    float: left;
    padding:2%;
}  
.berita_mini .text h3{
    font-family: Nunito Sans;
    font-style: normal;
    font-weight: 600;
    font-size: 12px;
    line-height: 150%;
    /* or 18px */ 
    letter-spacing: 0.18px; 
    color: #3D4B51;
     
} 
.berita_mini .text p{
    font-family: Nunito Sans;
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 16px;
    letter-spacing: 0.4px; 
    color: #3D4B51; 
} 

.blog_terbaru{
    /*background: url('../img/img_background/bg_blog_populer.png'); 
    background-repeat: no-repeat; 
    background-size:auto;
    */width: 100%;
    min-height: 925px;
    padding-left:8%;
    padding-right:8%;
    
}

.blog_terbaru .blog_terbaru_h{
    padding-top: 16%;
    padding-bottom: 8%;
    margin-left: 1%;
    margin-right: 1%;
}

.blog_terbaru .blog_terbaru_h h2{

    font-family: Nunito Sans;
    font-style: normal;
    font-weight: bold;
    font-size: 32px;
    line-height: 44px;
    /* identical to box height */

    letter-spacing: 0.355556px;

    color: #3D4B51;

}

.berita_terbaru_pin{ 
    width: 97%;
    height: auto; 
    background: #FFFFFF;
    box-shadow: 0px 10px 80px rgba(65, 160, 236, 0.12);
    border-radius: 8px;
    padding: 1%;
    margin-left: 1%;
    margin-right: 1%;
}

.berita_terbaru_pin img.pin_img{
    width: 100%;
    border-top-left-radius:15px;
    border-bottom-left-radius:15px;
}
.berita_terbaru_pin .col-md6{
    width: 50%;
    padding-right: 0px;
    padding-left: 0px;
}
.berita_terbaru_pin .col-md5{
    width: 45%;
}
.berita_terbaru_pin .text{ 
    padding: 4% 0% 4% 4%; 
    width: 90%;
}

.berita_terbaru_pin .text h3{
    font-family: Nunito Sans;
    font-style: normal;
    font-weight: 600;
    font-size: 24px;
    line-height: 33px;
    letter-spacing: 0.266667px;
    color: #3D4B51;
}

.berita_terbaru_pin .text p{
    font-family: Nunito Sans;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 28px;
    /* or 200% */
    letter-spacing: 0.18px;
    color: #3D4B51;
    margin-top: 2%;
}

.berita_terbaru_pin .text img{
    float: left;
}
.berita_terbaru_pin .text label.l_komen{
    float: left;
    margin-left: 2%;
}

.berita_terbaru_pin .text label.post_by{
    font-family: Nunito Sans;
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 19px; 
    letter-spacing: 0.4px;
    color: #3D4B51;  
    float: left;
    width: 100%;
    margin-top: 2%;
    margin-bottom: 2%;
}

.berita_terbaru_pin .tag_blog{
    margin-top: 12%;
    margin-left: 4%;
}

.berita_terbaru_pin .tag_kuning{ 
    background: rgba(245, 166, 35, 0.15);
    border-radius: 20.5px;

    font-family: Nunito Sans;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 19px;
    /* identical to box height */

    letter-spacing: 0.6px;

    color: #F5A623;
    padding:2% 4%;
    text-align: center;
    margin-left: 2%;

}
.berita_terbaru_pin .tag_biru{  
    background: rgba(41, 145, 232, 0.15);
    border-radius: 20.5px;
    cursor: pointer;
    font-family: Nunito Sans;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 19px;
    /* identical to box height */

    letter-spacing: 0.6px;
    color: #2991E8;
    padding:2% 4%;
    text-align: center; 
    margin-left: 2%; 
}

.berita_terbaru_pin a.selengkapnya{
    background: url('../img/blog/selengkapnya.png'); 
    width: 126px;
    height: 24px;
    float: right;
}

.berita_baru_mini{  
    width: 100%;
    height: 235px;   
    margin-top: 1%;
    background: url('../img/blog/bg_blog_terbaru.png') bottom left no-repeat;
    padding-bottom: 8%;
    padding-left: 1%;
    padding-right: 1%;
} 

.berita_baru_mini_item{ 
    width: 50%;
    padding: 1%; 
    height: 160px; 
    margin-top: 2%; 
    margin-right: 2%;
    background: #FFFFFF;
    box-shadow: 0px 10px 60px rgba(66, 160, 236, 0.1);
    border-radius: 8px;
    float: left;
}

.berita_baru_mini_item1{ 
    width: 47%;
    padding: 1%; 
    height: 160px; 
    margin-top: 2%;  
    background: #FFFFFF;
    box-shadow: 0px 10px 60px rgba(66, 160, 236, 0.1);
    border-radius: 8px;
    float: left;
}

.berita_baru_mini_item img,
.berita_baru_mini_item1 img{
    float: left; 
    width: 37%; 
    height: 100%; 
    border-radius: 8px 0px 0px 8px;
}

.berita_baru_mini_item .text,
.berita_baru_mini_item1 .text{
    float: left;
    width: 58%;
    padding: 2% 4% 4% 2%;

}

.berita_baru_mini .text label.post_by{
    font-family: Nunito Sans;
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 16px;
    letter-spacing: 0.4px;
    
    color: #3D4B51;
}

.berita_baru_mini .text h3 {
    float: left;
    font-family: Nunito Sans;
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    line-height: 150%;
    /* or 21px */
    letter-spacing: 0.18px;
    
    color: #3D4B51;
} 

.berita_baru_mini .tag_kuning{  
    background: rgba(245, 166, 35, 0.15);
    border-radius: 20.5px;
    cursor: pointer;
    font-family: Nunito Sans;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 19px;
    /* identical to box height */

    letter-spacing: 0.6px;

    color: #F5A623;
    padding:2% 4%;
    text-align: center;
    margin-left: 2%;

}
.berita_baru_mini .tag_biru{  
    background: rgba(41, 145, 232, 0.15);
    border-radius: 20.5px;
    cursor:pointer;
    font-family: Nunito Sans;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 19px;
    /* identical to box height */

    letter-spacing: 0.6px;
    color: #2991E8;
    padding:2% 4%;
    text-align: center; 
    margin-left: 2%; 
}


.blog_lainnya{
    width: 100%;
    height: 912px;
    background: url('../img/blog/bg_blog_lainnnya.png') no-repeat;
    margin-top: 8%;
    padding-left: 9%;
    padding-right: 9%;
    padding-top: 12%;
}

.blog_lainnya_h{ 
    height: 44px;
    font-family: Nunito Sans;
    font-style: normal;
    font-weight: bold;
    font-size: 32px;
    line-height: 44px;
    /* identical to box height */

    letter-spacing: 0.355556px;

    color: #3D4B51;
    margin-bottom: 6%;
}

.blog_lainnya_h .col-md6{
    padding:0px;
}

.blog_lainnya_h .col-md6 h2{
    padding-top:2%;
}

.blog_lainnya_h .panah{
    text-align: right;
    padding-right: 8%; 
}

.berita_lainnya_pin{
    width: 100%;
}

.berita_lainnya_pin .col-md4{
    width: 31.5%; 
}

.berita_lainnya_item{ 
    width: 30%;
    height: 491px; 
    background: #FFFFFF;
    box-shadow: 0px 10px 60px rgba(60, 162, 237, 0.1);
    border-radius: 8px;
    margin-right: 1.8%;
    padding:0px;
}

.berita_lainnya_item img{
    width: 100%;
    border-top-left-radius:10px;
    border-top-right-radius:10px;
}

.berita_lainnya_item .text{
    padding:4%;
    width: 100%;
    min-height: 150px;
}

.berita_lainnya_item .text label.post_by{
    font-family: Nunito Sans;
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 19px;
    /* identical to box height */
    
    letter-spacing: 0.4px;
    
    color: #3D4B51;
    
}

.berita_lainnya_item .text h3 {
    float: left;
    font-family: Nunito Sans;
    font-style: normal;
    font-weight: 600;
    font-size: 22px;
    line-height: 150%;
    min-height: 110px;
    /* or 33px */
    
    letter-spacing: 0.18px;
    
    color: #3D4B51;
} 

.berita_lainnya_item .tag_kuning{ 
    background: rgba(245, 166, 35, 0.15);
    border-radius: 20.5px;
    cursor: pointer;
    font-family: Nunito Sans;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 19px;
    /* identical to box height */

    letter-spacing: 0.6px;

    color: #F5A623;
    padding:2% 4%;
    text-align: center;
    margin-left: 2%;

}
.berita_lainnya_item .tag_biru{  
    background: rgba(41, 145, 232, 0.15);
    border-radius: 20.5px;
    cursor: pointer;
    font-family: Nunito Sans;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 19px;
    /* identical to box height */

    letter-spacing: 0.6px;
    color: #2991E8;
    padding:2% 4%;
    text-align: center; 
    margin-left: 2%; 
}


.blog_detail{
    width: 100%;
    margin-top: 8%;
}

.blog_detail_h{  
    padding-left: 15.5%;
    padding-right: 15.5%;
    margin-bottom: 4%;
}

.berita_detail_pin{ 
    width: 100%;
    background: url('../img/img_background/bg_blog_populer.png'); 
    background-repeat: no-repeat; 
    background-size:auto;
    padding-left: 15.5%;
    padding-right: 15.5%;
    padding-top: 2%;

}

.berita_detail_pin .text{
    margin-top: 2%;
    font-family: Nunito Sans;
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    line-height: 160%;
    /* or 29px */

    letter-spacing: 0.266667px;

    color: #3D4B51;

}

.berita_detail_pin .text p {
    margin-top: 2%;
}

.blog_detail img.foto_artikel{
    width: 100%;
    border-top-left-radius:10px;
    border-top-right-radius:10px;
}

.blog_detail_h h2{
    font-family: Nunito Sans;
    font-style: normal;
    font-weight: 600;
    font-size: 36px;
    line-height: 49px;
    letter-spacing: 0.266667px;

    color: #3D4B51;
    margin-top: 4%;
    float: left;
}
 

.blog_detail_h label.post_by {
        
    font-family: Nunito Sans;
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    line-height: 25px;
    /* identical to box height */

    letter-spacing: 0.4px;

    color: #3D4B51;
    float: left;
    width: 100%;
    margin-top: 2%;

} 


.blog_detail_h label.komen {
    font-family: Nunito Sans;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 19px;
    /* identical to box height */ 
    letter-spacing: 0.18px; 
    color: #3D4B51;

}  

.icon_kembali{ 
    float: left;
    padding:0px;
    
}
.l_kembali{
    font-family: Nunito Sans;
    font-style: normal;
    font-weight: bold;
    font-size: 16px;
    line-height: 22px;
    /* identical to box height */
    float: left;
    letter-spacing: 0.266667px;
    margin-top: 1%;
    color: #2991E8; 

}

.blog_detail_h .tag_blog{
    margin-top: 2%;
    margin-left: 0px;
    float: left;
    width: 100%;
}

.blog_detail_h .tag_kuning{ 
    background: rgba(245, 166, 35, 0.15);
    border-radius: 20.5px; 
    font-family: Nunito Sans;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 19px;
    /* identical to box height */ 
    letter-spacing: 0.6px; 
    color: #F5A623;
    padding:2% 4%;
    text-transform: capitalize;
    text-align: center; 
    cursor: pointer;

}

.blog_detail_h .tag_biru{  
    background: rgba(41, 145, 232, 0.15);
    border-radius: 20.5px;
    cursor: pointer;
    font-family: Nunito Sans;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 19px;
    /* identical to box height */ 
    letter-spacing: 0.6px;
    color: #2991E8;
    padding:2% 4%;
    text-transform: capitalize;
    text-align: center;  
}
 

.blog_terkait{

    width: 100%;
    padding-left: 15.5%;
    padding-right: 15.5%;
    margin-top: 4%;
}

.blog_terkait .blog_terkait_h h2{

    font-family: Nunito Sans;
    font-style: normal;
    font-weight: 600;
    font-size: 32px;
    line-height: 44px;
    /* identical to box height */

    letter-spacing: 0.355556px;

    color: #3D4B51;

}

.blog_terkait .berita_terkait_pin h3{
    font-family: Nunito Sans;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 150%;
    /* or 33px */
    min-height:80px;
    
    letter-spacing: 0.18px;
    
    color: #258CE7;
    margin-top: 4%;
    margin-bottom: 2%;
}

.blog_terkait .berita_terkait_pin label{

    font-family: Nunito Sans;
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 19px;
    /* identical to box height */

    letter-spacing: 0.4px;

    color: #258CE7;

}

.form_komentar{
    width: 100%;
    padding-right: 16%;
    padding-left: 16%;  
    margin-top: 8%;
}

.form_komentar h2{
    font-family: Nunito Sans;
    font-style: normal;
    font-weight: 600;
    font-size: 32px;
    line-height: 44px;
    /* identical to box height */
    
    letter-spacing: 0.355556px;
    
    color: #3D4B51;

    margin-bottom: 2%;
    margin-top: 2%;
}

.form_komentar form label{
    font-family: Nunito Sans;
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    line-height: 25px;
    /* identical to box height */

    letter-spacing: 0.6px;

    color: #3D4B51;
}


.form_komentar form input{
    width: 100%;
    height: 48px; 
    background: #EEF8FF;
    border-radius: 5px;
    padding:2%;
    margin-bottom: 2%;
    margin-top: 2%;
}


.form_komentar form textarea{
    width: 100%;
    height: 140px; 
    background: #EEF8FF;
    border-radius: 5px;
    padding:2%;
    margin-bottom: 2%;
    margin-top: 2%;
}

.form_komentar form button{
    width: 196px;
    height: 58px;  
    box-shadow: 0px 2px 20px rgba(63, 176, 241, 0.25);
    padding:2%;
    margin-bottom: 2%;
    margin-top: 2%;
    background: linear-gradient(180.72deg, #49BEF4 -9.14%, #2389E6 97.97%);
    border-radius: 29px;
    color: #fff;
}


@media screen and (min-width: 1200) { 
 
}
@media screen and (min-width: 1367px) {    
    .blog_populer{
        width: 1366px;
    }
    .berita_populer_pin{
        margin-right: 0%;
        margin-left: 2%; 
    }
    .blog_populer{
        padding-left: 2%;
        padding-right: 2%;
    }

    .berita_mini{ 
        margin-bottom: 4%;  
    }


    .berita_populer_pin .text{
        min-height: 10%;
    }

    .berita_terbaru_pin{
        margin-left: 0%;
    }

    .blog_terbaru, .blog_populer{ 
        padding-left: 4%;
        padding-right: 4%; 
    }

    .blog_lainnya, .berlangganan, .info_footer{
        padding-left: 4%;
        padding-right: 4%; 
    }
     
    .bg_header_produk, .konten2{
        padding-left: 0%;
        padding-right: 0%; 
    }
    

} 

@media screen and (min-width: 993px) {  
}

@media screen and (max-width: 768px) { 
    
 
}

@media screen and (max-width: 992px) { 
    .bg_header_produk{
        background: url('../img/img_background/b_blog_m.png');
        background-position-x: 0%;
        background-position-y: 0%;
        background-repeat: repeat;
        background-position: right;
        background-repeat: no-repeat;
        width: 100%;
        height: 527px;
        padding-left: 2%;
        padding-right: 2%;
    }
    .konten2 {
        float: left;
        padding-top: 20%;
        margin-left: 2%;
        padding-left: 2%;
        width: 40%;
        min-height: 550px;
    }
    .blog_populer {
        background: url('../img/img_background/bg_blog_populer_m.png');
            background-repeat: repeat;
            background-size: auto;
        background-repeat: no-repeat;
        background-size: auto;
        width: 100%;
        min-height: 617px;
        padding-left: 2%;
        padding-right: 2%;
    }
    .berita_populer_pin {
        width: 46%;
        height: 480px; 
        float: left;
    }
    .berita_populer_mini{ 
        width: 46%;
    }
    .berita_populer_pin h3 {
        width: 90%;
    }

    .berita_populer_mini{
        width: 100%;
        padding-left: 4%;
    }
    .berita_populer_mini .berita_mini{
        width: 31%;
        float: left;
        margin-right: 2%;
        margin-top: 2%;
    }
    .berita_mini .text h3 {
        font-family: Nunito Sans;
        font-style: normal;
        font-weight: 400;
        font-size: 11px;
        line-height: 100%;
        letter-spacing: 0.4px;
        color: #3D4B51;
        min-height: 60px;
    }
    .berita_mini .text p {
        font-family: Nunito Sans;
        font-style: normal;
        font-weight: 400;
        font-size: 10px;
        line-height: 16px;
        letter-spacing: 0.2px;
        color: #3D4B51;
    }
    .berita_terbaru_pin .col-md6{
        width: 100%;
    }
    .berita_terbaru_pin .col-md5{
        width: 100%;
        padding-bottom: 4%;
    }
    .berita_lainnya_pin .col-md4{
        width: 31.5%;
        float: left;
    }
    .berita_lainnya_item .text{ 
        min-height: 40px;
    }
    .berita_lainnya_item .text h3{
        font-weight: 600;
        font-size: 14px;
        line-height: 100%;
        min-height: 50px;
    }

    .berita_lainnya_item .text label.post_by {
        font-family: Nunito Sans;
        font-style: normal;
        font-weight: 400;
        font-size: 12px; 
    }

    .berita_lainnya_item{
        min-height: 280px;
        height:auto;
    }

    .berita_lainnya_item .tag_kuning, .berita_lainnya_item .tag_biru{ 
        padding:2% 4%;
    }

    .blog_lainnya {
        width: 100%;
        height: 521px;
        background: url('../img/blog/bg_blog_lainnnya_m.png') no-repeat;
        margin-top: 8%;
        padding-left: 4%;
        padding-right: 4%;
        padding-top: 6%;
    }
    .box_all_in_action{
        margin-top: 8%;
    }

    .info_footer, .berlangganan{
        padding-left: 2%;
        padding-right: 2%;
    }

    .blog_detail {
        width: 100%;
        margin-top: 24%; 
    }

    .blog_detail_h, .berita_detail_pin, .blog_terkait, .form_komentar {
        padding-left: 2%;
        padding-right: 2%;
        margin-bottom: 4%;
    }

}


@media screen and (max-width: 600px) { 
    .konten2{
        width: 90%;
        float: none;
        padding:4%;
        min-height: 350px; 
    }
    .bg_header_produk{
        background-size: cover;
        background: url('../img/img_background/b_blog_m1.png');
        width: 100%;
        height: 439px;
        padding-left: 1%;
        padding-right: 1%; 
    }
    .berita_populer_pin{
        width: 96%;
        padding:2%;
        margin-top: 4%;
        min-height: 480px;
        height: auto;
    }

    .berita_populer_mini .berita_mini{ 
        width: 100%; 
        margin-top: 2%;
        min-height: 120px;
        height: auto;
    }
    .berita_terbaru_pin .text label.l_komen { 
        margin-left: 2%;
        font-size: 12px;
    }
    .tag_blog { 
        width: 100%; 
    }
    .berita_baru_mini_item,
    .berita_baru_mini_item1 {
        width: 100%;
        height: 80px;
    }
    .berita_baru_mini_item .text, .berita_baru_mini_item1 .text {
        width: 58%;
        padding: 1% 2% 2% 1%;
    }
    .berita_baru_mini .text h3{
        font-weight: 600;
        font-size: 12px;
        line-height: 100%;
        letter-spacing: 0.4px;
    }
    .berita_baru_mini .text label.post_by{
        font-weight: 400;
        font-size: 12px;
    }
    .berita_lainnya_pin .col-md4{
        width: 100%; 
        min-height: 100px;
        height: auto;
        margin-top: 2%;
        padding-bottom: 2%;
    }
    .berita_lainnya_item .text{ 
        min-height: 20px;
        height: auto;
        padding: 2%;
    }
    .berita_lainnya_item .text h3{
        min-height: 20px;
    }
    .tag_blog{
        margin-top: 1%;
    }

    .box_all_in_action{
        margin-top: 240%;
    }
    .blog_detail{
        margin-top: 8%;
    }
    .box_all_in_action{
        margin-top: 16%;
    }
    .form_komentar form input,
    .form_komentar form label{
        font-size: 16px;
    }

    .form_komentar form button{
        font-size: 20px;
    }

}


@media screen and (min-width: 1440px) {  
    
    .blog_terbaru, .blog_populer{ 
        padding-left: 8%;
        padding-right: 8%; 
    }
    
    .blog_lainnya, .berlangganan, .info_footer {
        padding-left: 8%;
        padding-right: 8%;
    }
    
    .blog_populer{
        width:100%;
    }
        
}


/*
1920 x 1080,
2560 x 1440
3440 x 1440
5120 x 2880
*/
@media screen and (min-width: 3440px) {  

    .konten2 p,
    .berita_populer_pin h3,
    .berita_populer_pin p,
    .berita_mini .text h3,
    .berita_mini .text p,
    .berita_terbaru_pin .text,
    .berita_terbaru_pin .text p,
    .berita_terbaru_pin .text h3,
    .berita_baru_mini .text,
    .berita_baru_mini .text h3,
    .berita_baru_mini .text p { 
        line-height: 56px;  
    }
 
    .box_all_in_action{
        margin-top: 8%;
    }

    .blog_populer{
        width: 1920px;
    }

}



/*end produk*/