/*!
 * Milligram-scss v1.3.0
 * https://milligram.github.io
 *
 * Copyright (c) 2017 CJ Patoilo
 * Licensed under the MIT license
 */header{border-bottom:1px solid hsla(0,0%,100%,.3);height:100px;left:0;position:fixed;right:0;top:0;transition:all .2s ease-out;width:100%;z-index:999}header .wrapper{display:flex;flex-flow:row wrap;height:100%;justify-content:space-between;margin:0 105px}header .wrapper .left-header{align-items:center;display:flex}header .wrapper .left-header a{display:block}header .wrapper .left-header a img{display:block;width:115px}header .wrapper .right-header{align-items:center;display:flex}header .wrapper .right-header nav{display:flex}header .wrapper .right-header nav span{color:#fff;font-size:14px}header .wrapper .right-header nav span.close{display:none}header .wrapper .right-header nav .burger-nav{cursor:pointer;display:flex;flex-flow:column;height:25px;justify-content:space-between;margin:auto auto auto 15px;position:relative;width:30px}header .wrapper .right-header nav .burger-nav span{background:#fff;border-radius:0;display:block;height:3px;left:0;margin:auto;position:absolute;right:0;transition:all .25s ease-out;width:100%}header .wrapper .right-header nav .burger-nav span:first-child{top:0}header .wrapper .right-header nav .burger-nav span:nth-child(2){top:11px}header .wrapper .right-header nav .burger-nav span:nth-child(3){top:22px}header .wrapper .right-header nav .burger-nav.act span:first-child{top:7px;transform:rotate(45deg)}header .wrapper .right-header nav .burger-nav.act span:nth-child(2){opacity:0}header .wrapper .right-header nav .burger-nav.act span:nth-child(3){top:7px;transform:rotate(-45deg)}header .wrapper .right-header nav.parent_act span.tmenu{display:none}header .wrapper .right-header nav.parent_act span.close{display:block}header .wrap-menu{background:#02225a;display:none;height:auto;position:absolute;top:100%;width:100%}header .wrap-menu:before{background:#fff;content:"";height:1px;left:0;opacity:.3;position:absolute;top:0;width:100%}header .wrap-menu .inner{align-items:flex-start;color:#fff;display:flex;height:calc(100vh - 100px);justify-content:space-between;overflow:auto}header .wrap-menu .inner::-webkit-scrollbar{width:6px}header .wrap-menu .inner::-webkit-scrollbar-track{background:#f1f1f1}header .wrap-menu .inner::-webkit-scrollbar-thumb{background:#888}header .wrap-menu .inner a{color:#fff}header .wrap-menu .inner .box-left{border-right:1px solid hsla(0,0%,100%,.3);flex:0 0 34%;max-width:34%;position:relative}header .wrap-menu .inner .menu ul{margin:0;position:relative}header .wrap-menu .inner .menu ul li{border-bottom:1px solid hsla(0,0%,100%,.3);margin-bottom:0;padding:0 35px 0 85px}header .wrap-menu .inner .menu ul li a{color:hsla(0,0%,100%,.4);display:block;font-size:1.9375rem;font-weight:700;padding:36px 47px;position:relative;transition:all .2s ease-out}header .wrap-menu .inner .menu ul li a:hover{color:#fff}header .wrap-menu .inner .menu ul li a .number{color:#fff;font-size:1rem;font-weight:700;left:0;position:absolute;top:45px}header .wrap-menu .inner .menu ul li a.parent:after{background:url(/images/material/arrow-2.svg) no-repeat 0 0;content:"";height:16px;opacity:0;position:absolute;right:25px;top:50px;transition:all .2s ease-out;visibility:hidden;width:25px}header .wrap-menu .inner .menu ul li:last-child{border:none}header .wrap-menu .inner .menu ul li>ul{height:100%;left:34%;opacity:0;padding-left:98px;padding-top:45px;position:fixed;top:94px;transition:all .3s ease-out;visibility:hidden;width:390px;z-index:-1}header .wrap-menu .inner .menu ul li>ul li{border:0;line-height:normal;padding:0}header .wrap-menu .inner .menu ul li>ul li a{color:#fff;font-size:1.25rem;font-weight:500;padding:7px 0}header .wrap-menu .inner .menu ul li>ul li a:hover{color:#4194d1}header .wrap-menu .inner .menu ul li:hover a.parent{color:#fff}header .wrap-menu .inner .menu ul li:hover a.parent:after{opacity:1;right:0;visibility:visible}header .wrap-menu .inner .menu ul li:hover>ul{opacity:1;visibility:visible;z-index:2}header .wrap-menu .inner .box-right{border-left:1px solid hsla(0,0%,100%,.3);flex:0 0 27%;font-size:.875rem;max-width:27%;position:relative}header .wrap-menu .inner .box-right .search{border-bottom:1px solid hsla(0,0%,100%,.3);margin:0 0 34px;padding:52px 34px}header .wrap-menu .inner .box-right .search .form-group{padding-left:36px;position:relative}header .wrap-menu .inner .box-right .search .form-group ::-moz-placeholder{color:#fff}header .wrap-menu .inner .box-right .search .form-group :-ms-input-placeholder{color:#fff}header .wrap-menu .inner .box-right .search .form-group ::placeholder{color:#fff}header .wrap-menu .inner .box-right .search .form-group button{background:url(/images/material/search.svg) no-repeat 0;background-size:16px 16px;border:0;content:"";font-size:0;height:100%;left:0;padding:0;position:absolute;top:0;width:16px}header .wrap-menu .inner .box-right .search .form-group input{border:0;color:#fff;height:34px;line-height:34px;margin:0;padding:0}header .wrap-menu .inner .box-right .language{align-items:center;display:flex;margin-bottom:10px;padding:0 34px}header .wrap-menu .inner .box-right .language label{color:#89a5ce;font-size:.875rem;font-weight:500;height:auto;margin:0 20px 0 0}header .wrap-menu .inner .box-right .language ul{display:flex;margin:0}header .wrap-menu .inner .box-right .language ul li{margin:0}header .wrap-menu .inner .box-right .language ul li a{color:#fff;font-weight:700;padding:0 5px}header .wrap-menu .inner .box-right .language ul li a.active{color:#ace2f6}header .wrap-menu .inner .box-right .other-menu{margin-bottom:30px;padding:0 34px}header .wrap-menu .inner .box-right .other-menu ul{margin:0}header .wrap-menu .inner .box-right .other-menu ul li{line-height:normal;margin:0}header .wrap-menu .inner .box-right .other-menu ul li a{color:#89a5ce;display:inline-block;font-weight:500;padding:8px 0}header .wrap-menu .inner .box-right .social-media{margin-bottom:70px;padding:0 34px}header .wrap-menu .inner .box-right .social-media ul{display:flex;margin:0}header .wrap-menu .inner .box-right .social-media ul li{margin:0 12px 0 0}header .wrap-menu .inner .box-right .social-media ul li a{display:block;height:24px}header .wrap-menu .inner .box-right .social-media ul li a img{transition:all .2s ease-out}header .wrap-menu .inner .box-right .social-media ul li a:hover img{transform:scale(1.05)}header .wrap-menu .inner .box-right figure.img img{width:100%}footer,header.bg_blue,header.stay-blue{background:#02225a}footer{color:#b8c9e1;font-size:.875rem;padding:52px 0 68px;position:relative}footer:before{background:#1279c6;height:40px;left:0;right:191px;top:-40px;width:auto}footer:after,footer:before{content:"";position:absolute}footer:after{background:url(/images/material/footer-graphic.png) no-repeat 0 0;height:148px;right:0;top:-142px;width:183px}footer ul{margin:0}footer a{color:#b8c9e1;font-weight:500;transition:all .2s ease-out}footer a:hover{color:#fff}footer .footer-top{margin-bottom:50px}footer .footer-top h6{color:#fff;font-weight:700;margin-bottom:15px}footer .footer-top .row .column.col-address .address{padding-left:26px;position:relative}footer .footer-top .row .column.col-address .address:before{background:url(/images/material/map.svg) no-repeat 0 0;content:"";height:17px;left:5px;position:absolute;top:8px;width:12px}footer .footer-top .row .column.col-telp{padding:0 40px}footer .footer-top .row .column.col-telp p{margin-bottom:20px}footer .footer-top .row .column.col-telp a{padding-left:30px;position:relative}footer .footer-top .row .column.col-telp .telp a:before{background:url(/images/material/telp.svg) no-repeat 0 0;content:"";height:16px;left:3px;position:absolute;top:3px;width:16px}footer .footer-top .row .column.col-telp .fax a:before{background:url(/images/material/fax.svg) no-repeat 0 0;content:"";height:17px;left:0;position:absolute;top:0;width:16px}footer .footer-top .row .column.col-newsletter .newsletter label{color:#fff;font-size:.875rem;font-weight:400;margin-bottom:15px}footer .footer-top .row .column.col-newsletter .newsletter .form-group{position:relative}footer .footer-top .row .column.col-newsletter .newsletter .form-group ::-moz-placeholder{color:#2fb6e9}footer .footer-top .row .column.col-newsletter .newsletter .form-group :-ms-input-placeholder{color:#2fb6e9}footer .footer-top .row .column.col-newsletter .newsletter .form-group ::placeholder{color:#2fb6e9}footer .footer-top .row .column.col-newsletter .newsletter .form-group input{background:#011c4b;border:none;border-radius:4px;color:#2fb6e9;height:44px;line-height:44px;margin:0;padding:0 40px 0 16px}footer .footer-top .row .column.col-newsletter .newsletter .form-group button{background:url(/images/material/arrow-newsletter.svg) no-repeat 50%;border:0;content:"";font-size:0;height:100%;margin:0;padding:0;position:absolute;right:0;top:0;width:40px}footer .footer-bottom{align-items:center;display:flex;justify-content:space-between;padding-top:30px;position:relative}footer .footer-bottom:before{background:#fff;content:"";height:1px;left:0;opacity:.2;position:absolute;top:0;width:100%}footer .footer-bottom .copyright{font-weight:500;margin:0}footer .footer-bottom .box-right{align-items:center;display:flex;justify-content:space-between}footer .footer-bottom .box-right .other-link ul{display:flex}footer .footer-bottom .box-right .other-link ul li{margin:0;padding:0 25px}footer .footer-bottom .box-right .other-link ul li:last-child{padding-right:0}footer .footer-bottom .box-right .social-media{padding-left:50px}footer .footer-bottom .box-right .social-media ul{display:flex}footer .footer-bottom .box-right .social-media ul li{margin-bottom:0;margin-left:12px}footer .footer-bottom .box-right .social-media ul li a{display:block;height:24px;overflow:hidden;position:relative}footer .footer-bottom .box-right .social-media ul li a img{transition:all .2s ease-out}footer .footer-bottom .box-right .social-media ul li a:hover img{transform:scale(1.05)}@media (max-width:1200px){header{height:80px}header .wrapper{margin:0 60px}header .wrapper .left-header{width:90px}header .wrap-menu .inner{border-top:1px solid hsla(0,0%,100%,.3);height:calc(100vh - 80px);justify-content:flex-end}header .wrap-menu .inner .box-left{background:#02225a;flex:0 0 100%;height:100%;left:0;max-width:100%;overflow-x:hidden;overflow-y:auto;position:absolute;top:0;transition:all .2s ease-out;width:100%;z-index:5}header .wrap-menu .inner .box-left.collapse{flex:0 0 60%;max-width:60%;overflow-y:hidden;width:100%}header .wrap-menu .inner .box-left.collapse:before{background:hsla(0,0%,100%,.3);content:"";height:100%;left:100px;position:fixed;top:80px;width:1px;z-index:4}header .wrap-menu .inner .box-right{flex:0 0 40%;max-width:40%}header .wrap-menu .inner .menu ul li{padding:0 35px 0 40px;position:static}header .wrap-menu .inner .menu ul li a{font-size:1rem!important;padding:26px 47px;transition:none}header .wrap-menu .inner .menu ul li a .number{top:25px}header .wrap-menu .inner .menu ul li a.parent:after{top:32px}header .wrap-menu .inner .menu ul li>ul{left:100%;position:absolute;top:0}header .wrap-menu .inner .menu ul li.act a.parent:after{opacity:1;right:0;visibility:visible}header .wrap-menu .inner .menu ul li.act>ul{background:#02225a;left:0;opacity:1;padding-left:150px;visibility:visible;width:100%;z-index:3}header .wrap-menu .inner .menu ul li.act>ul .back{background:url(/images/material/arrow-2.svg) no-repeat 0 0;cursor:pointer;height:26px;left:30px;position:absolute;top:55px;transform:rotate(-180deg);width:35px;z-index:3}header .wrap-menu .inner.collapse{position:relative}footer:before{height:31px;right:151px;top:-31px}footer:after{background-size:144px 112px;height:112px;top:-107px;width:144px}}@media (max-width:1023px){header .wrapper{margin:0 40px}footer{padding:32px 0 22px}footer .footer-top{margin-bottom:37px}footer .footer-top .column.col-address,footer .footer-top .column.col-newsletter,footer .footer-top .column.col-telp{flex:0 0 50%;max-width:50%}footer .footer-bottom{align-items:flex-start;flex-direction:column;padding-top:20px}footer .footer-bottom .copyright{width:100%}footer .footer-bottom .box-right{display:none}}@media (max-width:767px){header{height:56px}header .wrapper{margin:0 25px}header .wrapper .left-header{width:59px}header .wrapper .right-header nav span{font-size:12px}header .wrapper .right-header nav .burger-nav{height:21px;width:28px}header .wrapper .right-header nav .burger-nav span:nth-child(2){top:9px}header .wrapper .right-header nav .burger-nav span:nth-child(3){top:18px}header .wrap-menu .inner{flex-direction:column;height:100vh}header .wrap-menu .inner.collapse{overflow:hidden}header .wrap-menu .inner .menu ul li{padding:0 25px}header .wrap-menu .inner .menu ul li.act>ul{background:#02225a;height:calc(100svh - 56px);padding-left:25px}header .wrap-menu .inner .menu ul li.act>ul .back{left:15px;top:10px}header .wrap-menu .inner .menu ul li.act>ul li a{padding:11px 0}header .wrap-menu .inner .box-left.collapse{flex:0 0 100%;height:auto;max-width:100%;overflow-y:auto}header .wrap-menu .inner .box-left.collapse:before{display:none}header .wrap-menu .inner .box-left .box-right{border:0;left:0;margin-left:-25px;margin-right:-25px;max-width:none;padding:20px 0 40px;right:0;width:auto}header .wrap-menu .inner .box-left .box-right .search{border-top:1px solid hsla(0,0%,100%,.3);margin-bottom:28px;padding:13px 25px}header .wrap-menu .inner .box-left .box-right .language{margin-bottom:5px;padding:0 25px}header .wrap-menu .inner .box-left .box-right .language ul li a{display:inline-block;font-size:.875rem!important;padding:0 5px}header .wrap-menu .inner .box-left .box-right .other-menu{margin-bottom:10px;padding:0 25px}header .wrap-menu .inner .box-left .box-right .other-menu ul li a{display:inline-block;font-size:.875rem!important;padding:10px 0}header .wrap-menu .inner .box-left .box-right .social-media{padding-left:25px}header .wrap-menu .inner .box-right{flex:0 0 100%;max-width:100%;position:relative;width:100%}header .wrap-menu .inner .box-right .img{display:none}footer:before{height:23px;right:113px;top:-23px}footer:after{background-size:108px 83px;height:83px;top:-80px;width:108px}footer .footer-top h6{font-size:.875rem}footer .footer-top .row .column p{margin-bottom:12px!important}footer .footer-top .row .column.col-address,footer .footer-top .row .column.col-newsletter,footer .footer-top .row .column.col-telp{flex:0 0 100%;max-width:100%}footer .footer-top .row .column.col-telp{padding:0}footer .footer-top .row .column.col-newsletter{margin-top:15px}footer .footer-bottom .copyright{font-size:.75rem}}.banner-page{position:relative}.banner-page figure img{width:100%}.banner-page figcaption{border-left:4px solid rgba(47,182,233,.5);left:0;margin:0 150px;padding:6px 16px;position:absolute;right:auto;top:50%;transform:translateY(-50%);width:500px;z-index:3}.banner-page figcaption h3{color:#6dccf0;font-size:1.75rem;font-weight:800;line-height:1.3;margin:0 0 5px}.banner-page figcaption h2{color:#fff;font-size:3.125rem;font-weight:800;line-height:1.1;margin:0;text-transform:uppercase}.banner-page:after{background:linear-gradient(93.01deg,#3f04bc 49.78%,rgba(37,69,147,0) 87.82%);bottom:0;content:"";left:auto;opacity:.34;position:absolute;right:0;top:0;transform:matrix(-1,0,0,1,0,0);width:40%}.banner-page .title-banner{border-left:1px solid hsla(0,0%,100%,.3);bottom:100px;padding:0 30px;position:absolute;right:0;top:100px;width:110px;z-index:2}.banner-page .title-banner span{-webkit-text-fill-color:transparent;background:linear-gradient(90.08deg,#6dccf0 19.56%,rgba(109,204,240,0) 109.35%);-webkit-background-clip:text;bottom:30px;font-size:2.438rem;font-weight:800;line-height:44px;min-width:400px;opacity:.4;position:absolute;text-transform:uppercase;transform:rotate(-90deg);transform-origin:0 0}.banner-page .title-banner.detail-career-button{bottom:0;display:flex;flex-direction:column;justify-content:center;margin-right:105px;padding-left:57px;padding-right:0;text-align:center;width:auto}.banner-page .title-banner.detail-career-button .button{color:#fff;font-weight:500;margin-bottom:30px}.banner-page .title-banner.detail-career-button a{color:#2fb6e9;font-weight:700}.banner-page .loc-date{display:flex}.banner-page .loc-date span{color:#6dccf0;display:block;font-size:1rem;line-height:1.5;margin-right:40px;padding-left:32px}.banner-page .loc-date span:last-child{margin-right:0}.banner-page .loc-date span.location{background:url(/images/material/ico-pin.svg) no-repeat 0}.banner-page .loc-date span.date{background:url(/images/material/ico-calender.svg) no-repeat 0}.banner-page .loc-date span.no-icon{padding-left:0}.banner-page.md figcaption{width:552px}.banner-page.md .title-banner{bottom:0}.banner-page.detail-career figcaption h1{color:#fff;font-size:2.438rem;font-weight:800}.banner-page.full-caption figcaption{margin:0 auto;right:0;width:960px}.banner-page.small figcaption{bottom:140px;left:50%;margin:0 auto;top:unset;transform:translateX(-50%);width:960px}.banner-page.small figcaption h2{font-size:2.438rem;margin-bottom:8px}.banner-page.small figcaption .txt-date{color:#6dccf0;margin:0}.banner-page.small figcaption .txt-date .date{background:url(/images/material/calendar.svg) no-repeat 0 0;background-size:24px 24px;display:inline-block;min-height:24px;padding-left:32px;position:relative}@media (max-width:1200px){.banner-page figcaption{margin:0 60px}.banner-page figcaption h3{font-size:1.25rem}.banner-page figcaption h2{font-size:1.75rem}.banner-page .title-banner{bottom:60px;padding:0;top:80px;width:60px}.banner-page .title-banner span{bottom:-10px;font-size:1.563rem}.banner-page .title-banner.detail-career-button{margin-right:60px;padding-left:44px}.banner-page.small figure{height:400px}.banner-page.small figure img{height:100%;-o-object-fit:cover;object-fit:cover;-o-object-position:center;object-position:center;width:100%}.banner-page.small figcaption{left:0;margin:0 60px;transform:unset;width:auto}.banner-page.small figcaption h2{font-size:1.75rem;text-transform:none}.banner-page.detail-career figure{height:440px}.banner-page.detail-career figure img{height:100%;-o-object-fit:cover;object-fit:cover;-o-object-position:center;object-position:center;width:100%}.banner-page.detail-career figcaption{bottom:30px;left:0;margin:0 60px;top:unset;transform:unset;width:auto}.banner-page.detail-career figcaption h1{font-size:1.75rem;text-transform:none}}@media (max-width:1023px){.banner-page figure{height:360px}.banner-page figure img{height:100%;-o-object-fit:cover;object-fit:cover;-o-object-position:center;object-position:center}.banner-page figcaption{margin:0 40px}.banner-page figcaption h2{font-size:1.438rem}.banner-page figcaption h3{font-size:1.125rem}.banner-page .title-banner{width:50px}.banner-page .title-banner span{font-size:1.25rem;left:10px;line-height:1.4}.banner-page.detail-career figcaption{margin:0 40px}.banner-page.detail-career figcaption h1{font-size:1.438rem}.banner-page.detail-career .loc-date span{font-size:.813rem;margin-right:15px;padding-left:26px}.banner-page.detail-career .loc-date span:last-child{margin-right:0}.banner-page.detail-career .loc-date span.no-icon{padding-left:0}.banner-page.detail-career figure,.banner-page.small figure{height:360px}.banner-page.small figcaption h2{font-size:1.438rem}}@media (max-width:767px){.banner-page .title-banner{bottom:56px;top:56px}.banner-page figure{height:320px}.banner-page figcaption{left:auto;margin:0 25px;padding:0 17px;width:auto}.banner-page figcaption h2{font-size:1.125rem}.banner-page figcaption h3{font-size:.875rem}.banner-page.detail-career figcaption{bottom:90px;margin:0 25px}.banner-page.detail-career figcaption h1{font-size:1.125rem}.banner-page.detail-career h1{font-size:1.125rem;margin-bottom:10px}.banner-page.detail-career .loc-date{flex-wrap:wrap}.banner-page.detail-career .loc-date span{background-position:0 -2px;background-size:21px;flex:0 0 100%;margin-bottom:6px;margin-right:0;max-width:100%;padding-left:27px;padding-right:15px}.banner-page.detail-career .title-banner.detail-career-button{border-left:0;border-top:1px solid hsla(0,0%,100%,.3);bottom:0;flex-direction:row;height:60px;justify-content:space-between;left:0;margin:0;padding:10px 40px;top:unset;transform:unset}.banner-page.detail-career .title-banner.detail-career-button a{height:40px;line-height:40px;margin:0}.banner-page.detail-career .title-banner.detail-career-button .button{order:2;-webkit-order:2}.banner-page.small figure{height:320px}.banner-page.small figcaption{bottom:90px;margin:0 25px}.banner-page.small figcaption h2{font-size:1.125rem}}.accordion{margin-bottom:32px;position:relative}.accordion .head{background:#f4f5f6;color:#1a2537;display:block;padding:24px 32px;position:relative}.accordion .head h4{margin-bottom:0}.accordion .head .ico{background:url(/images/material/arrow-down-grey.svg) no-repeat 50%;bottom:0;display:block;height:24px;margin:auto 0;position:absolute;right:17px;top:0;width:24px}.accordion .content{display:none;padding:24px 32px}.accordion.active .head .ico{transform:rotate(180deg)}@media (max-width:1200px){.accordion .head h4{font-size:1.25rem;font-weight:400}}@media (max-width:1023px){.accordion{margin-bottom:20px}.accordion .head{padding:22px 50px 22px 40px}.accordion .head h4{font-size:1.125rem}.accordion .content{padding:24px 40px 14px}}@media (max-width:767px){.accordion .head{padding:22px 48px 22px 20px}.accordion .head h4{font-size:.875rem}.accordion .content{padding:24px 0 14px}.accordion .content h4{font-size:.875rem}}.annual-list{border:1px solid #dfdfdf;padding:0 45px}.item-annual{align-items:center;border-bottom:1px solid #dfdfdf;display:flex;padding:30px 0;position:relative}.item-annual>*{padding:10px 15px}.item-annual .title-annual{align-items:center;display:flex;padding-left:0;width:calc(100% - 325px)}.item-annual .title-annual img{align-self:top;display:block;width:32px}.item-annual .title-annual p{color:#808690;margin:0;padding-left:10px;width:calc(100% - 32px)}.item-annual .date-annual{width:160px}.item-annual .unduh-annual{margin:0;padding:0 30px;width:195px}.item-annual.highlights{align-items:flex-end;border-bottom:none;justify-content:space-between;margin-top:60px;padding:0 45px 32px}.item-annual.highlights:before{background:#f2f9fc;bottom:0;content:"";display:block;left:0;position:absolute;right:0;top:80px;z-index:-1}.item-annual.highlights figure{background:#fff;border:1px solid #e6e7e9;margin:0;padding:20px}.item-annual.highlights .desc-annual{max-width:370px;padding:0 0 32px}.item-annual.highlights .desc-annual .title-highlight{color:#06222c;font-size:2.438rem;font-weight:800;line-height:1;margin:0 0 15px}.item-annual.highlights .desc-annual .title-highlight span{display:block}.item-annual.highlights .desc-annual p{max-height:48px;overflow:hidden}.item-annual.highlights .desc-annual .button{margin:0}@media (max-width:1200px){.item-annual{padding:24px 0}.item-annual.highlights:before{top:46px}.item-annual.highlights .desc-annual{padding-bottom:60px}.item-annual.highlights .desc-annual .title-highlight{font-size:1.563rem}}@media (max-width:1023px){.annual-list{padding:0 40px}.item-annual{justify-content:space-between}.item-annual.highlights{margin-top:40px;padding:0 40px 25px}.item-annual.highlights:before{top:18px}.item-annual.highlights .desc-annual{padding-bottom:30px}.item-annual.highlights .desc-annual .title-highlight{font-size:1.125rem}.item-annual>*{padding:0 10px}.item-annual .unduh-annual{width:auto}}@media (max-width:767px){.annual-list{border:0;padding:0}.item-annual{align-items:flex-start;border-bottom:1px solid #dfdfdf;flex-direction:column;margin-bottom:16px;padding:0 0 16px}.item-annual:last-child{border-bottom:0;margin-bottom:0;padding-bottom:0}.item-annual .title-annual{margin-bottom:10px;padding-right:50px;width:100%}.item-annual .unduh-annual{background:url(/images/material/download.svg) no-repeat 0 0;border:0;bottom:0;font-size:0;height:40px;margin:auto;padding:0;position:absolute;right:0;top:0;width:40px}.item-annual.highlights{flex-direction:column;margin-bottom:30px;margin-left:-25px;margin-right:-25px;padding:0 25px 25px}.item-annual.highlights .desc-annual{order:2;-webkit-order:2}.item-annual.highlights .desc-annual p{max-height:45px}.item-annual.highlights .desc-annual .title-highlight{font-size:1rem}.item-annual.highlights figure{height:284px;margin:auto auto 30px;order:1;-webkit-order:1}.item-annual.highlights figure img{height:100%;width:auto}}
/*!
 * Milligram-scss v1.3.0
 * https://milligram.github.io
 *
 * Copyright (c) 2017 CJ Patoilo
 * Licensed under the MIT license
 */.flex-standard{display:flex}.vertical-title{font-size:.75rem;font-weight:600;position:absolute;transform:rotate(-90deg);transform-origin:0 0;z-index:2}.middle{overflow:hidden;position:relative}.middle.no-banner{padding-top:100px}.wa-floating{background:#fff url(/images/material/ico-whatsapp.png) no-repeat right 10px center;border:1px solid #dbdee3;border-radius:22px;bottom:15px;color:#06222c;display:inline-block;padding:8px 40px 8px 20px;position:fixed;right:20px;z-index:111}.wa-floating:hover{color:#1279c6}.main-container{overflow:hidden;padding:99px 0 180px;position:relative}.main-container .wrap-inner{padding-bottom:70px}.main-container .wrap-inner:last-child{padding-bottom:0}.main-container .wrap-inner.in-middle{padding-top:50px;position:relative}.main-container .wrap-inner.in-middle:after,.main-container .wrap-inner.in-middle:before{background:#f4f5f6;content:"";height:1px;position:absolute;top:0;width:100%}.main-container .wrap-inner.in-middle:before{left:-50%}.main-container .wrap-inner.in-middle:after{right:-50%}.main-container .wrap-inner.in-middle .left-inner.with-bg:before{top:-50px}.main-container .wrap-inner.in-middle .right-inner{padding-left:55px}.main-container .wrap-inner.border{border-bottom:1px solid #f4f5f6;margin-bottom:70px;padding-bottom:0;position:relative}.main-container .wrap-inner.border:after,.main-container .wrap-inner.border:before{background:#f4f5f6;bottom:-1px;content:"";height:1px;position:absolute;width:100%}.main-container .wrap-inner.border:before{left:-100%}.main-container .wrap-inner.border:after{right:-100%}.main-container .left-inner{padding-right:56px}.main-container .left-inner h3{color:#010d21;font-size:1.75rem;font-weight:800;line-height:1.3}.main-container .left-inner>p{font-size:1.25rem}.main-container .left-inner.with-bg:before{background:rgba(210,238,248,.2);border-right:1px solid #e5ebf0;bottom:-140px;content:"";left:-1000px;position:absolute;right:0;top:-99px;z-index:-1}.main-container .right-inner{padding-left:97px}.nav-pages{border-top:1px solid hsla(0,0%,100%,.3);box-sizing:border-box;margin-top:-101px;position:relative;z-index:2}.nav-pages .menu-drop{display:none}.nav-pages ul{display:flex;flex-wrap:nowrap;margin:0;overflow-x:auto;width:auto}.nav-pages ul::-webkit-scrollbar{height:6px}.nav-pages ul::-webkit-scrollbar-track{background:#f1f1f1}.nav-pages ul::-webkit-scrollbar-thumb{background:#888}.nav-pages ul li{flex:none;margin:0 48px 0 0}.nav-pages ul li a{color:#fff;display:block;line-height:30px;padding:35px 0;position:relative;transition:all .25s ease-out}.nav-pages ul li a:before{background:#2fb6e9;bottom:0;content:"";height:4px;left:auto;position:absolute;right:0;top:auto;transition:all .25s ease-out;width:0}.nav-pages ul li a.active{color:#2fb6e9;font-weight:800;transition:all .25s ease-out}.nav-pages ul li a.active:before{left:0;right:auto;width:100%}.nav-pages ul li a:hover{color:#2fb6e9;transition:all .25s ease-out}.nav-pages ul li a:hover:before{left:auto;right:auto;transition:all .25s ease-out;width:100%}.slick-arrow{background:none;border:0;font-size:0;height:40px;margin:0;padding:0;position:absolute;top:50%;transform:translateY(-50%);transition:all .2s ease-out;width:40px;z-index:3}.slick-arrow:after{background:url(/images/material/arrow.svg) no-repeat 50%;content:"";height:26px;left:50%;position:absolute;top:50%;transform:translate(-50%,-50%);width:16px}.slick-arrow.slick-prev{left:0;transform:translateY(-50%) rotate(-180deg)}.slick-arrow.slick-next{right:0}.slick-arrow.slick-disabled{cursor:not-allowed;opacity:.7}.slick-arrow:hover{background:none}.slick-arrow:hover.slick-prev{left:-5px}.slick-arrow:hover.slick-next{right:-5px}.ico-text{display:flex;margin-bottom:30px}.ico-text figure{margin-bottom:0;width:60px}.ico-text .desc-ico{box-sizing:border-box;padding-left:24px;width:calc(100% - 60px)}.ico-text .desc-ico h3{margin-bottom:10px}.ico-text .desc-ico p:last-child{margin-bottom:0}.wrap-unduh{display:flex;margin-bottom:35px}.wrap-unduh .unduh-item{border:1px solid #e6e7e9;display:block;font-size:.875rem;padding:12px 36px 12px 22px;position:relative;transition:all .25s ease-out}.wrap-unduh .unduh-item:before{background:#1279c6;bottom:0;content:"";height:100%;left:0;position:absolute;top:0;width:6px}.wrap-unduh .unduh-item:hover label{color:#1279c6;transition:all .25s ease-out}.wrap-unduh .unduh-item label{cursor:pointer;font-size:.813rem;font-weight:800;margin:0}.wrap-unduh .unduh-item span{color:#808690;display:block;font-size:.813rem}.box-program{display:flex;padding-bottom:145px}.box-program .col-descrip{padding-right:72px;position:relative;width:534px}.box-program .col-descrip:after{background:#e5ebf0;bottom:-145px;content:"";position:absolute;right:0;top:-95px;width:1px}.box-program .col-descrip h3{color:#06222c;font-size:1.75rem;font-weight:800}.box-program .col-listing{padding-left:66px;width:calc(100% - 534px)}.box-program .col-listing .list-program .list{display:flex;margin-bottom:36px}.box-program .col-listing .list-program .list figure{width:60px}.box-program .col-listing .list-program .list figcaption{padding-left:24px;padding-top:5px;width:calc(100% - 60px)}.box-program .col-listing .list-program .list figcaption h3{color:#06222c;font-weight:800;margin-bottom:8px}.box-program .col-listing .list-program .list:last-child,.box-program .col-listing .list-program .list figcaption p{margin-bottom:0}.img-section-caption{padding-bottom:40px;position:relative}.img-section-caption>figure{margin:0 -105px;min-height:615px}.img-section-caption>figure img{min-height:615px;-o-object-fit:cover;object-fit:cover;-o-object-position:center;object-position:center;width:100%}.img-section-caption>figure img.img-medium,.img-section-caption>figure img.img-medium-sm,.img-section-caption>figure img.img-small{display:none}.img-section-caption .text-caps{bottom:106px;left:0;position:absolute}.img-section-caption .text-caps h2{color:#fff;font-size:3.125rem;font-weight:800;max-width:600px}.img-section-caption .right-text{border-left:1px solid hsla(0,0%,100%,.3);bottom:0;box-sizing:content-box;display:flex;flex-direction:column;justify-content:space-between;padding-left:60px;padding-top:50px;position:absolute;right:0;top:0;width:260px}.img-section-caption .right-text h4{color:#a0c9e8;margin-bottom:35px}.img-section-caption .right-text .box-pdf{background:#fff;border:1px solid #dbdee3;padding:18px 18px 20px}.pagination ul{align-items:center;display:flex;justify-content:center;margin-bottom:0}.pagination ul li{margin-bottom:0;padding:0 5px}.pagination ul li:before{display:none}.pagination ul li a{color:#808690;display:block;line-height:1;padding:0 8px 15px;position:relative}.pagination ul li a:after{background:#1279c6;bottom:0;content:"";height:3px;left:0;position:absolute;transition:all .2s ease-out;width:0}.pagination ul li a.active,.pagination ul li a:hover{color:#1a2537;font-weight:800;transition:all .2s ease-out}.pagination ul li a.active:after,.pagination ul li a:hover:after{width:100%}.pagination ul li.next,.pagination ul li.prev{padding:0 10px}.pagination ul li.next a,.pagination ul li.prev a{color:#1a2537;font-weight:400}.pagination ul li.next a:after,.pagination ul li.prev a:after{display:none}.title-pdf-ico{align-items:center;display:flex;margin-bottom:10px;padding-top:12px}.title-pdf-ico img{width:32px}.title-pdf-ico p{color:#1a2537;font-size:1rem;font-weight:500;line-height:1.1;margin:0;padding-left:8px;width:calc(100% - 32px)}.fitur-text h4{color:#06222c;font-weight:800}.fitur-text p{margin:0 0 6px}.fitur-text p strong{color:#06222c}.border-box{border:1px solid rgba(219,222,227,.3);margin-bottom:50px;padding:50px}.border-box .row{margin-left:-24px;width:calc(100% + 48px)}.border-box .row .column{padding:0 24px}.wrap-tab .content-tab{display:none}@media (max-width:1200px){.nav-pages{margin-top:-60px}.nav-pages ul li{margin-right:30px}.nav-pages ul li a{font-size:.875rem;font-weight:400;padding:15px 0}.nav-pages ul li a.active{font-weight:400}.ico-text figure{width:46px}.ico-text .desc-ico{padding-left:20px}.ico-text .desc-ico h3{font-size:1.25rem}.main-container{padding:50px 0 130px}.main-container.md,.main-container.md-space{padding-top:50px!important}.main-container .wrapper{margin:0 60px}.main-container .left-inner h3{font-size:1.438rem}.main-container .left-inner>p{font-size:1.125rem}.main-container .right-inner{padding-left:50px}.main-container .right-inner.in-manag{padding-left:0}.box-program,.main-container .wrap-inner{padding-bottom:60px}.box-program .col-descrip{width:50%}.box-program .col-descrip h3{font-size:1.438rem}.box-program .col-listing{padding-left:50px;width:50%}.img-section-caption>figure{margin:0 -60px}.img-section-caption>figure img.img-large{display:none}.img-section-caption>figure img.img-medium{display:block}.img-section-caption .text-caps{bottom:75px}.img-section-caption .text-caps h2{font-size:2rem;padding-right:150px}.middle.no-banner{padding-top:80px}.partner .slick-arrow{transform:translateY(-50%) scale(.8)}.partner .slick-arrow.slick-prev{transform:translateY(-50%) scale(.8) rotate(-180deg)}}@media (max-width:1023px){.nav-pages{height:60px;margin-top:-60px}.nav-pages .menu-drop{align-items:center;display:flex;font-size:.625rem;font-weight:500;height:22px;height:60px;justify-content:flex-end;line-height:22px;padding-right:12px;position:absolute;right:0;top:0;width:auto;width:100%;z-index:5}.nav-pages .menu-drop span{color:#fff;display:block;line-height:22px;opacity:.6}.nav-pages .menu-drop:after{background:url(/images/material/nav-pages-mobile.png) no-repeat 0;content:"";height:100%;position:absolute;right:0;top:0;width:4px}.nav-pages ul{flex-direction:column;overflow:visible}.nav-pages ul li{display:none;line-height:normal;margin-right:0}.nav-pages ul li a{font-weight:500;opacity:.7;padding:7px 0}.nav-pages ul li a.active{font-weight:800;opacity:1;padding:15px 0}.nav-pages ul li a.active:before{display:none}.nav-pages ul li a:hover{color:#fff;opacity:1}.nav-pages ul li a:hover:before{display:none}.nav-pages ul li.active{border-bottom:1px solid hsla(0,0%,100%,.3);display:block;left:0;position:absolute;top:0;width:100%;z-index:2}.nav-pages ul li.active:after,.nav-pages ul li.active:before{background:hsla(0,0%,100%,.3);bottom:-1px;content:"";height:1px;position:absolute;width:100%}.nav-pages ul li.active:before{left:-100%}.nav-pages ul li.active:after{right:-100%}.nav-pages.act{background:#1b55a4;height:auto}.nav-pages.act ul{padding-bottom:25px;padding-top:75px}.nav-pages.act ul li{display:block}.nav-pages.act ul li.active{margin-bottom:20px}.main-container .wrapper{margin:0 40px}.main-container .wrap-inner{flex-direction:column}.main-container .wrap-inner.border{margin-bottom:40px;padding-bottom:10px}.main-container .wrap-inner .left-inner{flex:0 0 100%;margin-bottom:0;max-width:100%;padding-left:0}.main-container .wrap-inner .left-inner h3{font-size:1.313rem}.main-container .wrap-inner .left-inner h3 br{display:none}.main-container .wrap-inner .left-inner.with-bg{margin-bottom:70px}.main-container .wrap-inner .left-inner.with-bg:before{bottom:-20px;left:-60px;right:-60px;top:-50px}.main-container .wrap-inner .left-inner.border{margin-bottom:40px;padding-bottom:10px}.main-container .wrap-inner .right-inner{flex:0 0 100%;max-width:100%;padding-left:0}.main-container .wrap-inner.in-middle{flex-direction:row;padding-top:0}.main-container .wrap-inner.in-middle .left-inner{flex:0 0 32.2%;max-width:32.2%}.main-container .wrap-inner.in-middle .left-inner ul li a{padding-left:25px}.main-container .wrap-inner.in-middle .right-inner{flex:0 0 67.8%;max-width:67.8%;padding-left:40px}.main-container .wrap-inner.in-middle.type-2{margin-top:-50px;padding-top:40px}.main-container .wrap-inner.in-middle.type-2 .left-inner{padding-right:38px}.main-container .wrap-inner.in-middle.type-2 .left-inner.with-bg>p{font-size:1rem}.main-container .wrap-inner.in-middle.type-2 .left-inner.with-bg:before{bottom:-50%;left:-40px;right:0;top:-40px}.main-container .wrapper-small .wrap-inner{padding-bottom:30px}.main-container .wrapper-small .wrap-inner .left-inner.with-bg:before{bottom:-50%;right:0;top:-40px}.ico-text figure{width:40px}.ico-text .desc-ico{width:calc(100% - 40px)}.ico-text .desc-ico h3{font-size:1.125rem}.box-program{flex-direction:column}.box-program .col-descrip{margin-bottom:38px;margin-left:-40px;margin-right:-40px;padding:0 40px 10px;width:auto}.box-program .col-descrip h3{font-size:1.313rem}.box-program .col-descrip:after{bottom:0;height:1px;top:unset;width:100%}.box-program .col-listing{padding-left:0;width:100%}.box-program .col-listing .ico-text .desc-ico h3{font-size:1rem}.box-program .col-listing .ico-text:last-child{margin-bottom:0}.box-program .col-listing .list-program .list{margin-bottom:20px}.box-program .col-listing .list-program .list figure{width:40px}.img-section-caption .right-text{justify-content:flex-end;padding:40px 0 40px 40px;width:246px}.img-section-caption .right-text h4{margin-bottom:40px}.img-section-caption .right-text .box-pdf{margin-bottom:-30px}.img-section-caption>figure img{width:100%}.img-section-caption>figure img.img-medium{display:none}.img-section-caption>figure img.img-medium-sm{display:block;height:620px}.img-section-caption .text-caps{bottom:60px;width:calc(100% - 330px)}.img-section-caption .text-caps h2{font-size:1.438rem;line-height:1.4}.wrap-unduh{flex-direction:row}.wrap-unduh .column{margin-bottom:15px}.wrap-unduh .column.column-33{flex:0 0 50%;max-width:50%}.wrap-unduh .unduh-item{display:block}.border-box{margin-bottom:0;padding:38px 38px 20px}.border-box .row{margin-left:-10px;width:calc(100% + 20px)}.border-box .row .column{margin-bottom:16px;padding:0 10px}}@media (max-width:767px){.wa-floating{bottom:45px;right:12px;transform:scale(.8)}.flex-standard{flex-direction:column}.vertical-title{display:block;font-size:.625rem;left:0!important;margin-bottom:10px;padding:0 25px;position:relative;right:0!important;top:unset!important;transform:unset;transform-origin:unset;width:100%}.nav-pages{height:56px;margin-top:-56px}.nav-pages ul li a{font-size:1rem;line-height:normal;padding:10px 0}.nav-pages ul li a.active{font-size:.875rem;padding:18px 0}.nav-pages.act ul{padding-top:65px}.ico-text{flex-direction:column;margin-bottom:24px}.ico-text figure{margin-bottom:15px}.ico-text .desc-ico{margin-bottom:0;padding-left:0;padding-top:0;width:100%}.ico-text .desc-ico h3{font-size:.875rem}.ico-text .desc-ico p{font-size:.813rem}.middle.no-banner{padding-top:56px}.main-container{padding:40px 0 110px}.main-container.md,.main-container.md-space{padding-top:40px!important}.main-container .wrapper{margin:0 25px}.main-container .wrap-inner .left-inner{padding-right:0}.main-container .wrap-inner .left-inner h3{font-size:1.125rem;margin-bottom:15px}.main-container .wrap-inner .left-inner p{font-size:1rem}.main-container .wrap-inner .left-inner.with-bg{margin-bottom:55px}.main-container .wrap-inner .left-inner.with-bg:before{bottom:-10px}.main-container .wrap-inner.in-middle.type-2{flex-direction:column;margin:-40px -25px 0;padding:0}.main-container .wrap-inner.in-middle.type-2 .left-inner{background:#f6fcfe;flex:0 0 100%;margin-bottom:30px;max-width:100%;padding:40px 25px}.main-container .wrap-inner.in-middle.type-2 .left-inner.with-bg:after,.main-container .wrap-inner.in-middle.type-2 .left-inner.with-bg:before{display:none}.main-container .wrap-inner.in-middle.type-2 .left-inner.with-bg>p{font-size:.875rem}.main-container .wrap-inner.in-middle.type-2 .right-inner{flex:0 0 100%;max-width:100%;padding:0 25px}.main-container .wrapper-small .wrap-inner.in-middle{flex-direction:column}.main-container .wrapper-small .wrap-inner.in-middle:after,.main-container .wrapper-small .wrap-inner.in-middle:before{display:none}.main-container .wrapper-small .wrap-inner.in-middle .left-inner{flex:0 0 100%;max-width:100%}.main-container .wrapper-small .wrap-inner.in-middle .left-inner.with-bg{background:#f6fcfe;border-top:1px solid #e5ebf0;margin-bottom:30px}.main-container .wrapper-small .wrap-inner.in-middle .left-inner.with-bg:after,.main-container .wrapper-small .wrap-inner.in-middle .left-inner.with-bg:before{display:none}.main-container .wrapper-small .wrap-inner.in-middle .left-inner.with-bg:before{bottom:0;left:0;top:0}.main-container .wrapper-small .wrap-inner.in-middle .left-inner.with-bg .arrow{background:url(/images/material/arrow-down-blue.svg) no-repeat right 25px top 27px;background-size:18px 11px;content:"";height:67px;position:absolute;right:0;top:0;width:100%;z-index:3}.main-container .wrapper-small .wrap-inner.in-middle .left-inner.with-bg ul{margin-bottom:0;padding-top:67px}.main-container .wrapper-small .wrap-inner.in-middle .left-inner.with-bg ul li{display:none;margin-bottom:0;padding:7px 22px}.main-container .wrapper-small .wrap-inner.in-middle .left-inner.with-bg ul li a{display:block;padding:0 12px}.main-container .wrapper-small .wrap-inner.in-middle .left-inner.with-bg ul li.active{display:block;height:67px;left:0;margin-bottom:0;padding:20px 45px 20px 20px;position:absolute;top:0;width:100%;z-index:2}.main-container .wrapper-small .wrap-inner.in-middle .left-inner.with-bg ul li.active a{padding:0 12px}.main-container .wrapper-small .wrap-inner.in-middle .left-inner.with-bg.act ul{padding-bottom:15px}.main-container .wrapper-small .wrap-inner.in-middle .left-inner.with-bg.act ul li{display:block}.main-container .wrapper-small .wrap-inner.in-middle .right-inner{flex:0 0 100%;max-width:100%;padding-left:0}.main-container .box-program .col-descrip h3{font-size:1.125rem}.main-container .img-section-caption{display:flex;flex-direction:column;min-height:675px;padding-bottom:0;padding-top:0;position:relative}.main-container .img-section-caption>figure{bottom:auto;left:0;margin:0 -25px;order:1;-webkit-order:1;position:relative;right:0;top:unset;top:0}.main-container .img-section-caption>figure img.img-medium-sm{display:none}.main-container .img-section-caption>figure img.img-small{display:block;height:620px;-o-object-position:top;object-position:top}.main-container .img-section-caption .text-caps{bottom:unset;margin-top:-285px;order:2;-webkit-order:2;position:relative;width:100%}.main-container .img-section-caption .text-caps h2{font-size:1.125rem;padding-right:30px}.main-container .img-section-caption .right-text{border-left:0;border-top:1px solid hsla(0,0%,100%,.3);justify-content:flex-end;order:3;-webkit-order:3;padding:40px 0 0;position:relative;width:100%}.main-container .img-section-caption .right-text:after,.main-container .img-section-caption .right-text:before{background:hsla(0,0%,100%,.3);content:"";height:1px;position:absolute;top:-1px;width:100%}.main-container .img-section-caption .right-text:before{left:-100%}.main-container .img-section-caption .right-text:after{right:-100%}.main-container .img-section-caption .right-text .box-pdf{margin-bottom:0;padding:20px 25px}.main-container .img-section-caption .right-text .box-pdf figure{display:none}.main-container .title-pdf-ico{padding-top:0}.main-container .title-pdf-ico p{font-size:.875rem}.main-container .wrap-unduh .unduh-item{width:100%}.main-container .border-box{border:0;margin-bottom:40px;padding:0}.main-container .pagination ul li{display:none}.main-container .pagination ul li.next,.main-container .pagination ul li.prev,.main-container .pagination ul li:nth-child(2),.main-container .pagination ul li:nth-child(3),.main-container .pagination ul li:nth-child(4),.main-container .pagination ul li:nth-child(5){display:inline-block}}@media (max-width:600px){.wrap-unduh .column.column-33{flex:0 0 100%;max-width:100%}}.accordion{border:1px solid #000}.accordion .head{background:none}.accordion .head h4{font-weight:700}.accordion .content{padding:0 32px}.annual-list{border:none;padding:0}.item-annual{padding:24px 0}.item-annual:last-child{border:none}@media (max-width:1023px){.accordion .head{padding:22px 50px 22px 22px}.accordion .content{padding:0 22px}}@media (max-width:767px){.accordion .content{padding:0 20px}.item-annual{margin-bottom:0}.item-annual:last-child{padding-bottom:24px}}

/*# sourceMappingURL=ppid.css.map*/