#article {
    margin-top: 50px;
}

#article .content { 
    background:  #e3e6e6;
    padding-top: 50px;
    padding-bottom: 50px;
}

#article .content h2 {
    font-size: 35px; 
    color: #026279;
}

#article .content .btn {
    border-radius: 7px;
    font-size: 15px;
    font-weight: 400;
}
#article .content .btn img{
    width: 25px;
    margin-right: 5px;
}

#article .content .active {
    color: #fff;
    background: #026279 !important;
}

.new-article { 
    /* height: 250px; */
    border-radius: 15px;
}
.new-article img {
    height: 250px;
}
.new-article .card-body {
    position: absolute;
    width: 100%;
    background: #026279;
    color: #fff;
    font-size: 20px;
    bottom: 0;
    border-radius: 0 0 15px 15px;
}
.new-article a {
    text-decoration: none;
    color: #fff;

}
.new-article .date--article{
    position: absolute;
    top: 10px;
    left: 10px;
    background: #000000 0% 0% no-repeat padding-box;
    padding: 5px 10px;
    border-radius: 5px;
    opacity: 0.4;
    color: #fff;
    font-size:10px;
}
.article-list .date--article{
    position: absolute;
    left: 10px;
    margin-top: 10px;
    background: #000000 0% 0% no-repeat padding-box;
    padding: 5px 10px;
    border-radius: 5px;
    opacity: 0.4;
    color: #fff;
    font-size:10px;
}

.recomend-article {
    border-radius: 15px;
}
.recomend-article h5 {
    font-size: 14px;
    font-weight: 700;
    color: #026279;
}
.recomend-article hr {
    height: 2px;
}

.recomend-list {
    padding-top: 10px;
    margin: 10px 0;
    border-top: 2px solid #e3e6e6;
    display: flex;
    justify-content: start;
    align-items: center;
}

.recomend-list .img--recomend {
    width: 103px;
}
.recomend-list img {
    width: 103px;
    height: 90px;
    object-fit: scale-down;
}
.recomend-list a {
    margin: 0;
    margin-left: 10px !important;
    text-decoration: none;
}
.recomend-list .article--title{
    font-size: 16px;
    margin: 0;
    margin-left: 10px !important;
    text-decoration: none;
    color: #000;
    font-weight: 700;
    padding-left: 10px;
}

.card-reward {
    border-radius: 15px;
}
.img-reward {
    width: 100%;
}

.article-list {
    margin-top: 20px;
    padding-bottom: 20px;
    display: flex;
    align-items: center;
    border-bottom: 1px solid #c9cece;
}

.article-list .div-img {
    width: 270px;
    background: #fff;
    border-radius: 7px;
}
.article-list img {
    width: 270px;
    height: 170px;
    object-fit: cover;
}
.article-list .bungkus {
    margin-left: 20px;
}
.article-list .tag-artikel {
    font-size: 14px;
    color: #016076;
}
.article-list a {
    /* font-size: 16px; */
    letter-spacing: 0px;
    /* font-weight: 700; */
    text-decoration: none;
    color: #000;
}
.article-list .judul-artikel{
    font-size: 16px;
    font-weight: 700;
    color: #000;
}
.article-list .deskripsi-artikel {
    font-size: 14px;
    font-weight: 400;
}

.article-load {
    margin-top:20px;
    text-align: center;
    color: #016076;
    cursor: pointer;
}


/* detail */
.article-img {
    width: 100%;
    max-height: 275px;
    object-fit: cover;
    border-radius: 15px;
}
.article-content {
    margin: 20px;
}
.article-content h1{
    /* font-size:38px; */
    margin-top:-5px;
    font-weight: 700;
    letter-spacing: 1.43px;
}
.article-content .description{
    font-size: 14px;
    color: #77838F;
}
.article-content .date {
    font-size: 14px;
    color: #77838F;
    letter-spacing: 0.6px;
    margin-top: 20px;
}

.menu-category {
    display: flex;
    justify-content: center;
    align-items: center;
}


@media screen and (max-width: 720px) {
    .article-list {
        display: block;
    }

    .article-list .div-img {
        width: 100% !important;
    }
    .article-list .div-img  img{
        width: 100%;
    }

    .menu-category {
        display: flex;
        flex-wrap: wrap;
        justify-content: flex-start; 
    }
      
}

/* If greater than 1444px */
@media screen and (min-width: 1444px) {
    body {
        width: 1366px;
        margin: 0 auto;
    }

    #navigation {
        width: 1366px !important;
    }

    .navigation--slide {
        display: none;
    }
}

/* ut */
._fw-300 {
    font-weight: 300;
}
._fw-400 {
    font-weight: 400;
}
._fw-500 {
    font-weight: 500;
}
._fw-600 {
    font-weight: 600;
}
._fw-700 {
    font-weight: 700;
}

._letter-spacing-2 {
    letter-spacing: 2px;
}

.no-border {
    border: none !important;
}

.img-500 {
    width: 500px;
}
.text-custom {
    color:#026279 !important;
}
.bg-custom {
    background:#026279;
}
.bg-custom-g {
    background:#f2f4f5 !important;
}
.bg-custom-w-350 {
    height: 350px;
    background:#026279;
}
.bg-transparent{
    background: transparent;
}

.border-radius-10 {
    border-radius:10px !important;
}
.border-radius-15 {
    border-radius:15px !important;
}
.border-none {
    border:none !important;
}
.border-bottom-20-bg {
    border-bottom: 20px solid #e3e6e6 !important;
}
.nav .nav-item .nav-link{
    color: #026279;
}
.nav .nav-item .active{
    background: linear-gradient(90deg,#f7941d,#f15922)!important;
    color: #fff;
}
.hr-w-100 {
    width:100px; border-top:0.2px solid #026279;
}
.text-custom {
    color: #026279 !important;
}
.font-size-19{
    font-size: 19px !important;
}