@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Unbounded:wght@200..900&display=swap');
*{
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    font-family: "Inter", sans-serif;
}
.header{
    width: 100%;
    background-color: #FFFFFF;
    padding: 0 8vw;
    padding-right: 0;
    display: grid;
    grid-template-columns: 16% 84%;;
    align-items: center;
}
.logo img{
    width:68%;
}
.menu_layout{
    border-left: .12vw solid #F2F4F5;
}
.menu_top{
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: .75vw 3.4vw;
    padding-right: 8vw;
}
.menu_top_social_layout{
    display: flex;
    gap: .76vw;
}
.menu_top_social_box{
    width: 1.86vw;
    height: 1.86vw;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 100vw;
    background-color: #000E50;
}
.menu_top_social_box iconify-icon{
    color: #FFFFFF;
    font-size: 1.28vw;
}
.menu_top_layout{
    display: flex;
    gap: 4vw;
    align-items: center;
}
.menu_top_box{
    display: flex;
    align-items: center;
    gap: .7vw;
}
.menu_top_box iconify-icon{
    color: #FC6011;
    font-size: 1.4vw;
}
.menu_top_box span{
    color: #000E50;
    font-size: 1vw;
}
.menu_main{
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 1vw 3.4vw;
    padding-right: 8vw;
    border-top: .12vw solid #F2F4F5;
}
nav{
    display: flex;
    gap: 2.2vw;
}
nav a{
    text-decoration: none;
    color: #000E50;
    font-size: 1vw;
}
nav span{
    cursor: pointer;
    display: flex;
    align-items: center;
    gap: .2vw;
    font-size: 1vw;
    color: #000E50;
}
nav span iconify-icon{
    font-size: 1.3vw;
    color: #FC6011;
}
.menu_main button{
    background-color: #FC6011;
    color: #FFFFFF;
    font-size: 1vw;
    padding: .87vw 1.4vw;
    border-radius: 100vw;
    border: none;
    cursor: pointer;
}
.menu_main button:hover{
    transform: scale(1.05);
    transition: all .3s;
}

.banner{
    width: 100%;
    padding: 4.5vw 8vw;
    background-color: #F2F4F5;
    background-image: url(../images/banner_overlay_one.png);
    background-position: top center;
    background-size: contain;
    background-repeat: no-repeat;
    position:relative;
}
.slogan_banner{
    color: #000E50;
    text-transform: uppercase;
    font-size: 1.3vw;
    position: relative;
    font-weight: 500;
    padding-left: 2.8vw;
}
.slogan_banner_white{
    color: #FFFFFF;
}
.slogan_banner::before{
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 1.9vw;
    height: .11vw;
    background-color: #FC6011;
    content: '';
}
.banner h1{
    font-size: 3.5vw;
    font-family: 'poppins', sans-serif;
    color: #000E50;
    line-height: 1.1;
    margin-top: 1.2vw;
}
.banner h1 font{
    font-family: 'poppins', sans-serif;
    color: #FC6011;
}

.heading_section h2{
    font-size: 3.5vw;
    font-family: 'poppins', sans-serif;
    color: #000E50;
    line-height: 1.1;
    margin-top: 1.2vw;
}
.heading_section_white h2{
    color: #FFFFFF;
}
.heading_section h2 font{
    font-family: 'poppins', sans-serif;
    color: #FC6011;
}

.content_banner{
    display: grid;
    align-items: center;
    margin-top: 1.8vw;
    grid-template-columns: 64% 36%;
}
.content_banner_service{
    display: flex;
    flex-wrap: wrap;
    border-right: .12vw solid #FC6011;
}
.content_banner_service a{
    text-decoration: none;
}
.content_banner_service button{
    background-color: #FFFFFF;
    color: #000E50;
    font-size: 1vw;
    padding: .5vw 1vw;
    border-radius: 100vw;
    border: .1vw solid #C9C9C9;
    cursor: pointer;
    transition: .3s all;
}
.content_banner_service button:hover{
    border: .1vw solid #FC6011;
    color: #FC6011;
}
.content_banner_desc{
    padding-left: 4vw;
    padding-right: 2vw;
}
.content_banner_desc p{
    font-size: 1vw;
    color:#52576F;
    line-height: 1.5;
}

.video_banner{
    margin-top: 2.6vw;
    width: 100%;
    position: relative;
    height: 24vw;
    border-radius: 4vw 0 4vw 0;
    overflow: hidden;
    z-index: 4;
}
.video_banner img{
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    object-fit: cover;
    object-position: center;
}
.play_button{
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 6.5vw;
    height: 6.5vw;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 100%;
    outline: none;
    background-color: #ffffff2c;
    backdrop-filter: blur(.4vw);
    border: .3vw solid #FFFFFF;
    cursor: pointer;
}
.play_button iconify-icon{
    color: #FFFFFF;
    font-size: 3.4vw;
    transition: all .3s;
}
.play_button:hover iconify-icon{
    transform: scale(1.1);
}

.banner_divider{
    width: 100%;
    height: 17vw;
    position: absolute;
    bottom: 0;
    left: 0;
    background-color: #000E50;
    background-image: url(../images/banner_overlay_second.png);
    background-position: bottom center;
    background-size: contain;
    background-repeat: no-repeat;
    z-index: 2;
}

.blink_image{
    position: absolute;
    bottom: 4vw;
    left: 6vw;
    width: 8vw;
    z-index: 4;
}
.blink_image_second{
    position: absolute;
    bottom: 24vw;
    right: 6vw;
    width: 8vw;
    z-index: 4;
}

.section_1{
    width: 100%;
    padding: 4vw 8vw;
    position: relative;
}
.section_1_icon{
    position: absolute;
    top: 0;
    right: 20vw;
    width: 18vw;
}
.heading_layout{
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
}
.heading_desc{
    font-size: 1.3vw;
    color:#52576F;
    line-height: 1.5;
    margin-top: 1.4vw;
}
.heading_box_normal{
    text-align: center;
}
.heading_box_normal .slogan_banner{
    width: max-content;
    display: block;
    margin: auto;
}
.heading_box_btn{
    display: flex;
    align-items: center;
    gap: 1vw;
    margin-bottom: .1vw;
}
.heading_box_btn button{
    background-color: #FC6011;
    color: #FFFFFF;
    font-size: 1.2vw;
    outline: none;
    border: none;
    padding: .87vw 1.4vw;
    cursor: pointer;
    border-radius: 100vw;
}
.read_more_icon{
    width: 3.2vw;
    height: 3.2vw;
    border-radius: 100vw;
    background-color: #000E50;
    display: flex;
    align-items: center;
    justify-content: center;
}
.read_more_icon iconify-icon{
    color: #FFFFFF;
    font-size: 2.8vw;
}

.section_1_content{
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 2vw;
    margin-top: 2.4vw;
}
.section_1_img{
    width: 100%;
    height: 21vw;
    position: relative;
    border-radius: 3.7vw 0 3.7vw 0;
}
.section_1_img img{
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    object-fit: cover;
    object-position: center;
    border-radius: 3.7vw 0 3.7vw 0;
}
.mySwiper{
    width: 100%;
    background-color: #000E50;
    background-image: url(../images/banner_overlay_second.png);
    background-position: bottom center;
    background-size: 200%;
    background-repeat: no-repeat;
    border-radius: 3.7vw 0 3.7vw 0;
    position: relative;
}
.mySwiper::before{
    position: absolute;
    content: '';
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    width: .47vw;
    height: 14.6vw;
    background-color: #FC6011;
}
.vision_mision_box{
    padding: 3vw 3.2vw;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: space-between;
    height: 21vw;
}
.vision_mision_box p{
    color: white;
    font-size: 1.3vw;
    line-height: 1.5;
}
.vision_mision_box h5{
    color: #FC6011;
    font-family: 'poppins', sans-serif;
    font-size: 1.8vw;
    font-weight: 500;
}

.mySwiper .swiper-button-next, .mySwiper .swiper-rtl .swiper-button-prev{
    right: 3vw;
}
.mySwiper .swiper-button-prev, .mySwiper .swiper-rtl .swiper-button-next {
    left: auto;
    right: 6.6vw;
}
.mySwiper .swiper-button-next, .mySwiper .swiper-button-prev {
    position: absolute;
    top: 16.8vw;
    width: 2.6vw;
    height: 2.6vw;
    margin-top: calc(0px - (var(--swiper-navigation-size) / 2));
    z-index: 10;
    cursor: pointer;
    display: flex;
    align-items: center;
    background-color: transparent;
    border: .12vw solid #fff;
    justify-content: center;
    color: white;
    border-radius: 100vw;
    transition: .3s all;
}
.mySwiper .swiper-button-next:hover, .mySwiper .swiper-button-prev:hover{
    background-color: #FC6011;
    border: .12vw solid #FC6011;
}
.mySwiper .swiper-button-next:after, .mySwiper .swiper-button-prev:after{
    font-family: swiper-icons;
    font-size: 1.1vw;
    text-transform: none !important;
    letter-spacing: 0;
    font-variant: initial;
    line-height: 1;
}

.section_2{
    width: 100%;
    padding: 4vw 6.4vw;
    background-color: #F2F4F5;
    position: relative;
    background-image: url(../images/banner_overlay_bottom.png);
    background-position: bottom center;
    background-size: contain;
    background-repeat: no-repeat;
}
.layanan_icon_1{
    width: 15vw;
    position: absolute;
    top: 0;
    left: 4vw;
}
.layanan_icon_2{
    width: 14vw;
    position: absolute;
    right: 3vw;
    top: 0;
}
.swiper_services{
    margin-top: 2.6vw;
    padding: 0 1.5vw !important;
}
.swiper_services .swiper-button-next, .swiper_services .swiper-rtl .swiper-button-prev{
    right: 0;
}
.swiper_services .swiper-button-prev, .swiper_services .swiper-rtl .swiper-button-next {
    left: 0;
}
.swiper_services .swiper-button-next, .swiper_services .swiper-button-prev {
    position: absolute;
    top: 15.9vw;
    width: 3.2vw;
    height: 3.2vw;
    margin-top: calc(0px - (var(--swiper-navigation-size) / 2));
    z-index: 10;
    cursor: pointer;
    display: flex;
    align-items: center;
    background-color: #01165A;
    border: .12vw solid #fff;
    justify-content: center;
    color: white;
    border-radius: 100vw;
    transition: .3s all;
}
.swiper_services .swiper-button-next:hover, .swiper_services .swiper-button-prev:hover{
    background-color: #01165A;
    border: .12vw solid #01165A;
}
.swiper_services .swiper-button-next:after, .swiper_services .swiper-button-prev:after{
    font-family: swiper-icons;
    font-size: 1.3vw;
    text-transform: none !important;
    letter-spacing: 0;
    font-variant: initial;
    line-height: 1;
}
.section_2_layout{
    margin-top: 2.1vw;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 2vw;
}
.section_2_box{
    background-color: #FFFFFF;
    border-radius: 4vw 0 4vw 0;
    overflow: hidden;
    border: .1vw solid #FC6011;
}
.section_2_img{
    width: 100%;
    height: 16vw;
    position: relative;
    overflow: hidden;
}
.section_2_img_page{
    height: 24vw;
}
.section_2_img img{
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    object-fit: cover;
    object-position: center;
    transition: all .3s;
}
.section_2_box:hover .section_2_img img{
    transform: scale(1.1);
}
.section_2_content{
    padding: 1.4vw 1.6vw;
}
.section_2_content h3{
    font-size: 1.3vw;
    font-family: 'poppins', sans-serif;
    color: #000E50;
    font-weight: 600;
    margin-bottom: .4vw;
    line-height: 1.3;
    text-decoration: none;
}
.section_2_content_blog h3{
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    font-size: 1.4vw;
    line-height: 1.3;
    text-decoration: none;
}
.section_2_content p{
    color:#52576F;
    font-size: 1vw;
    line-height: 1.5;
    margin-bottom: .68vw;
}
.section_2_content_blog p{
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 3;
}
.section_2_content a{
    font-size: 1vw;
    display: flex;
    align-items: center;
    color:#52576F;
    transition: .3s all;
    text-decoration: none;
}
.category_blog{
    background-color: #000E50;
    color: #FFFFFF;
    z-index: 3;
    font-size: 1vw;
    padding: .5vw 1vw;
    border-radius: 100vw;
    position: absolute;
    top: 1vw;
    right: 1vw;
}
.section_2_content a iconify-icon{
    font-size: 1.3vw;
}
.section_2_box:hover .section_2_content a{
    color: #FC6011;
}
.learn_more_normal{
    display: flex;
    justify-content: center;
    margin-top: 2.6vw;
}
.service_overlay{
    background: linear-gradient(180deg, rgba(0, 14, 80, 0) 0%, rgba(0, 14, 80, 0.84) 100%);
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}

.section_3{
    width: 100%;
    padding: 4vw 8vw;
    background-color: #FFFFFF;
    position: relative;
}
.section_3_img{
    width: 100%;
    height: 33vw;
    position: relative;
    overflow: hidden;
    border-radius: 3.7vw 0 3.7vw 0;
}
.section_3_img_metodology{
    height: 49.7vw;
}
.section_3_img img{
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    object-fit: cover;
    object-position: center;
}
.section_3_content{
    width: 100%;
    background-color: #000E50;
    background-image: url(../images/banner_overlay_second.png);
    background-position: bottom center;
    background-size: 200%;
    background-repeat: no-repeat;
    border-radius: 3.7vw 0 3.7vw 0;
    position: relative;
    padding: 1.2vw 2.4vw;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.section_3_content::before{
    position: absolute;
    content: '';
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    width: .47vw;
    height: 25.8vw;
    background-color: #FC6011;
}
.section_3_content_metodology::before{
    height: 40vw;
}
.section_3_box{
    display: grid;
    grid-template-columns: 18% 82%;
    gap: 1.2vw;
    align-items: flex-start;
    padding: 1.4vw 2vw;
    border-bottom: .12vw solid #ffffff2c;
}
.section_3_box_legality{
    display: flex;
    justify-content: flex-start;
    flex-direction: column;
    align-items: flex-start;
    width: 100%;
}
.section_3_box img{
    width: 100%;
    margin-left: -1vw;
}
.section_3_box:last-child{
    border-bottom: none;
}
.section_3_box_content h4{
    font-family: "poppins", sans-serif;
    font-size: 1.7vw;
    color: #FFFFFF;
    font-weight: 600;
}
.section_3_box_content p{
    font-size: 1.1vw;
    color: #FFFFFF;
    line-height: 1.5;
    margin-top: .3vw;
}

.section_4{
    width: 100%;
    padding: 4vw 8vw;
    background-color: #01165A;
    background-image: url(../images/banner_overlay_third.png);
    background-position: bottom center;
    background-size: contain;
    background-repeat: no-repeat;
}
.section_4_box{
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    align-items: center;
    grid-gap: 2vw;
    border-radius: 3.7vw 0 3.7vw 0;
    background-color: #0F2464;
    box-shadow: 0px 0px 32.2px 1px #000E505E;
    padding: 1.2vw;
}
.section_4_img{
    width: 100%;
    height: 24vw;
    position: relative;
    overflow: hidden;
    border-radius: 3vw 0 3vw 0;
}
.section_4_img img{
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    object-fit: cover;
    object-position: center;
}
.section_4_layout{
    margin-top: 3vw;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 2.5vw;
}
.section_4_layout_projek{
    margin-top: 0vw;
}
.section_4_content{
    color: white;
    padding-right: 3vw;
}
.section_4_content_left{
    padding-left: 1.6vw;
    padding-right: 0;
}
.section_4_content h3{
    font-family: 'poppins', sans-serif;
    font-size: 2.8vw;
    line-height: 1.2;
    font-weight: 700;
}
.section_4_content p{
    font-size: 1.1vw;
    line-height: 1.5;
    margin-top: .8vw;
}
.section_4_content ul{
    margin-top: 1.2vw;
}
.section_4_content ul li{
    list-style: none;
    display: flex;
    align-items: center;
    gap: .7vw;
    margin-bottom: .87vw;
}
.section_4_content ul li p{
    margin-top: 0;
}
.section_4_content_projek h3{
    color: #000E50;
}
.section_4_content_projek p{
    color: #52576F;
}
.section_4_icon{
    width: 1.7vw;
    height: 1.7vw;
    border-radius: 100vw;
    background-color: #FC6011;
    display: flex;
    align-items: center;   
    justify-content: center;
}
.section_4_icon iconify-icon{
    color: #FFFFFF;
    font-size: 1.25vw;
}
.section_4_content button{
    background-color: #FC6011;
    color: #FFFFFF;
    font-size: 1vw;
    padding: .6vw 1.2vw;
    border-radius: 100vw;
    margin-top: .6vw;
    border: none;
    cursor: pointer;
}

.section_5{
    width: 100%;
    background-color: #F2F4F5;
    padding: 4vw 6.4vw;
    position: relative;
    background-image: url(../images/banner_overlay_bottom.png);
    background-position: bottom center;
    background-size: contain;
    background-repeat: no-repeat;
}
.swiper_team{
    margin-top: 2.6vw;
    padding: 0 1.5vw !important;
}
.swiper_team .swiper-button-next, .swiper_team .swiper-rtl .swiper-button-prev{
    right: 0;
}
.swiper_team .swiper-button-prev, .swiper_team .swiper-rtl .swiper-button-next {
    left: 0;
}
.swiper_team .swiper-button-next, .swiper_team .swiper-button-prev {
    position: absolute;
    top: 16.8vw;
    width: 3.2vw;
    height: 3.2vw;
    margin-top: calc(0px - (var(--swiper-navigation-size) / 2));
    z-index: 10;
    cursor: pointer;
    display: flex;
    align-items: center;
    background-color: #01165A;
    border: .12vw solid #fff;
    justify-content: center;
    color: white;
    border-radius: 100vw;
    transition: .3s all;
}
.swiper_team .swiper-button-next:hover, .swiper_team .swiper-button-prev:hover{
    background-color: #01165A;
    border: .12vw solid #01165A;
}
.swiper_team .swiper-button-next:after, .swiper_team .swiper-button-prev:after{
    font-family: swiper-icons;
    font-size: 1.3vw;
    text-transform: none !important;
    letter-spacing: 0;
    font-variant: initial;
    line-height: 1;
}
.box_team_img{
    padding: .3vw;
    padding-bottom: .2vw;
    border: .1vw solid #FC6011;
    background-color: #fff;
    border-radius: 3vw .6vw 3vw .6vw;
    position: relative;
}
.box_team_img img{
    width: 100%;
    border-radius: 2.8vw .6vw 2.8vw .6vw;
}
.box_team_content{
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    gap: .8vw;
    position: absolute;
    bottom: 5vw;
    right: 1.49vw;
    background-color: #fff;
    border-radius: 100vw;
    padding: .9vw 0;
    border: .1vw solid #FC6011;
}
.box_team_social{
    width: 2.1vw;
    height: 1vw;
    position: relative;
}
.box_team_social iconify-icon{
    color: #0F2464;
    font-size: 1.2vw;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    transition: .3s all;
}
.box_team_social iconify-icon:hover{
     transform: translate(-50%, -50%) scale(1.1);
}

.section_6{
    width: 100%;
    padding: 4vw 8vw;
    background-color: #FFFFFF;
    position: relative;
}

.section_7{
    width: 100%;
    padding: 4vw 8vw;
    background-color: #01165A;
    background-image: url(../images/banner_overlay_third.png);
    background-position: bottom center;
    background-size: contain;
    background-repeat: no-repeat;
}
.testimonialSwiper{
    margin-top: 2.7vw;
}
.testimonialSwiper .swiper-wrapper{
    padding-bottom: 4.2vw;
}
.testimonialSwiper .swiper-pagination-bullet {
    width: 3.3vw;
    height: var(--swiper-pagination-bullet-height, var(--swiper-pagination-bullet-size, 8px));
    display: inline-block;
    border-radius: .3vw;
    background: #fff;
    opacity: var(--swiper-pagination-bullet-inactive-opacity, .2);
}
.testimonialSwiper .swiper-pagination-bullet-active {
    opacity: var(--swiper-pagination-bullet-opacity, 1);
    background: #FC6011;
}
.testimonials_box{
    border-radius: 3.7vw 0 3.7vw 0;
    background-color: #0F2464;
    box-shadow: 0px 0px 32.2px 1px #000E505E;
    padding: 2vw;
    position: relative;
    width: 100%;;
}
.rating_testimonials{
    display: flex;
    align-items: center;
    gap: .2vw;
    margin-bottom: .9vw;
}
.rating_testimonials iconify-icon{
    color: #FC6011;
    font-size: 2.5vw;
}
.rating_testimonials span{
    color: #FFFFFF;
    font-size: 1.3vw;
    display: block;
    margin-left: 1vw;
}
.content_testimonials{
    z-index: 1;
    position: relative;
}
.content_testimonials p{
    font-size: 1.2vw;
    color: #FFFFFF;
    line-height: 1.5;
}
.profile_testimonials{
    display: flex;
    align-items: center;
    gap: 1.2vw;
    margin-top: 1.3vw;
}
.profile_testimonials_img{
    width: 4vw;
    height: 4vw;
    position: relative;
    border-radius: 100vw;
    overflow: hidden;
}
.profile_testimonials_img img{
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    object-fit: cover;
    object-position: center;
    border-radius: 100vw;
}
.profile_testimonials_detail h5{
    color: #FFFFFF;
    font-size: 1.3vw;
    font-weight: 600;
    font-family: 'poppins', sans-serif;
}
.profile_testimonials_detail p{
    color: #FFFFFF;
    font-size: .95vw;
    font-weight: 500;
}
.quote_icon{
    position: absolute;
    width: 10vw;
    right: 2vw;
    bottom: 5vw;
    z-index: 0;
}

.section_8{
    width: 100%;
    padding: 5.7vw 8vw;
    background-color: #F2F4F5;
    position: relative;
    background-image: url(../images/bg_cta.png);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    border-top: .8vw solid #FC6011;
    border-bottom: .8vw solid #FC6011;
}
.cta_icon_1{
    position: absolute;
    left: 1vw;
    width: 13vw;
    top: 0;
}
.cta_icon_2{
    position: absolute;
    right: 2vw;
    bottom: 0;
    width: 10vw;
}
.section_8 button{
    background-color: #FC6011;
    color: #FFFFFF;
    font-size: 1.3vw;
    padding: .67vw 1.1vw;
    border-radius: 100vw;
    border: none;
    cursor: pointer;
    margin-top: 1.8vw;
}
.section_8 button:hover{
    transform: scale(1.05);
    transition: all .3s;
}

.footer{
    width: 100%;
    background-color: #0F2464;
    padding:3vw 8vw;
    padding-bottom: 2.6vw;
}
.footer_first{
    display: flex;
    justify-content: space-between;
}
.footer_identity img{
    width: 11vw;
    margin-bottom: 1.3vw;
}
.footer_identity p{
    color: white;
    width: 68%;
    font-size: 1vw;
    line-height: 1.5;
    margin-bottom: 1.3vw;
}
.social_media_footer{
    display: flex;
    gap: 1vw;
}
.social_media_box{
    width: 2.5vw;
    height: 2.5vw;
    position: relative;
    border-radius: 100vw;
    border: .1vw solid white;
}
.social_media_box iconify-icon{
    font-size: 1.3vw;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    columns: white;
}
.social_media_footer a{
    color: #fff;
}
.menu_footer{
    display: flex;
    gap: 7vw;
    align-items: flex-start;
    margin-top: 3vw;
}
.menu_footer_box{
    width: max-content;
}
.menu_footer_box h3{
    color: white;
    font-size: 1.1vw;
    font-weight: 600;
    margin-bottom: 1vw;
}
.menu_footer_box ul li{
    list-style: none;
    font-size: 1vw;
    color: white;
    margin-bottom: .9vw;
}
.menu_footer_box ul li a{
    text-decoration: none;
    color: white;
    width: max-content;
}
.footer_second{
    display: flex;
    justify-content: space-between;
    padding: 2.2vw 0;
    align-items: center;
    border-top: .1vw solid rgba(255, 255, 255, 0.377);
    border-bottom: .1vw solid rgba(255, 255, 255, 0.377);
    margin: 2.5vw 0;
    margin-bottom: 1.8vw;
}
.footer_second ul{
    display: flex;
    list-style: none;
    gap: 1.7vw;
}
.footer_second ul li a{
    text-decoration: none;
    font-size: 1vw;
    color: white;
}
.footer_second span{
    color: white;
    text-transform: uppercase;
    font-size: 1vw;
    display: block;
}
.footer_third p{
    font-size: .9vw;
    color: white;
    margin-bottom: 2.7vw;
}
.footer_third p span{
    font-weight: 600; 
}
.company_data{
    display: flex;
    gap: 2vw;
}
.company_data_box{
    display: flex;
    gap: .66vw;
    align-items: flex-start;
}
.company_data_box iconify-icon{
    font-size: 1.4vw;
    color: white;
}
.company_data_box h5{
    font-size: 1vw;
    color: white;
    margin-bottom: .4vw;
    font-weight: 600;
}
.company_data_box p{
    margin-bottom: 0;
}

.section_unggul{
    width: 100%;
    padding: 4vw 8vw;
    background-color: #FC6011;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
}
.count-up[data-target="300"]::after {
    content: "+";
}
.count-up[data-target="13"]::after {
    content: "+";
}
.count-up[data-target="100"]::after {
    content: "+";
}
.count-up[data-target="98"]::after {
    content: "%";
}
.section_unggul_box{
    text-align: center;
}
.section_unggul_box h4{
    transition: all 0.3s ease-in-out;
    font-family: "Unbounded", sans-serif !important;
    font-size: 3vw;
    color: white;
    margin-bottom: .8vw;
}
.section_unggul_box p{
    color: white;
    font-size: 1.2vw;
    line-height: 1.5;
}

.section_9{
    width: 100%;
    padding: 6vw 8vw;
}
.klienSwiper{
    margin-top: 3.7vw;
}
.klienSwiper .swiper-pagination-bullet {
    width: 2.4vw;
    height: var(--swiper-pagination-bullet-height, var(--swiper-pagination-bullet-size, 8px));
    display: inline-block;
    border-radius: .3vw;
    background: #FC6011;
    opacity: var(--swiper-pagination-bullet-inactive-opacity, .2);
}
.klienSwiper .swiper-pagination-bullet-active {
    opacity: var(--swiper-pagination-bullet-opacity, 1);
    background: #FC6011;
}
.klien_box{
    display: flex;
    align-items: center;
    justify-content: center;
    height: 4.5vw;
    width: 100%;
}
.klien_box img{
    max-width: 11vw;
    max-height: 5vw;
    object-fit: contain;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.call_me_banner{
    background-color: #FFFFFF;
    width: 9.4vw;
    height: 9.4vw;
    border-radius: 100vw;
    position: absolute;
    right: 7.5vw;
    top: 5vw;
    display: flex;
    align-items: center;
    z-index: 3;
    justify-content: center;
    overflow: hidden;
}
.call_me_banner_box{
    width: 3.87vw;
    height: 3.87vw;
    border-radius: 100vw;
    background-color: #FC6011;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    z-index: 3;
    transition: .3s all;
}
.call_me_banner_box iconify-icon{
    color: #FFFFFF;
    font-size: 3.1vw;
    transition: all .3s;
}
.call_me_banner_box:hover{
    transform: scale(1.07);
}
.heading_call_me{
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 20vw;
    animation: spin 4s linear infinite;
    z-index: 2;
}
.heading_call_me_overlay{
    width: 9.4vw;
    height: 9.4vw;
    background-color: #000E50;
    position: absolute;
    right: 12vw;
    top: 5vw;
    border-radius: 100vw;
    z-index:0;
}

@keyframes spin {
    from {
        transform: translate(-50%, -50%) rotate(0deg);
    }
    to {
        transform: translate(-50%, -50%) rotate(360deg);
    }
}

.banner_page{
    width: 100%;
    padding: 4vw 8vw;
    padding-bottom: 4.6vw;
    text-align: center;
    position: relative;
    background-color: #000E50;
    background-image: url(../images/banner_overlay_second.png);
    background-position: bottom center;
    background-size: cover;
}
.banner_page h1{
    font-size: 3.3vw;
    color: #ffffff;
    font-family: 'poppins', sans-serif;
    font-weight: 700;
    margin-bottom: .8vw;
}
.banner_page span{
    font-size: 1.1vw;
    color: #ffffff;
}
.banner_page span font{
    color: #FC6011;
}

.about_section_2{
    width: 100%;
    padding: 4vw 8vw;
    padding-bottom: 9vw;
    background-color: #F2F4F5;
    position: relative;
}
.video-wrapper{
    position: relative;
    width: 100%;
    margin-top: 2.7vw;
    height: 37vw;
    overflow: hidden;
    border-radius: 3.7vw 0 3.7vw 0;
}
.about_unggul{
    width: 80%;
    position: absolute;
    right: 0;
    bottom: 3.4vw;
    background-color: #000E50;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    border-radius: 1.4vw 0 0 1.4vw;
    padding: 1.6vw 2.8vw;
}
.about_unggul_box{
    text-align: start;
    position: relative;
}
.about_unggul_box::after{
    content: '';
    width: .1vw;
    height: 4vw;
    background-color: #ffffff3a;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 4.8vw;
}
.about_unggul_box:last-child::after{
    display: none;
}
.about_unggul_box h4{
    font-family: "Unbounded", sans-serif !important;
    color: white;
    font-size: 2.7vw;
}
.about_unggul_box p{
    color: white;
    font-size: 1.1vw;
    line-height: 1.5;
    margin-top: .6vw;
}

.metodologySwiper{
    margin-top: 2.7vw;
}
.metodologySwiper .swiper-wrapper{
    padding-bottom: 4.2vw;
}
.metodologySwiper .swiper-pagination-bullet {
    width: 3.3vw;
    height: var(--swiper-pagination-bullet-height, var(--swiper-pagination-bullet-size, 8px));
    display: inline-block;
    border-radius: .3vw;
    background: #fff;
    opacity: var(--swiper-pagination-bullet-inactive-opacity, .2);
}
.metodologySwiper .swiper-pagination-bullet-active {
    opacity: var(--swiper-pagination-bullet-opacity, 1);
    background: #FC6011;
}
.metodology_box{
    border-radius: 3.7vw 0 3.7vw 0;
    background-color: #0F2464;
    box-shadow: 0px 0px 32.2px 1px #000E505E;
    padding: 2vw;
    position: relative;
    width: 100%;
    overflow: hidden;
}
.metodology_box img{
    width: 8vw;
    margin-left: -1.2vw;
    margin-bottom: .7vw;
}
.metodology_box h3{
    font-family: "Unbounded", sans-serif !important;
    font-size: 1.7vw;
    color: #FFFFFF;
    font-weight: 600;
    margin-bottom: .6vw;
}
.metodology_box p{
    font-size: 1.1vw;
    color: #FFFFFF;
    line-height: 1.5;
}
.metodology_number{
    font-size: 9vw;
    color:#172B68;
    position: absolute;
    right: -.6vw;
    top: -2.3vw;
}

.section_4_projek{
    background-color: #F2F4F5;
    position: relative;
    background-image: url(../images/banner_overlay_bottom.png);
    background-position: bottom center;
    background-size: contain;
    background-repeat: no-repeat;
}
.section_4_box_projek{
    background-color: white;
    box-shadow: none;
    border: .12vw solid #FC6011;
}

.section_artikel{
    width: 100%;
    padding: 4vw 8vw;
    background-color: #F2F4F5;
    position: relative;
    background-image: url(../images/banner_overlay_bottom.png);
    background-position: bottom center;
    background-size: contain;
    background-repeat: no-repeat;
}
.container_artikel{
    width: 100%;
    display: grid;
    grid-template-columns: 70% 30%;
    margin-top: 2.5vw;
}
.layout_artikel{
    display: flex;
    flex-direction: column;
    gap: 1.7vw;
}
.meta_artikel{
    display: flex;
    align-items: center;
    gap: .4vw;
    margin-bottom: .8vw;
}
.meta_artikel iconify-icon{
    color: #FC6011;
    font-size: 1.2vw;
}
.meta_artikel span{
    font-size: 1vw;
    color: #52576F;
}
.sidebar{
    position: sticky;
    left: 0;
    top: 2vw;
}
.sidebar_artikel{
    position: sticky;
    top: 2vw;
    left: 0;
    padding-left: 2.5vw;
}
.sidebar_artikel_box{
    margin-bottom: 1.3vw;
    padding-bottom: 1.3vw;
    border-bottom: .1vw solid #000d5062;
}
.sidebar_artikel_box h3{
    border-left: .22vw solid #FC6011;
    padding: .07vw 0;
    padding-left: .56vw;
    font-size: 1.4vw;
    font-family: "Unbounded", sans-serif !important;
    color: #000E50;
    margin-bottom: .8vw;
    font-weight: 500;
}
.input_box_search{
    display: flex;
    position: relative;
    border: .1vw solid #000d5062;
    border-radius: .8vw;
    overflow: hidden;
}
.input_box_search input{
    width: 100%;
    outline: none;
    border: none;
    font-size: 1.2vw;
    color: #52576F;
    padding: .8vw 1.3vw;
}
.input_box_search iconify-icon{
    font-size: 1.5vw;
    color: #52576F;
    position: absolute;
    right: 1vw;
    top: 50%;
    transform: translateY(-50%);
}
.category_artikel_layout{
    display: flex;
    flex-direction: column;
    gap: .6vw;
}
.category_artikel_layout a{
    text-decoration: none;
    color: #000E50;
}
.category_artikel_box{
    padding: .8vw 1.3vw;
    background-color: #fff;
    border-radius: .8vw;
    border: .1vw solid #000d5062;
}
.category_artikel_box p{
    font-size: 1.1vw;
    color: #000E50;
}
.recent_artikel{
    display: flex;
    flex-direction: column;
    gap: .8vw;
}
.recent_artikel_box{
    width: 100%;
    display: grid;
    align-items: center;
    grid-template-columns: 25% 75%;
}
.recent_artikel_img{
    width: 100%;
    height: 5.8vw;
    border-radius: 100vw;
    position: relative;
    overflow: hidden;
}
.recent_artikel_img img{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}
.recent_artikel_content{
    padding-left: 1.3vw;
}
.recent_artikel_content h5{
    font-size: 1.1vw;
    color: #000E50;
    font-family: 'poppins', sans-serif;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    line-height: 1.3;
    margin-bottom: .4vw;
    font-weight: 600;
}
.recent_artikel_content span{
    font-size: .97vw;
    color: #52576F;
}

.contact_container{
    width: 100%;
    padding: 4vw 8vw;
    display: grid;
    grid-template-columns: 63% 37%;
}
.contact_form{
    padding-right: 2vw;
}
.contact_form form{
    display: flex;
    flex-direction: column;
    gap: 1.7vw;
    width: 100%;
}
.contact_form_projek{
    padding-right: 0;
    border: .1vw solid #FC6011;
    border-radius: 1.1vw;
    padding: 1.4vw;
    margin-top: .9vw;
}
.contact_input_double{
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 1.7vw;
}
.contact_input_single{
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    gap: .6vw;
}
.contact_input_single label{
    font-size: 1.1vw;
    color: #000E50;
}
.contact_input_single input{
    font-size: 1.1vw;
    outline: none;
    border: .1vw solid #C9C9C9;
    padding: .75vw 1.2vw;
    border-radius: .6vw;
    color: #52576F;
    width: 100%;
}
.contact_input_single textarea{
    font-size: 1.1vw;
    outline: none;
    border: .1vw solid #C9C9C9;
    padding: .75vw 1.2vw;
    border-radius: .6vw;
    color: #52576F;
    width: 100%;
}
.contact_form button{
    font-size: 1.1vw;
    background-color: #FC6011;
    border-radius: .6vw;
    color: white;
    padding: .75vw 1.2vw;
    width: max-content;
    outline: none;
    border: none;
}
.contact_detail{
    background-color: #01165A;
    background-image: url(../images/banner_overlay_third.png);
    background-position: bottom center;
    background-size: cover;
    background-repeat: no-repeat;
    width: 100%;
    padding: 2.3vw;
    border-radius: 3.7vw 0 3.7vw 0;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.contact_detail_box h2{
    font-family: "Unbounded", sans-serif !important;
    color: white;
    font-size: 1.4vw;
    font-weight: 500;
    margin-bottom: .6vw;
}
.contact_detail_box p{
    font-size: 1.1vw;
    color: white;
    font-weight: 300;
}
.contact_social_media{
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 1.4vw;
}
.contact_social_media_box{
    width: 3.2vw;
    height: 3.2vw;
    display: flex;
    align-items: center;
    background-color: #FC6011;
    border-radius: 100vw;
    justify-content: center;
}
.contact_social_media_box_icon iconify-icon{
    color: #FC6011;
    font-size: 1.3vw;
}
.contact_social_media_box_icon{
    width: 1.8vw;
    height: 1.8vw;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 100vw;
    background-color: white;
}
.contact_maps{
    width: 100%;
    padding: 0 8vw;
    padding-bottom: 4vw;
}
.contact_maps_box{
    width: 100%;
    height: 33vw;
    border-radius: 3.7vw 0 3.7vw 0;
    overflow: hidden;
    position: relative;
}
.contact_maps_box iframe{
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
}

.kapabilitas_container{
    width: 100%;
    padding: 4vw 6.4vw;
}
.swiper_kapabilitas{
    padding: 0 1.5vw !important;
}
.swiper_kapabilitas .swiper-button-next, .swiper_kapabilitas .swiper-rtl .swiper-button-prev{
    right: 0;
}
.swiper_kapabilitas .swiper-button-prev, .swiper_kapabilitas .swiper-rtl .swiper-button-next {
    left: 0;
}
.swiper_kapabilitas .swiper-button-next, .swiper_kapabilitas .swiper-button-prev {
    position: absolute;
    top: 15.9vw;
    width: 3.2vw;
    height: 3.2vw;
    margin-top: calc(0px - (var(--swiper-navigation-size) / 2));
    z-index: 10;
    cursor: pointer;
    display: flex;
    align-items: center;
    background-color: #01165A;
    border: .12vw solid #fff;
    justify-content: center;
    color: white;
    border-radius: 100vw;
    transition: .3s all;
}
.swiper_kapabilitas .swiper-button-next:hover, .swiper_kapabilitas .swiper-button-prev:hover{
    background-color: #01165A;
    border: .12vw solid #01165A;
}
.swiper_kapabilitas .swiper-button-next:after, .swiper_kapabilitas .swiper-button-prev:after{
    font-family: swiper-icons;
    font-size: 1.3vw;
    text-transform: none !important;
    letter-spacing: 0;
    font-variant: initial;
    line-height: 1;
}
.kapabilitas_box{
    border: .1vw solid #FC6011;
    border-radius: 3.7vw 0 3.7vw 0;
    width: 100%;
    padding: 1.6vw 1.6vw;
}
.kapabilitas_box h3{
    font-family: "poppins", sans-serif !important;
    font-weight: 500;
    font-size: 1.1vw;
    color: #000E50;
}
.kapabilitas_box button{
    margin: .8vw 0;
    font-size: 1vw;
    color: white;
    background-color: #FC6011;
    border-radius: 100vw;
    padding: .56vw 1.2vw;
    border: none;
    outline: none;
    width: 100%;
    cursor: pointer;
}
.kapabilitas_box ul li{
    list-style: none;
    font-size: 1vw;
    color: #000E50;
    display: flex;
    align-items: center;
    gap: .3vw;
    margin-bottom: .2vw;
}
.kapabilitas_box ul li iconify-icon{
    color: #FC6011;
    font-size: 1.2vw;
}

.projek_detail_container{
    width: 100%;
    padding: 1vw 8vw;
    padding-top: 0;
}
.row_img{
    width: 100%;
    display: flex;
    justify-content: space-between;
    margin-top: .6vw;
}
.column {
  width: 25%;
  height: 5vw;
  position: relative;
  margin-right: .6vw;
  border-radius: .6vw;
  overflow: hidden;
}
.column:last-child{
    margin-right: 0;
}

/* Style the images inside the grid */
.column img {
  opacity: 0.8; 
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  cursor: pointer; 
}

.column img:hover {
  opacity: 1;
}

/* Clear floats after the columns */
.row_img:after {
  content: "";
  display: table;
  clear: both;
}

/* The expanding image container */
.container_img {
  position: relative;
  display: none;
  width: 100%;
  overflow: hidden;
  height: 29vw;
  border-radius: 1.2vw;
}
.container_img img{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

/* Expanding image text */
#imgtext {
  position: absolute;
  bottom: 15px;
  left: 15px;
  color: white;
  font-size: 20px;
}

/* Closable button inside the expanded image */
.closebtn {
  position: absolute;
  top: 10px;
  right: 15px;
  color: white;
  font-size: 35px;
  cursor: pointer;
}

.projek_detail_box{
    width: 100%;
    margin-top: 1.8vw;
}
.projek_detail_box h2{
    font-size: 2.4vw;
    color: #000E50;
    font-family: "poppins", sans-serif !important;
    font-weight: 700;
    line-height: 1.2;
    margin-bottom: .4vw;
}
.projek_detail_box p{
    font-size: 1vw;
    color: #52576F;
}
.projek_detail_box ul{
    margin-top: 1vw;
    margin-bottom: 1vw;
    display: flex;
    gap: 2vw;
}
.projek_detail_box ul li{
    display: flex;
    align-items: center;
    gap: .5vw;
    list-style: none;
    margin-bottom: .6vw;
}
.projek_detail_content{
    border-top: .1vw solid #000d501c;
    padding: 1.2vw 0;
    padding-bottom: 1.4vw;
}
.projek_detail_content_layanan{
    margin-top: 1.3vw;
}
.projek_detail_content h3{
    font-size: 1.4vw;
    font-family: 'poppins', sans-serif;
    color: #000E50;
    font-weight: 600;
    margin-bottom: .8vw;
}
.projek_detail_content h5{
    font-size: 1.1vw;
    font-family: 'poppins', sans-serif;
    color: #000E50;
    font-weight: 600;
    margin-bottom: .8vw;
}
.projek_detail_content p{
    font-size: 1vw;
    color: #52576F;
    line-height: 1.4;
    margin-top: -.6vw;
}
.projek_detail_content ul{
    display: flex;
    flex-wrap: wrap;
}
.projek_detail_content ol{
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    gap: 1.3vw;
}
.projek_detail_content ol li{
    display: flex;
    align-items: center;
    gap: .4vw;
    font-size: 1vw;
    color: #52576F;
}
.projek_detail_content ol li iconify-icon{
    color: #FFFFFF;
    background-color: #FC6011;
    padding: .2vw;
    font-size: .9vw;
    border-radius: 100vw;
}

.artikel_detail_container{
    width: 100%;
    padding: 5.5vw 8vw;
    padding-bottom: 2vw;
}
.artikel_detail_img{
    width: 100%;
    height: 36vw;
    position: relative;
    border-radius: 3.7vw 0 3.7vw 0;
    overflow: hidden;
}
.artikel_detail_img img{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}
.artikel_detail_category{
    width: max-content;
    display: block;
    margin: auto;
    background-color: #FC6011;
    border-radius: 100vw;
    padding: .73vw 1.2vw;
    margin-top: 2.5vw;
}
.artikel_detail_category p{
    font-size: 1vw;
    color: white;
}
.artikel_detail_heading{
    text-align: center;
    padding: 0 7vw;
    margin-top: 1.7vw;
}
.artikel_detail_heading h2{
    font-size: 2.2vw;
    font-family: 'poppins', sans-serif;
    color: #000E50;
    font-weight: 700;
    line-height: 1.3;
}
.artikel_content p{
    font-size: 1vw;
    color: #52576F;
    margin-bottom: 1vw;
    line-height: 1.4;
}
.artikel_content h2{
    font-size: 1.6vw;
    color: #000E50;
    margin-bottom: .6vw;
    font-family: 'poppins', sans-serif;
}
.artikel_content h3{
    font-size: 1.4vw;
    color: #000E50;
    margin-bottom: .6vw;
    font-family: 'poppins', sans-serif;
}
.artikel_content h4{
    font-size: 1.2vw;
    color: #000E50;
    margin-bottom: .6vw;
    font-family: 'poppins', sans-serif;
}
.artikel_content h5{
    font-size: 1.1vw;
    color: #000E50;
    margin-bottom: .6vw;
    font-family: 'poppins', sans-serif;
}
.artikel_content ul{
    margin-left: 1vw;
    margin-bottom: 1vw;
}
.artikel_content ul li{
    font-size: 1vw;
    color: #52576F;
    margin-bottom: .3vw;
    line-height: 1.4;
}
.artikel_content ol{
    margin-left: 1vw;
    margin-bottom: 1vw;
}
.artikel_content b, .artikel_content strong{
    color: #000E50;
    font-size: 1vw;
}
.artikel_content a{
    color: #FC6011;
    font-size: 1vw;
    text-decoration: none;
}
.artikel_content ol li{
    font-size: 1vw;
    color: #52576F;
    margin-bottom: .3vw;
}
.artikel_detail_layout{
    width: 100%;
    display: grid;
    grid-template-columns: 70% 30%;
    margin-top: 2.4vw;
}

.dropdown {
  position: relative;
  display: inline-block;
}

.dropdown-menu {
  display: none;
  position: absolute;
  background-color: white;
  min-width: 150px;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  z-index: 99;
  flex-direction: column;
}

.dropdown-menu a {
  display: block;
  padding: .7vw 1.2vw;
  text-decoration: none;
  color: #000E50;
  font-size: 1vw;
}

.dropdown-menu a:hover {
  background-color: #f0f0f0;
}

.download_container{
    width: 100%;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    padding: 4vw 8vw;
    grid-gap: 2vw;
}
.pdf_layout{
    background-color: #01165A;
    background-image: url(../images/banner_overlay_third.png);
    background-position: bottom center;
    background-size: contain;
    width:100%;
    border-radius:3.7vw 0 3.7vw 0;
    background-repeat: no-repeat;
    overflow:hidden;
    padding: 1.8vw;
}
.pdf_layout_img{
    width: 100%;
    height: 19vw;
    position: relative;
    overflow: hidden;
    border-radius: 2.8vw 0 2.8vw 0;
    margin-bottom: 1vw;
}
.pdf_layout_img img{
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    object-fit: cover;
    object-position: center;
}
.pdf_layout_content h2{
    color: white;
    font-size: 2vw;
    font-weight: 600;
    font-family: 'poppins', sans-serif;
    margin-bottom: .4vw;
}
.pdf_layout_content p{
    color: white;
    font-size: 1vw;
    line-height: 1.5;
}
.pdf_layout_content button{
    font-size: 1vw;
    background-color: #FC6011;
    padding: .7vw 1.2vw;
    border-radius: 100vw;
    color: white;
    margin-top: 1.2vw;
    border: none;
    outline: none;
    cursor: pointer;
}
.section_3_img a{
    font-size: 1vw;
    background-color: #FC6011;
    padding: .7vw 1.2vw;
    border-radius: 100vw;
    color: white;
    margin-top: 1.2vw;
    border: none;
    outline: none;
    cursor: pointer;
    text-decoration: none;
    position: absolute;
    bottom: 2vw;
    left: 50%;
    transform: translateX(-50%);
}

.video-popup {
  display: none;
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.7);
  z-index: 1000;
  justify-content: center;
  align-items: center;
}

.video-popup.active {
  display: flex;
}

.video-popup-inner {
  position: relative;
  width: 65%;
  height: 37vw;
  background: #000;
  overflow: hidden;
  border-radius: 3.7vw 0 3.7vw 0;
}

.video-popup-inner video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.close-btn {
  position: absolute;
  top: 1.3vw;
  right: 1.3vw;
  font-size: 3vw;
  color: white;
  cursor: pointer;
}
