#promo {
    /* margin-top: 97px; */
    margin-top: 80px;
}
#promo  .img-banner {
    width: 100%;
    height: 280px;
    object-fit: cover;
}
#promo .content { 
    background:  #e3e6e6;
    padding-top: 50px;
    padding-bottom: 50px;
}

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

#promo .content .p-description {
    font-size: 17px;
}

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

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

.promo-image {
    border-radius: 0 20px 20px 0; 
    background: #026279; 
    padding-left: 10px;
    /* min-height: 200px; */
}

.promo-image img{ 
    border-radius: 0 20px 20px 0; 
    width: 100%;
    height:100%; 
    object-fit:cover;
}

.promo-detail .periode {
    font-size:12px;
    margin:0 !important;
    font-weight: 500;
}
.promo-detail .title {
    font-weight: 700;
    margin-bottom:10px;
}
.promo-detail .voucher {
    font-size:11px;
    font-weight: 700;
}
.promo-detail .v-code {
    background: #006885;
    color: #fff;
    padding: 10px 25px;
    letter-spacing: 5px;
    font-weight: 700;
    margin: 0;
    border-radius: 5px;
}
.btn-copy {
    width: 50px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center; 
}
.btn-copy img{
    margin: 0 !important;
}
.btn-copy span {
    font-size: 10px;
}

/* 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;
}

.promo-detail-side {
    font-size: .6rem;
}
.promo-detail-side .periode {
    font-size:10px;
    margin:0 !important;
    font-weight: 500;
}
.promo-detail-side .title {
    font-size: 11px;
    font-weight: 800;
    margin-bottom:5px;
    padding-bottom:5px;
    border-bottom: 1px solid #e3e6e6;
}
.promo-detail-side .voucher {
    font-size:11px;
    font-weight: 700;
}
.promo-detail-side .v-code {
    background: #006885;
    color: #fff;
    padding: 5px 15px;
    letter-spacing: 3px;
    font-weight: 700;
    margin: 0;
    border-radius: 5px;
}
.promo-detail-side a {
    text-decoration: none;
    color: #000;
}

.promo-item {
    border-top: 1px solid #9fa1a1;
}

.title-other-item{
    margin-left: -10px;
    font-size:14px;
    font-weight: 700;
    color: #006885;
}

.bg-voucher {
    background:#026279;
    color: #fff;
    border-radius: 0px;
    border: none;
}
.bg-voucher .card-body {
    margin-top: -10px; 
    margin-bottom: -5px;
}

.voucher-top-half-circle{
    position: absolute;
    top: -19px;
    width: 35px;
    height: 35px;
    background-color: #e4e6e6;
    border-radius: 50%;
    right: 60px;
}

.voucher-buttom-half-circle{
    position: absolute;
    bottom: -19px;
    width: 35px;
    height: 35px;
    background-color: #e4e6e6;
    border-radius: 50%;
    right: 60px;
}

.detail-voucher span {
    font-size: 9px;
    margin-top: -10px;
}

.detail-voucher p {
    font-size: 12px;
    letter-spacing: 5px;
    padding: 5px 15px;
    font-weight: 700;
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;
}

.link-detail {
    font-size:16px;
    /* text-decoration:none;  */
    color: #000;
    font-weight:500;
}
.link-detail:hover {
    color: inherit
}

.syarat-penggunaan {
    display: flex;
    justify-content: start;
    align-items: center;
}


@media screen and (max-width: 720px) {
    #promo {
        margin-top: 70px;
    }
    #promo  .img-banner {
        height: auto !important;
        object-fit: unset !important;
    }
    .title-other-item{
        text-align: center;
    }
    .promo-detail .title {
        font-size: 12px !important;
    }

    .promo-detail .v-code {
        border-radius: 10px;
        font-size: 12px !important;
        padding: 10px 11px;
        letter-spacing: 3px;
    }

    .content h2 { 
        font-size: 26px !important;
    }
    .syarat-penggunaan {
        display: block;
        text-align: center;
    }
    .syarat-penggunaan button {
        margin-bottom:10px;
    }

    
}

/* 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 !important;
}
.hr-w-100 {
    width:100px; border-top:0.2px solid #026279;
}
.promo--expired {
    opacity: 0.4;
}
a.default{
    color: inherit;
    text-decoration: none;
}