/* umum */
/* float wa */
.float {
    position: fixed;
    width: 60px;
    height: 60px;
    bottom: 40px;
    right: 40px;
    background-color: #25d366;
    color: #fff;
    border-radius: 50px;
    text-align: center;
    font-size: 30px;
    box-shadow: 2px 2px 3px #999;
    z-index: 100;
}

.my-float {
    margin-top: 16px;
}

/* postbox */
.postbox__details .postbox__content p {
    color: #565958;
    margin-bottom: 16px;
    font-size: 16px;
    line-height: 26px;
}
/* content-desc */
.content-desc ul,
.content-desc ol {
    padding-left: 1.5rem !important;
    margin: 1rem 0 !important;
    font-size: 16px !important;
    list-style: revert !important;
    color: #565958;
}
.content-desc li {
    list-style: revert !important;
}

.img-artikel {
    aspect-ratio: 16/9;
    object-fit: cover;
}

.empat-tiga {
    aspect-ratio: 4/3;
    object-fit: cover;
}
.img-testimoni {
    width: 54px;
    height: 54px;
    object-fit: cover;
}

.two-line-artikel {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 2;
    max-height: 6em;
}

.two-line-text {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 1.5;
    max-height: 3em;
}

.three-line-text {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 2;
    max-height: 6em;
}

/* content-desc */
.content-desc-2 ul,
.content-desc-2 ol {
    padding-left: 1.5rem !important;
    margin: 1rem 0 !important;
    list-style: revert !important;
}

.content-desc-2 li {
    list-style: revert !important;
}

/* beranda */
.header-logo {
    height: 80px;
}
.header-skt {
    height: 80px;
}
/* slider banner */
.img-slider {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    object-fit: contain;
    width: 1920px;
    height: 775px;
}
/* fitur */
.txt-green {
    color: #031220;
}
.icon-40 {
    width: 64px;
}
/* about */
.about-img-1 {
    width: 241px;
    height: 280px;
    object-fit: cover;
}
.about-img-2 {
    width: 407px;
    height: 570px;
    object-fit: cover;
}
.about-img-3 {
    width: 171px;
    height: 150px;
    object-fit: cover;
}
.price__list ul li {
    list-style: none;
    position: relative;
    padding-left: 7px;
    padding-bottom: 10px;
    margin-bottom: 6px;
    border-bottom: 1.5px solid rgba(3, 18, 32, 0.06);
    color: var(--tp-common-black);
    font-size: 15px;
}
.price__list ul li.unavailable {
    color: var(--tp-text-13);
    text-decoration: line-through;
}
.price__amount h4 {
    font-size: 34px;
    font-weight: 700;
    padding-top: 20px;
}
.img-blog {
    width: 100%;
    height: 260px;
    object-fit: cover;
}

/* ellipsis... */
.ellipsis-one-lines {
    display: -webkit-box;
    -webkit-line-clamp: 1;
    line-clamp: 1;
    -webkit-box-orient: vertical;
    box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 100%;
}
.ellipsis-two-lines {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
    box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 100%;
}
.ellipsis-three-lines {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    line-clamp: 3;
    -webkit-box-orient: vertical;
    box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 100%;
}
.ellipsis-seven-lines {
    display: -webkit-box;
    -webkit-line-clamp: 7;
    line-clamp: 7;
    -webkit-box-orient: vertical;
    box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 100%;
}

/* widget */
.contact__info-inner {
    /* padding: 45px 40px; */
    padding: 30px;
    /* padding-right: 70px; */
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -o-border-radius: 4px;
    -ms-border-radius: 4px;
    border-radius: 4px;
    -webkit-box-shadow: 0px 30px 50px 0px rgba(1, 11, 60, 0.1);
    -moz-box-shadow: 0px 30px 50px 0px rgba(1, 11, 60, 0.1);
    -ms-box-shadow: 0px 30px 50px 0px rgba(1, 11, 60, 0.1);
    -o-box-shadow: 0px 30px 50px 0px rgba(1, 11, 60, 0.1);
    box-shadow: 0px 30px 50px 0px rgba(1, 11, 60, 0.1);
    position: relative;
    z-index: 1;
}
.title-widget-custom {
    font-size: 16px;
    font-weight: 500;
    color: var(--tp-common-black);
    line-height: 1.4;
}
.fw-600 {
    font-weight: 600;
    font-size: 14px;
}
.widget-img-74 {
    width: 74px;
    height: 74px;
    object-fit: cover;
}

.w-img {
    width: 100%;
    height: 100%;
    object-fit: cover !important;
}
.course__content {
    height: 260px;
}
.course__item-list-2 .course__title {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 10px;
}
.course__right {
    padding-left: 80px;
    padding-right: 70px;
    padding-bottom: 10px;
    position: relative;
    height: 100%;
}
.course__content-bottom {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    padding-left: 50px;
    padding-right: 50px;
    background: var(--tp-common-white);
    padding-top: 12px;
    padding-bottom: 12px;
    border-top: 1px solid #f0f0f5;
}

/* jadwal */
.course__sort-inner .timetable {
    min-width: 160px;
    height: 35px;
    line-height: 35px;
    border: 1px solid rgba(3, 18, 32, 0.08);
    padding: 0 15px;
}
.thead-custom {
    background: #007a70;
    color: white;
}

/* menu-background */
.menu-background {
    max-width: 100%;
    max-height: 100%;
    width: 1920px;
    height: 400px !important;
    object-fit: cover;
}

/* desc align */
.justify-text {
    text-align: justify;
}

/* ======= tablet ====== */
@media (max-width: 991.98px) {
    .header-logo {
        height: 80px;
    }
    .header-skt {
        height: 80px;
    }
    .img-skt {
        height: 54px;
    }
    .float {
        position: fixed;
        width: 60px;
        height: 60px;
        bottom: 100px;
        right: 20px;
        background-color: #25d366;
        color: #fff;
        border-radius: 50px;
        text-align: center;
        font-size: 30px;
        box-shadow: 2px 2px 3px #999;
        z-index: 100;
    }
}

/* ======= mobile ====== */
@media (max-width: 767.98px) {
    .header-logo {
        height: 54px;
        margin-bottom: 7px;
    }
    .header-skt {
        width: 98%;
        object-fit: contain;
    }
    .img-skt {
        height: 36px;
    }
}
