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

/* = GENERAL
-------------------------------------------------------------*/
.conlayout-box {
    border-radius: 12px;
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    padding: 40px 30px 40px 30px;
    background: #F3F6FB;
    background: -webkit-linear-gradient(150deg, rgba(243, 246, 251, 1) 50%, rgba(255, 255, 255, 1) 100%);
    background: -moz-linear-gradient(150deg, rgba(243, 246, 251, 1) 50%, rgba(255, 255, 255, 1) 100%);
    background: linear-gradient(150deg, rgba(243, 246, 251, 1) 50%, rgba(255, 255, 255, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#F3F6FB", endColorstr="#FFFFFF", GradientType=0);
}

.bg-section-type-1 {
    background-color: rgba(231, 237, 246, 0.5);
}

/* = HERO
-------------------------------------------------------------*/
.panner-box {
    display: block;
    position: relative;
    width: 100%;
    height: 100%;
}

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

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

.panner-caption {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: flex-start;
    width: 45%;
    max-width: 700px;
    margin: 0 auto 100px 9%;
    row-gap: 20px;
}

.panner-caption-title {
    font-size: 60px;
    color: var(--hc-color-white);
    font-weight: 700;
    line-height: 1.2;
    margin: 0;
    font-family: var(--hc-font-family-2);
}

.panner-caption-subtitle {
    font-size: 24px;
    color: var(--hc-color-white);
    font-weight: 600;
    line-height: 1.5;
    margin: 0;
    font-family: var(--hc-font-family-2);
}

.panner-caption-desc {
    font-size: 18px;
    color: var(--hc-color-white);
    font-weight: 600;
    line-height: 1.5;
    margin: 0;
    font-family: var(--hc-font-family-2);
}

.panner-caption-action {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: wrap;
    row-gap: 15px;
    column-gap: 20px;
}

/* overlay type 1 */
.panner-overlay::before {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    background: #000000;
    background: -webkit-linear-gradient(12deg, rgba(0, 0, 0, 0.75) 20%, rgba(255, 255, 255, 0) 52%);
    background: -moz-linear-gradient(12deg, rgba(0, 0, 0, 0.75) 20%, rgba(255, 255, 255, 0) 52%);
    background: linear-gradient(12deg, rgba(0, 0, 0, 0.75) 20%, rgba(255, 255, 255, 0) 52%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#000000", endColorstr="#FFFFFF", GradientType=0);
}

/* overlay type 2 */
.panner-overlay-variant-2::before {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    background: #000000;
    background: -webkit-linear-gradient(12deg, rgba(0, 0, 0, 0.75) 20%, rgba(255, 255, 255, 0) 52%);
    background: -moz-linear-gradient(12deg, rgba(0, 0, 0, 0.75) 20%, rgba(255, 255, 255, 0) 52%);
    background: linear-gradient(12deg, rgba(0, 0, 0, 0.75) 20%, rgba(255, 255, 255, 0) 52%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#000000", endColorstr="#FFFFFF", GradientType=0);
}

/* = HOME
------------------------------------------------------------ */
.home-section-hero {
    position: relative;
}

.home-section-overview {
    position: relative;
    overflow: hidden;
    z-index: 5;
}

.home-section-overview::before {
    content: "";
    display: block;
    position: absolute;
    top: 200px;
    right: 0;
    background: url("../images/content/bg-home-section-logo.svg");
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    width: 600px;
    height: 600px;
    z-index: -1;
}

.plider-box.variant-hero {
    height: calc(100vh - 110px);
}

.plider-box.variant-hero .swiper-pagination {
    bottom: 70px !important;
    text-align: left;
    padding-left: 9%;
}

.home-section-expertise {
    position: relative;
    overflow: hidden;
    z-index: 5;
}

.home-section-expertise::before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    background: url("../images/content/bg-home-section-expertise.svg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center top;
    width: 100%;
    height: 100%;
    z-index: -1;
}

/* = CARD WIDGET SLIDER HERO
------------------------------------------------------------ */
.widget-nwhighlight-box {
    position: relative;
    width: 100%;
    z-index: 80;
}

.nwhighlight {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start;
    width: auto;
    max-width: 600px;
    height: 170px;
    position: absolute;
    bottom: 80px;
    right: 40px;
    overflow: hidden;
    border-radius: 12px;
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    padding: 10px;
    row-gap: 10px;
    background-color: rgba(0, 0, 0, 0.4);
    backdrop-filter: blur(4px);
    -webkit-backdrop-filter: blur(4px);
    -moz-backdrop-filter: blur(4px);
}

.nwhighlight-label {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    flex-wrap: nowrap;
    column-gap: 10px;
    row-gap: 10px;
    width: 100%;
}

.nwhighlight-title {
    font-size: 16px;
    color: var(--hc-color-white);
    line-height: 1;
    font-weight: 600;
    margin: 0;
    font-family: var(--hc-font-family-1);
}

/* card */
.card-dispatch-box {
    position: relative;
}

.card-dispatch-box>a {
    width: 100%;
}

.card-dispatch {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    background-color: rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(4px);
    -webkit-backdrop-filter: blur(4px);
    -moz-backdrop-filter: blur(4px);
    border-radius: 12px;
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    padding: 10px;
    column-gap: 10px;
    width: 280px;
    height: 110px;
    transition: all 0.6s ease-in-out;
    -webkit-transition: all 0.6s ease-in-out;
    -moz-transition: all 0.6s ease-in-out;
}

.card-dispatch-img {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 90px;
    height: 90px;
    overflow: hidden;
    border-radius: 12px;
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
}

.card-dispatch-img img {
    display: flex;
    height: 100%;
    width: 100%;
    object-fit: cover;
    object-position: center;
    transition: all 0.6s ease;
    -webkit-transition: all 0.6s ease;
    -moz-transition: all 0.6s ease;
}

.card-dispatch:hover .card-dispatch-img img {
    transition: all 0.6s ease;
    -webkit-transition: all 0.6s ease;
    -moz-transition: all 0.6s ease;
    filter: brightness(60%);
    -webkit-filter: brightness(60%);
    -moz-filter: brightness(60%);
    object-fit: cover;
    transform: scale(1.03);
    -webkit-transform: scale(1.03);
    -moz-transform: scale(1.03);
}

.card-dispatch-desc {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    flex: 1;
}

.card-dispatch-caption-title {
    display: box;
    display: -moz-box;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    box-orient: vertical;
    -moz-box-orient: vertical;
    -webkit-box-orient: vertical;
    overflow: hidden;
    width: 100%;
    font-size: 18px;
    color: var(--hc-color-white);
    line-height: 1.2;
    font-weight: 400;
    margin: 0;
    font-family: var(--hc-font-family-1);
}

/* slider arrow */
.nwhighlight-nav {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    column-gap: 10px;
    position: relative;
}

.nwhighlight-nav .swiper-button-prev,
.nwhighlight-nav .swiper-button-next {
    position: relative;
    top: unset;
    right: unset;
    left: unset;
    margin: 0;
    width: 25px;
    height: 25px;
}

.nwhighlight-nav .swiper-button-prev::after,
.nwhighlight-nav .swiper-button-next::after {
    content: '';
    display: none;
}

.nwhighlight-nav .swiper-button-prev {
    left: unset;
    right: unset;
}

.nwhighlight-nav .swiper-button-next {
    left: unset;
    right: unset;
}

.nwhighlight-nav .swiper-button-prev span,
.nwhighlight-nav .swiper-button-next span {
    width: 24px;
    height: 24px;
    background-color: var(--hc-color-white);
}


/* = CARD DESC SLIDER
------------------------------------------------------------ */
.card-projectnote {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    width: 100%;
    row-gap: 15px;
    position: relative;
    padding: 20px 30px 80px;
}

.card-projectnote-img {
    display: flex;
    justify-content: center;
    align-items: center;
    width: auto;
    min-width: 150px;
    height: 50px;
    padding: 5px 10px 5px 10px;
    border-radius: 25px;
    -moz-border-radius: 25px;
    -webkit-border-radius: 25px;
    background-color: rgba(255, 255, 255, 0.6);
}

.card-projectnote-img img {
    display: flex;
    height: 35px;
    max-height: 35px;
    width: auto;
    object-fit: contain;
    object-position: center;
}

.card-projectnote-desc {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    width: 100%;
    row-gap: 20px;
    position: relative;
}

.card-projectnote-caption-title {
    font-size: 30px;
    color: var(--hc-color-white);
    font-weight: 600;
    margin: 0;
    font-family: var(--hc-font-family-1);
}

.card-projectnote-caption-desc {
    font-size: 16px;
    color: var(--hc-color-white);
    font-weight: 400;
    line-height: 1.4;
    margin: 0;
    font-family: var(--hc-font-family-1);
}


.card-projectnote-caption-list {
    display: grid;
    width: 100%;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    row-gap: 20px;
    column-gap: 15px;
    padding: 0;
    margin: 0;
    list-style: none;
}

.card-projectnote-caption-list li {
    display: flex;
    width: 100%;
}

.projectnote-spec {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    width: 100%;
    row-gap: 10px;
}

.projectnote-spec h5 {
    display: flex;
    font-size: 16px;
    color: var(--hc-color-white);
    font-weight: 400;
    margin: 0;
    font-family: var(--hc-font-family-2);
}

.projectnote-spec h4 {
    display: flex;
    font-size: 16px;
    color: var(--hc-color-white);
    font-weight: 600;
    margin: 0;
    font-family: var(--hc-font-family-2);
}

/* variant 2 */
.card-projectnote.variant-2 {
    padding: 20px 30px 40px;
}

/* =CARD COMMON (HOME)
------------------------------------------------------------ */
.card-common-desc {}

.card-common-action {}



/* =CARD STATISTIC (HOME)
------------------------------------------------------------ */
.stats-list {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    list-style: none;
    margin: 0;
    padding: 0;
    row-gap: 20px;
}

.stats-list li {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
}

.card-stats {
    display: flex;
    width: 220px;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    position: relative;
    flex-wrap: nowrap;
    column-gap: 15px;
    background-color: var(--hc-white);
    border: 1px solid var(--hc-color-gray-100);
    border-radius: 12px;
    -moz-border-radius: 12px;
    -webkit-border-radius: 12px;
    padding: 20px 15px 20px;
}

.card-stats-img {
    display: flex;
    width: 50px;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    position: relative;
}

.card-stats-img img {
    display: flex;
    width: 50px;
    height: 50px;
}

.card-stats-desc {
    display: flex;
    flex: 1;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    row-gap: 5;
    position: relative;
}

.card-stats-caption-title {
    font-size: 16px;
    color: var(--hc-color-brand-1);
    font-weight: 400;
    margin: 0;
    font-family: var(--hc-font-family-2);
    text-align: left;
}

.card-stats-caption-subtitle {
    font-size: 36px;
    color: var(--hc-color-brand-1);
    font-weight: 700;
    margin: 0;
    font-family: var(--hc-font-family-1);
    text-align: left;
}

/* =CARD COMPANY (HOME)
------------------------------------------------------------ */
.card-grant-box {
    display: flex;
    position: relative;
    width: 100%;
}

.card-grant-box>a {
    width: 100%;
}

.card-grant {
    display: flex;
    width: 100%;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    row-gap: 15px;
    position: relative;
}

.card-grant-img {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 80px;
}

.card-grant-img img {
    display: flex;
    width: auto;
    height: 50px;
    max-height: 50px;
}

.card-grant-desc {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    padding: 15px;
    row-gap: 10px;
}

.card-grant-desc::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translate(-50%, 0);
    width: 10px;
    height: 2px;
    background-color: transparent;
    transition: all 0.6s ease;
    -webkit-transition: all 0.6s ease;
    -moz-transition: all 0.6s ease;
}

.card-grant:hover .card-grant-desc::before {
    content: "";
    width: 60px;
    background-color: var(--hc-color-brand-1);
    transition: all 0.6s ease;
    -webkit-transition: all 0.6s ease;
    -moz-transition: all 0.6s ease;
}

.card-grant-caption-title {
    font-size: 14px;
    color: var(--hc-color-heading-desc);
    font-weight: 400;
    margin: 0;
    font-family: var(--hc-font-family-2);
    text-align: center;
}

.card-grant-caption-subtitle {
    font-size: 18px;
    color: var(--hc-color-brand-1);
    font-weight: 700;
    margin: 0;
    font-family: var(--hc-font-family-2);
    text-align: center;
}


/* =CARD DOWNLOAD
-------------------------------------------------------------*/
.card-rush-box {
    display: flex;
    position: relative;
    width: 100%;
}

.card-rush {
    display: flex;
    width: 100%;
    justify-content: flex-start;
    flex-direction: column;
    border: 1px solid var(--hc-color-gray-300);
    padding: 20px;
    border-radius: 12px;
    -moz-border-radius: 12px;
    -webkit-border-radius: 12px;
    row-gap: 20px;
    background-color: var(--hc-color-white);
}

.card-rush-img {
    position: relative;
    display: flex;
    overflow: hidden;
    width: 100%;
    height: auto;
    border-radius: 12px;
    -moz-border-radius: 12px;
    -webkit-border-radius: 12px;
}

.card-rush-img img {
    display: flex;
    height: 100%;
    width: 100%;
    object-fit: cover;
    object-position: center;
    transition: all 0.6s ease;
    -webkit-transition: all 0.6s ease;
    -moz-transition: all 0.6s ease;
}

.card-rush:hover .card-rush-img img {
    transition: all 0.6s ease;
    -webkit-transition: all 0.6s ease;
    -moz-transition: all 0.6s ease;
    filter: brightness(60%);
    -webkit-filter: brightness(60%);
    -moz-filter: brightness(60%);
    object-fit: cover;
    transform: scale(1.03);
    -webkit-transform: scale(1.03);
    -moz-transform: scale(1.03);
}

.card-rush-desc {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    min-height: 40px;
}

.card-rush-caption {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    width: 100%;
}

.card-rush-caption .card-rush-title {
    display: box;
    display: -moz-box;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    box-orient: vertical;
    -moz-box-orient: vertical;
    -webkit-box-orient: vertical;
    overflow: hidden;
    width: 100%;
    font-size: 16px;
    color: var(--hc-color-black);
    font-weight: 600;
    line-height: 1.2;
    margin: 0;
    font-family: var(--hc-font-family-2);
    text-align: center;
}

.card-rush-caption .card-rush-caption-desc {
    display: box;
    display: -moz-box;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    box-orient: vertical;
    -moz-box-orient: vertical;
    -webkit-box-orient: vertical;
    overflow: hidden;
    width: 100%;
    font-size: 14px;
    color: var(--hc-color-black);
    font-weight: 400;
    line-height: 1.4;
    margin: 15px 0 0 0;
    font-family: var(--hc-font-family-2);
    text-align: center;
}

.card-rush-action {
    position: relative;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    width: 100%;
}

.card-rush-action .hc-btn {
    width: 100%;
}

.card-rush:hover .card-rush-action .hc-btn span {
    margin-left: 0 !important;
    margin-right: 0.5rem !important;
}

/* variant 2 */
.card-rush-box.variant-2 .card-rush-action {
    position: absolute;
    top: 0;
    left: 0;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.4);
    transition: all 0.6s ease;
    -webkit-transition: all 0.6s ease;
    -moz-transition: all 0.6s ease;
    z-index: 5;
    opacity: 0;
    visibility: hidden;
}

.card-rush-box.variant-2 .card-rush-action span {
    width: 40px;
    height: 40px;
    background-color: var(--hc-color-white);
}

.card-rush-box.variant-2 .card-rush:hover .card-rush-action {
    opacity: 1;
    visibility: visible;
    transition: all 0.6s ease;
    -webkit-transition: all 0.6s ease;
    -moz-transition: all 0.6s ease;
}

/* = CARD REPORT
------------------------------------------------------------ */
.report-rush-box {
    display: flex;
    position: relative;
    width: 100%;
    border-radius: 12px;
    -moz-border-radius: 12px;
    -webkit-border-radius: 12px;
    background-color: var(--hc-color-gray-50);
}

.report-rush-list {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    list-style: none;
    padding: 0;
    margin: 0;
    width: 100%;
}

.report-rush-list li {
    display: flex;
    width: 100%;
}

/* CARD REPORT */
.card-report {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    position: relative;
    width: 100%;
    border-radius: 12px;
    -moz-border-radius: 12px;
    -webkit-border-radius: 12px;
    padding: 20px;
    min-height: 110px;
    column-gap: 15px;
    background-color: var(--hc-color-gray-50);
}

.card-report-img {
    position: relative;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    width: 50px;
}

.card-report-img img {
    display: flex;
    width: 40px;
    max-width: 40px;
    height: auto;
}

.card-report-desc {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    flex: 1;
    row-gap: 15px;
}

.card-report-date {
    font-size: 16px;
    color: var(--hc-color-gray-600);
    font-weight: 400;
    line-height: 1;
    margin: 0;
    font-family: var(--hc-font-family-2);
}

.card-report-title {
    font-size: 16px;
    color: var(--hc-color-black);
    font-weight: 700;
    line-height: 1.2;
    margin: 0;
    font-family: var(--hc-font-family-2);
}

.card-report-action {
    position: relative;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    width: 180px;
}

.card-report-action .hc-btn {
    width: 100%;
}

.card-report:hover .card-report-action .hc-btn span {
    margin-left: 0 !important;
    margin-right: 0.5rem !important;
}

/* = CARD VIOS ( VISION MISSION )
------------------------------------------------------------ */
.card-vios {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    position: relative;
    width: 100%;
    min-height: 250px;
    border-radius: 12px;
    -moz-border-radius: 12px;
    -webkit-border-radius: 12px;
    padding: 20px;
    row-gap: 40px;
    background-color: var(--hc-color-white);
}

.card-vios-img {
    position: relative;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    width: 60px;
}

.card-vios-img img {
    display: flex;
    width: 55px;
    max-width: 55px;
    height: auto;
}

.card-vios-desc {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    width: 100%;
    row-gap: 15px;
}

.card-vios-caption-title {
    font-size: 24px;
    color: var(--hc-color-heading-title);
    font-weight: 700;
    line-height: 1.2;
    margin: 0;
    font-family: var(--hc-font-family-2);
}

.card-vios-caption-desc {
    font-size: 16px;
    color: var(--hc-color-heading-desc);
    font-weight: 400;
    margin: 0;
    font-family: var(--hc-font-family-2);
}

.card-vios-caption-list {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    width: 100%;
    row-gap: 10px;
}

.card-vios-caption-list li {
    width: 100%;
}

.card-vios-caption-list p {
    font-size: 16px;
    color: var(--hc-color-heading-desc);
    font-weight: 400;
    margin: 0;
    font-family: var(--hc-font-family-2);
}

/* = CARD MEMBER
------------------------------------------------------------ */
.card-member-box {
    display: flex;
    position: relative;
    width: 100%;
}

.card-member {
    display: flex;
    width: 100%;
    justify-content: flex-start;
    flex-direction: column;
    border-radius: 12px;
    -moz-border-radius: 12px;
    -webkit-border-radius: 12px;
    row-gap: 15px;
    position: relative;
    overflow: hidden;
}

.card-member-img {
    position: relative;
    display: flex;
    overflow: hidden;
    width: 100%;
    height: auto;
    border-radius: 12px;
    -moz-border-radius: 12px;
    -webkit-border-radius: 12px;
}

.card-member-img img {
    display: flex;
    height: 100%;
    width: 100%;
    object-fit: cover;
    object-position: center;
    transition: all 0.6s ease;
    -webkit-transition: all 0.6s ease;
    -moz-transition: all 0.6s ease;
}

.card-member:hover .card-member-img img {
    transition: all 0.6s ease;
    -webkit-transition: all 0.6s ease;
    -moz-transition: all 0.6s ease;
    object-fit: cover;
    transform: scale(1.03);
    -webkit-transform: scale(1.03);
    -moz-transform: scale(1.03);
}

.card-member-desc {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    min-height: 100px;
    padding: 20px 15px 20px 15px;
    row-gap: 5px;
    border-radius: 12px;
    -moz-border-radius: 12px;
    -webkit-border-radius: 12px;
    background-color: var(--hc-color-brand-1);
}

.card-member-caption-title {
    font-size: 24px;
    color: var(--hc-color-white);
    font-weight: 600;
    line-height: 1.2;
    margin: 0;
    font-family: var(--hc-font-family-1);
    text-align: center;
}

.card-member-caption-subtitle {
    font-size: 16px;
    color: var(--hc-color-white);
    font-weight: 400;
    line-height: 1.2;
    margin: 0;
    font-family: var(--hc-font-family-2);
    text-align: center;
}

.card-member-action {
    position: absolute;
    top: 0;
    left: 0;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.4);
    transition: all 0.6s ease;
    -webkit-transition: all 0.6s ease;
    -moz-transition: all 0.6s ease;
    z-index: 5;
    opacity: 0;
    visibility: hidden;
}

.card-member-action span {
    width: 50px;
    height: 50px;
    background-color: var(--hc-color-white);
}

.card-member:hover .card-member-action {
    opacity: 1;
    visibility: visible;
    transition: all 0.6s ease;
    -webkit-transition: all 0.6s ease;
    -moz-transition: all 0.6s ease;
}

/* = CARD BOARD
------------------------------------------------------------ */
.card-board-box {
    display: flex;
    position: relative;
    width: 100%;
}

.card-board-box>a {
    width: 100%;
}

.card-board {
    display: flex;
    width: 100%;
    min-height: 350px;
    flex-direction: column;
    justify-content: flex-end;
    align-items: flex-start;
    border-radius: 12px;
    -moz-border-radius: 12px;
    -webkit-border-radius: 12px;
    row-gap: 15px;
    position: relative;
    overflow: hidden;
}

.card-board-img {
    position: absolute;
    top: 0;
    left: 0;
    display: flex;
    overflow: hidden;
    width: 100%;
    height: 100%;
    border-radius: 12px;
    -moz-border-radius: 12px;
    -webkit-border-radius: 12px;
    z-index: 2;
}

.card-board-img::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    display: flex;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.6);
    z-index: 4;
}

.card-board-img img {
    display: flex;
    height: 100%;
    width: 100%;
    object-fit: cover;
    object-position: center;
    transition: all 0.6s ease;
    -webkit-transition: all 0.6s ease;
    -moz-transition: all 0.6s ease;
    z-index: 2;
}

.card-board:hover .card-board-img img {
    transition: all 0.6s ease;
    -webkit-transition: all 0.6s ease;
    -moz-transition: all 0.6s ease;
    object-fit: cover;
    transform: scale(1.03);
    -webkit-transform: scale(1.03);
    -moz-transform: scale(1.03);
}

.card-board-desc {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    width: 100%;
    min-height: 100px;
    padding: 20px 20px 30px 20px;
    row-gap: 10px;
    z-index: 10;
}

.card-board-caption-title {
    font-size: 30px;
    color: var(--hc-color-white);
    font-weight: 600;
    margin: 0;
    font-family: var(--hc-font-family-1);
    text-align: left;
}

.card-board-caption-subtitle {
    font-size: 14px;
    color: var(--hc-color-white);
    font-weight: 400;
    margin: 0;
    font-family: var(--hc-font-family-2);
    text-align: left;
}

/* variant lite */
.card-board-box.variant-lite .card-board {
    min-height: 200px;
    transition: all 0.6s ease;
    -webkit-transition: all 0.6s ease;
    -moz-transition: all 0.6s ease;
}

.card-board-box.variant-lite .card-board-desc {
    min-height: unset;
    padding: 15px;
}

.card-board-box.variant-lite .card-board-img::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    display: flex;
    width: 100%;
    height: 100%;
    background: #000000;
    background: -webkit-linear-gradient(0deg, rgba(0, 0, 0, 0.8) 0%, rgba(11, 77, 162, 0.7) 40%);
    background: -moz-linear-gradient(0deg, rgba(0, 0, 0, 0.8) 0%, rgba(11, 77, 162, 0.7) 40%);
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.8) 0%, rgba(11, 77, 162, 0.7) 40%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#000000", endColorstr="#0B4DA2", GradientType=0);
    z-index: 4;
}

.card-board-box.variant-lite:hover .card-board-img::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    display: flex;
    width: 100%;
    height: 100%;
    background: #000000;
    background: -webkit-linear-gradient(0deg, rgba(0, 0, 0, 0.81) 0%, rgba(11, 77, 162, 0.5) 40%);
    background: -moz-linear-gradient(0deg, rgba(0, 0, 0, 0.81) 0%, rgba(11, 77, 162, 0.5) 40%);
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.81) 0%, rgba(11, 77, 162, 0.5) 40%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#000000", endColorstr="#0B4DA2", GradientType=0);
    z-index: 4;
}

.card-board-box.variant-lite .card-board-caption-title {
    font-size: 20px;
    position: relative;
    padding-left: 0;
    transition: all 0.6s ease;
    -webkit-transition: all 0.6s ease;
    -moz-transition: all 0.6s ease;
}

.card-board-box.variant-lite .card-board-caption-title::before {
    content: "";
    position: absolute;
    top: -10px;
    left: 0;
    width: 2px;
    height: 150%;
    background-color: var(--hc-color-white);
    opacity: 0;
    transition: all 0.6s ease;
    -webkit-transition: all 0.6s ease;
    -moz-transition: all 0.6s ease;
}

.card-board-box.variant-lite:hover .card-board {
    justify-content: center;
    transition: all 0.6s ease;
    -webkit-transition: all 0.6s ease;
    -moz-transition: all 0.6s ease;
}

.card-board-box.variant-lite:hover .card-board-caption-title {
    padding-left: 15px;
    transition: all 0.6s ease;
    -webkit-transition: all 0.6s ease;
    -moz-transition: all 0.6s ease;
}

.card-board-box.variant-lite:hover .card-board-caption-title::before {
    content: "";
    opacity: 1;
    transition: all 0.6s ease;
    -webkit-transition: all 0.6s ease;
    -moz-transition: all 0.6s ease;
}

/* = PROJECT PAGE
------------------------------------------------------------ */
.devider-light {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 50px;
    height: 8px;
    border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    margin: 0 auto;
    background: #0B4DA2;
    background: -webkit-linear-gradient(90deg, rgba(11, 77, 162, 1) 0%, rgba(146, 190, 246, 1) 100%);
    background: -moz-linear-gradient(90deg, rgba(11, 77, 162, 1) 0%, rgba(146, 190, 246, 1) 100%);
    background: linear-gradient(90deg, rgba(11, 77, 162, 1) 0%, rgba(146, 190, 246, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#0B4DA2", endColorstr="#92BEF6", GradientType=1);
}

.projectboard {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: nowrap;
    width: 100%;
    row-gap: 30px;
}

.projectboard-desc {
    display: flex;
    flex: 1;
    padding: 30px;
}

.projectboard-img {
    display: flex;
    flex: 1;
    overflow: hidden;
}

/* CARD */
.card-projectboard {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    width: 100%;
    row-gap: 15px;
    position: relative;
}

.card-projectboard-img {
    display: flex;
    justify-content: center;
    align-items: center;
    width: auto;
    min-width: 150px;
    height: 50px;
    padding: 5px 10px 5px 10px;
    border-radius: 25px;
    -moz-border-radius: 25px;
    -webkit-border-radius: 25px;
    background-color: var(--hc-color-gray-50);
}

.card-projectboard-img img {
    display: flex;
    height: 45px;
    max-height: 45px;
    width: auto;
    object-fit: contain;
    object-position: center;
}

.card-projectboard-desc {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    width: 100%;
    row-gap: 20px;
    position: relative;
}

.card-projectboard-caption-title {
    font-size: 30px;
    color: var(--hc-color-black);
    font-weight: 600;
    margin: 0;
    font-family: var(--hc-font-family-1);
}

.card-projectboard-caption-list {
    display: grid;
    width: 100%;
    grid-template-columns: 1fr 1fr;
    row-gap: 20px;
    column-gap: 15px;
    padding: 0;
    margin: 0;
    list-style: none;
}

.card-projectboard-caption-list li {
    display: flex;
    width: 100%;
}

.card-projectboard-caption-desc {
    display: flex;
    font-size: 16px;
    color: var(--hc-color-heading-desc);
    font-weight: 400;
    margin: 0;
    font-family: var(--hc-font-family-2);
}

.projectboard-spec {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    width: 100%;
    row-gap: 10px;
}

.projectboard-spec h5 {
    display: flex;
    font-size: 16px;
    color: var(--hc-color-heading-desc);
    font-weight: 400;
    margin: 0;
    font-family: var(--hc-font-family-2);
}

.projectboard-spec h4 {
    display: flex;
    font-size: 16px;
    color: var(--hc-color-heading-desc);
    font-weight: 600;
    margin: 0;
    font-family: var(--hc-font-family-2);
}

/* = PROJECT SLIDER
------------------------------------------------------------ */



/* = INDUSTRIAL FACILITIES SLIDER
------------------------------------------------------------ */




/* = CONTACT
------------------------------------------------------------ */

/* = SITEMAP
------------------------------------------------------------ */
/* = CONTACT
------------------------------------------------------------ */

/* = SITEMAP
------------------------------------------------------------ */
/* = CONTACT
------------------------------------------------------------ */

/* = SITEMAP
------------------------------------------------------------ */