@font-face{
    font-family: 'NotoSerif-Bold';
    src: url('/icon_fonts_assets/font-awesome/fonts/NotoSerif-Bold.ttf');
}
@font-face{
    font-family: 'NotoSerif-BoldItalic';
    src: url('/icon_fonts_assets/font-awesome/fonts/NotoSerif-BoldItalic.ttf');
}
@font-face{
    font-family: 'NotoSerif-Italic';
    src: url('/icon_fonts_assets/font-awesome/fonts/NotoSerif-Italic.ttf');
}
@font-face{
    font-family: 'NotoSerif-Regular';
    src: url('/icon_fonts_assets/font-awesome/fonts/NotoSerif-Regular.ttf');
}
@font-face{
    font-family: 'Roboto-Black';
    src: url('/icon_fonts_assets/font-awesome/fonts/Roboto-Black.ttf');
}
@font-face{
    font-family: 'Roboto-BlackItalic';
    src: url('/icon_fonts_assets/font-awesome/fonts/Roboto-BlackItalic.ttf');
}
@font-face{
    font-family: 'Roboto-Bold';
    src: url('/icon_fonts_assets/font-awesome/fonts/Roboto-Bold.ttf');
}
@font-face{
    font-family: 'Roboto-BoldItalic';
    src: url('/icon_fonts_assets/font-awesome/fonts/Roboto-BoldItalic.ttf');
}
@font-face{
    font-family: 'Roboto-Italic';
    src: url('/icon_fonts_assets/font-awesome/fonts/Roboto-Italic.ttf');
}
@font-face{
    font-family: 'Roboto-Light';
    src: url('/icon_fonts_assets/font-awesome/fonts/Roboto-Light.ttf');
}
@font-face{
    font-family: 'Roboto-LightItalic';
    src: url('/icon_fonts_assets/font-awesome/fonts/Roboto-LightItalic.ttf');
}
@font-face{
    font-family: 'Roboto-Medium';
    src: url('/icon_fonts_assets/font-awesome/fonts/Roboto-Medium.ttf');
}
@font-face{
    font-family: 'Roboto-MediumItalic';
    src: url('/icon_fonts_assets/font-awesome/fonts/Roboto-MediumItalic.ttf');
}
@font-face{
    font-family: 'Roboto-Regular';
    src: url('/icon_fonts_assets/font-awesome/fonts/Roboto-Regular.ttf');
}
@font-face{
    font-family: 'Roboto-Thin';
    src: url('/icon_fonts_assets/font-awesome/fonts/Roboto-Thin.ttf');
}
@font-face{
    font-family: 'Roboto-ThinItalic';
    src: url('/icon_fonts_assets/font-awesome/fonts/Roboto-ThinItalic.ttf');
}

body{
    font-family: Roboto, 'Segoe UI', Tahoma, sans-serif;
    margin: 0px;
}
a{
    text-decoration: none;
    color: #000;
}
a:hover{
    text-decoration: none;
    color: #000;
}
@media only screen and (max-width: 600px) {
    .news-img img{
        height: auto !important;
    }
    table{
        width: 100% !important;
    }
    .news-title{
        font-size: 34px !important;
        line-height: 42px !important;
    }
}
/* header */
header{
    padding:15px 0px;
}
.header2{
    background: #000;
}
.header2 .menu > li a{
    color: #FFF;
}
.header2 .date{
    color: #FFF;
}
.date{
    font-size: 12px;
    font-weight: 600;
}
.social{
    list-style: none;
    margin:0px;
}
.social-icon{
    background-repeat: no-repeat;
    width: 11px;
    height: 12px;
    background-size:11px;
    display: block;
    text-indent: -9999px;
    background-position: 0 0;
}
.social-icon2{
    background-repeat: no-repeat;
    width: 14px;
    height: 14px;
    background-size:14px;
    display: block;
    text-indent: -9999px;
    background-position: 0 0;
}
.social-twitter{
    background-image: url(/images/twitter.svg);
}
.social-fb{
    background-image: url(/images/fb.svg);
}
.social-ig{
    background-image: url(/images/ig.svg);
}
.social-in{
    background-image: url(/images/linked.svg);
}
.social li{
    line-height: 5px;
    padding: 0px 8px;
    
}
.title{
    /* font-size: 55px; */
    line-height: 0px;    
}
.logo{
    background-image: url(/images/logo.png);
    background-repeat: no-repeat;
    width: 290px;
    height: 45px;
    background-size: 290px;
    display: block;
    text-indent: -9999px;
    background-position: 0 0;
}
.logo2{
    background-image: url(/images/logow.png);
    background-repeat: no-repeat;
    width: 290px;
    height: 45px;
    background-size: 290px;
    display: block;
    text-indent: -9999px;
    background-position: 0 0;
}
.menu{
    list-style: none;
}
.menu > li{
    font-weight: 600;
    padding: 3px 6px;
    position: relative;
    margin-left:-3px;
    margin-right: 4px;
}
.menu > li:hover{
    border-bottom: 3px solid white;
    padding-bottom: 0px;
    color: #154d08;
}
.menu > li:hover .submenu{
    display: block;
}
.menu > li a{
    font-size: 14px;
    text-transform: uppercase;
}
.submenu{
    display: none;
    position: absolute;
    top: 25px;
    width: 180px;
    left: 0px;
    padding-top: 5px;
    margin: 0px;
    padding: 0px;
    list-style: none;
    z-index: 9;
    /* background: #FFF; */
    border-radius: 4px;
    transition: .3s ease-in-out;
}
.submenu-left{
    left: unset !important;
    right: 0px;
}
.submenu li{
    box-shadow: 0 0 12px rgba(0, 0, 0, 0.1);
    padding:5px 0px 5px 25px;
    /* padding:5px 0px; */
    border:1px solid #eeee;
    color: #000;
    background: #FFF;
    border-radius: 4px;
    transition: .3s ease-in-out;
}
.submenu li:hover{
    color: #000;
    font-weight: 700;
}
.submenu li::before {
    /* content: "\2022";  */
     /* Add content: \2022 is the CSS Code/unicode for a bullet */
    /* color: black;  */
    /* Change the color */
    font-weight: bold; /* If you want it to be bold */
    display: inline-block; /* Needed to add space between the bullet and the text */
    width: 0.9em; /* Also needed for space (tweak if needed) */
    margin-left: 5px; /* Also needed for space (tweak if needed) */
}
.menus{
    display: block;
}
#cssmenu{
    display: none !important;
}
.header-top{
    padding-top: 20px;
}
.header-main{
    border-top: 2px solid #154d08;
    border-bottom: 2px solid #154d08;
}
.header-content{
    width: 100%;
    min-height: 100px;
    background: #154d08;
    margin:20px 0px ;
}
.header-content{
    width: 100%;
}
/* end header */
/* other */
.main-content{
    margin-top: 20px ;
    padding-bottom: 20px;
}
.main-content-bottom{
    border-top: 2px solid #154d08;
}
.pr-15{
    padding-right: 15px;
}
.pl-15{
    padding-left: 15px;
}
.pn{
    padding: 0px !important;
}
.prn{
    padding-right: 0px !important;
}
.pln{
    padding-left: 0px !important;
}
.no-border-right{
    border-right: none !important;
}
/* end other */
/* news md */
.title-line{
    width: 100%;
    padding: 50px 0px 10px;
    border-bottom: 3px solid #000;
    font-size: 28px;
    font-weight: 800;
    line-height: 45px;
    margin: 0px;
    color: #000;
}
.news-md{
    width: 100%;
    height: auto;
    border-right: 2px solid #154d08;
}
.news-md h4{
    font-size: 16px;
    line-height: 20px;
    color: #000;
    font-weight: 650;

    /* font-size: 23px;
    line-height: 28px;
    margin: 15px 0px;
    overflow: hidden;
    height: 56px;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2; */
}
.news-md p{
    font-size: 12px;
    line-height: 15px;
    /* color: #333; */
    font-weight: 350;

    /* font-size: 13px; */
    margin:0px;
    /* line-height: 18px; */
    overflow: hidden;
    height: auto;
    /* height: 90px; */
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}
.news-md-content{
    width: 100%;
    /* padding: 65px 0px 0px; */
    
}
.news-md-on{
    padding: 10px 0px 0px 0px;
    border-bottom: 1px solid #616161;
}
.news-md-on .social{
    padding: 0px;
}
.news-md-on span{
    /* line-height: 0px; */
    font-size: 12px;
    color: #616161;
}
.news-md-img{
    width: 100%;
    /* height: 150px; */
}
.news-md-img img{
    max-width: 100%;
    object-fit: cover;
    /* height: 150px; */
}
.news-md:hover .overlay {
    opacity: 1;
  }
.overlay {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0%;
    /* right: 20%; */
    height: 100%;
    width: 95%;
    opacity: 0;
    transition: .5s ease;
    background-color: black;
  }
  .judul {
    color: white;
    font-size: 22px;
    font-weight: 700;
    position: absolute;
    top: 20%;
    left: 5%;
    line-height: 20px;
    max-width: 90%;
    /* max-width: 100%; */
    /* -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%); */
    text-align: left;
  }
  .isi {
    font-size: 15px;
    font-weight: 700;
    position: absolute;
    top: 50%;
    left: 5%;
    line-height: 20px;
    max-width: 90%;
    /* max-width: 100%; */
    /* -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%); */
    text-align: left;
  }
  .atas {
    position: absolute;
    top: 0%;
    left: 0%;
    width: 100%;
  }

  .news-md:hover .overlay2 {
    opacity: 1;
  }
  .overlay2 {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 5%;
    /* right: 20%; */
    height: 100%;
    width: 95%;
    opacity: 0;
    transition: .5s ease;
    background-color: black;
  }

.news-md-bg{
    background: #154d08;
    padding-right: unset;
    margin-right: 15px;
}
.news-md-bg h4, .news-md-bg p, .news-md-bg span{
    color: #FFF;
    padding:0px 4px;
}
/* end news md */

/* news lg */
.news-lg{
    width: 100%;
    height: auto;
    display: flex;
    justify-content: space-between;
}
.news-lg h4{
    font-size: 23px;
    line-height: 28px;
    margin: 15px 0px;
    overflow: hidden;
    height: 56px;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}
.news-lg p{
    font-size: 13px;
    margin:0px;
    line-height: 18px;
    overflow: hidden;
    height: 90px;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}
.news-lg-content{
    width: 50%;
    display: grid;
    align-content: space-between;
}
.news-lg-on .social{
    padding: 0px;
}
.news-lg-on span{
    font-size: 20px;
    line-height: 22px;
    color: #616161;
}
.news-lg-img{
    width: 50%;
}
.news-lg-img img{
    width: calc(100% - 15px);
    height: 485px;
}

/* end news lg */

/* info */
.main-content-info{
    background: #e6e6e6;
    padding:15px 0px;
}
.info{
    width: 270px;
    height: auto;
}
.info h3{
    font-size: 35px;
    color: #154d08;
    font-style: italic;
    margin: 0px;
    font-weight: 800;
    padding: 0px 0px 20px
}
.info img{
    width: 270px;
}
.info-content{
    margin-top: 65px;
    max-width: 500px;
}
.info-content h4{
    font-size: 16px;
    line-height: 20px;
    color: #000;
    font-weight: 800;
}
.info-content p{
    font-size: 12px;
    line-height: 14px;
    color: #333;
    font-weight: 500;
    margin: 15px 0px;
}
/*  end info */

/* news detail */
   
.news-title{
    font-size: 39px;
    color: #212631;
    font-weight: 100;
    margin: 20px 0px 0px;
    font-family: 'NotoSerif-Regular';
    line-height: 53px;

    /* font-size: 70px;
    color: #000;  
    font-weight: 800; 
    margin: 20px 0px 0px;  */
}
.news-title-green{
    font-size: 24px;
    line-height: 30px;
    color: #154d08;
    padding: 35px 0px 40px;
    text-align: center;
    max-width: 750px;
    font-weight: 850;
    margin-right: auto;
    margin-left: auto;
}
.news-content{
    width: 100%;
    padding: 20px 0px 0px;
}
.news-on{
    padding: 12px 0px;
    width: 100%;
}
.news-on .social{
    padding: 0px;
}
.news-on span{
    font-size: 15px;
    line-height: 22px;
    color: #333;
}
.news-img{
    width: 100%;
}
.news-img img{
    width: 100%;
}
.news-p p{
    font-size: 16px;
    color: rgb(32, 32, 32);
    line-height: 32px;
    font-family: 'NotoSerif-Regular';
}
.news-p3 p:first-child{
    margin-top: unset;
}

.news-p3 b{
    margin-top: unset;
    color: #154d08;
    font-weight: 700;
}
.news-profile{
    width: 100%;
    margin-bottom: 20px;
}
.news-profile-img{
    width: 100%;
}
.news-profile-img img{ 
    width: 100%;
}
.news-profile h5{
    font-size: 18px;
    margin: 0px;
    padding:5px 0px;
}
.news-profile p{
    margin: 0px;
    padding:0px 0px;
    font-size: 16px;
}


.news-screen-img{
    width: 100%;
    margin:0px;
    padding:0px;
    height: 50vw;
    overflow: hidden;
    position: relative;
}
.news-screen-img img{
    width: 100%;
    height: 50vw;
    margin:0px;
    padding:0px;
}
.news-screen-img h1{
    font-size: 65px;
    color: #FFF;
    position: absolute;
    right: 50%;
    bottom: 5vw;
    text-shadow: 3px 2px #333;
    margin: 0px;
    padding: 0px 5px;
    line-height: 65px;
    /* transition: tra; */
    transform: translate(50%, 0%);
}

.news-sub-image{
    width: 100%;
}
.news-sub-image img{
    width: 100%;
}

.news-box{
    width: 100%;
    height: 345px;
    border-top: 2px solid #333;
    border-bottom: 2px solid #333;
    display: grid;
    align-content: space-between;
    padding: 5px 0px;
}
.news-box-nb{
    border: none !important;
}
.news-box-top-c{
    padding: 5px 0px;
    margin: unset;
    font-size: 16px;
    line-height: 18px;
    font-weight: 700;
}
.news-box-top h3{
    padding: 5px 0px;
    margin: unset;
    font-size: 14px;
    line-height: 16px;
    font-weight: 500;
}
.news-box-bottom{
    font-size: 14px;
    line-height: 18px;
}
/* end news detail */

@media (max-width: 970px) {
    #cssmenu{
        display: block !important;
    }
    .menus{
        display: none !important;
    }
    .news-md-on span{
        font-size: 12px;
        line-height: 16px;
    }
    .news-lg-on span{
        font-size: 12px;
        line-height: 16px;
    }
    .news-screen-img h1{
        font-size: 30px;
        color: #FFF;
        position: absolute;
        right: 50%;
        bottom: 5vw;
        text-shadow: 3px 2px #333;
        margin: 0px;
        line-height: 30px;
        transform: translate(50%, 0%);
    }
}
@media (max-width: 768px){
    .overlay {
        position: absolute;
        top: 0;
        bottom: 0;
        left: 15px;
        /* right: 20%; */
        height: 100%;
        width: 93%;
        opacity: 0;
        transition: .5s ease;
        background-color: black;
      }
    .overlay2 {
        position: absolute;
        top: 0;
        bottom: 0;
        left: 12px;
        /* right: 20%; */
        height: 100%;
        width: 95%;
        opacity: 0;
        transition: .5s ease;
        background-color: black;
      }
    .news-title{
        font-size: 36px;
    }
    .news-screen-img h1{
        font-size: 22px;
        color: #FFF;
        position: absolute;
        right: 50%;
        bottom: 5vw;
        text-shadow: 3px 2px #333;
        margin: 0px;
        line-height: 22px;
        transform: translate(50%, 0%);
    }
    .news-lg{
        display: grid;
    }
    .news-lg-content{
        width: 100%;
    }
    .news-lg-img{
        width: 100%;
    }
    .news-lg-img img{
        height: unset;
    }
    .news-lg-on{
        padding: 32px 0px 12px;
    }
    .prn{
        padding-right: 15px !important;
    }
    .main-content-bottom{
        /* border: none !important; */
    }
    .news-md{
        border-right: none !important;
        padding-right: 0px !important;
        /* border-bottom: 1px solid #154d08; */
        /* padding-bottom: 10px; */
    }
    .pr-15{
        padding-right: 15px;
    }
    .pln{
        padding-left: 15px !important;
    }
    .news-lg{
        padding-left: 15px;
    }
    .news-md p, .news-lg p{
        font-size: 13px;
        margin: 0px;
        line-height: 18px;
        overflow: hidden;
        height: 54px;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
    }
    .news-md-content{
        padding:0px 0px 0px;
    }
    .news-md-img, .news-md-img img{
        height: unset !important;
    }
    /* .main-content-bottom .col-md-4{
        padding: 0px !important;
    } */
}
@media (max-width: 576px) {
    /* .news-md{
        padding: 0px 10px !important;
    } */
    .news-profile{
        display: grid;
        justify-items: center;
    }
    .title-line{
        padding-left: 15px;
    }
    .pln{
        padding-left:15px !important;
        padding-right:15px !important;
    }
    .news-md-content{
        padding-top: 20px !important;
    }
    .title{
        display: flex;
        justify-content: center;
    }
    /* .menus{
        display: flex;
        justify-content:center !important; 
    } */
    .menu{
        padding: 0px;
    }
    .menu li a{
        font-size: 12px;
    }
    footer label{
        display: flex;
        justify-content: center;
    }
    footer p{
        text-align: center;
    }
    .footer-text{
        text-align: center;
    }
    .footer-content{
        justify-content: center !important;
        padding: 0px;
    }
    .footer-menu{
        justify-content:center !important;
        /* margin: 0px; */
        padding: 0px;
    }
}



/* footer */
footer{
    background: #000;
    margin-top: 20px;
    padding: 30px 0px 20px;
}
footer label{
    font-size: 30px;
    font-weight: 700;
    color: #FFF;
}
footer label small{
    font-size: 30px;
    font-weight: 200;
    color: #FFF;
}
footer p{
    color: #FFF;
    font-size: 17px;
    font-weight: 300;
    margin-top: 10px;
}
.social-bg-white{
    -webkit-filter: invert(100%) sepia(100%) saturate(1%) hue-rotate(100deg) brightness(100%) contrast(100%);
    filter: invert(100%) sepia(100%) saturate(1%) hue-rotate(100deg) brightness(100%) contrast(100%);
}
.footer-menu{
    list-style: none;
}
.footer-menu li{
    padding: 0 0 10px;
}
.footer-menu li a{
    font-size: 14px;
    text-transform: uppercase;
    color: #FFF;
    font-weight: 300;
    text-align: right;
}
.footer-text, .footer-text b{
    padding: 30px 0px 0px;
    color: #FFF;
    font-size: 14px;
    font-weight: 250;
}
.footer-text b{
    font-weight: 400 !important;
}
/* end footer */