.blog-detail {
    padding: 33px 0;
    font-size: 16px;

    .detail-content {
        margin-bottom: 40px;

        @include breakpoint(lg) {
            margin-bottom: 60px;
        }

        @include breakpoint(xl) {
            margin-bottom: 72px;
        }

        .tag {
            background: linear-gradient(180deg, #f9ed33 0%, #f1b434 100%);
            padding: 2px 15px;
            color: $text;
            margin: 10px 0 12px;
            display: inline-block;
        }
    }

    h1 {
        margin-bottom: 6px;
    }

    .date,
    .office {
        color: #757575;
        opacity: 0.7;
        display: block;
    }

    p {
        margin-bottom: 24px;
    }

    h3 {
        text-transform: uppercase;
        font-size: 32px;
        line-height: 1.3125;
        margin-bottom: 14px;
    }

    ul {
        // list-style-position: outside;
        padding-left: 20px;

        li {
            list-style-position: outside;
        }
    }

    .related-blog {
        > h3 {
            margin-bottom: 28px;
        }
    }
}

.program-detail {
    padding: 43px 0;

    .text-wrap {
        font-size: 16px;

        .h3 {
            font-size: 32px;
            letter-spacing: -0.5px;
            line-height: 1.3125;
            margin-bottom: 6px;
            margin-top: -0.6rem;
            text-transform: uppercase;
        }

        h4 {
            letter-spacing: -0.5px;
            margin-bottom: 8px;
            text-transform: uppercase;
        }

        p {
            margin-bottom: 8px;
        }
    }

    .quantity {
        margin-bottom: 1.5rem;

        .custom-select .nice-select {
            border: 1px solid $grey-500;
        }
    }
}

.program-slider-for {
    margin-bottom: 48px;

    .slide {
        img {
            width: 100%;
        }
    }
}

.program-slider-nav {
    padding-bottom: 30px;

    .slick-list {
        margin: 0 -9px;
    }

    .slide {
        padding: 0 9px;

        &.slick-current {
            img {
                box-shadow: 0 0 1px $primary;
                opacity: 0.7;
            }
        }

        img {
            width: 100%;
        }
    }

    .slick-arrow {
        top: auto;
        transform: none;
        bottom: 0;
        width: 24px;
        height: 24px;

        &.slick-prev {
            left: auto;
            right: 30px;
        }

        &:before {
            width: 24px;
            height: 24px;
        }
    }
}
