/**
 * Custom Header
 */

/* .header-container {
    position: absolute;
}

.header-container.active {
    position: fixed;
} */

td {
    vertical-align: top;
}

.header-logo-img {
    background: url('../../img/front/pt_sarana_nikoteknik_red_logo.svg') no-repeat;
}

.home-nav-group.active {
    position: fixed;
    z-index: 11;
}

.home-nav-group {
    height: 72px;
    border-bottom: 1px solid #ff0000;
}

.home-nav-group:before {
    background: url('../../img/front/header_3.svg') no-repeat;
    top: -1px;
    height: calc(100% + 2px);
}

.home-nav-group:after {
    width: calc(354px + 0px);
    height: 100%;
    border-top: 1px solid #ff0000;
    right: calc(100% + 56px);
    top: -1px;
    background: transparent !important;
}




/**
 * Lightbox
 */
.lcl_fade_oc.lcl_pre_show #lcl_overlay,
.lcl_fade_oc.lcl_pre_show #lcl_window,
.lcl_fade_oc.lcl_is_closing #lcl_overlay,
.lcl_fade_oc.lcl_is_closing #lcl_window {
    opacity: 0 !important;
}

.lcl_fade_oc.lcl_is_closing #lcl_overlay {
    -webkit-transition-delay: .15s !important;
    transition-delay: .15s !important;
}

#lcl_wrap {
    z-index: 1000 !important;
}

#lcl_overlay {
    background-color: rgba(255, 255, 255, 0.8) !important;
    opacity: 1 !important;
    backdrop-filter: blur(5px);
    -webkit-backdrop-filter: blur(5px);
}

#lcl_window {
    max-width: 1139px;
    margin-top: 0px !important;
    box-shadow: 0px 0px 0px !important;
}

#lcl_thumbs_nav {
    display: none !important;
}

#lcl_nav_cmd {
    right: 0px !important;
    left: auto !important;
    top: 0px !important;
    padding: 0px !important;
    display: table !important;
    height: auto !important;
}

.lcl_icon {
    opacity: 1 !important;
    border-radius: 0px !important;
    color: #222;
    background: #fff;
    width: 50px !important;
    height: 40px !important;
    margin: 0px !important;

    -webkit-transform: scaleX(1) !important;
    -moz-transform: scaleX(1) !important;
    -ms-transform: scaleX(1) !important;
    transform: scaleX(1) !important;

    -webkit-transition: color 0.4s, background 0.4s;
    -moz-transition: color 0.4s, background 0.4s;
    -ms-transition: color 0.4s, background 0.4s;
    transition: color 0.4s, background 0.4s;
}

.lcl_icon:hover {
    color: #fff;
    background: #ff0000;

    -webkit-transition: color 0.4s, background 0.4s;
    -moz-transition: color 0.4s, background 0.4s;
    -ms-transition: color 0.4s, background 0.4s;
    transition: color 0.4s, background 0.4s;
}

.lcl_icon:before {
    font-family: "bootstrap-icons";
    font-size: 20px;
    line-height: 40px;
    position: absolute;
    display: block;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    text-align: center;
}

.lcl_play {
    display: none !important;
}

.lcl_icon.lcl_right_icon.lcl_thumbs_toggle {
    display: none !important;
}

.lcl_prev::after {
    display: none !important;
}

.lcl_prev::before {
    content: "\F12F";
}

.lcl_next::before {
    content: "\F138";
}

.lcl_close::before {
    content: "\F659";
}


/**
 * General
 */
.detail-container {
    position: relative;
    display: block;
    padding-top: 190px;
    font-size: 0px;
    width: calc(100% - (16px * 2));
    max-width: 1370px;
    margin: 0px auto calc(120px - 16px);
    overflow: hidden;
}

.detail-container > * {
    font-size: 20px;
}

.detail-side {
    position: relative;
    display: inline-block;
    vertical-align: top;
    /* width: calc(50% - 15px); */
}

.detail-side.left {
    width: 760px;
    margin-right: calc(80 / 1536 * 100vw);
}

.detail-side.right {
    padding-top: 0px;
    margin-top: -5px;
    width: calc(100% - 760px - (80 / 1536 * 100vw));
    max-width: 540px;
}

.detail-side-bre {
    position: relative;
    display: block;
    font-size: 0px;
    margin-bottom: 25px;
}

.detail-side-bre > * {
    font-size: 12px;
}

.detail-side-bre-item {
    position: relative;
    display: inline-block;
    vertical-align: top;
    color: #222 !important;
}

.detail-side-bre-item.ft-segoe-ui-bold {
    color: #ff0000 !important;
    text-transform: uppercase;
}

.detail-side-image {
    position: relative;
    display: block;
    width: 100%;
    font-size: 0px;
    text-align: center;
}

.detail-side-image.mob {
    display: none;
}

.detail-side-image > * {
    font-size: 14px;
}

.detail-side-image-item {
    position: relative;
    display: inline-block;
    vertical-align: top;
    width: 100%;
    margin: 0px 0px 16px;
}

.detail-side-image-item:nth-child(2),
.detail-side-image-item:nth-child(3),
.detail-side-image-item:nth-child(5),
.detail-side-image-item:nth-child(6),
.detail-side-image-item:nth-child(8),
.detail-side-image-item:nth-child(9),
.detail-side-image-item:nth-child(11),
.detail-side-image-item:nth-child(12) {
    width: calc(50% - 8px);
}

.detail-side-image-item:nth-child(3),
.detail-side-image-item:nth-child(6),
.detail-side-image-item:nth-child(9),
.detail-side-image-item:nth-child(12) {
    margin-left: 16px;
}

.detail-side-image img {
    border-radius: 12px;
    max-height: 600px;
    margin: auto;
}

.detail-side-image-expand {
    position: absolute;
    display: block;
    width: 40px;
    aspect-ratio: 1/1;
    border-radius: 50%;
    right: 16px;
    bottom: 16px;
    background: #fff;
    font-size: 21px;
    color: #222;
    text-align: center;
    align-content: center;
    opacity: 0;

    -webkit-transition: opacity 0.4s;
    -moz-transition: opacity 0.4s;
    -ms-transition: opacity 0.4s;
    transition: opacity 0.4s;
}

.detail-side-image-item:hover .detail-side-image-expand {
    opacity: 1;

    -webkit-transition: opacity 0.4s;
    -moz-transition: opacity 0.4s;
    -ms-transition: opacity 0.4s;
    transition: opacity 0.4s;
}

.detail-side-image-over {
    position: absolute;
    display: none;
    width: 100%;
    height: 100%;
}

.detail-side-image-over img {
    aspect-ratio: 356/356;
    object-fit: cover;
    object-position: 50%;
}

.detail-side-image-over.active {
    display: block;
}

.detail-side-image-pop {
    position: absolute;
    bottom: 20px;
    right: 20px;
    width: 34px;
    height: 34px;
}

.detail-side-image-pop img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: 50%;
}

.detail-side-image-group {
    position: relative;
    display: block;
    width: 100%;
    font-size: 0px;
    text-align: center;
    /* padding: 0px 50px; */
}

.imgScrollList_2, .imgScrollList_3 {
    left: 50px !important;
}

.detail-side-image-group > * {
    font-size: 18px;
}

.imgScrollBtn02_2 {
    width: 50px !important;
}

.detail-side-image-nav {
    position: absolute;
    top: calc((100% - 15px) / 2);
    width: 22px;
    cursor: pointer;
}

.detail-side-image-nav.next {
    right: 0px;
}

.detail-side-image-nav.prev {
    left: 0px;

    -webkit-transform: scaleX(-1);
    -moz-transform: scaleX(-1);
    -ms-transform: scaleX(-1);
    transform: scaleX(-1);
}

.detail-side-image-small {
    position: relative;
    /* display: inline-block; */
    /* vertical-align: middle; */
    /* width: calc((100% / 4) - 10px); */
    /* margin: 0px 5px; */
    width: 100%;
    height: 100%;
    border: 1px solid transparent;
    cursor: pointer;
    aspect-ratio: 1/1;
    /* background-size: 100% auto !important; */
    background-size: cover !important;
    background-repeat: no-repeat !important;
    background-position: 50% !important;

    -webkit-transition: border 0.4s;
    -moz-transition: border 0.4s;
    -ms-transition: border 0.4s;
    transition: border 0.4s;
}

.detail-side-image-small:hover {
    border: 1px solid #222;

    -webkit-transition: border 0.4s;
    -moz-transition: border 0.4s;
    -ms-transition: border 0.4s;
    transition: border 0.4s;
}

.detail-side-image-small.active {
    border: 1px solid #222 !important;
}

.detail-title {
    position: relative;
    display: block;
    margin: 0px 0px 25px;
    font-size: 33px;
    line-height: 33px;
}

.detail-article {
    position: relative;
    display: block;
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 45px;
}

.detail-article p {
    /* margin: 0px 0px 30px; */
    margin: 0px;
    padding: 25px 0px 0px;
}

.detail-article ul {
    margin: 0px;
    padding: 0px 0px 0px 18px;
}

.detail-article p:first-child {
    /* margin-bottom: 0px; */
    padding-top: 0px;
}

.detail-contact {
    position: relative;
    display: block;
    width: 100%;
    text-align: center;
    font-size: 16px;
    border: 1px solid #ff0000;
    color: #fff;
    background: #ff0000;
    line-height: 55px;
    border-radius: 12px;

    -webkit-transition: color 0.4s, background 0.4s, border 0.4s;
    -moz-transition: color 0.4s, background 0.4s, border 0.4s;
    -ms-transition: color 0.4s, background 0.4s, border 0.4s;
    transition: color 0.4s, background 0.4s, border 0.4s;
}

.detail-contact:hover {
    color: #222;
    background: #fff;
    border: 1px solid #222;

    -webkit-transition: color 0.4s, background 0.4s, border 0.4s;
    -moz-transition: color 0.4s, background 0.4s, border 0.4s;
    -ms-transition: color 0.4s, background 0.4s, border 0.4s;
    transition: color 0.4s, background 0.4s, border 0.4s;
}

.detail-contact-icon {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    margin-right: 10px;
    top: -2px;
    font-size: 19px;
}

.detail-contact-icon .black {
    opacity: 0;

    -webkit-transition: opacity 0.4s;
    -moz-transition: opacity 0.4s;
    -ms-transition: opacity 0.4s;
    transition: opacity 0.4s;
}

.detail-contact-icon .white {
    opacity: 1;

    -webkit-transition: opacity 0.4s;
    -moz-transition: opacity 0.4s;
    -ms-transition: opacity 0.4s;
    transition: opacity 0.4s;
}

.detail-contact:hover .detail-contact-icon .black {
    opacity: 1;

    -webkit-transition: opacity 0.4s;
    -moz-transition: opacity 0.4s;
    -ms-transition: opacity 0.4s;
    transition: opacity 0.4s;
}

.detail-contact:hover .detail-contact-icon .white {
    opacity: 0;

    -webkit-transition: opacity 0.4s;
    -moz-transition: opacity 0.4s;
    -ms-transition: opacity 0.4s;
    transition: opacity 0.4s;
}

.det-ser-nav {
    position: relative;
    display: block;
    font-size: 0px;
    text-align: center;
    margin: 0px auto 63px;
    width: calc(100% - (16px * 2));
    max-width: 864px;
}

.det-ser-nav > * {
    font-size: 14px;
}

.det-ser-nav-item {
    position: relative;
    display: inline-block;
    vertical-align: bottom;
    width: calc((100% / 3) - 6px);
    color: #222;
    border-bottom: 5px solid #222;
    padding-bottom: 10px;
    line-height: 15px;

    -webkit-transition: color 0.4s, border 0.4s;
    -moz-transition: color 0.4s, border 0.4s;
    -ms-transition: color 0.4s, border 0.4s;
    transition: color 0.4s, border 0.4s;
}

.det-ser-nav-item:hover {
    color: #ff0000;
    border-bottom: 5px solid #ff0000;

    -webkit-transition: color 0.4s, border 0.4s;
    -moz-transition: color 0.4s, border 0.4s;
    -ms-transition: color 0.4s, border 0.4s;
    transition: color 0.4s, border 0.4s;
}

.det-ser-nav-item.active {
    color: #ff0000 !important;
    border-bottom: 5px solid #ff0000 !important;
}

.det-ser-nav-item:nth-child(2) {
    margin: 0px 3px;
}


.rslides_container {
    margin-bottom: 50px;
    position: relative;
    float: left;
    width: 100%;
}

.callbacks {
    position: relative;
    list-style: none;
    overflow: hidden;
    width: 100%;
    padding: 0;
    margin: 0;
}

.callbacks li {
    position: absolute;
    width: 100%;
    left: 0;
    top: 0;
}

.callbacks img {
    display: block;
    position: relative;
    z-index: 1;
    height: auto;
    width: 100%;
    border: 0;
}

.callbacks .caption {
    display: block;
    position: absolute;
    z-index: 2;
    font-size: 20px;
    text-shadow: none;
    color: #fff;
    background: #000;
    background: rgba(0, 0, 0, .8);
    left: 0;
    right: 0;
    bottom: 0;
    padding: 10px 20px;
    margin: 0;
    max-width: none;
}

.rslides_nav {
    display: none;
    position: absolute;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    top: 52%;
    left: 0;
    opacity: 0.7;
    z-index: 3;
    text-indent: -9999px;
    overflow: hidden;
    text-decoration: none;
    height: 60px;
    width: 40px;
    /* background: transparent url("themes/themes.gif") no-repeat left top; */
    background-position: 50% !important;
    background-size: 40px auto !important;
    margin-top: -45px;
}

.rslides_nav:active {
    opacity: 1.0;
}

.rslides_nav.next {
    left: auto;
    background: url('../../img/front/chevron-right.svg') no-repeat;
    right: 0;
}

.rslides_nav.prev {
    background: url('../../img/front/chevron-left.svg') no-repeat;
}

@media screen and (max-width : 1366px) {}

/* Tablet */
@media screen and (max-width: 1024px) {
    /* .detail-container {
        width: calc(100% - 60px);
    } */

    .detail-side.left {
        width: 45%;
        margin-right: 32px;
    }

    .detail-side.right {
        width: calc(100% - 45% - 32px);
    }
}

/* Mobile */
@media screen and (max-width: 768px) {
    .detail-side {
        display: block;
        width: 100% !important;
        max-width: 500px;
        margin: 0px auto !important;
    }

    .detail-side.left {
        margin-bottom: 30px !important;
    }

    .detail-side-image.desk {
        display: none;
    }

    .detail-side-image.mob {
        display: block;
    }

    .rslides_nav {
        display: block;
    }

    .detail-side-image-item {
        width: 100% !important;
        margin: 0px auto !important;
    }
}

@media screen and (max-width : 500px) {
    .detail-container {
        width: calc(100% - 40px);
        padding-top: 120px;
    }

    .detail-side {
        display: block;
        width: 100%;
        padding: 0px !important;
        margin: 0px !important;
    }

    .detail-side.left {
        margin-bottom: 50px !important;
        height: 340px;
        overflow: hidden;
    }

    .detail-side-image-item {
        display: block !important;
        justify-content: center;
        width: 100%;
        /* height: 100%; */
        /* align-content: center; */
    }

    .detail-side-image-item img {
        max-height: 340px;
        max-width: 100%;
        width: auto;
        margin: 0px auto;
        position: relative;
        display: block;
    }

    .detail-title {
        font-size: 24px;
        margin-bottom: 20px;
    }

    .lcl_hidden_txt.lcl_inner_cmd #lcl_nav_cmd, .lcl_hidden_txt.lcl_outer_cmd #lcl_nav_cmd, .lcl_fullscreen_mode.lcl_hidden_txt #lcl_thumbs_nav {
        right: 0px !important;
        left: auto !important;
        top: -30% !important;
    }

    .det-ser-nav {
        width: 100%;
    }

    .det-ser-nav-item {
        width: calc((100% - 6px) / 3)
    }

    table td {
        white-space: normal;
        word-break: break-word;
        /* atau break-all */
    }
}
