/*!
* PT. IMAJIKU CIPTA MEDIA
* Copyright 2019-2024 IMAJIKU.
*/

/* GLOBAL */
/* Row gutter override (Bootstrap doesn't support 3rem) */
.row.hc-gutter-y-4rem {
    --bs-gutter-y: 4rem;
}

.bg-clr-whatsapp {
    background-color: var(--color-whatsapp);
    border-radius: 50%;
}

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

.hc-rounded-img {
    border-radius: 20px;
}

/* = NAVBAR
-------------------------------------------------------------*/
.navbar-variant-1 .navbar-collapse {
    flex-grow: 0;
    gap: 40px;
}

/* Dot under nav item on hover / active */
.navbar-variant-1 .navbar-nav.navbar-mjk-primary>.nav-item>.nav-link {
    position: relative;
}

.navbar-variant-1 .navbar-nav.navbar-mjk-primary>.nav-item>.nav-link::after {
    content: "";
    position: absolute;
    left: 50%;
    bottom: 12px;
    transform: translateX(-50%);
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background-color: var(--hc-color-brand-1);
    opacity: 0;
    transition: opacity 0.2s ease;
}

.navbar-variant-1 .navbar-nav.navbar-mjk-primary>.nav-item:hover>.nav-link::after,
.navbar-variant-1 .navbar-nav.navbar-mjk-primary>.nav-item>.nav-link.active::after {
    opacity: 1;
}

.dropdown-menu.megamenu-dropdown {
    width: 80%;
    margin: auto;
    right: 0;
    border-radius: 16px;
    border: 1px solid var(--hc-color-gray-400);
}

.navbar-nav .megamenu-body {
    height: fit-content;
}

.navbar-nav .megamenu-content-list {
    flex-direction: row;
    gap: 16px;
    padding: 16px 8px;
    border-radius: 8px;
    margin-bottom: 0;
    cursor: pointer;
}

.navbar-nav .megamenu-content-list:hover {
    background-color: #c2a55214;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
}

.navbar-nav .megamenu-content-list.active {
    background-color: #c2a55214;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
}

.navbar-nav .megamenu-content-icon img {
    height: 40px;
    width: 40px;
}

.navbar-nav .megamenu-content-text h3 {
    font-family: var(--hc-font-family-1);
    font-weight: 600;
    font-size: 16px;
    color: var(--hc-color-neutral-800);
    display: -webkit-box;
    -webkit-line-clamp: 1;
    /* Number of lines to show before truncating */
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.navbar-nav .megamenu-content-text p {
    font-family: var(--hc-font-family-1);
    font-weight: 400;
    font-size: 14px;
    color: var(--hc-color-neutral-600);
    margin-bottom: 0;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    /* Number of lines to show before truncating */
    -webkit-box-orient: vertical;
    overflow: hidden;
    word-break: break-word;
}

.navbar-nav .megamenu-content-img {
    border-radius: 16px;
    padding: 0;
    border: none;
}

.navbar-nav .megamenu-content-img img {
    border-radius: 16px;
}

.navbar .caret-mjk-box .caret-mjk-desktop {
    display: flex;
}

.megamenu-dropdown h3 {
    font-family: var(--hc-font-family-1);
    font-weight: 600;
    font-size: 16px;
    color: var(--hc-color-neutral-800);
    margin-bottom: 16px;
}

.application-overview-box {
    margin-top: 16px;
}

.application-overview-box .application-overview-title h4 {
    font-family: var(--hc-font-family-1);
    font-weight: 600;
    font-size: 16px;
    color: var(--hc-color-neutral-800);
    margin-bottom: 4px;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    /* Number of lines to show before truncating */
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.application-overview-box .application-overview-desc p {
    font-family: var(--hc-font-family-1);
    font-weight: 400;
    font-size: 14px;
    color: var(--hc-color-neutral-800);
    display: -webkit-box;
    -webkit-line-clamp: 3;
    /* Number of lines to show before truncating */
    -webkit-box-orient: vertical;
    overflow: hidden;
}

/* = BANNER
-------------------------------------------------------------*/
/* = BANNER CONTENT
-------------------------------------------------------------*/
.banner-box {
    display: block;
    position: relative;
    width: 100%;
    height: auto;
}

.img-banner {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    z-index: 1;
}

.banner-caption-box {
    position: absolute;
    display: flex;
    justify-content: center;
    align-items: center;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 5;
    overflow: hidden;
}

.banner-caption {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    width: 80%;
    padding: 10px;
    text-align: left;
    width: 50%;
}

.banner-caption h1,
.banner-caption h2,
.banner-caption h3 {
    font-size: 38px;
    font-weight: 500;
    color: var(--hc-color-white);
    line-height: 1.2;
    margin-bottom: 10px;
    font-family: var(--hc-font-family-1);
}

.banner-caption p {
    font-size: 16px;
    font-weight: 400;
    color: var(--hc-color-white);
    line-height: 1.6;
    margin-bottom: 0;
    font-family: var(--hc-font-family-2);
}

/*condition banner content for desktop*/
.banner-img-desktop {
    display: block !important;
}

/*condition banner content for mobile*/
.banner-img-mobile {
    display: none !important;
}

/* banner content variant left */
.banner-box.variant-left .banner-caption {
    align-items: flex-start;
    text-align: left;
    margin: 0;
}

/*banner content with video*/
.banner-box .lightboke-images:hover img,
.banner-box .lightboke-video:hover img {
    object-fit: unset;
    transform: unset;
    -webkit-transform: unset;
    -moz-transform: unset;
}

/* banner content variant parallax */
.banner-box.variant-parallax {
    height: 400px;
    overflow: hidden;
}

.banner-box.variant-parallax .img-banner {
    position: absolute;
    top: 0;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
    width: 100%;
    height: 100%;
    object-fit: unset;
    object-position: unset;
    z-index: 1;
}

/* banner content variant clip path triangle */
.banner-box.variant-slice {
    background-color: #ffffff;
}

.banner-box.variant-slice .banner-item-slice-top {
    width: 100%;
    height: 100%;
    clip-path: polygon(0 0, 100% 35%, 100% 100%, 0% 100%);
}

.banner-box.variant-slice .banner-item-slice-bottom {
    width: 100%;
    height: 100%;
    clip-path: polygon(0 0, 100% 0%, 100% 100%, 0% 75%);
}

.banner-top-box {
    min-height: 400px;
    position: relative;
}

.banner-top-caption-box {
    padding: 32px;
    align-items: flex-end;
}

.banner-top-caption {
    background-color: unset;
    margin: 0;
    align-items: flex-start;
    text-align: left;
    backdrop-filter: unset;
    padding: 0;
}

.banner-top-caption h2 {
    font-family: var(--hc-font-family-1);
    font-weight: 700;
    font-size: 60px;
}

.banner-top-box .img-banner-top {
    object-fit: cover !important;
    object-position: center !important;
    position: absolute;
    top: 0;
    height: 100% !important;
}

/* Variant 2 */
.banner-box.variant-2 .banner-caption-box .container {
    height: 100%;
    padding: 56px 0;
}

.banner-box.variant-2 .banner-caption-box .banner-caption {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.banner-box.variant-2 .banner-caption-box .banner-caption h3 {
    font-size: 52px;
    font-weight: 700;
    width: 50%;
}

.banner-box.variant-2 .banner-caption-box .banner-caption .banner-caption-bottom {
    display: flex;
    justify-content: space-between;
    width: 100%;
}

.banner-box.variant-2 .banner-caption-box .banner-caption .banner-caption-bottom p {
    width: 70%;
    margin: auto 0;
}

.banner-box.variant-2 .banner-caption-box .banner-caption .banner-caption-action {
    margin: auto 0 0;
}

/* Variant 3 */
.banner-box.variant-3 .banner-caption-box .container {
    height: 100%;
    padding: 56px 0;
}

.banner-box.variant-3 .banner-caption-box .banner-caption {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.banner-box.variant-3 .banner-caption-box .banner-caption h3 {
    font-size: 52px;
    font-weight: 700;
    width: 75%;
}

.banner-box.variant-3 .banner-caption-box .banner-caption p {
    margin-bottom: 32px;
}

.banner-box.variant-3 .banner-caption-box .banner-caption .banner-caption-action {
    margin: auto 0 0;
}

.banner-box.variant-3 .banner-img-desktop {
    height: 615px;
}

/* Variant 4 */
.banner-box.variant-4 .container {
    display: flex;
}

.banner-box.variant-4 .banner-caption-box .banner-caption {
    justify-content: unset;
    text-align: center;
    height: fit-content;
    margin: auto;
    width: 100%;
    gap: 12px;
}

.banner-box.variant-4 .banner-caption-box .banner-caption h3 {
    width: 100%;
    font-size: 52px;
    font-weight: 700;
}

.banner-box.variant-4 .banner-caption-box .banner-caption .banner-caption-bottom {
    display: flex;
    flex-direction: column;
    gap: 30px;
    align-items: center;
    text-align: center;
    width: 100%;
}

/* = STATIC PAGE
------------------------------------------------------------ */
.hc-static-page-info {
    display: flex;
    gap: 12px;
    background-color: var(--hc-color-gray-100);
    border-radius: 20px;
    padding: 16px;
    margin: 32px 0;
}

.hc-static-page-info .solar--danger-circle-linear {
    margin: auto;
    min-width: 24px;
}

.hc-static-page-info p {
    margin-bottom: 0;
}

/* = HEADING
------------------------------------------------------------ */
.hc-heading-section {
    flex-direction: row;
    justify-content: space-between;
}

.hc-heading-section .hc-heading-title {
    font-size: 60px;
    width: 65%;
    text-align: start;
    color: var(--hc-color-neutral-800);
    order: 1;
}

.hc-heading-section .hc-heading-subtitle {
    color: var(--hc-color-brand-1);
    font-family: var(--hc-font-family-1);
    order: 2;
}

.hc-heading-section .hc-heading-desc {
    text-align: left;
    width: 50%;
    order: 3;
}

.hc-heading-section.hc-variant-2 {
    flex-direction: row-reverse;
}

.hc-heading-section.hc-variant-2 .hc-heading-title {
    text-align: center;
}

.hc-heading-section.hc-variant-3 {
    justify-content: center;
    flex-direction: column;
}

.hc-heading-section.hc-variant-3 .hc-heading-subtitle {
    order: 1;
}

.hc-heading-section.hc-variant-3 .hc-heading-title {
    order: 2;
    width: 60%;
    text-align: center;
}

.hc-heading-section.hc-variant-4 {
    flex-direction: column-reverse;
    align-items: start;
    text-align: left;
}

.hc-heading-section.hc-variant-4 .hc-btn {
    margin-top: 40px;
}

.hc-heading-section.hc-variant-5 .hc-heading-title {
    width: 100%;
}

.hc-heading-section.hc-variant-5 .hc-heading-subtitle {
    display: none;
}

.hc-heading-section.hc-variant-5 .hc-heading-desc {
    display: none;
}

/* = CARD
------------------------------------------------------------ */
.hc-card-box {
    position: relative;
}

.hc-card-box .hc-card.hc-card-animation {
    transition: 0.6s;
    -webkit-transition: all 0.6s ease;
    -moz-transition: all 0.6s ease;
}

.hc-card-box .hc-card.hc-card-animation:hover {
    transform: translateY(-8px);
    transition: 0.6s;
    -webkit-transition: all 0.6s ease;
    -moz-transition: all 0.6s ease;
}

.hc-card-box .hc-card.hc-card-animation.hc-shadow:hover {
    box-shadow: 5px 10px 20px 0px rgb(0 0 0 / 10%);
}

.hc-shadow {
    backdrop-filter: blur(15px);
    box-shadow: 0px 10px 15px -3px rgb(0 0 0 / 10%);
}

.hc-card-img {
    position: relative;
}

.hc-card-img img {
    display: block;
    width: 100%;
    height: 100%;
    transition: 0.6s;
    -webkit-transition: all 0.6s ease;
    -moz-transition: all 0.6s ease;
}

.hc-card-content {
    position: relative;
    padding: 20px;
}

.hc-card-title h3 {
    font-family: var(--hc-font-family-2);
    font-weight: 600;
    font-size: 20px;
    line-height: 1.4;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    /* Number of lines to show before truncating */
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.hc-card-desc p {
    font-family: var(--hc-font-family-1);
    font-weight: 400;
    font-size: 14px;
    line-height: 1.6;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    /* Number of lines to show before truncating */
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.hc-card-desc ul li {
    font-family: var(--hc-font-family-1);
    font-weight: 400;
    font-size: 14px;
    line-height: 1.8;
}

.hc-card-tag-list li {
    font-family: var(--hc-font-family-1);
    font-weight: 400;
    font-size: 14px;
    line-height: 1.6;
}

.hc-card-tag-list {
    position: relative;
    display: flex;
    flex-direction: row;
    gap: 5px;
    flex-wrap: wrap;
    list-style: none;
    padding-left: 0px;
}

.hc-card-meta {
    position: relative;
    display: flex;
    flex-direction: row;
    gap: 10px;
    justify-content: space-between;
}

.hc-card-action {
    position: relative;
}

/* = MEDIA
------------------------------------------------------------ */
.hc-card-box.card-media .hc-card-img figure {
    border-radius: 20px 20px 0 0;
}

.hc-card-box.card-media .hc-card-content {
    border-radius: 0 0 20px 20px;
    border: 1px solid var(--hc-color-gray-300);
}

.hc-card-box.card-media .hc-card-tag-list {
    justify-content: space-between;
}

.hc-card-box.card-media .hc-card-tag-category {
    color: var(--hc-color-brand-2);
    font-weight: 600;
}

.hc-card-box.card-media .hc-card-tag-date {
    color: var(--hc-color-neutral-800);
    font-weight: 500;
}

.hc-card-box.card-media .hc-card-title h3 {
    font-family: var(--hc-font-family-1);
    font-weight: 700;
    color: var(--hc-color-neutral-800);
}

.hc-card-box.card-media .hc-card-desc p {
    font-family: var(--hc-font-family-2);
    font-size: 16px;
    color: var(--hc-color-neutral-600);
    margin-top: 12px;
}

.hc-card-box.card-media .hc-card-action {
    margin-top: 16px;
}

.hc-media-filter {
    margin-top: 48px;
    margin-bottom: 32px;
}

.hc-media-filter .filter-horizontal-box .filter-horizontal {
    display: flex;
    justify-content: space-between;
}

.hc-form-input.hc-form-input-with-icon-end {
    display: flex;
    align-items: center;
    position: relative;
}

.hc-form-input.hc-form-input-with-icon-end .hc-form-control {
    padding-right: 2.5rem;
}

.hc-form-input.hc-form-input-with-icon-end .hc-form-input-icon {
    position: absolute;
    right: 0.75rem;
    top: 50%;
    transform: translateY(-50%);
    pointer-events: none;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--hc-color-gray-500);
}

.hc-form-input.hc-form-input-with-icon-end .hc-form-input-icon.iconamoon--search {
    width: 20px;
    height: 20px;
}

.hc-select-sort-by .ts-wrapper:not(.form-control):not(.form-select).single .ts-control {
    min-width: 150px;
    border-radius: 20px;
}

.hc-form-input.hc-form-input-with-icon-end .hc-form-control {
    border-radius: 20px;
}

.hc-select-phone .ts-control {
    padding-top: 6px !important;
}

/* = MEDIA DETAIL
------------------------------------------------------------ */
.hc-media-detail-info {
    display: flex;
    justify-content: space-between;
    padding-bottom: 24px;
    border-bottom: 1px solid var(--hc-color-gray-300);
    margin-bottom: 24px;
    flex-wrap: wrap;
    row-gap: 16px;
}

.hc-media-detail-info .hc-media-detail-info-item {
    display: flex;
    gap: 40px;
}

.hc-media-detail-info .hc-media-detail-info-item .hc-media-release-date h4 {
    font-family: var(--hc-font-family-1);
    font-weight: 500;
    font-size: 14px;
    color: var(--hc-color-neutral-500);
}

.hc-media-detail-info .hc-media-detail-info-item .hc-media-release-date p {
    margin-bottom: 0;
    font-family: var(--hc-font-family-1);
    font-weight: 500;
    font-size: 18px;
    color: var(--hc-color-neutral-500);
}

.hc-media-detail-info .hc-media-detail-info-item .hc-media-category h4 {
    font-family: var(--hc-font-family-1);
    font-weight: 500;
    font-size: 14px;
    color: var(--hc-color-neutral-500);
}

.hc-media-detail-info .hc-media-detail-info-item .hc-media-category p {
    margin-bottom: 0;
    font-family: var(--hc-font-family-1);
    font-weight: 500;
    font-size: 18px;
    color: var(--hc-color-neutral-500);
}

.hc-media-detail-info .hc-media-share ul {
    display: flex;
    gap: 12px;
    list-style: none;
    margin-bottom: 0;
    padding: 0;
}

.hc-media-info-separator {
    border: 1px solid var(--hc-color-gray-300);
    height: 60%;
    margin-top: 8px;
}

.hc-media-share .iconbox.variant-circle {
    background-color: var(--hc-color-zinc-900);
    padding: 9px;
    height: unset;
    width: unset;
}

.hc-media-share .iconbox.variant-circle span {
    color: var(--hc-color-white);
    width: 20px;
    height: 20px;
}

/* = BUTTON
------------------------------------------------------------ */
.hc-btn.variant-solid {
    padding: 12px 24px;
    border-radius: 30px;
    background-color: var(--hc-color-white);
    color: var(--hc-color-brand-1) !important;
    transition: all 0.25s ease;
}

.hc-btn.variant-solid:hover {
    background-color: var(--hc-color-brand-1);
    color: var(--hc-color-white) !important;
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
}

.hc-btn.variant-solid:active {
    transform: translateY(0) scale(0.97);
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.12);
    transition: all 0.1s ease;
}

.hc-btn.variant-solid .hc-btn-icon {
    background-color: var(--hc-color-brand-1);
    display: flex;
    padding: 8px;
    border-radius: 50%;
    color: var(--hc-color-white);
    transition: transform 0.25s ease;
}

.hc-btn.variant-solid:hover .hc-btn-icon {
    transform: translateX(3px);
}

.hc-btn.variant-solid.hc-variant-2 {
    padding: 0;
    border-radius: 30px;
    background-color: var(--hc-color-white);
    color: var(--hc-color-brand-1) !important;
    font-weight: 600;
    transition: all 0.25s ease;
}

.hc-btn.variant-solid.hc-variant-2:hover {
    transform: translateY(-2px);
    box-shadow: none
}

.hc-btn.variant-solid.hc-variant-2:active {
    transform: translateY(0) scale(0.97);
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.12);
    transition: all 0.1s ease;
}

.hc-btn.variant-solid.hc-variant-2 .hc-btn-icon {
    background-color: var(--hc-color-brand-1);
    display: flex;
    padding: 8px;
    border-radius: 50%;
    color: var(--hc-color-white);
    transition: transform 0.25s ease;
}

.hc-btn.variant-solid.hc-variant-2:hover .hc-btn-icon {
    transform: translateX(3px);
}

.hc-btn.variant-solid.hc-variant-2 .hc-btn-icon span {
    width: 15px;
    height: 15px;
}

.hc-btn.variant-solid.hc-variant-3 {
    padding: 10px 24px;
    border-radius: 30px;
    background-color: var(--hc-color-brand-1);
    color: var(--hc-color-white) !important;
    font-weight: 600;
    transition: all 0.25s ease;
}

.hc-btn.variant-solid.hc-variant-3:hover {
    opacity: 0.9;
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
}

.hc-btn.variant-solid.hc-variant-3:active {
    transform: translateY(0) scale(0.97);
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.15);
    transition: all 0.1s ease;
}

.hc-btn.variant-solid.hc-variant-3 .hc-btn-icon {
    background-color: var(--hc-color-white);
    display: flex;
    padding: 8px;
    border-radius: 50%;
    color: var(--hc-color-brand-1);
    transition: transform 0.25s ease;
}

.hc-btn.variant-solid.hc-variant-3:hover .hc-btn-icon {
    transform: translateX(3px);
}

.hc-btn.variant-solid.hc-variant-3 .hc-btn-icon span {
    width: 15px;
    height: 15px;
}

.hc-btn.variant-solid.hc-variant-4 {
    min-width: unset;
    padding: 8px;
    border-radius: 50%;
    transition: all 0.25s ease;
}

.hc-btn.variant-solid.hc-variant-4:hover {
    transform: scale(1.1);
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
    background-color: var(--hc-color-brand-1);
    color: var(--hc-color-white);
}

.hc-btn.variant-solid.hc-variant-4:hover .hc-btn-icon {
    background-color: var(--hc-color-brand-1);
    color: var(--hc-color-white);
}

.hc-btn.variant-solid.hc-variant-4:active {
    transform: scale(0.95);
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.12);
    transition: all 0.1s ease;
}

.hc-btn.variant-solid.hc-variant-4 .hc-btn-icon {
    display: flex;
    background-color: var(--hc-color-white);
    padding: 0;
    color: var(--hc-color-brand-1);
}

/* = PAGINATION
------------------------------------------------------------ */
.pagination {
    margin-top: 48px;
}

.pagination .page-item.active .page-link {
    background-color: var(--hc-color-button);
}

.pagination .page-item .page-link {
    border: 1px solid var(--hc-color-zinc-300);
    border-radius: 8px;
    height: 48px;
    width: 48px;
    font-size: 16px;
}

.pagination .page-item .page-link:hover {
    background-color: var(--hc-color-button);
    color: var(--hc-color-white);
}

/* = BANNER TOP
------------------------------------------------------------ */
.breadcrumb-box .container {
    padding: 0;
}

.breadcrumb {
    padding: 0;
    background-color: unset;
    box-shadow: unset;
    min-height: unset;
}

.breadcrumb .breadcrumb-item a {
    color: var(--hc-color-white);
    font-weight: 500;
    font-size: 16px;
}

.breadcrumb .breadcrumb-item.active {
    color: var(--hc-color-white);
    font-weight: 500;
    font-size: 16px;
}

.breadcrumb .breadcrumb-item:hover a {
    color: var(--hc-color-brand-1) !important;
}

.breadcrumb-item+.breadcrumb-item::before {
    font-size: 10px;
    color: var(--hc-color-white);
    top: 4px;
}

/* = CONTACT
------------------------------------------------------------ */
.contact-form-box {
    border: 1px solid var(--hc-color-gray-200);
    padding: 24px;
    border-radius: 20px;
}

.leaflet-container.leaflet-touch-drag.leaflet-touch-zoom {
    height: 278px;
    width: 100%;
    border-radius: 8px;
}

.contact-box-info-list .list-mjk-icon-item-img {
    border-radius: 20px;
    background-color: var(--hc-color-white);
}

.contact-box-info-list .list-mjk-icon-item-img span {
    color: var(--hc-color-brand-1);
}

.contact-box-info-heading h2 {
    font-family: var(--hc-font-family-1);
    font-weight: 700;
    font-size: 24px;
    color: var(--hc-color-neutral-800);
}

.contact-box-info-heading p {
    color: var(--hc-color-neutral-600);
}

.contact-box-info p {
    color: var(--hc-color-neutral-600);
}

.map-contact {
    margin-bottom: 24px;
}

.list-mjk-icon-item-desc {
    margin: auto;
}

.list-mjk-icon-item-desc p {
    margin-bottom: 0;
}

/* Floating label inputs (focus / has value) */
.hc-form-floating {
    position: relative;
}

.hc-form-floating .hc-form-control {
    padding-top: 12px !important;
    border-radius: 6px;
    border: 1px solid #dee2e6;
    height: 48px;
}

.hc-form-floating .hc-form-control::placeholder {
    color: #b3b3b3;
}

.hc-form-floating .hc-form-label {
    position: absolute;
    left: 0.5rem;
    top: 45%;
    transform: translateY(-50%);
    margin: 0;
    font-size: 14px;
    font-weight: 400;
    color: var(--hc-color-gray-500);
    pointer-events: none;
    transition:
        top 0.2s ease,
        transform 0.2s ease,
        font-size 0.2s ease;
}

.hc-form-floating .hc-form-control:focus~.hc-form-label,
.hc-form-floating .hc-form-control:not(:placeholder-shown)~.hc-form-label {
    top: 0;
    transform: translateY(-50%);
    font-size: 12px;
    color: var(--hc-color-gray-700);
    background-color: var(--hc-color-white);
    padding: 0 6px;
    margin-left: -6px;
    height: auto;
}

.hc-form-floating .hc-form-control:focus {
    border-color: #86b7fe;
    outline: 0;
    box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}

.hc-form-floating textarea.hc-form-control {
    height: auto;
    padding-top: 1.25rem;
    min-height: 80px;
}

.hc-form-floating textarea.hc-form-control~.hc-form-label {
    top: 1.25rem;
    transform: none;
}

.hc-form-floating textarea.hc-form-control:focus~.hc-form-label,
.hc-form-floating textarea.hc-form-control:not(:placeholder-shown)~.hc-form-label {
    top: 0;
    transform: translateY(-50%);
}

/* Floating label for input group (e.g. phone: dropdown + input) */
.hc-form-floating-input-group .hc-input-group {
    border: 1px solid #dee2e6;
    border-radius: 6px;
    height: 48px;
    align-items: stretch;
    padding-left: 0.5rem;
    padding-top: 6px !important;
}

.hc-form-floating-input-group .hc-input-group .hc-form-control,
.hc-form-floating-input-group .hc-input-group .ts-wrapper,
.hc-form-floating-input-group .hc-input-group .ts-control {
    border: none !important;
    box-shadow: none !important;
}

.hc-form-floating-input-group .hc-input-group .hc-form-control {
    padding-top: 3px !important;
    padding-left: 0;
    height: 100%;
}

.hc-form-floating-input-group .hc-input-group .hc-form-control::placeholder {
    color: #b3b3b3;
}

.hc-form-floating-input-group .hc-form-label {
    position: absolute;
    left: 0.5rem;
    top: 0;
    transform: translateY(-50%);
    margin: 0;
    font-size: 12px;
    font-weight: 400;
    color: var(--hc-color-gray-700);
    background-color: var(--hc-color-white);
    padding: 0 6px;
    margin-left: -6px;
    height: auto;
    pointer-events: none;
    transition:
        top 0.2s ease,
        transform 0.2s ease,
        font-size 0.2s ease;
}

.hc-form-floating-input-group:focus-within .hc-form-label,
.hc-form-floating-input-group:has(.hc-form-control:not(:placeholder-shown)) .hc-form-label {
    top: 0;
    transform: translateY(-50%);
    font-size: 12px;
    color: var(--hc-color-gray-700);
    background-color: var(--hc-color-white);
    padding: 0 6px;
    margin-left: -6px;
    height: auto;
}

.hc-form-floating-input-group:focus-within .hc-input-group {
    border-color: #86b7fe;
    box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}

/* Floating label for select (e.g. Inquiry Type) */
.hc-form-floating-select {
    position: relative;
}

.hc-form-floating-select .hc-form-select-control,
.hc-form-floating-select .ts-wrapper {
    border: 1px solid #dee2e6;
    border-radius: 6px;
    min-height: 48px;
}

.hc-form-floating-select .hc-form-select-control {
    padding-top: 12px;
    padding-left: 0.5rem;
}

.hc-form-floating-select .ts-wrapper .ts-control {
    border: none !important;
    box-shadow: none !important;
    min-height: 46px;
    padding-top: 12px;
    padding-left: 0.5rem;
}

.hc-form-floating-select .hc-form-label {
    position: absolute;
    left: 0.5rem;
    top: 45%;
    transform: translateY(-50%);
    margin: 0;
    font-size: 14px;
    font-weight: 400;
    color: var(--hc-color-gray-500);
    pointer-events: none;
    transition:
        top 0.2s ease,
        transform 0.2s ease,
        font-size 0.2s ease;
}

.hc-form-floating-select:focus-within .hc-form-label,
.hc-form-floating-select:has(select:valid) .hc-form-label {
    top: 0;
    transform: translateY(-50%);
    font-size: 12px;
    color: var(--hc-color-gray-700);
    background-color: var(--hc-color-white);
    padding: 0 6px;
    margin-left: -6px;
    height: auto;
}

.hc-form-floating-select:focus-within .hc-form-select-control,
.hc-form-floating-select:focus-within .ts-wrapper {
    border-color: #86b7fe;
    box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}

.ts-wrapper:not(.form-control):not(.form-select) {
    border: 1px solid var(--hc-color-gray-300);
}

/* Error message under field (contact form validation) */
.form-contact-box label.error {
    display: block;
    margin-top: 6px;
}

/* ABOUT
------------------------------------------------------------ */
.hc-card-about .card-common-img {
    display: flex;
    flex-direction: row;
    gap: 16px;
    margin-bottom: 24px;
}

.hc-card-about .card-common-img figure {
    border-radius: 20px;
}

.hc-card-about .card-common-desc .card-common-content-left {
    display: flex;
    flex-direction: column;
    height: 100%;
    justify-content: center;
}

.hc-card-about .card-common-desc ul li {
    display: flex;
    gap: 16px;
    margin-bottom: 16px;
}

.hc-card-about .card-common-desc ul li .checklist-icon-box {
    margin: auto 0;
    background-color: var(--hc-color-brand-1);
    border-radius: 30px;
    display: flex;
    padding: 3px;
}

.hc-card-about .card-common-desc ul li .checklist-icon-box span {
    color: var(--hc-color-white);
    height: 20px;
    width: 20px;
}

.hc-about-statistic {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.hc-card-statistic .card-common {
    padding: 24px;
    border-radius: 20px;
}

.hc-card-statistic .hc-card-common-title {
    display: flex;
    justify-content: space-between;
    margin-bottom: 12px;
}

.hc-card-statistic .hc-card-common-title h3 {
    margin-bottom: 0;
    font-family: var(--hc-font-family-1);
    font-weight: 700;
    font-size: 24px;
    color: var(--hc-color-neutral-800);
}

.hc-card-statistic p {
    margin-bottom: 0;
    font-family: var(--hc-font-family-2);
    font-weight: 400;
    font-size: 16px;
    color: var(--hc-color-neutral-600);
}

.hc-card-statistic .hc-card-common-title .card-common-img {
    height: 24px;
    width: 24px;
    margin-bottom: 0;
}

.hc-team-section {
    background-color: var(--hc-color-neutral-800);
}

.hc-card-box.card-team .hc-card {
    border-radius: 20px;
    background-color: rgba(255, 255, 255, 0.08);
}

.hc-card-box.card-team .hc-card .hc-card-img figure {
    max-height: 350px;
    border-radius: 20px 20px 0 0;
}

.hc-card-box.card-team .hc-card-title h3 {
    color: var(--hc-color-white);
}

.hc-card-box.card-team .hc-card-desc p {
    color: var(--hc-color-white);
    margin-bottom: 0;
}

.hc-card-box.card-team .hc-card-content {
    display: flex;
    justify-content: space-between;
}

.hc-card-box.card-team .hc-card-action {
    margin: auto 0;
}

.hc-card-box.card-team .hc-card-action a .iconbox {
    background-color: rgba(255, 255, 255, 0.2);
    border: 1px solid rgba(255, 255, 255, 0.3);
}

.hc-card-box.card-team .hc-card-action a .iconbox span {
    color: var(--hc-color-white);
    height: 20px;
    width: 20px;
}

.collapse-mjk-link h4 {
    font-family: var(--hc-font-family-1);
    font-weight: 600;
    font-size: 30px;
    color: var(--hc-color-neutral-800);
    width: 85%;
    word-break: break-word;
}

.collapse-mjk-link.nav-variant-2::after {
    border: 1px solid var(--hc-color-gray-200);
    margin-top: 30px;
}

.hc-quality-commitment {
    padding: 24px;
    background-color: var(--hc-color-gray-50);
}

.hc-quality-commitment ul li {
    display: flex;
    gap: 16px;
    margin-bottom: 16px;
}

.hc-quality-commitment ul li .checklist-icon-box {
    margin: auto 0;
    background-color: var(--hc-color-white);
    border-radius: 30px;
    display: flex;
    padding: 3px;
}

.hc-quality-commitment ul li .checklist-icon-box span {
    color: var(--hc-color-brand-1);
    height: 20px;
    width: 20px;
}

.hc-collapse-faq {
    padding: 32px 0;
    border-bottom: 1px solid;
}

.hc-article-faq img {
    border-radius: 20px;
    max-width: 100%;
}

/* Steps timeline (Working Process) */
.hc-steps-timeline {
    position: relative;
    padding-left: 24px;
}

.hc-steps-timeline-line {
    position: absolute;
    left: 7px;
    top: 12px;
    bottom: 12px;
    width: 0;
    border-left: 2px dashed var(--hc-color-gray-300);
}

.hc-steps-timeline-item {
    position: relative;
    padding-bottom: 32px;
}

.hc-steps-timeline-item:last-child {
    padding-bottom: 0;
}

.hc-steps-timeline-marker {
    position: absolute;
    left: -16px;
    top: 4px;
    width: 16px;
    height: 16px;
    border-radius: 50%;
    background-color: var(--hc-color-brand-1);
    transform: translateX(-50%);
}

.hc-steps-timeline-content {
    margin-left: 8px;
}

.hc-steps-timeline-label {
    display: inline-block;
    font-size: 14px;
    font-weight: 600;
    color: var(--hc-color-brand-1);
    margin-bottom: 4px;
}

.hc-steps-timeline-title {
    font-size: 24px;
    font-weight: 700;
    color: var(--hc-color-neutral-800);
    margin: 0 0 12px 0;
    line-height: 1.3;
    font-family: var(--hc-font-family-1);
}

.hc-steps-timeline-desc {
    font-size: 16px;
    line-height: 1.6;
    color: var(--hc-color-gray-600);
    margin: 0 0 16px 0;
}

.hc-steps-timeline-images {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 12px;
}

.hc-steps-timeline-images figure {
    margin: 0;
    border-radius: 10px;
    overflow: hidden;
}

.hc-steps-timeline-images .img-fluid {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* Catalog */
.hc-catalog-item {
    display: flex;
    gap: 24px;
    border-radius: 20px;
    margin-bottom: 40px;
}

.hc-catalog-item .hc-catalog-img {
    border-radius: 20px;
    padding: 10px;
    background-color: var(--hc-color-white);
    width: 40%;
}

.hc-catalog-item .hc-catalog-img figure {
    border-radius: 20px;
}

.hc-catalog-item .hc-catalog-content-box {
    display: flex;
    width: 60%;
}

.hc-catalog-item .hc-catalog-content-box .hc-catalog-content {
    margin: auto;
}

.hc-catalog-item .hc-catalog-content-box .hc-catalog-content h4 {
    font-family: var(--hc-font-family-1);
    font-size: 30px;
    font-weight: 700;
    color: var(--hc-color-neutral-800);
}

.hc-catalog-item .hc-catalog-content-box .hc-catalog-content p {
    font-family: var(--hc-font-family-2);
    font-size: 16px;
    font-weight: 400;
    color: var(--hc-color-neutral-600);
    margin-bottom: 24px;
}

.hc-catalog-item.hc-variant-2 {
    flex-direction: row-reverse;
    background-color: var(--hc-color-zinc-100);
    padding: 24px 40px;
}

.hc-catalog-item ul li {
    display: flex;
    gap: 12px;
    margin-bottom: 16px;
}

.hc-catalog-item ul li .checklist-icon-box {
    margin: auto 0;
    background-color: var(--hc-color-brand-1);
    border-radius: 30px;
    display: flex;
    padding: 3px;
}

.hc-catalog-item ul li .checklist-icon-box span {
    color: var(--hc-color-white);
    height: 20px;
    width: 20px;
}

.hc-catalog-item.hc-variant-3 .hc-catalog-img img {
    border-radius: 16px;
}

.hc-catalog-item.hc-variant-4 {
    flex-direction: row-reverse;
    background-color: var(--hc-color-zinc-100);
    padding: 24px 40px;
}

.hc-catalog-item.hc-variant-4 .hc-catalog-content-box {
    width: 75%;
}

.hc-catalog-item.hc-variant-4 .hc-catalog-img {
    width: 25%;
}

.hc-catalog-item.hc-variant-5 .hc-catalog-img {
    width: 100%;
}

.hc-catalog-item.hc-variant-5 .hc-catalog-img img {
    border-radius: 20px;
}

.hc-catalog-item.hc-variant-5 .hc-catalog-content-box {
    width: 100%;
    height: 100%;
}

.modal-body {
    padding: 10px 24px 24px;
}

.hc-heading-modal .hc-title {
    font-size: 24px;
    font-family: var(--hc-font-family-1);
    font-weight: 700;
    color: var(--hc-color-neutral-800);
}

.hc-heading-modal .hc-desc {
    font-size: 16px;
    font-family: var(--hc-font-family-2);
    font-weight: 400;
    color: var(--hc-color-neutral-600);
}

.hc-modal-form .hc-heading-modal {
    margin-bottom: 24px;
}

.hc-modal-form .hc-form-fields {
    padding: 33px 0;
    border-top: 1px solid var(--hc-color-gray-300);
    border-bottom: 1px solid var(--hc-color-gray-300);
}

.hc-modal-form .hc-form-submit {
    display: flex;
    justify-content: flex-end;
}

.hc-modal-download-catalog .hc-modal-content {
    display: flex;
    gap: 40px;
    padding: 33px 0;
    border-top: 1px solid var(--hc-color-gray-300);
    border-bottom: 1px solid var(--hc-color-gray-300);
}

/* Applications */
.hc-application-category-section {
    background-color: var(--hc-color-neutral-800);
}

.hc-card-box.hc-card-application-category .hc-card {
    position: relative;
}

.hc-card-box.hc-card-application-category .hc-card:hover .hc-card-content .hc-card-action {
    opacity: 1;
}

.hc-card-application-category .hc-card .hc-card-content {
    position: absolute;
    bottom: 0;
    z-index: 1;
    cursor: pointer;
}

.hc-card-application-category .hc-card .hc-card-content .hc-card-action {
    margin-bottom: 30px;
    opacity: 0;
    transition: all 0.3s ease;
}

.hc-card-application-category .hc-card .hc-card-content .hc-card-title h3 {
    color: var(--hc-color-white);
    font-size: 24px;
    font-weight: 700;
    font-family: var(--hc-font-family-1);
}

.hc-card-application-category .hc-card .hc-card-content .hc-card-desc p {
    color: var(--hc-color-white);
}

.hc-card-application-category .hc-card .hc-card-img figure {
    border-radius: 20px;
    max-height: 350px;
}

.hc-card-application-category .hc-card .hc-card-img {
    position: relative;
}

.hc-card-application-category .hc-card .hc-card-img::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    border-radius: 20px;
    pointer-events: none;
    background: #050607;
    background: -webkit-linear-gradient(90deg,
            rgba(5, 6, 7, 1) 0%,
            rgba(5, 6, 7, 0) 100%);
    background: -moz-linear-gradient(90deg,
            rgba(5, 6, 7, 1) 0%,
            rgba(5, 6, 7, 0) 100%);
    background: linear-gradient(90deg,
            rgba(5, 6, 7, 1) 0%,
            rgba(5, 6, 7, 0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#050607", endColorstr="#050607", GradientType=1);
}

.hc-application-list {
    display: flex;
    flex-direction: column;
    gap: 48px;
}

.hc-application-list .hc-application-item {
    display: flex;
    width: 100%;
    gap: 18px;
}

.hc-application-list .hc-application-item .hc-application-detail {
    width: 50%;
}

.hc-application-list .hc-application-item .hc-application-detail .hc-application-detail-img {
    border-radius: 20px;
    padding: 10px;
    margin-bottom: 24px;
    background-color: var(--hc-color-white);
}

.hc-application-list .hc-application-item .hc-application-detail .hc-application-detail-img img {
    border-radius: 20px;
}

.hc-application-list .hc-application-item .hc-application-detail .hc-application-title {
    font-family: var(--hc-font-family-1);
    font-size: 30px;
    font-weight: 700;
    color: var(--hc-color-neutral-800);
}

.hc-application-list .hc-application-item .hc-application-detail .hc-application-description {
    font-family: var(--hc-font-family-2);
    font-size: 16px;
    font-weight: 400;
    color: var(--hc-color-neutral-600);
}

.hc-application-list .hc-application-item .hc-steps-timeline {
    width: 50%;
}

.hc-application-list .hc-application-item.hc-variant-2 {
    flex-direction: row-reverse;
}

.hc-card-box.hc-card-product .hc-card {
    border: 1px solid var(--hc-color-gray-200);
    border-radius: 20px;
    padding: 20px;
    cursor: pointer;
}

.hc-card-box.hc-card-product .hc-card-content {
    display: flex;
    padding: 0;
    border-bottom: 1px solid var(--hc-color-gray-200);
    margin-bottom: 24px;
    padding-bottom: 24px;
    justify-content: space-between;
}

.hc-card-box.hc-card-product .hc-card-content .hc-card-img {
    width: auto;
    min-width: 32%;
    margin-top: -60px;
    height: 254px;
}

.hc-card-box.hc-card-product .hc-card-sub-title h4 {
    color: var(--hc-color-brand-2);
    font-weight: 600;
    font-size: 16px;
    font-family: var(--hc-font-family-1);
}

.hc-card-box.hc-card-product .hc-card-title h3 {
    color: var(--hc-color-neutral-800);
    font-weight: 600;
    font-size: 20px;
    font-family: var(--hc-font-family-1);
}

.hc-card-box.hc-card-product .hc-card-desc {
    margin-top: 24px;
}

.hc-card-box.hc-card-product .hc-card-desc .hc-card-product-detail-material h4 {
    color: var(--hc-color-neutral-800);
    font-weight: 600;
    font-size: 16px;
    font-family: var(--hc-font-family-1);
}

.hc-card-box.hc-card-product .hc-card-desc .hc-card-product-detail-material p {
    color: var(--hc-color-neutral-600);
    font-weight: 400;
    font-size: 14px;
}

.hc-card-box.hc-card-product .hc-card-desc .hc-card-product-detail-size h4 {
    color: var(--hc-color-neutral-800);
    font-weight: 600;
    font-size: 16px;
    font-family: var(--hc-font-family-1);
}

.hc-card-box.hc-card-product .hc-card-desc .hc-card-product-detail-size p {
    color: var(--hc-color-neutral-600);
    font-weight: 400;
    font-size: 14px;
}

/* Product & Service */
.hc-card-box.hc-card-product.hc-variant-2 .hc-card {
    padding: 0;
}

.hc-card-box.hc-card-product.hc-variant-2 .hc-card .hc-card-content {
    padding: 24px;
    margin-bottom: 0;
    gap: 18px;
}

.hc-card-box.hc-card-product.hc-variant-2 .hc-card .hc-card-content .hc-card-content-detail {
    display: flex;
}

.hc-card-box.hc-card-product.hc-variant-2 .hc-card .hc-card-content .hc-card-content-detail p {
    font-weight: 400;
    font-size: 14px;
    color: var(--hc-color-neutral-600);
    margin: auto 0;
    word-break: break-word;
    text-align: justify;
}

.hc-card-box.hc-card-product.hc-variant-2 .hc-card-action {
    background-color: var(--hc-color-brand-1);
    padding: 20px;
    border-radius: 0 0 20px 20px;
    display: flex;
    justify-content: space-between;
}

.hc-card-box.hc-card-product.hc-variant-2 .hc-card-action-left .hc-card-sub-title h4 {
    color: var(--hc-color-white);
    font-size: 14px;
    font-weight: 400;
}

.hc-card-box.hc-card-product.hc-variant-2 .hc-card-sub-title h4 {
    color: var(--hc-color-white)
}

.hc-card-box.hc-card-product.hc-variant-2 .hc-card-title h3 {
    color: var(--hc-color-white)
}

.hc-card-box.hc-card-product.hc-variant-2 .hc-btn.variant-solid.hc-variant-4 {
    margin: auto 0;
}

/* Product */
.hc-product-filter {
    margin-top: 48px;
    margin-bottom: 48px;
}

.hc-product-filter .filter-horizontal-box .filter-horizontal {
    display: flex;
    justify-content: space-between;
}

/* Product Detail */
.breadcrumb.hc-variant-2 {
    margin-top: 48px;
    margin-left: 10px;
}

.breadcrumb.hc-variant-2 .breadcrumb-item a {
    color: var(--hc-color-gray-400);
}

.breadcrumb.hc-variant-2 .breadcrumb-item+.breadcrumb-item::before {
    color: var(--hc-color-gray-400);
}

.breadcrumb.hc-variant-2 .breadcrumb-item.active {
    color: var(--hc-color-neutral-800);
}

.back-button {
    display: flex;
    background: var(--white);
    border-radius: 50%;
    height: 50px;
    width: 50px;
    margin-bottom: 40px;
    cursor: pointer;
}

.back-button i {
    margin: auto;
    font-size: 20px;
}

.product-detail-info {
    padding-top: 100px;
}

.product-detail-info h1 {
    font-family: var(--font-family-2);
    font-size: 48px;
    font-weight: 500;
}

.product-detail-info .product-detail-info-additional {
    margin-bottom: 24px;
}

.product-detail-info .product-detail-info-additional p {
    font-family: var(--font-family-1);
    font-size: 16px;
    font-weight: 300;
    color: var(--grey-800);
    margin-bottom: 0px;
}

.product-detail-info .product-detail-info-short-desc p {
    font-family: var(--font-family-1);
    font-size: 16px;
    font-weight: 300;
    color: var(--grey-800);
}

.single-content-product-detail .single-content .single-content-img {
    height: 300px;
    width: 300px;
}

.single-content-product-detail .single-content .single-content-desc h3 {
    font-family: var(--font-family-2);
    font-size: 32px;
    font-weight: 500;

}

.section-product-detail {
    padding-top: 70px;
}

.mjk-product-detail-description h3 {
    font-family: var(--font-family-2);
    font-size: 32px;
    font-weight: 600;
    margin-bottom: 24px;
}

.mjk-product-detail-description article {
    font-family: var(--font-family-1);
}

.mjk-product-detail-description article img {
    display: flex;
    margin: 0 auto;
}

.mjk-related-product h2 {
    font-family: var(--font-family-1);
    font-size: 32px;
    font-weight: 500;
    margin-bottom: 24px;
}

/*  */
.productset-section-content-box {
    position: relative;
    /* max-width: 600px; */
    margin: 0 auto;
}

.productset-section-media {
    position: relative;
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    gap: 16px;
    overflow: hidden;
}

.productset-section-media .productset-media-thumbs {
    flex: 0 0 auto;
    z-index: 2;
}

.productset-section-media .productset-media-main {
    flex: 1;
    min-width: 0;
    overflow: hidden;
}

.productset-section-media .swiper-container {
    position: relative;
    width: 100%;
}

.productset-section-media .swiper-slider-thumbnail {
    width: 100px;
    padding: 0;
    height: 360px;
}

.productset-section-media .swiper-slider-thumbnail .swiper-wrapper .swiper-slide {
    opacity: 0.6;
    overflow: hidden;
    transition: all 0.3s ease;
    cursor: pointer;
    border: 1px solid var(--hc-color-gray-300);
    border-radius: 12px;
    background: var(--hc-color-white);
}

.productset-section-media .swiper-slider-thumbnail .swiper-wrapper .swiper-slide:hover {
    opacity: 1;
    border-color: var(--hc-color-brand-1, #006eb7);
    transition: all 0.3s ease;
}

.productset-section-media .swiper-slider-thumbnail .swiper-wrapper .swiper-slide.swiper-slide-thumb-active {
    opacity: 1;
    border: 2px solid var(--hc-color-brand-1, #006eb7);
    transition: all 0.3s ease;
}

.productset-section-media .productset-media-main .swiper-slider-product {
    margin-bottom: 0;
}

.productset-section-media .productset-media-main .xsp-img,
.productset-section-media .productset-media-main .lightbox-images .xsp-img,
.productset-section-media .productset-media-main .lightbox-video .xsp-img {
    border: 1px solid var(--hc-color-gray-300);
    border-radius: 24px;
    overflow: hidden;
    background: var(--hc-color-white);
}

.productset-section-media .productset-media-main .swiper-pagination {
    position: relative;
    margin-top: 16px;
    text-align: center;
}

.productset-section-media .productset-media-main .swiper-pagination .swiper-pagination-bullet {
    width: 8px;
    height: 8px;
    background: var(--hc-color-gray-400);
    opacity: 1;
}

.productset-section-media .productset-media-main .swiper-pagination .swiper-pagination-bullet-active {
    background: var(--hc-color-gray-500);
}

.productset-section-media .lightbox-images figure,
.productset-section-media .lightbox-video figure {
    border-radius: 24px;
    -webkit-border-radius: 24px;
    -moz-border-radius: 24px;
    border: 1px solid var(--bs-gray-300);
}

.swiper-slider-thumbnail .swiper-slide img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 12px;
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
}

.productset-section-media .swiper-button-prev {
    justify-content: flex-start;
    align-items: flex-end;
    top: auto;
    top: auto;
    bottom: -73px;
    left: -15px;
}

.productset-section-media .swiper-button-next {
    justify-content: flex-end;
    align-items: flex-end;
    top: auto;
    bottom: -73px;
    left: auto;
    right: -15px;
}

.productset-section-media .swiper-button-prev .nav-circle-box,
.productset-section-media .swiper-button-next .nav-circle-box {
    height: 30px;
    width: 30px;
}

.productset-section-media .swiper-button-prev i,
.productset-section-media .swiper-button-next i {
    font-size: 14px;
    width: 20px;
    height: 20px;
    padding: 3px;
}

.productset-section-media .swiper-button-prev {
    left: 50px;
}

.productset-section-media .swiper-button-next {
    right: 50px;
}

.productset-section-media .xst-img {
    height: 100%;
}

.productset-section-media .lightbox-images:hover img {
    filter: unset;
    -webkit-filter: unset;
    -moz-filter: unset;
}

.lightbox-images,
.lightbox-video {
    border-radius: 24px;
    -webkit-border-radius: 24px;
    -moz-border-radius: 24px;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
}

.glightbox-icon {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    height: 50px;
    width: 50px;
    border: 2px solid rgb(255 255 255 / 33%);
    background-color: var(--color-3);
    backdrop-filter: blur(4px);
    -moz-backdrop-filter: blur(4px);
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    transition: all 0.6s ease;
    -webkit-transition: all 0.6s ease;
    -moz-transition: all 0.6s ease;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    z-index: 10;
    opacity: 1;
}

.glightbox-icon i {
    font-size: 9px;
    color: var(--white);
}

.lightbox-images:hover .glightbox-icon,
.lightbox-video:hover .glightbox-icon {
    opacity: 1;
    transition: all 0.6s ease;
    -webkit-transition: all 0.6s ease;
    -moz-transition: all 0.6s ease;
}

.lightbox-images .xsp-img,
.lightbox-video .xsp-img {
    overflow: hidden;
    border-radius: 24px;
}

.lightbox-images img,
.lightbox-video img {
    transition: all 0.6s ease;
    -webkit-transition: all 0.6s ease;
    -moz-transition: all 0.6s ease;
    width: 100%;
    width: 100%;
}

.lightbox-images:hover img,
.lightbox-video:hover img {
    transition: all 0.6s ease;
    -webkit-transition: all 0.6s ease;
    -moz-transition: all 0.6s ease;
    filter: brightness(80%);
    -webkit-filter: brightness(80%);
    -moz-filter: brightness(80%);
    object-fit: cover;
    transform: scale(1.05);
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
}

.lightbox-video:hover .glightbox-icon {
    background-color: var(--color-2);
    border-color: var(--color-2);
}

/*small version for thumbnail slider*/
.glightbox-icon.small {
    width: 25px;
    height: 25px;
}

.glightbox-icon.small i {
    font-size: 10px;
}

.productset-section-media .glightbox-icon {
    opacity: 1;
}

.productset-section-content {
    padding: 40px 0;
}

.productset-section-content .productset-section-category {
    font-family: var(--font-family-1);
    font-size: 16px;
    font-weight: 600;
    color: var(--hc-color-brand-2);
}

.productset-section-content .productset-section-title {
    font-family: var(--font-family-1);
    font-size: 36px;
    font-weight: 700;
    color: var(--hc-color-neutral-800);
}

.productset-section-content .productset-section-about {
    margin-top: 24px;
}

.productset-section-content .productset-section-about .productset-section-about-title {
    font-family: var(--font-family-1);
    font-size: 20px;
    font-weight: 600;
    color: var(--hc-color-neutral-800);
}

.productset-section-content .productset-section-about .productset-section-about-desc {
    font-size: 16px;
    font-weight: 400;
    color: var(--hc-color-neutral-600);
}

.productset-section-content .productset-section-wrapper {
    padding: 24px 0;
    margin: 24px 0;
    border-top: 1px solid var(--hc-color-gray-300);
    border-bottom: 1px solid var(--hc-color-gray-300);
}

.productset-section-content .productset-section-material {
    margin-bottom: 16px;
}

.productset-section-content .productset-section-material .productset-section-material-title {
    font-family: var(--font-family-1);
    font-size: 20px;
    font-weight: 600;
    color: var(--hc-color-neutral-800);
}

.productset-section-content .productset-section-material .productset-section-material-desc {
    font-size: 16px;
    font-weight: 400;
    color: var(--hc-color-neutral-600);
}

.productset-section-content .productset-section-size .productset-section-size-title {
    font-family: var(--font-family-1);
    font-size: 20px;
    font-weight: 600;
    color: var(--hc-color-neutral-800);
}

.productset-section-content .productset-section-size .productset-section-size-desc {
    font-size: 16px;
    font-weight: 400;
    color: var(--hc-color-neutral-600);
    margin-bottom: 0;
}

/* HOME */
.hc-card-box.card-home {
    height: 100%;
}

.hc-card-box.card-home .hc-card {
    border-radius: 20px;
    border: 1px solid var(--hc-color-gray-300);
    padding: 20px;
    background-color: var(--hc-color-zinc-50);
    height: 100%;
}

.hc-card-box.card-home .hc-card-img {
    height: 60px;
    width: 60px;
    margin-bottom: 24px;
    background: var(--hc-color-white);
    border-radius: 50%;
    overflow: hidden;
    padding: 12px;
}

.hc-card-box.card-home .hc-card-img figure {
    border-radius: 50%;
}

.hc-card-box.card-home .hc-card-content {
    border-radius: unset;
    border: none;
    padding: 0;
}

.hc-card-box.card-home .hc-card-title h3 {
    font-weight: 700;
    font-size: 24px;
    color: var(--hc-color-neutral-800);
    -webkit-line-clamp: unset;
}

.hc-card-box.card-home .hc-card-desc p {
    margin-top: 12px;
    font-size: 16px;
    color: var(--hc-color-neutral-600);
    -webkit-line-clamp: unset;
}

.hc-card-box.card-home.hc-variant-2 .hc-card {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    background-image: url(../images/content/background.png);
    gap: 16px;
    background-repeat: no-repeat;
    background-size: cover;
}

.hc-card-box.card-home.hc-variant-2 .hc-card-title h3 {
    color: var(--hc-color-white);
}

.hc-card-box.card-home.hc-variant-2 .hc-card-desc p {
    color: var(--hc-color-white);
    word-break: break-word;
}

/* Dropdown */
.hc-select-filter .ts-wrapper:not(.form-control):not(.form-select).single .ts-control {
    min-width: 200px;
}

.hc-article ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.hc-article ul li {
    display: flex;
    align-items: flex-start;
    gap: 8px;
    margin-bottom: 16px;
}

.hc-article ul li::before {
    content: "";
    display: inline-block;
    flex-shrink: 0;
    width: 28px;
    height: 28px;
    margin-top: 0px;
    background: url(../images/content/checklist.svg) no-repeat center / contain;
}

.hc-article.variant-2 ul li::before {
    content: "";
    display: inline-block;
    flex-shrink: 0;
    width: 28px;
    height: 28px;
    margin-top: 0px;
    background: url(../images/content/checklist-2.svg) no-repeat center / contain;
}

/* = GALLERY
------------------------------------------------------------ */
.gallery-layout {
    position: relative;
    z-index: 0;
    display: grid;
    grid-gap: 15px;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr)) !important;
    grid-auto-rows: 300px !important;
    grid-auto-flow: row;
}

.gallery-layout.js-load-list-gallery {
    padding-bottom: 80px;
}

.gallery-layout .loadmore-mjk {
    position: absolute;
    bottom: 0%;
    left: 50%;
    margin-right: -50%;
    transform: translate(-50%, 0%)
}

.gallery-layout .gallery-item {
    grid-column: span 1;
    grid-row: span 1;
}

.gallery-layout .gallery-item:nth-child(8n + 1) {
    grid-column: span 2;
    grid-row: span 2;
}

.gallery-layout .gallery-item:nth-child(8n + 2) {
    grid-column: span 4;
    grid-row: span 1;
}

.gallery-layout .gallery-item:nth-child(8n + 3) {
    grid-column: span 2;
    grid-row: span 1;
}

.gallery-layout .gallery-item:nth-child(8n + 4) {
    grid-column: span 2;
    grid-row: span 1;
}

.gallery-layout .gallery-item:nth-child(8n + 5) {
    grid-column: span 2;
    grid-row: span 1;
}

.gallery-layout .gallery-item:nth-child(8n + 6) {
    grid-column: span 2;
    grid-row: span 1;
}

.gallery-layout .gallery-item:nth-child(8n + 7) {
    grid-column: span 1;
    grid-row: span 1;
}

.gallery-layout .gallery-item:nth-child(8n + 8) {
    grid-column: span 1;
    grid-row: span 1;
}

.card-gallery-item {
    height: 100%;
}

.card-gallery-item .card-package-media {
    position: relative;
    height: 100%;
    overflow: hidden;
    border-radius: 12px;
}

.card-gallery-item .card-package-media figure {
    height: 100%;
    margin: 0;
}

.card-gallery-item .card-package-media figure img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.4s ease;
}

.card-gallery-item:hover .card-package-media figure img {
    transform: scale(1.05);
}

.card-gallery-item .glightbox-icon {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    opacity: 0;
    transition: opacity 0.4s ease;
    z-index: 10;
}

.card-gallery-item:hover .glightbox-icon {
    opacity: 1;
}