body {
    color: var(--color-black);
    font-size: 15px;
    line-height: 1.5em;
    background-color: #ffffff;
    font-family: var(--font-default);
    overflow-x: hidden;
    /* text-align: justify;
    text-justify: inter-word; */
}
.site-footer {
    clear: both;
}
.title-site-banner {
    font-family: var(--font-balgrim);
    color: #34234D;
    text-align: center;
    font-size: 54px;
    font-style: normal;
    font-weight: 800;
    line-height: normal;
}
.site-banner-pengerusi .site-banner-wrap {
    padding-bottom: 0px;
}



.pengurusan-Banner {
    display: flex;
    justify-content: center;
    align-items: center;
}
.col-4-images {
    flex-shrink: 0;
    margin-right: 0;
}
.pengurusan-text h3 {
    color: #7931A8;
    font-family: var(--font-default);
    font-size: 30px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    margin-bottom: 8px;
}
.pengurusan-text p {
    color: #34234D;
    font-family: var(--font-default);
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 24px;
    text-align: left;
    padding-bottom: 0px;
}


/*effect zoom*/
.mp-carousel-top-1 span {
    display: block;

    transition: all 0.4s ease;
    opacity: 0.5;
}



.mp-carousel-top-1 .slick-slide.lt1 span {
    opacity: 0.7;

}

.mp-carousel-top-1 .slick-slide.gt1 span {
    opacity: 0.7;

}



.mp-carousel-top-1 .description-box h2 {
  color: var(--color-secondary);
  text-align: center;
  font-family: var(--font-balgrim);
  font-size: 40px;
  font-style: normal;
  font-weight: 800;
  line-height: normal;
  margin-bottom: 14px;
}
.mp-carousel-top-1 .description-box .description-hover h5 {
  color: var(--color-secondary);
  text-align: center;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  font-family: var(--font-default);
}
.mp-carousel-top-1 .description-box .description-hover p{
    color: #494949;
    text-align: center;
    font-family: var(--font-default);
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

.mp-carousel-top-1 .description-box {
    position: absolute;
    width: 800px;
    left: 0;
    right: 0;
    margin: 0 auto;
    top: 0;
    transform: translate(-295px, -170px);
    z-index: 9;
    opacity: 0;
}
.mp-carousel-top-1 .slick-slide.slick-center .description-box {
    opacity: 1;
}

.mp-carousel-top-1 .slick-list {
    padding-top: 160px !important;
}

/*FIN effect zoom*/
.mp-carousel-top-1 .slick-slide {
    overflow: hidden;
}
.mp-carousel-top-1 .slick-slide {
    margin: 0 0px;
    outline: 0;
    overflow: inherit;
    padding: 60px 0 0;
    position: relative;
}
.mp-carousel-top-1 .slick-slide.slick-center span {
    z-index: 1;
    transform: translate(3px, -24px) scale(1.2);
    opacity: 1;
}

.organisasi-tabs {
    margin: 0;
    padding: 0;
    width: 100%;
    list-style: none;
}
ul.nav-organisasi-tabs {
    list-style: none;
    margin: 0;
    padding: 5px;
    overflow: auto;
    display: flex;
    justify-content: center;
    gap:40px;
}

.organisasi-tabs li {
    float: left;
    cursor: pointer;
    list-style: none;
    text-decoration: none;

}

.organisasi-tabs li a {
    color: #CECECE;
    text-align: center;
    font-size: 16px;
    font-style: normal;
    font-weight: 800;
    font-family: var(--font-balgrim);
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    max-width: 215px;
    padding: 9px 20px;
    line-height: 16px;
    border: 1px solid transparent;
    margin-right: 15px;
    position: relative;
    border-radius: 35px;
    transition: background 0.3s ease, border-color 0.3s ease, color 0.3s ease;
    box-sizing: border-box;
    gap: 8px;
}
.organisasi-tabs li a:hover, .organisasi-tabs li.active a{
    background: #EED4FF;
    border-color: #E0AFFF;
    color: #494949;
}

.organisasi-tabs li a .icon .img-top {
    display: none;
    position: static;
    width: 30px;
    height: 30px;
}

.organisasi-tabs li a .icon .colored {
    position: static;
    width: 30px;
    height: 30px;
}

.organisasi-tabs li a:hover .img-top, .organisasi-tabs li.active a .img-top{
    display: inline;
}

.organisasi-tabs li a .icon {
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 30px;
    height: 30px;
    position: relative;
}

.organisasi-section-1 .content-wrapper .tab-content {
    padding: 83px 10px 40px;
}
.organisasi-section-2 .content-wrapper .tab-content {
    padding: 83px 10px 40px;
}
.organisasi-section .content-wrapper .tab-content {
    padding: 83px 10px 40px;
}
.organisasi-section-4 .content-wrapper .tab-content {
    padding: 83px 10px 40px;
}

.organisasi-section {
    background-image: url(../../images/wtw_images/bg-img.PNG);
    background-repeat: no-repeat;
    background-size: cover;
    padding-bottom: 80px;
    height: 100%;
    width: 100%;
    float: left;
}

.datuk-block {
    border-radius: 10px;
    border-left: 4px solid #7931A8;
    background: #FFF;
    box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.40);
    width: 100%;
    float: left;
    padding: 14px 28px 0;
    max-width: calc(100% - 342px);
    display: flex;
    justify-content: flex-start;
    margin-bottom: 30px;
}


.col-xl-4-images {
    max-width: 251px;
    height: 260px;
    flex-shrink: 0;
    margin-right: 14px;
}
.service-blocks {
    display: flex;
    justify-content: center;
    align-items: end;
    width: 100%;
}
.service-blocks .service_text {
    width: 77%;
}
.service_text h3 {
    color: #7931A8;
    font-family: var(--font-default);
    font-size: 26px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    margin: 0px;
}
.service_text p {
    color: #34234D;
    font-family: var(--font-default);
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 24px;
    margin-bottom: 19px;
}
.info-nav {
    margin: 0px;
    padding: 0px;
    display: block;
    list-style: none;
}
.info-nav li {
    color: #494949;
    font-family: var(--font-default);
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 16.8px;
    float: none;
    display: flex;
    align-items: flex-start;
    margin-bottom: 20px;
    max-width: 426px;
}
.info-nav i {
    width: 13.572px;
    height: 19.057px;
    flex-shrink: 0;
    margin-right: 7px;
}
.info-nav li a {
    padding: 0px;
    color: #494949;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 16.8px;
    font-family: var(--font-default);
    margin: 0px;
    display: block;
    max-width: 100%;
    border: transparent;
}
.info-nav li a:hover {
    border-radius: inherit !important;
    background: transparent !important;
    border: transparent !important;
}
.datuk-block-order-2 {
    border-radius: 10px;
    border-right: 4px solid #7931A8;
    background: #FFF;
    box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.40);
    width: 100%;
    float: right;
    padding: 14px 28px 0;
    max-width: calc(100% - 345px);
    display: flex;
    justify-content: space-between;
    margin-bottom: 30px;
}
.datuk-block-order-2 .col-xl-4-images {
    margin-right: 0px;
    margin-left: 0;
    justify-content: flex-end;
    display: flex;
}

.organisasi-section-1 .tab-content {
    display: none;
    opacity: 0;
    transform: translateY(15px);
    animation: fadeIn 0.5s ease 1 forwards;
}

.organisasi-section-1,  .tab-content.active {
    display: block;
    opacity: 1;
}

.organisasi-section-2 .content-wrapper .tab-content {
    display: none;
    opacity: 0;
    transform: translateY(15px);
    animation: fadeIn 0.5s ease 1 forwards;
}
.organisasi-section-2 .content-wrapper .tab-content.active {
    display: block;
    opacity: 1;
}
.organisasi-section .content-wrapper .tab-content {
    display: none;
    opacity: 0;
    transform: translateY(15px);
    animation: fadeIn 0.5s ease 1 forwards;
}
.organisasi-section .content-wrapper .tab-content.active {
    display: block;
    opacity: 1;
}
.organisasi-section-4 .content-wrapper .tab-content {
    display: none;
    opacity: 0;
    transform: translateY(15px);
    animation: fadeIn 0.5s ease 1 forwards;
}
.organisasi-section-4 .content-wrapper .tab-content.active {
    display: block;
    opacity: 1;
}

@keyframes fadeIn {
    100% {
        opacity: 1;
        transform: none;
    }
}

.pengurusan-block-order-1 {
    border-radius: 10px;
    border-left: 4px solid #7931A8;
    background: linear-gradient(90deg, #FFCDF7 0%, rgba(255, 255, 255, 0.00) 49.48%, rgba(255, 255, 255, 0.00) 100%);
    box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.40);
    width: 100%;
    float: left;
    padding: 14px 28px 0;
    max-width: calc(100% - 342px);
    display: flex;
    justify-content: flex-start;
    margin-bottom: 30px;
}
.pengurusan-blocks {
    display: flex;
    justify-content: center;
    align-items: end;
}
.pengurusan-blocks h3 {
  color: var(--color-secondary);
  font-family: var(--font-default);
  font-size: 26px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  margin: 0px;
}
.pengurusan-blocks p {
    color: #34234D;
    font-family: var(--font-default);
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 24px;
    margin-bottom: 19px;
}
.pengurusan-nav {
    margin: 0px;
    padding: 0px;
    display: block;
    list-style: none;
}
.pengurusan-nav li {
    color: #494949;
    font-family: var(--font-default);
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 16.8px;
    float: none;
    display: flex;
    align-items: flex-start;
    margin-bottom: 20px;
    max-width: 426px;
}
.pengurusan-nav i {
    width: 13.572px;
    height: 19.057px;
    flex-shrink: 0;
    margin-right: 7px;
}
.pengurusan-nav li a {
    padding: 0px;
    color: #494949;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 16.8px;
    font-family: var(--font-default);
    margin: 0px;
    display: block;
    max-width: 100%;
    border: transparent;
}
.pengurusan-block-order-2 {
    width: 100%;
    float: right;
    padding: 14px 28px 0;
    max-width: calc(100% - 342px);
    display: flex;
    justify-content: flex-end;
    margin-bottom: 30px;
    border-radius: 10px;

    border-right: 4px solid #7931A8;
    background: linear-gradient(-90deg, #FFCDF7 0%, rgba(255, 255, 255, 0.00) 49.48%, rgba(255, 255, 255, 0.00) 100%);
    box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.40);

}
.pengurusan-block-order-2 .col-xl-4-images {
    margin-right: 0px;
    margin-left: 14px;
}
.organisasi-section-2 {
    padding-bottom: 80px;
    height: 100%;
    width: 100%;
    float: left;
    background: #fff;
}


.unit-section .slick-list,
.unit-section .slick-slider,
.unit-section .slick-track {
    position: relative;
    display: block;
}

.unit-section .slider {
    width: 100%;
}

.unit-section .slick-list,
.unit-section .slick-slider,
.unit-section .slick-track {
    position: relative;
    display: block;
}

.unit-section .slick-slider .slick-list,
.slick-slider .slick-track {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.unit-section .slick-list {
    margin: 0;
    padding: 0;
}

.unit-section.slick-slide {
    display: none;
    float: left;
    height: 100%;
    min-height: 1px;
}

.unit-section .slick-slide {
    margin: 0 20px;
    outline: 0;
}



.unit-section .slider_card {
    width: 303px;
    cursor: pointer;
}

.unit-section .slider_text {
    padding: 23px 28px;
    text-align: center;
    border-radius: 0px 0px 10px 10px;
    border-top: 4px solid #7931A8;
    background: #FFF;
    box-shadow: 0px 0px 2px 0px rgba(0, 0, 0, 0.25);
}

.unit-section .slider_text h2 {
    margin-block-start: 0em;
    color: #34234D;
    text-align: center;
    font-family: var(--font-default);
    font-size: 17px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    margin-bottom: 5px;
}

.unit-section .slider_text p {
    color: #6D6D6D;
    text-align: center;
    font-family: var(--font-default);
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: 16.8px;
    max-width: 209px;
    margin: 0 auto;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.unit-section .slider_img {
    margin-top: 8px;
    position: relative;
    bottom: 2px;
    left: 0;
}

.unit-section .slick-slider {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.unit-section .slick-list {
    margin: 0;
    padding: 0;
}

.unit-section .slick-list:focus {
    outline: 0;
}

.slick-list.dragging {
    cursor: pointer;
    cursor: hand;
    outline: 0;
}

.unit-section .slick-dots li,
.slick-dots li button {
    cursor: pointer;
    height: 20px;
    width: 20px;
}

.unit-section .slider_report {
    margin-top: 14px;
}

.unit-section .slick-slider .slick-list,
.slick-slider .slick-track {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.unit-section .slick-track {
    top: 0;
    left: 0;
}

.unit-section .slick-track:after,
.slick-track:before {
    display: table;
    content: "";
}

.unit-section .slick-track:after {
    clear: both;
}

.unit-section .slick-slide {
    display: none;
    float: left;
    height: 100%;
    min-height: 1px;
}

.unit-section .slick-slide img {
    display: block;
}

.unit-section .slick-slide.slick-loading img {
    display: none;
}

.unit-section .slick-slide.dragging img {
    pointer-events: none;
}

.unit-section .slick-initialized .slick-slide {
    display: block;
}

.unit-section .slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent;
}



.unit-section .arrow {
    margin-bottom: 80px;
    position: relative;
}
.unit-section .arrow li {
    list-style: none;
    display: block !important;
    float: left;
}
.unit-section .arrow ul {
  margin: 0;
 padding: 0;
 position: absolute;
 right: 0;
 top: 33px;
}
.unit-section .slick-next:focus,
.slick-prev:focus {
    outline: 0;
}
.unit-section .arrow .prev-1 .slick-next, .unit-section .arrow .next-1 .slick-next .slick-prev {
    font-size: 0;
    line-height: 0;
    position: relative;
    display: inline-block;
    width: 50px;
    height: 50px;
    padding: 0;
    cursor: pointer;
    border: none;
}



.unit-section .arrow .prev-1 .slick-next:before,
.unit-section .arrow .next-1 .slick-prev:before {
    width: 60px;
    height: 22px;
    margin-top: 5px;
    margin-left: -30px;
    position: relative;
    display: inline-block;
    font-size: 20px;
    line-height: 1;
    -webkit-transition: all 0.1s ease-in-out;
    transition: all 0.1s ease-in-out;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}




.unit-section .arrow .slick-dotted.slick-slider {
    margin-bottom: 30px;
}

.unit-section .arrow .slick-dots {
    position: absolute;
    bottom: -25px;
    display: block;
    width: 100%;
    padding: 0;
    margin: 0;
    list-style: none;
    text-align: center;
}

.unit-section .arrow .slick-dots li {
    position: relative;
    display: inline-block;
    margin: 0 5px;
    padding: 0;
}

.unit-section .arrow .slick-dots li button {
    font-size: 0;
    line-height: 0;
    display: block;
    padding: 5px;
    color: transparent;
    border: 0;
    background: 0 0;
}

.unit-section .arrow .slick-dots li button:focus:before,
.unit-section .arrow .slick-dots li button:hover:before {
    opacity: 1;
}

.unit-section .arrow .slick-dots li button:before {
    font-size: 6px;
    line-height: 20px;
    position: absolute;
    top: 0;
    left: 0;
    width: 20px;
    height: 20px;
    content: "•";
    text-align: center;
    opacity: 0.25;
    color: #000;
    -moz-osx-font-smoothing: grayscale;
}

.unit-section .slick-slide img, .slider {
    /* width: 100%; */
    margin: 0 auto;
}
.unit-section .arrow .slick-dots li.slick-active button:before {
    opacity: 0.75;
    color: #000;
}

.unit-section .slider {
    margin: 56px auto 0;
    padding-right: 0;
    padding-left: 2rem;
    margin-top: 0;
}

.unit-section .slick-slide {
    margin: 0 20px 50px;
    outline: 0;
}

.unit-section .slick-next:before,
.unit-section .slick-prev:before {
    color: #000;
}

.unit-section .slick-prev {
    background: url(../../images/wtw_images/icon-arrow-prev-secondary.svg) no-repeat center;
    margin-right: 14px;
        left: -50px;
}
.unit-section .slick-prev, .unit-section .slick-next {
    width: 30px;
    height: 30px;
    border: solid 1px var(--bs-primary);
    border-radius: 8px;
}
.unit-section .slick-next {
    background: url(../../images/wtw_images/icon-arrow-next-secondary.svg) no-repeat center;
}


.unit-section .headline {
    position: relative;
}
.unit-section .headline:after {
  content: "";
  background: var(--color-secondary);
  height: 2px;
  position: absolute;
  top: 32px;
  left: 488px;
  width: calc(64% - 100px);
}
.unit-section .headline h3 {
  color: var(--color-secondary);
font-family: var(--font-balgrim);
font-size: 40px;
font-style: normal;
font-weight: 800;
line-height: normal;
position: relative;
}

.unit-section .slider_card:hover .slider_text {
    display: none;
}
.slider_text-hover {
  border-radius: 0px 0px 10px 10px;
  border-top: 4px solid var(--color-secondary);
  background: #F8EDFF;
  box-shadow: 0px 0px 2px 0px rgba(0, 0, 0, 0.25);
  padding: 33px 15px;
  display: none;
}
.unit-section {
    padding-bottom: 60px;
    width: 100%;
    float: left;
}

.unit-section .slider_card:hover .slider_text-hover {
    display: block;
}
.slider_text-hover .slider-nav {
    margin: 0px;
    padding: 0px;
    display: block;
    list-style: none;
}
.slider_text-hover .slider-nav li {
    color: #494949;
    font-family: var(--font-default);
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 16.8px;
    float: none;
    display: flex;
    align-items: flex-start;
    margin-bottom: 20px;
}
.slider_text-hover .slider-nav li:last-child {
    margin-bottom: 0px;
}
.slider_text-hover .slider-nav i {
    width: 13.572px;
    height: 19.057px;
    flex-shrink: 0;
    margin-right: 7px;
}
.slider_text-hover .slider-nav li a {
    padding: 0px;
    color: #494949;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 16.8px;
    font-family: var(--font-default);
    margin: 0px;
    display: block;
    max-width: 100%;
    border: transparent;
}
@media screen and (max-width: 991px) {

    .unit-section .slider_card {
        margin: 0 7px 15px!important;
    }
    .unit-section .arrow li {
        float: none;
    }

}

.negeri-section .slick-track {
    top: 0;
    left: 0;
}
.negeri-section .slick-list {
    margin: 0;
    padding: 0;
}
.negeri-section .slick-slider .slick-list, .slick-slider .slick-track {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}
.negeri-section .slick-list, .negeri-section .slick-slider, .negeri-section .slick-track {
    position: relative;
    display: block;
}
.negeri-section .slick-slider {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}


.negeri-section .headline {
    position: relative;
}
.negeri-section .headline h3 {
  color: var(--color-secondary);
  font-family: var(--font-balgrim);
  font-size: 40px;
  font-style: normal;
  font-weight: 800;
  line-height: normal;
  position: relative;
  text-align: right;
}

.negeri-section .headline:after {
    content: "";
    background: #7931A8;
    height: 2px;
    position: absolute;
    top: 32px;
    right: 385px;
    width: calc(64% - 100px);
}
.negeri-section {
    padding: 60px 0;
    width: 100%;
    float: left;
}
.negeri-section .arrow-new {
    margin-bottom: 80px;
    position: relative;
}
.negeri-section .arrow-new ul {
  margin: 0;
padding: 0;
position: absolute;
left: 0;
top: 29px;
}
.negeri-section .arrow-new li {
    list-style: none;
    display: block !important;
    float: left;
}
.negeri-section .slick-prev, .negeri-section .slick-next {
  width: 30px;
  height: 30px;
  border: solid 1px var(--color-secondary);
  border-radius: 8px;
}
.negeri-section .slick-prev {
    background: url(../../images/wtw_images/icon-arrow-prev-secondary.svg) no-repeat center;
    margin-right: 14px;
        left: -50px;
}
.negeri-section .slick-next {
    background: url(../../images/wtw_images/icon-arrow-next-secondary.svg) no-repeat center;
}

.negeri-section .new-item {
    margin: 0 20px 50px 0;
    outline: 0;
    width: 303px;
}
.negeri-section .new-item img{
    display: block;
    margin: 0 auto;
}
.negeri-section .slider_text {
  padding: 23px 28px;
  text-align: center;
  border-radius: 0px 0px 10px 10px;
  border-top: 4px solid var(--color-secondary);
  background: #FFF;
  box-shadow: 0px 0px 2px 0px rgba(0, 0, 0, 0.25);
}
.negeri-section .slider_text h2 {
  margin-block-start: 0em;
  color: var(--color-secondary);
  text-align: center;
  font-family: var(--font-default);
  font-size: 17px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  margin-bottom: 5px;
}
.negeri-section .slider_text p {
    color: #6D6D6D;
    text-align: center;
    font-family: var(--font-default);
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: 16.8px;
    max-width: 209px;
    margin: 0 auto;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.negeri-section .slider_text-hover {
  border-radius: 0px 0px 10px 10px;
  border-top: 4px solid var(--color-secondary);
  background: #F8EDFF;
  box-shadow: 0px 0px 2px 0px rgba(0, 0, 0, 0.25);
  padding: 33px 15px;
  display: none;
}

.negeri-section .new-item:hover .slider_text {
    display: none;
}
.negeri-section .new-item:hover .slider_text-hover {
    display: block;
}
.slider_text-hover .slider-nav {
    margin: 0px;
    padding: 0px;
    display: block;
    list-style: none;
}

@media screen and (max-width: 991px) {
    .negeri-section .slider_card {
        margin: 0 7px !important;
        padding: 0 0px 15px;
    }
    .negeri-section .arrow li {
        float: none;
    }
    .negeri-section .slick-list {padding: 0 0 15px;}

}

.organisasi-section-4 {
    background-image: url(../../images/wtw_images/bg25.PNG);
    width: 100%;
    height: 100%;
    float: left;
    background-repeat: no-repeat;
    background-size: cover;
}
/* Struktur tab css*/
.process-ui {
    text-align: center;
    width: 100%;
    max-width: 100%;
    margin: 0 auto;
    display: block;
    float: left;
    padding: 0 0 80px;
}

.process-nav {
    position: relative;
    margin: 0px;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    margin-bottom: 93px;
    float: left;
    max-width: 100%;
    padding: 0px;
}

.process-nav li {
    position: relative;
    padding: 20px 3px 0 3px;
    float: left;

    text-align: center;
    list-style-type: none;
}


.process-nav li .nav-link-top {
    border-radius: 10px;
    border-top: 4px solid #4CB74A;
    background: #571F7B;
    box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.40);
    color: #FFF;
    text-align: center;
    font-family: var(--font-default);
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 120%;
    padding: 21px 17px 24px;
    position: relative;
}
.process-nav li .nav-link-top:before {
    content: "";
    position: absolute;
    background-image: url(../../images/wtw_images/Line2.svg);
    width: 20px;
    flex-shrink: 0;
    top: 69px;
    left: 0;
    right: 0;
    height: 76px;
    background-repeat: no-repeat;
    margin: 0 auto;
    background-size: contain;
    z-index: 1;
}
.process-sub-nav {
    width: 100%;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    float: left;
    margin: 0px 0 20px;
    padding: 0px;
}
.process-sub-nav li {
    text-decoration: none;
    list-style: none;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    position: relative;
}
.before-1 {
    position: relative;
}
.before-1:before {
    content: "";
    position: absolute;
    top: 13px;
    left: -86px;
    background-image: url(../../images/wtw_images/Line28.PNG);
    width: 15px;
    height: 177px;
    z-index: 2;
    background-repeat: no-repeat;
    background-size: contain;
}
.after-1 {
    position: relative;
}
.after-1:before {
    content: "";
    position: absolute;
    top: 13px;
    right: -89px;
    background-image: url(../../images/wtw_images/Line28.PNG);
    width: 15px;
    height: 177px;
    z-index: 1;
    background-repeat: no-repeat;
    background-size: contain;
}
.process-sub-nav .nav-link-top-2 {
    border-radius: 10px;
    border-top: 4px solid #7931A8;
    background: #F0E4FF;
    box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.40);
    color: #34234D;
    text-align: center;
    font-family: var(--font-default);
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 120%;
    padding: 16px 48px 20px;
    position: relative;
}
.process-sub-nav .nav-link-top-2:before {
    content: "";
    position: absolute;
    left: -84px;
    top: 28px;
    background-color: #6D6D6D;
    width: 83px;
    height: 2px;
}
.process-sub-nav .nav-link-top-2:after {
    content: "";
    position: absolute;
    right: -84px;
    top: 28px;
    background-color: #6D6D6D;
    width: 83px;
    height: 2px;
}

.process-sub-3 {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    float: left;
    text-align: center;
    margin: 60px 0 0;
    padding: 0px;
    position: relative;
}

.process-sub-3:before {
    content: "";
    position: absolute;
    top: -24px;
    background: #6D6D6D;
    width: 70%;
    height: 2px;
    margin: 0 auto;
    left: 0;
    right: 0;
}
.process-sub-3 li {
    width: 33%;
    display: flex;
    padding: 0 70px;
}
.nav-link-top-4 {
    border-radius: 10px;
    border-top: 4px solid #7931A8;
    background: #FFF;
    box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.40);
    color: #34234D;
    text-align: center;
    font-family: var(--font-default);
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 19.2px;
    padding: 21px 15px 21px;
    position: relative;
    width: 100%;
    display: block;
}

.nav-link-top-4:before {
    content: "";
    position: absolute;
    background-image: url(../../images/wtw_images/line3.svg);
    width: 12px;
    flex-shrink: 0;
    top: -63px;
    left: 0;
    right: 0;
    height: 51px;
    background-repeat: no-repeat;
    margin: 0 auto;
    background-size: contain;
    z-index: 1;
}
.nav-link-top-3 {
  border-radius: 10px;
border-top: 4px solid var(--color-secondary);
background: #FFF;
box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.40);
color: #34234D;
text-align: center;
font-family: var(--font-default);
font-size: 16px;
font-style: normal;
font-weight: 700;
line-height: 19.2px;
padding: 21px 15px 21px;
position: relative;
width: 100%;
display: block;
}
.nav-link-top-3:before {
    content: "";
    position: absolute;
    background-image: url(../../images/wtw_images/line22.svg);
    width: 13px;
    height: 43px;
    top: -28px;
    left: 109px;
    background-repeat: no-repeat;
    z-index: 99;
}

.nav-link-top-5 {
  border-radius: 10px;
border-top: 4px solid var(--color-secondary);
background: #FFF;
box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.40);
color: #34234D;
text-align: center;
font-family: var(--font-default);
font-size: 16px;
font-style: normal;
font-weight: 700;
line-height: 19.2px;
padding: 21px 15px 21px;
position: relative;
width: 100%;
display: block;
}
.nav-link-top-5:before {
    content: "";
    position: absolute;
    background-image: url(../../images/wtw_images/line22.svg);
    width: 13px;
    height: 43px;
    top: -28px;
    right: 108px;
    background-repeat: no-repeat;
    z-index: 1;
}
.nav-link-top-3:hover, .nav-link-top-4:hover, .nav-link-top-5:hover{color: #34234D;}

.process-sub-4 {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    text-align: center;
    margin: 0px auto 0px;
    padding: 0px;
    max-width: 821px;
}
.process-sub-4 li {
    display: inline-flex;
    text-decoration: none;
    margin-top: 3px;
}
.nav-link-top-6 {
    border-radius: 10px;
    border-top: 4px solid #FFA800;
    background: #FFF4DE;
    box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.40);
    padding: 15px 17px;
    color: #34234D;
    text-align: center;
    font-family: var(--font-default);
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 21.6px;
    position: relative;

}
.nav-link-top-6:before {
    content: "";
    position: absolute;
    width: 2px;
    height: calc(100% - -285px);
    top: 73px;
    left: -108px;
    background: #6D6D6D;
    right: 0;
    margin: 0 auto;
}

.nav-link-top-6:hover{color: #34234D;}
.nav-link-top-7 {
    padding: 15px 17px;
    color: #34234D;
    text-align: center;
    font-family: var(--font-default);
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 21.6px;
    position: relative;
    border-radius: 10px;
    border-top: 4px solid #0094FF;
    background: #ECF7FF;
    box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.40);
}
.nav-link-top-7:before {
    content: "";
    position: absolute;
    width: 2px;
    height: calc(100% - -285px);
    top: 73px;
    left: auto;
    background: #6D6D6D;
    right: 77px;
    margin: 0 auto;
}

.nav-link-top-7:hover{color: #34234D;}

.process-inner {
    width: 100%;
    display: flex;
    justify-content: space-between;
    padding-right: 20px;
}

.process-wrapper {
    width: 100%;
    float: left;
    margin-top: 44px;
}
.process-inner-box {
    width: 50%;
    float: left;
    margin-right: 20px;
    position: relative;
}
.process-inner-box:after {
    content: "";
    position: absolute;
    background-image: url(../../images/wtw_images/line26.svg);
    width: 52px;
    height: 12px;
    top: 50px;
    right: -45px;
    z-index: 9;
    background-repeat: no-repeat;
    background-size: auto;
}
.process-sub-5 {
    margin: 0px;
    padding: 0px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.process-sub-5 li {
    display: block;
    width: 100%;
    float: left;
    margin-bottom: 20px;
}

.nav-link-top-8 {
    border-radius: 10px;
    border-top: 4px solid #FFA800;
    background: #FFF;
    box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.40);
    padding: 31px 20px;
    display: block;
    color: #34234D;
    text-align: center;
    font-family: var(--font-default);
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 19.2px;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 107px;
}
.before-3 {
    position: relative;
}

.before-3:before {
    content: "";
    position: absolute;
    background-image: url(../../images/wtw_images/line31.svg);
    top: 54px;
    left: -20px;
    width: 27px;
    height: 13px;
    z-index: 1;
    background-repeat: no-repeat;
}

.before-4 {
    position: relative;
}
.before-4:before {
    content: "";
    position: absolute;
    background-image: url(../../images/wtw_images/line31.svg);
    top: 53px;
    right: -20px;
    width: 27px;
    height: 13px;
    z-index: 1;
    background-repeat: no-repeat;
    transform: rotate(180deg);
}
.nav-link-top-8:hover{color: #34234D;}
.process-inner-box2 {
    width: 50%;
    float: right;
    margin-left: 20px;
    position: relative;
}

.process-inner-box2:before {
    content: "";
    position: absolute;
    background-image: url(../../images/wtw_images/line26.svg);
    width: 52px;
    height: 12px;
    top: 180px;
    left: -45px;
    z-index: 9;
    background-repeat: no-repeat;
    background-size: auto;
}
.process-right {
    width: 100%;
    display: flex;
    justify-content: space-between;
    padding-left:15px;

}
.process-inner-right {
    width: 50%;
    float: left;
    margin-right: 20px;
}
.process-sub-6 {
    margin: 0px;
    padding: 0px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    position: relative;
}
.process-sub-6:after {
    content: "";
    position: absolute;
    background-image: url(../../images/wtw_images/line26.svg);
    width: 52px;
    height: 12px;
    top: 50px;
    right: -45px;
    z-index: 9;
    background-repeat: no-repeat;
    background-size: auto;
}

.process-sub-6 li {
    display: block;
    width: 100%;
    float: left;
    margin-bottom: 20px;
}
.process-inner-right-2 {
    width: 50%;
    float: right;
    margin-left: 20px;
    position: relative;
}
.process-inner-right-2:before {
    content: "";
    position: absolute;
    background-image: url(../../images/wtw_images/line26.svg);
    width: 52px;
    height: 12px;
    top: 160px;
    left: -45px;
    z-index: 9;
    background-repeat: no-repeat;
    background-size: auto;
}
.leader .leader-img img {
    max-width: 250px;
    height:300px;
}
.process-sub-7 {
    margin: 0px;
    padding: 0px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.process-sub-7 li {
    display: block;
    width: 100%;
    float: left;
    margin-bottom: 20px;
}
.nav-link-top-9 {
    border-radius: 10px;
    border-top: 4px solid #0094FF;
    background: #FFF;
    box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.40);
    padding: 31px 20px;
    display: block;
    color: #34234D;
    text-align: center;
    font-family: var(--font-default);
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 19.2px;
    position: relative;
    height: 107px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.nav-link-top-10 {
    border-radius: 10px;
    border-top: 4px solid #0094FF;
    background: #FFF;
    box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.40);
    padding: 31px 20px;
    display: block;
    color: #34234D;
    text-align: center;
    font-family: var(--font-default);
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 19.2px;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 107px;
}
.nav-link-top-11 {
    border-radius: 10px;
    border-top: 4px solid #0094FF;
    background: #FFF;
    box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.40);
    padding: 31px 20px;
    display: block;
    color: #34234D;
    text-align: center;
    font-family: var(--font-default);
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 19.2px;
    position: relative;
    height: 107px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.nav-link-top-12 {
    border-radius: 10px;
    border-top: 4px solid #0094FF;
    background: #FFF;
    box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.40);
    padding: 31px 20px;
    display: block;
    color: #34234D;
    text-align: center;
    font-family: var(--font-default);
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 19.2px;
    position: relative;
}
.nav-link-top-13 {
    border-radius: 10px;
    border-top: 4px solid #0094FF;
    background: #FFF;
    box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.40);
    padding: 31px 20px;
    color: #34234D;
    text-align: center;
    font-family: var(--font-default);
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 43.2px;
    position: relative;
    height: 107px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.nav-link-top-9:hover, .nav-link-top-10:hover, .nav-link-top-11:hover, .nav-link-top-12:hover, .nav-link-top-13:hover {
    color: #34234D;
}


.section-carousel-2 {
    background: linear-gradient(180deg, #F9EFFF 0%, #FFF 100%);
    width: 100%;
    float: left;
    padding-top: 128px;
}
/* Default slide */
.slider-carousel .slick-slide{
    height: 346px;
    margin: 0 0px 0 0;
    display: flex;
    align-items: center;
    justify-content: center;
    transform: scale(0.9);
    transition: all 0.4s ease-in-out;
}
.slider-carousel .slick-slide, .slider-carousel .slick-slide[aria-hidden="true"]:not(.slick-cloned) ~ .slick-cloned[aria-hidden="true"] {
    transform: translate(8px, 14px);
    transition: all 0.4s ease-in-out;
    opacity: 0.5;
}
/* Active center slide (You can change anything here for cenetr slide)*/
.slider-carousel .slick-center,
.slider-carousel .slick-slide[aria-hidden="true"]:not([tabindex="-1"]) + .slick-cloned[aria-hidden="true"] {
    transform: scale(1);
    opacity: 1;

}
.slider-carousel .slick-current.slick-active {
    transform: translate(10px, -12px) scale(1.1);
}
.container-carousel-section .slider-carousel {
    max-width: 57%;
    margin: 0 auto;
}
.slider-carousel .slick-list {
    padding-top: 165px !important;
}

.slider-carousel .description-box {
    position: absolute;
    width: 800px;
    left: 0;
    right: 0;
    margin: 0 auto;
    top: 0;
    transform: translate(-276px, -110px);
    z-index: 9;
    opacity: 0;
}

.slider-carousel .slick-slide.slick-center .description-box {
    opacity: 1;
}
.slider-carousel .description-box h2 {
  color: var(--color-secondary);
  text-align: center;
  font-family: var(--font-balgrim);
  font-size: 30px;
  font-style: normal;
  font-weight: 800;
  line-height: normal;
  margin-bottom: 5px;
}
.slider-carousel .description-box .description-hover h5 {
  color: var(--color-secondary);
   text-align: center;
   font-size: 18px;
   font-style: normal;
   font-weight: 700;
   line-height: normal;
   font-family: var(--font-default);
}
.slider-carousel .description-box .description-hover p {
    color: #494949;
    text-align: center;
    font-family: var(--font-default);
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    margin-bottom: 0px;
}

.section-carousel-3 {
    background: linear-gradient(180deg, #F9EFFF 0%, #FFF 100%);
    width: 100%;
    float: left;
    padding-top: 100px;
}

/* Default slide */
.carousel-slider-new .slick-slide{
    height: 200px;
    margin: 0 0px 0 0;
    display: flex;
    align-items: center;
    justify-content: center;
    transform: scale(0.9);
    transition: all 0.4s ease-in-out;
}
.carousel-slider-new .slick-slide, .carousel-slider-new .slick-slide[aria-hidden="true"]:not(.slick-cloned) ~ .slick-cloned[aria-hidden="true"] {
    transform: translate(8px, 14px);
    transition: all 0.4s ease-in-out;
    opacity: 0.5;
}
/* Active center slide (You can change anything here for cenetr slide)*/
.carousel-slider-new .slick-center,
.carousel-slider-new .slick-slide[aria-hidden="true"]:not([tabindex="-1"]) + .slick-cloned[aria-hidden="true"] {
    transform: scale(1);
    opacity: 1;

}
.carousel-slider-new .slick-current.slick-active {
    transform: translate(10px, -12px) scale(1.1);
}
.container-carousel-section .carousel-slider-new {
    max-width: 57%;
    margin: 0 auto;
}
.carousel-slider-new .slick-list {
    padding-top: 225px !important;
}

.carousel-slider-new .description-box {
    position: absolute;
    width: 800px;
    left: 0;
    right: 0;
    margin: 0 auto;
    top: 0;
    transform: translate(-276px, -192px);
    z-index: 9;
    opacity: 0;
}

.carousel-slider-new .slick-slide.slick-center .description-box {
    opacity: 1;
}
.carousel-slider-new .description-box h2 {
    color: #7931A8;
    text-align: center;
    font-family: var(--font-balgrim);
    font-size: 30px;
    font-style: normal;
    font-weight: 800;
    line-height: normal;
    margin-bottom: 5px;
}
.carousel-slider-new .description-box .description-hover h5 {
    color: #4A007D;
    text-align: center;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    font-family: var(--font-default);
}
.carousel-slider-new .description-box .description-hover p {
    color: #494949;
    text-align: center;
    font-family: var(--font-default);
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    margin-bottom: 0px;
}





/*all page reponsive css*/

@media only screen and (max-width: 1366px) {

    .mp-carousel-top-1 .slick-slide.slick-center span{ transform: translate(3px, -18px) scale(1.2);}
    .mp-carousel-top-1 .description-box{transform: translate(-348px, -170px);}
    .container-carousel-section .slider-carousel {max-width: 67%;}
    .unit-section .headline:after { width: calc(64% - 190px);}
    .nav-link-top-6:before{transform: translate(44px, 1px);}
    .nav-link-top-7:before{ transform: translate(-45px, 1px);}
    .nav-link-top-5{font-size: 15px;}
    .nav-link-top-3:before{ left: 89px;}
    .nav-link-top-5:before{ right: 87px;}

}

@media only screen and (max-width: 1180px) {
    .container-carousel-section .slider-carousel {max-width: 80%;}
    .mp-carousel-top-1 .slick-slide.slick-center span { transform: translate(3px, -13px) scale(1.2);}
    .carousel-slider-new .slick-list {padding: 222px 0 0 !important; width: 72%; margin: 0 auto;}
    .pengurusan-block-order-2 { max-width: 100%;justify-content: flex-start;}
    .pengurusan-block-order-1 { max-width: 100%;}
    .process-sub-4 {   max-width: 60%;}
    .process-inner {justify-content: center; flex-wrap: wrap;}
    .process-right {padding-left: 0;flex-wrap: wrap;justify-content: center;}
    .organisasi-section-4 .container {max-width: 100%;}
    .datuk-block { max-width: 100%;}
    .datuk-block-order-2{max-width: 100%;}
    .unit-section .headline:after { width: calc(64% - 244px);}
    .nav-link-top-1, .nav-link-top-2, .nav-link-top-3, .nav-link-top-4, .nav-link-top-5, .nav-link-top-6, .nav-link-top-7, .nav-link-top-8, .nav-link-top-9, .nav-link-top-10, .nav-link-top-11, .nav-link-top-12, .nav-link-top-13 {font-size: 14px; height: auto;}
    .nav-link-top-6:before{display: none;}
    .nav-link-top-7:before{display: none;}
    .process-inner-box { width: 45%;}
    .process-inner-box2 {width: 45%;}
    .before-3:before{display: none;}
    .process-inner-right{width: 45%;}
    .process-inner-right-2{width: 45%;}
    .before-4:before{display: none;}


}
@media only screen and (max-width: 992px) {
    .organisasi-section-2 .container {max-width: 100%;}
    .title-site-banner {font-size: 36px;}
    .pengurusan-Banner {flex-wrap: wrap;}
    .pengurusan-text h3 {font-size: 25px; text-align: center;}
    .pengurusan-text p { text-align: center; font-size: 14px;}
    .mp-carousel-top-1 .description-box .description-hover h5 {font-size: 10px;margin-bottom: 4px;}
    .mp-carousel-top-1 .description-box .description-hover p{font-size: 10px;}
    .mp-carousel-top-1 .description-box h2 { font-size: 16px;  margin-bottom: 0px;}
    .slider-carousel .description-box .description-hover h5 {font-size: 10px;margin-bottom: 4px;}
    .slider-carousel .description-box .description-hover p{font-size: 10px;}
    .slider-carousel .description-box h2 {font-size: 14px;}
    .container-carousel-section .slider-carousel {max-width: 100%;}
    .carousel-slider-new .description-box h2 { font-size: 14px;}
    .carousel-slider-new .description-box .description-hover h5 { font-size: 10px; margin-bottom: 4px;}
    .carousel-slider-new .description-box .description-hover p {font-size: 10px;}
    .section-carousel-3 { padding-top: 40px;}
    .section-carousel-2{padding-top: 40px;}
    .mp-carousel-top-1 .slick-slide{padding: 0px 0 0;}
    .mp-carousel-top-1 .description-box {transform: translate(0px, -186px);width: 100%;}
    .col-4-images {order: 2;}
    .pengurusan-text{order: 1;}
    .carousel-slider-new .slick-list {padding: 222px 0 0 !important; width: 100%; margin: 0 auto;}
    .slick-slide img {display: block;}
    .slider-carousel .slick-list { padding: 165px 0 0 !important;}
    .unit-section .headline h3 {font-size: 22px;}
    .unit-section .headline:after {width: 20%;left: 270px; top: 17px;}
    .unit-section .arrow ul {top: 0px;}
    .unit-section .slider_text { padding: 10px;}
    .negeri-section .headline h3{font-size: 22px;}
    .negeri-section .headline:after { width: 20%;right: 209px; top: 15px;}
    .negeri-section .arrow-new ul {   left: 63px;
    top: 11px;}
    .negeri-section .new-item img { display: block; margin: 0 auto;}
    .unit-section .slick-slide img{display: block; margin: 0 auto; }
    .slider_text-hover .slider-nav img { height: auto;}
    .unit-section .slick-slide {margin: 0 10px 50px;}
    .process-sub-3 {flex-wrap: wrap;    margin-top: 28px;}
    .process-sub-3 li { width: 100%; margin-bottom: 20px; padding: 0px;}
    .nav-link-top-4 {margin-top: 30px;}
    .nav-link-top-4:before {top: -53px;right: 50%;left: auto;}
    .nav-link-top-5 { margin-top: 11px;}
    .nav-link-top-5:before {top: -34px; height: 33px; background-size: 100%; right:50%;}
    .process-sub-3:before {display: none;}
    .nav-link-top-3:before {top: -31px;left: auto;right: 50%;margin: 0 auto;}
    .process-inner-box { width: 100%;margin-right: 0;}
    .process-inner {flex-wrap: wrap;}
    .process-inner-box2 {width: 100%;margin-left: 0;}
    .process-right {width: 100%;flex-wrap: wrap;padding-left: 0px;}
    .process-inner-right {margin-right: 0px;width: 100%;}
    .process-inner-right-2 {margin-left: 0px; width: 100%;}
    .process-inner-box:after { transform: rotate(90deg);right: 0;left: 0; margin: 0 auto; top: 126px;height: 12px; background-size: 100%;}
    .nav-link-top-8 { margin-top: 24px;}
    .process-inner-box2:before {transform: rotate(90deg);right: 0;left: 0;margin: 0 auto;top: 126px; background-size: 100%;}
    .before-3:before {transform: rotate(90deg);right: 0;left: 0;margin: 0 auto;top: -11px; height: 12px;background-size: 100%;}
    .nav-link-top-9 {margin-top: 26px;}
    .process-sub-6:after {transform: rotate(90deg);right: 0;left: 0;margin: 0 auto;top: 126px;background-size: 100%; height: 12px;}
    .before-4:before {transform: rotate(90deg);right: 0;left: 0; margin: 0 auto;top: -13px;background-size: 100%;}
    .process-inner-right-2:before {transform: rotate(90deg);right: 0;left: 0;margin: 0 auto;top: -27px;background-size: 100%;}
    .nav-link-top-6:before{display: none;}
    .nav-link-top-7:before{display: none;}
    .nav-link-top-6 {margin-bottom: 20px;}
    .site-banner-wrap { min-height: auto;}
    .after-1:before{display: none;}
    .before-1:before{display: none;}
    .process-sub-6 li{ margin-bottom: 44px;}
    .nav-link-top-11 br {display: none;}
    .nav-link-top-10 br {display: none;}
    .nav-link-top-9 br {display: none;}
    .nav-link-top-12 br {display: none;}
    .nav-link-top-8 br {display: none;}
    .process-sub-4 {max-width: 70%;}

    .nav-organisasi-tabs .slick-prev, .nav-organisasi-tabs .slick-next {
        background-color: #fff;
        border: solid 1px #E0AFFF;
        width: 40px;
        height: 40px;
        border-radius: 50%;
    }
    .organisasi-tabs .tab-link{
    display: flex;
    align-items: center;
    justify-content: center;
}
.nav-organisasi-tabs .slick-prev {
    left: 4px;
    background: #fff url(../../images/wtw_images/icon-arrow-prev.png) no-repeat center;
}
.nav-organisasi-tabs .slick-next {
    right: 0;
    background: #fff url(../../images/wtw_images/icon-arrow-next.png) no-repeat center;
}

.nav-organisasi-tabs .slick-next:hover, .nav-organisasi-tabs .slick-next:focus {
    background: var(--bs-primary) url(../../images/wtw_images/icon-arrow-next-secondary.svg) no-repeat center;
}


}
@media only screen and (max-width: 768px) {

    .title-site-banner {font-size: 25px;}
    .service-blocks {flex-wrap: wrap;}
    .pengurusan-text h3 { font-size: 20px;}
    .mp-carousel-top-1 .slick-slide.slick-center span { transform: translate(3px, -4px) scale(1.2);}
    .slider-carousel .slick-list {padding: 165px 0px 0 !important;}
    .slider-carousel .description-box {width: 100%;transform: translate(1px, -136px);}
    .slider-carousel .slick-slide {width: 140px;height: 220px;}
    .slider-carousel .slick-current.slick-active {transform: translate(10px, 6px) scale(1.1);}
    .carousel-slider-new .slick-slide{width: 145px;height: 220px;}
    .carousel-slider-new .slick-current.slick-active {transform: translate(10px, 12px) scale(1.1);}
    .carousel-slider-new .description-box {width: 100%;transform: translate(1px, -136px);}
    .carousel-slider-new .slick-list {padding: 150px 0px 0 !important;}
    .section-carousel-3 { padding-top: 40px;}
    .section-carousel-2{padding-top: 40px;}
    .nav-organisasi-tabs{justify-content: flex-start !important; padding:0px;}
    .organisasi-tabs li { width: 50%;}
    .organisasi-tabs li a {font-size: 14px; margin-right: 0px; max-width: 100%;padding: 6px 15px;justify-content: flex-start;}
    .organisasi-tabs li a .icon {width: 50px;height: auto; float: left;}
    .organisasi-tabs li a .icon img { width: 40px;height: auto;}
    .organisasi-tabs li a br {display: none;}
    .organisasi-tabs { padding: 0 15px;}
    .negeri-section .arrow-new ul {left: 15px;}
    .unit-section .headline h3 { font-size: 18px;}
    .unit-section .headline:after {width: 15%;left: 220px; top: 13px;}
    .negeri-section .headline h3{ font-size: 18px;}
    .negeri-section .headline:after {width: 15%;right: 174px; top: 13px;}
    .pengurusan-blocks { flex-wrap: wrap;}
    .col-xl-4-images {order: 2;}
    .pengurusan-blocks h3 {font-size: 22px;}
    .pengurusan-blocks p { font-size: 14px;margin-bottom: 5px;}
    .footer-menu {margin: 0 auto;justify-content: center;}
    .unit-section .slider_text h2 {font-size: 15px;}
    .negeri-section .slider_text h2{font-size: 15px;}
    .process-inner{ padding-right: 0;}
    .nav-link-top-1, .nav-link-top-2, .nav-link-top-3, .nav-link-top-4, .nav-link-top-5, .nav-link-top-6, .nav-link-top-7, .nav-link-top-8, .nav-link-top-9, .nav-link-top-10, .nav-link-top-11, .nav-link-top-12, .nav-link-top-13 {font-size: 12px;height: auto;line-height: normal;}
    .organisasi-tabs li a .icon .img-top {top: 6px;left: 15px; width: 31px;height: auto;}
    .organisasi-tabs li a:hover .colored, .organisasi-tabs li.active a .colored{display: none;}
    .unit-section .arrow ul{  right: 36px;
    display: flex;
    top: 11px;}
    .negeri-section .arrow-new ul {
    left: 63px;
    top: 11px;
}
    .process-sub-nav .nav-link-top-2:before{display: none;}
    .process-sub-nav .nav-link-top-2:after{display: none;}
    .process-inner-box2:before {top: 141px;}
    .leader figcaption {
        text-align: center;
    }
}
@media only screen and (max-width: 480px) {
    .info-nav li {
        max-width: 100%;
    }
    .info-nav li {
        max-width: 100%;
    }
    .service-blocks {
        flex-wrap: wrap;
        max-width: 100%;
        display: flex;
        width: 100%;
       justify-content: center;
    }
    .service-blocks .service_text {
        width: 100%;
    }
    .datuk-block-order-2 .col-xl-4-images {
        margin: 0 auto;
        justify-content: center;
    }
    .organisasi-tabs li a .icon .img-top {
        top: 7px;
        left: 9px;
        width: 26px;
        height: auto;
    }

    .organisasi-tabs li a{    font-size: 11px;
        margin-right: 0px;
        max-width: 100%;
        padding: 6px 15px;
        justify-content: flex-start;
        line-height: normal;
    }
    .nav-link-top-1, .nav-link-top-2, .nav-link-top-3, .nav-link-top-4, .nav-link-top-5, .nav-link-top-6, .nav-link-top-7, .nav-link-top-8, .nav-link-top-9, .nav-link-top-10, .nav-link-top-11, .nav-link-top-12, .nav-link-top-13 {font-size: 14px;height: auto;line-height: normal;}
    .nav-link-top-7 {display: block;}
    .process-sub-4 {max-width: 100%;display: block;float: left;}
    .process-sub-4 li{display: block;}
    .nav-link-top-6 { display: block;}
    .nav-link-top-6 br { display: none;}
    .nav-link-top-7 br { display: none;}
    .nav-organisasi-tabs .slick-prev, .nav-organisasi-tabs .slick-next{top: 50%;z-index: 50;margin-left: -10px;}
    .organisasi-tabs li a{padding: 15px 15px;}
    .organisasi-tabs li a .icon img {width: 31px;}

}
@media only screen and (max-width: 124px) {
    .process-inner-box2:before {top: 124px;}
}
@media only screen and (max-width: 360px) {
    .unit-section .headline:after{display: none;}
    .negeri-section .headline:after{display: none;}
}


.pt-5, .py-5 {
    padding-top: 3rem!important;
}

.pb-5, .py-5 {
    padding-bottom: 3rem!important;
}

.order-6 {
    -webkit-box-ordinal-group: 7;
    -ms-flex-order: 6;
    order: 6;
}
.leader-container {
    padding: 0 1rem;
}
@media screen and (min-width: 768px) {


    .leader-container {
        padding:0 2rem
    }

    .leader-container.is-enter img {
        opacity: .8
    }
}
.leader {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    cursor: pointer;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-bottom: 3rem;
    pointer-events: none;
    position: relative;

}
.leader-container-header {
    margin-bottom: 60px;
    text-align: center;
}
.leader-container-header .title-h2 {
    color: #7931A8;
    text-align: center;
    font-family: var(--font-balgrim);
    font-size: 15px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    margin-bottom: 5px;
}
.designation-default {
    color: #494949;
    text-align: center;
    font-family: var(--font-default);
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    margin-bottom: 0px;
}



@media screen and (min-width: 768px) {
    .leader {
        -webkit-box-align:end;
        -ms-flex-align: end;
        align-items: flex-end;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        margin-bottom: 0;
        -webkit-box-ordinal-group: unset;
        -ms-flex-order: unset;
        order: unset;
        padding: 62px 0 0;
        pointer-events: all
    }
}

.leader.is-hover {
    z-index: 5
}

.leader.is-hover img {
    opacity: 1
}

.leader img {
    margin-bottom: 1rem;
    max-width: 100%;
    -webkit-transition: all .3s cubic-bezier(.19,1,.22,1);
    transition: all .3s cubic-bezier(.19,1,.22,1)
}
figure.leader.Kerajaan.order-6 {
    margin: 0rem -30px;
}

@media screen and (min-width: 768px) {
    .leader img {
        margin-bottom:0;
        /* -webkit-transform: scale(1.3);
        transform: scale(1.3) */
    }

    .leader.order-3 img {
        margin-left: .4rem
    }
}

/*.leader.order-6 img {
    margin-bottom: .5rem
}*/

@media screen and (max-width: 767px) {
    .leader-img {
        height:80vw;
        margin-bottom: 1rem;
        overflow: hidden
    }
}

.leader figcaption {
    display: block;
    width: 100%
}

@media screen and (min-width: 768px) {
    .leader figcaption {
        display:none;
        position: absolute;
        top: 0
    }

    .leader:hover img {
        -webkit-transform: scale(1.6);
        transform: scale(1.6)
    }
}

.leader .btn-see-more {
    display: block;
    margin-bottom: 1rem;
    pointer-events: fill
}

@media screen and (min-width: 768px) {
    .leader .btn-see-more {
        display:none
    }
}

.leader-info {
    display: none
}

.leader-info.is-open {
    display: block
}

@-webkit-keyframes mmfadeIn {
    0% {
        opacity: 0
    }

    to {
        opacity: 1
    }
}

@keyframes mmfadeIn {
    0% {
        opacity: 0
    }

    to {
        opacity: 1
    }
}

@-webkit-keyframes mmfadeOut {
    0% {
        opacity: 1
    }

    to {
        opacity: 0
    }
}

@keyframes mmfadeOut {
    0% {
        opacity: 1
    }

    to {
        opacity: 0
    }
}

@-webkit-keyframes mmslideIn {
    0% {
        -webkit-transform: translateY(15%);
        transform: translateY(15%)
    }

    to {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

@keyframes mmslideIn {
    0% {
        -webkit-transform: translateY(15%);
        transform: translateY(15%)
    }

    to {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

@-webkit-keyframes mmslideOut {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }

    to {
        -webkit-transform: translateY(-10%);
        transform: translateY(-10%)
    }
}

@keyframes mmslideOut {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }

    to {
        -webkit-transform: translateY(-10%);
        transform: translateY(-10%)
    }
}

h5.leader-name {
    color: #4A007D;
    text-align: center;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    font-family: var(--font-default);
}
p.leader-designation {
    color: #494949;
    text-align: center;
    font-family: var(--font-default);
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

.section-carousel-ONG{
    background: linear-gradient(180deg, #F9EFFF 0%, #FFF 100%);
    width: 100%;
    float: left;
    padding-top: 68px;
}
/* .feedback-baaner {
    display: none;
} */

@media screen and (min-width: 1366px){
.negeri-section .headline:after:after {
    width: calc(64% - 190px);
}
}
@media screen and (min-width: 1180px){

.negeri-section .headline:after {
    width: calc(64% - 244px);
}
.negeri-section .arrow-new ul {
    left: 40px;
}
}
.pengurusan-block-order-2 .col-xl-4-images img {
    width: auto !important;
    transform: scaleX(-1) !important;
    height: 260px !important;
    object-fit: cover !important;
}

.pengurusan-block-order-1 .col-xl-4-images img {
    width: auto !important;
    height: 260px !important;
    object-fit: cover !important;
}

/* Organisasi tabs use arkib-tabs (same as Multimedia/Siaran) - mobile overrides for icon cut-off */
@media only screen and (max-width: 400px) {
    .organisasi-section-4 .container,
    .organisasi-section .container,
    .organisasi-section-2 .container,
    .organisasi-section-1 .container-fluid {
        padding-left: 20px !important;
        padding-right: 20px !important;
    }
    .organisasi-section-4 .arkib-tabs,
    .organisasi-section .arkib-tabs,
    .organisasi-section-2 .arkib-tabs,
    .organisasi-section-1 .arkib-tabs {
        padding-left: 16px !important;
        padding-right: 16px !important;
    }
}
