@charset "utf-8";
.home-bannerblock {
    width: 100%;
    min-height: 90vh;
    background: url("../images/banners/integrated-report-banner.jpg");
    background-size: cover;
    padding-left: 85px;
    overflow: hidden;
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-position: 0px 48px;
}

body{padding-bottom:0px}
.home-contentblock {
    position: relative;
    height: 100%;
    padding-bottom: 50px;
}
.left-block {
    z-index: 3;
    padding: 0 40px 96px;
    position: relative;
}
.left-block:after {
    position: absolute;
    content: "";
    width: 113%;
    height: 317px;
    left: -85px;
    top: 109px;
    z-index: -1;
    background: linear-gradient(267deg, rgb(255 255 255 / 0) 1%, #003c8e 101%);
    animation: widthanim1 3s cubic-bezier(0.455, 0.03, 0.515, 0.955) forwards;
}
.home-contentblock:before {
    position: absolute;
    content: "";
    width: 112%;
    height: 100%;
    background: linear-gradient(90deg, rgba(219, 232, 246, 0.11) 5%, #00ade991 19%, #0077beeb 51%);
    top: 187px;
    right: 0;
}
.left-block:before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    background: linear-gradient(180deg, #dbe8f603 2%, #d1e2f263 12%, #00ade9c9 26%, #003c8ee6 35%);
    bottom: 0;
    right: 0;
    animation: widthanim3 2s cubic-bezier(0.455, 0.03, 0.515, 0.955) forwards;
}
.topdiv {
    height: 157px;
    opacity: 0;
    position: relative;
    animation: 1s fadein 2s cubic-bezier(0.455, 0.03, 0.515, 0.955) forwards;
}
.home-bannerblock a {
    color: #fff;
    text-decoration: none;
    font-size: 24px;
    position: relative;
}

.home-bannerblock a:hover{color:rgb(52 187 218);}

.left-block img {
    position: absolute;
    display: block;
    right: 0;
    bottom: -40px;
    right: -28px;
}
.home-ir-block:after {
    content: "";
    width: 50%;
    height: 2px;
    background: #fff;
    bottom: 0;
    left: 0;
    position: absolute;
}
.home-date-block span {
    position: absolute;
    right: 28px;
    opacity: 0;
    animation-delay: 1s;
    animation: 1s fadein 2s cubic-bezier(0.455, 0.03, 0.515, 0.955) forwards;
}
.home-block {
    position: relative;
    background-image: url(../images/home.jpg);
    background-repeat: no-repeat;
    animation: back-ani 1.8s cubic-bezier(0.455, 0.03, 0.515, 0.955) forwards;
    background-color: #091928;
    background-color: linear-gradient(90deg, rgba(9, 25, 40, 1) 0, rgba(10, 24, 36, 1) 46%);
    min-height: 80vh;
    background-position: 10% center;
}
.home-bg {
    position: absolute;
    max-width: 100%;
    top: 0;
    left: 0;
}
.home-main-rgt {
    padding-left: 85px;
    padding-top: 30px;
}
.home-main-lft {
    padding-top: 30px;
    opacity: 0;
    animation: fadein 2s cubic-bezier(0.455, 0.03, 0.515, 0.955) forwards;
}
.home-date-block {
    font-size: 38px;
    font-weight: 700;
    color: #fff;
    text-align: right;
    width: 100%;
    margin-top: 43px;
}
.home-ir-block {
    min-height: 234px;
    padding: 40px 0;
    font-size: 26px;
    color: #fff;
    position: relative;
    padding-top: 32px;
}
.home-title-block {
    padding: 0 0;
    font-size: 32px;
    color: #fff;
    position: relative;
    padding-top: 24px;
}
.home-title-block p {
    font-size: 35px;
    color: #fff;
    font-weight: 600;
    line-height: 1.2;
    opacity: 0;
    animation: fadein 2s cubic-bezier(0.455, 0.03, 0.515, 0.955) forwards;
}
.home-title-block p span {
    font-size: 18px;
    display: block;
    margin-top: 26px;
    font-weight: 700;
    opacity: 0;
    animation: fadein 2s cubic-bezier(0.455, 0.03, 0.515, 0.955) forwards;
}
.home-ir-block span {
    display: block;
    margin-bottom: 5px;
    color: #d9dfde;
}
.home-ir-block span:last-child {
    margin-bottom: 0;
}
.home-main-rgt .home-date-block:after {
    content: "";
    height: 5px;
    width: calc(100% + 95px);
    position: absolute;
    left: -95px;
    bottom: -5px;
    background: #0083c3;
}
.home-block a {
    position: relative;
    color: inherit;
}
.home-block a:before {
    content: "";
    position: absolute;
    width: 0%;
    height: 3px;
    background: #fff;
    bottom: -5px;
    left: 0;
    transition: 1.3s cubic-bezier(0.455, 0.03, 0.515, 0.955);
}
.home-block a:hover:before {
    width: 100%;
}
.home-main-rgt .home-title-block p {
    font-size: 26px;
    font-weight: 400;
    margin-bottom: 15px;
    position: relative;
    color: #d9dfde;
    line-height: 1.1;
}
.home-main-rgt .home-title-block p:before {
    content: "";
    font-family: icomoon;
    height: 29px;
    width: 29px;
    border: 1px solid #fff;
    border-radius: 50%;
    position: absolute;
    left: -50px;
    top: 5px;
    font-size: 16px;
    text-align: center;
    line-height: 1.5;
}



.home-main-rgt .home-title-block p:first-child:before {
    content: "\e804";
    top: 4px;
}
.home-main-rgt .home-title-block p:last-child:before {
    content: "\e6b8";
}
.home-main-rgt .home-title-block p:nth-child(2):before {
    content: "\ea48";
}
.home-main-rgt .home-title-block p:last-child {
    margin-bottom: 0;
}
.home-main-rgt .home-ir-block p {
    font-size: 26px;
    font-weight: 400;
    margin-bottom: 5px;
    position: relative;
    color: #fff;
}
.home-main-rgt .home-ir-block p:before {
    content: "";
    font-family: icomoon;
    height: 29px;
    width: 29px;
    border: 1px solid #fff;
    border-radius: 50%;
    position: absolute;
    left: -50px;
    top: 8px;
    font-size: 16px;
    text-align: center;
    line-height: 1.5;
}
.home-main-rgt .home-ir-block p:first-child:before {
    content: "\e8f5";
}



.home-title-block.block2 p{animation:none;opacity:1}


@keyframes fadein {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}
@keyframes widthanim1 {
    from {
        width: 0%;
    }
    to {
        width: 112%;
    }
}
@keyframes widthanim4 {
    from {
        width: 90%;
    }
    to {
        width: 112%;
    }
}
@keyframes widthanim33 {
    from {
        height: 44%;
    }
    to {
        height: 100%;
    }
}
@media screen and (max-width: 1444px) {
    .home-title-block p {
    }
}
@media screen and (max-width: 1254px) {
    .home-title-block p {
        font-size: 34px;
    }
    .home-title-block p span {
        font-size: 18px;
    }
    .home-date-block {
        font-size: 44px;
    }
    .home-ir-block,
    .home-main-rgt .home-title-block p {
        font-size: 27px;
    }
    .home-main-rgt .home-title-block p:before {
        top: 5px;
    }
}
@media screen and (max-width: 991px) {
    .home-main-lft .home-ir-block,
    .home-main-rgt .home-date-block,
    .home-main-rgt .home-ir-block:after {
        display: none;
    }
    .home-block,
    .home-date-block,
    .home-ir-block,
    .home-title-block {
        min-height: auto;
    }
    .home-bannerblock {
        padding-left: 35px;
        height: 100%;
    }
}
@media screen and (max-width: 767px) {
    .home-contentblock {
        height: auto;
    }
    .home-title-block p {
        font-size: 27px;
    }
    .home-main-rgt {
        padding-left: 53px;
        padding-top: 30px;
    }
}
@media screen and (max-width: 572px) {
    .home-ir-block,
    .home-main-rgt .home-title-block p {
        font-size: 21px;
    }
    .top2 {
        height: auto!important;
    }
    .left-block:after {
        height: 223px;
    }
    .topdiv {
        height: 84px;
    }
}
.telkomtext {
    color: #fff;
    font-weight: 700;
    margin-top: -66px;
    position: absolute;
    bottom: -21px;
}
.footer-black-block {
    display: none;
}
.pg-next,
.pg-prev {
    display: none;
}
