/* Global */
/* @font-face {
    font-family: 'Conv_GothamRnd-Book';
    src: url('../fonts/GothamRnd-Book.eot');
    src: url('../fonts/GothamRnd-Book.eot?#iefix') format('embedded-opentype'),
        url('../fonts/GothamRnd-Book.woff') format('woff'),
        url('../fonts/GothamRnd-Book.ttf') format('truetype'),
        url('../fonts/GothamRnd-Book.svg#webfont') format('svg');
} */

@font-face {
    font-family: 'GothamRounded';
    src: url('../fonts/GothamRnd-Book.eot');
    src: url('../fonts/GothamRnd-Book.eot?#iefix') format('embedded-opentype'),
        url('../fonts/GothamRnd-Book.woff') format('woff'),
        url('../fonts/GothamRnd-Book.ttf') format('truetype'),
        url('../fonts/GothamRnd-Book.svg#webfont') format('svg');
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
}

@font-face {
    font-family: 'GothamRounded';
    src: url('../fonts/GothamRnd-Medium.eot');
    src: url('../fonts/GothamRnd-Medium.eot?#iefix') format('embedded-opentype'),
        url('../fonts/GothamRnd-Medium.woff') format('woff'),
        url('../fonts/GothamRnd-Medium.ttf') format('truetype'),
        url('../fonts/GothamRnd-Medium.svg#webfont') format('svg');
    font-weight: 500;
    font-style: normal;
    font-stretch: normal;
}

@font-face {
    font-family: 'GothamRounded';
    src: url('../fonts/GothamRnd-Bold.eot');
    src: url('../fonts/GothamRnd-Bold.eot?#iefix') format('embedded-opentype'),
        url('../fonts/GothamRnd-Bold.woff') format('woff'),
        url('../fonts/GothamRnd-Bold.ttf') format('truetype'),
        url('../fonts/GothamRnd-Bold.svg#webfont') format('svg');
    font-weight: bold;
    font-style: normal;
    font-stretch: normal;
}

html {
    scroll-behavior: smooth;
}
body {
    /* padding-top: 112px; */
    font-family: 'GothamRounded';
    /* font-family: 'Conv_GothamRnd-Book'; */
}
.text-truncate-5 {
    -webkit-line-clamp: 5;
    overflow : hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
}
.text-truncate-4 {
    -webkit-line-clamp: 4;
    overflow : hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
}
.text-truncate-3 {
    -webkit-line-clamp: 3;
    overflow : hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
}
.text-truncate-2 {
    -webkit-line-clamp: 2;
    overflow : hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
}
table {
    width: 100% !important;
}
.w-60 {
    width: 60% !important;
}
.w-65 {
    width: 65% !important;
}
.w-70 {
    width: 70% !important;
}
.w-80 {
    width: 80% !important;
}
.w-20 {
    width: 20% !important;
}
.w-30 {
    width: 30% !important;
}
.w-35 {
    width: 35% !important;
}
.w-40 {
    width: 40% !important;
}
/* Global */

/* Icon */
.icon {
    display: inline-block;
    width: 20px;
    height: 20px;
    background-size: cover;
    vertical-align: middle;
    
}
.icon-arrow-down {
    background-image: url(/images/icon/ic_arrow_down_white.svg);
    background-position: center;
}
.icon-download {
    background-image: url(/images/icon/ic_download.svg);
    background-position: center;
    width: 15px;
    height: 15px;
    vertical-align: unset;
}
/* Icon */

/* Background Color */
.bg-white {
    background-color: white !important;
}
.bg-black {
    background-color: #1D1D1D !important;
}
.bg-event-highlight {
    background: rgba(231, 22, 24, 0.1);
}
.bg-footer2 {
    background: linear-gradient(90deg, #580000 0%, #E71618 50.2%, #510000 100%);
}
.bg-gray {
    background: #F4F4F4;
}
.bg-gradient-white {
    background: linear-gradient(90deg, #FFFFFF 0%, #EEEEEE 100%) !important;
}
.bg-gradient-white-transform {
    background: linear-gradient(-90deg, #FFFFFF 100%, #EEEEEE 100%) !important;
}
.bg-gradient-gray {
    background: linear-gradient(-90deg, #FFFFFF 0%, #EEEEEE 100%);
}
.bg-gradient-red {
    background: linear-gradient(90deg, #1D1D1D 0%, #E71618 100%) !important;
}
.bg-gradient:before {
    background: linear-gradient(90deg, #1D1D1D 0%, #E71618 100%) !important;
}
.bg-sidebar {
    background-image: url(/images/detail_navigation.svg);
    background-repeat: no-repeat;
    background-size: cover;
}
.bg-section-gather {
    background: linear-gradient(90deg, #FFFFFF 18.68%, #EEEEEE 101%)
}
.news-detail .bg-sidebar {
    background-image: url(/images/detil_navigation_news_detail.svg);
    background-repeat: no-repeat;
    background-size: cover;
}
/* Background Color */

/* Text Color */
menu {
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 17px;
    color: #C4C4C4;
    display: unset;
    list-style-type: unset;
    margin-block-start: unset;
    margin-block-end: unset;
    margin-inline-start: unset;
    margin-inline-end: unset;
    padding-inline-start: unset;
}
h1 {
    font-size: 64px;
    font-style: normal;
    font-weight: 700;
    line-height: 50px;
    letter-spacing: 0px;
}
h2 {
    font-size: 48px;
    font-style: normal;
    font-weight: 700;
    line-height: 50px;
    letter-spacing: 0px;
}
h3 {
    font-style: normal;
    font-weight: bold;
    font-size: 30px;
    line-height: 40px;
}

.text-red {
    color: #E71618 !important;
}
.text-gray-primary {
    color: #333333;
}
.text-gray-secondary {
    color: #999999;
}
.text-black {
    color: #262626;
}
.text-black-primary {
    color: #1C1C1C;
}

.font-title {
    font-size: 28px;
    font-style: normal;
    font-weight: 700;
    line-height: 34px;
    letter-spacing: 0px;
}
.font-breadcrumbs {
    font-size: 17px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
}
.font-paragraph {
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 27px;
}
.font-subtitle {
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 22px;
}
.font-footer {
    font-style: normal;
    font-weight: 500;
    font-size: 12px;
    line-height: 14px;
}
.font-article {
    font-style: normal;
    font-weight: normal;
    font-size: 12px;
    line-height: 23px;
}
.font-menu {
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 17px;
}
/* Text Color */

/* Button */
.btn-primary {
    color: #fff;
    background-color: #E71618 !important;
    border-color: #E71618 !important;
}
.btn-primary:hover:focus:active {
    color: #fff;
    background-color: #b31417 !important;
    border-color: #b31417 !important;
}

.btn-secondary {
    color: #E71618 !important; 
    background-color: #fff !important;
    border: 2px solid #E71618 !important;
}
.btn-secondary:hover:focus:active {
    color: #b31417 !important;
    background-color: #fff !important;
    border: 2px solid #b31417 !important;
}
.btn-thumbnail-cfu {
    padding: 16px 32px;
}
/* .dropdown-toggle[aria-expanded="true"]::after {
    display: inline-block;
    margin-left: .255em;
    vertical-align: .255em;
    content: "";
    border-top: 0;
    border-right: .3em solid transparent;
    border-bottom: .3em solid;
    border-left: .3em solid transparent;
} */
.scrollToTop{
    display: none;
    height: 56px;
    width: 56px;
    position: fixed;
    bottom: 20px;
    right: 30px;
    z-index: 99;
    font-size: 18px;
    border: none;
    outline: none;
    background-color: #1D1D1D;
    color: white;
    cursor: pointer;
    padding: 15px;
    border-radius: 8px;
    box-shadow: 0px 16px 24px rgba(8, 35, 48, 0.16);
    border-radius: 8px;
}
.scrollToTop:hover{
    background-color: #555;
}
.dropdown-toggle::after {
    font-family: "Font Awesome 5 Free";
    content: "\f107";
    vertical-align: unset;
    border-top: unset;
    border-right: unset;
    border-bottom: unset;
    border-left: unset;
}
.dropdown-toggle[aria-expanded="true"]::after {
    font-family: "Font Awesome 5 Free";
    content: "\f106";
    vertical-align: unset;
    border-top: unset;
    border-right: unset;
    border-bottom: unset;
    border-left: unset;
}
/* Button */

/* Pagination */
.nav.pagination .nav-item a{
	color: #b4b4b4;
}
.nav.pagination .nav-item a.active{
	color: #FF0000;
}
.nav.pagination .nav-item a:hover{
    color: #FF0000;
    text-decoration: none;
}
/* Pagination */

/* Component Bumper */
.preloader {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 9999;
    background-color: #fff;
}
.preloader .loading {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}
.preloader .loading .img-bumper{
    width: 194px;
    height: 131px;
}
/* .preloader .loading img {
    width: 50%;
    height: auto;
} */
/* Component Bumper */

/* Component Navbar */
.navbar {
    z-index: 1030;
    filter: drop-shadow(0px 10px 20px rgba(0, 0, 0, 0.1));
}
.navbar .navbar-brand {
    margin-left: 140px;
}
.navbar .navbar-nav.site {
    padding-right: 140px;
}
.navbar .navbar-nav.site li a:hover, .navbar .navbar-nav.site li a menu:hover{
    color: #E71618 !important
}
.navbar .navbar-nav.site li a:hover > menu {
    color: #E71618 !important
}
.navbar .navbar-nav.menu {
    padding-right: 140px;
}
/* Menu Hover & Active */
/* .navbar .menu .nav-item.menu.active > .nav-link.menu {
    color: #E71618 !important;
    background: #EEEEEE;
}
.navbar .menu .nav-item.menu.active > .nav-link.menu menu {
    color: #E71618 !important;
}

.navbar .menu .nav-item.menu .nav-link.menu:hover menu, .navbar .menu .nav-item.menu .nav-link.menu[aria-expanded="true"] menu{
    color: #E71618 !important;
} */
.navbar .menu .nav-item.menu .nav-link.menu:hover, .navbar .menu .nav-item.menu .nav-link.menu[aria-expanded="true"]{
    /* color: #E71618 !important; */
    background: #EEEEEE;
}
/* Menu Hover & Active */
.navbar .navbar-nav.menu .nav-item.dropdown .dropdown-menu.mega-menu{
    /* Hover Menu */
    /* display: none; */
    /* Hover Menu */
    height: auto;
    margin: 0 140px;
    padding: 0;
    left: 0;
    right: 0;
    border: none;
    background: linear-gradient(90deg, #FFFFFF 36.98%, rgba(255, 255, 255, 0) 100%);
    filter: drop-shadow(0px 10px 30px rgba(0, 0, 0, 0.161));
}
/* Hover Menu */
/* .navbar .navbar-nav.menu .nav-item.dropdown:hover .dropdown-menu.mega-menu{
    display: block;
}
.navbar .navbar-nav.menu .nav-item.dropdown:hover .dropdown-toggle::after{
    display: inline-block;
    margin-left: .255em;
    vertical-align: .255em;
    content: "";
    border-top: unset !important;
    border-right: .3em solid transparent;
    border-bottom: .3em solid;
    border-left: .3em solid transparent;
} */
/* Hover Menu */
.navbar .navbar-nav.menu .nav-item.dropdown .dropdown-menu.mega-menu .list-group {
    border-radius: 0rem .25rem;
    height: 546px;
}
.navbar .navbar-nav.menu .nav-item.dropdown .dropdown-menu.mega-menu .list-group a:hover {
    color: #E71618;
}
.navbar .navbar-nav.menu .nav-item.dropdown .dropdown-menu.mega-menu .list-group .toggle-list::after{
    font-family: "Font Awesome 5 Free";
    content: "\f105";
    display: inline-block;
    margin-left: 1rem;
    vertical-align: .255em;
    /* content: "";
    border-top: .3em solid;
    border-right: .3em solid transparent;
    border-bottom: 0;
    border-left: .3em solid transparent;
    transform: rotate(270deg); */
}
.navbar .navbar-nav.menu .nav-item.dropdown .dropdown-menu.mega-menu .list-group .list-group-item {
    font-weight: 500;
    border: none;
}
.navbar .navbar-nav.menu .nav-item.dropdown .dropdown-menu.mega-menu .list-group .list-group-item a:hover {
    text-decoration: none;
}
.navbar .navbar-nav.menu .nav-item.dropdown .dropdown-menu.mega-menu .list-group .list-group-item.activeMegaMenu , .navbar .navbar-nav.menu .nav-item.dropdown .dropdown-menu.mega-menu .list-group .list-group-item.active{
    z-index: 2;
    color: #E71618;
    background-color: #EFEFEF !important;
    border-color: #EFEFEF;
}
.navbar .navbar-nav.menu .nav-item.dropdown .dropdown-menu.mega-menu .list-group .list-group-item.activeMegaMenu > a , .navbar .navbar-nav.menu .nav-item.dropdown .dropdown-menu.mega-menu .list-group .list-group-item.active > a{
    color: #E71618;
}
.navbar .navbar-nav.menu .nav-item.dropdown .dropdown-menu.mega-menu .block-mega-submenu {
    height: 546px;
    background-image: linear-gradient(90deg, #FFFFFF 55%, rgba(255, 255, 255, 0) 100%), url(/images/mega_menu.png);
    background-repeat: no-repeat;
    background-position-x: right;
    background-position-y: top;
    background-size: auto 546px;
}
.navbar .navbar-nav.menu .nav-item.dropdown .dropdown-menu.mega-menu .block-mega-submenu .nav.mega-submenu {
    height: 500px;
}
.navbar .navbar-nav.menu .nav-item.dropdown .dropdown-menu.mega-menu .block-mega-submenu .nav.mega-submenu li a {
    font-weight: 500;
}
.navbar .navbar-nav.menu .nav-item.dropdown .dropdown-menu.mega-menu .block-mega-submenu .nav.mega-submenu li a:hover {
    color: #E71618 !important
}
.site .active > .nav-link menu, .site .active > .navbar .navbar-nav.site li a {
    color: #E71618 !important
}
.menu .active > .nav-link {
    color: #333333;
    background: #EEEEEE;
}
.mega-submenu .active > .nav-link  {
    background: none;
    color: #E71618 !important
}
.search-input {
    border: 0;
    width: 100%;
    height: 100%;
    background-color: transparent !important;
}
.search-input:focus {
    outline: none;
}
.search-box {
    width: 0;
    transform: translateX(20%);
    opacity: 0;
    
}
.search-box.show {
    width: calc(100% - 5em);
    transform: translateX(0);
    opacity: 1;
    transition: all 0.4s 0.3s;
}
/* Component Navbar */

/* Component Header */
.jumbotron {
    height: 100%;
    min-height: 791px;
    background-image: url(/data/images/header.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position-x: center;
    border-radius: unset;
}
.jumbotron .img-bumn {
    height: 24px;
    width: 126px;
    margin-top: 32px;
    margin-right: 32px;
}
.jumbotron .header .title {
    padding-top: 110px;
    padding-bottom: 135px;
}
.jumbotron .header .title a:hover{
    color: #FF0000;
    text-decoration: none;
}
.jumbotron .header .title object {
    width: 42px;
    height: 42px;
    pointer-events: none;
}
.jumbotron .overlay {
    width: 100%;
    height: 475px;
    bottom: 0;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.0001) 0%, #FFFFFF 59.38%);
}
.jumbotron .thumbnail {
    padding: 64px;
    
}
.jumbotron .thumbnail .block-content {
    width: 280px;
    height: auto;
    min-height: 213px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    /* filter: drop-shadow(0px 40px 60px rgba(0, 0, 0, 0.1)); */
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
}
.jumbotron .thumbnail .block-content-highlight {
    width: 100%;
    height: auto;
    min-height: 197px;
    background-repeat: no-repeat;
    background-size: auto 90%;
    background-color: #262626;
    background-position: center;
    filter: drop-shadow(0px 40px 60px rgba(0, 0, 0, 0.1));
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
}
.jumbotron .thumbnail .block-title {
    width: 100%;
    height: auto;
    bottom: 0;
    border-bottom-right-radius: 8px;
    border-bottom-left-radius: 8px;
}
.jumbotron .thumbnail .block-content:hover .overlay {
    height: 100%;
}
.jumbotron .thumbnail .block-content:hover .block-title {
    display: none;
}
.jumbotron .thumbnail .bd-highlight .overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: white;
    overflow: hidden;
    width: 100%;
    height: 0;
    transition: .5s ease;
    border-radius: 8px;
}
.jumbotron .thumbnail .bd-highlight .overlay .list-group .list-group-item {
    background-color: unset;
    border: unset;
}
.jumbotron .thumbnail .bd-highlight .overlay .list-group .list-group-item-action:hover {
    color: #FF0000;
}
.jumbotron .thumbnail .content::-webkit-scrollbar {
    display: none;
}
.jumbotron .thumbnail .content {
    overflow-x: scroll;
    -webkit-overflow-scrolling: touch;
}
.jumbotron .thumbnail .bd-highlight .overlay::-webkit-scrollbar {
    display: none;
}
.jumbotron .thumbnail .bd-highlight .overlay {
    overflow-x: scroll;
    -webkit-overflow-scrolling: touch;
}
/* Component Header */

/* Component Banner */
.carousel-item {
    height: auto;
}
.carousel-item img{
    width:100%;
    height: auto;
}
.carousel-indicators .active {
    background-color:#FF0000;
    opacity: 1;
}
.carousel-indicators li {
    background-color:#BEBEBE;
    opacity: 1;
}
/* Component Banner */

/* Component Top Page */
.top-page .block-content-image{
    width: auto;
    background-image: url(/images/telkom_at_glance.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}
.top-page .block-content{
    width: 656px;
}
.top-page .block-content .header{
    padding-left: 140px !important;
    background-image: url(/images/bg_nav_telkom_at_glance.svg);
    background-repeat: no-repeat;
    background-size: cover;
}
.top-page .block-content .list-group a:hover{
    background-color: rgba(29, 29, 29, 0.9);
}
.top-page .block-content .list-group .list-group-item{
    display: inline-flex;
    padding-left: 140px !important;
    background-color: #1D1D1D;
    border-radius: unset;
    border: unset;
    border-bottom: 1px solid #535353;
}
.top-page .block-content .list-group .list-group-item p{
    color: rgba(255, 255, 255, 0.7);
}
.top-page .block-content .list-group .list-group-item::after{
    font-family: "Font Awesome 5 Free";
    content: "\f105";
    font-size: 32px;
    display: inline-block;
    margin-left: auto;
    /* content: "";
    border-top: .5em solid rgba(255, 255, 255, 0.7);
    border-right: .5em solid transparent;
    border-bottom: 0;
    border-left: .5em solid transparent;
    transform: rotate(270deg); */
}
/* Component Top Page */

/* Component News Highlight */
.news {
    box-shadow: 0px 8px 16px rgba(0, 0, 0, 0.102);
}
.news a:hover {
    color: #E71618;
    text-decoration: none;
}
.news-highlight a:hover {
    text-decoration: none;
}
.news-highlight .thumbnail-highlight {
    height: 435px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}
.news-highlight .thumbnail {
    height: 110px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}
/* Component News Highlight */

/* Component Event Highlight */
.event-highlight a:hover {
    color: #E71618;
    text-decoration: none;
}
/* Component Event Highlight */

/* Component Footer */
footer.wrap {
    filter: drop-shadow(0px -10px 20px rgba(0, 0, 0, 0.06));
}
footer ul li a:hover {
    color: #E71618;
    text-decoration: none;
}
footer .navbar-brand img {
    max-height: 120px;
}
footer address a:hover {
    color: #E71618;
    text-decoration: none;
}
/* Component Footer */

/* Component Sidenav */
/* .sidebar {
    height: 100%;
} */
/* .sidebar {
    width: 100%;
} */
.sidebar .nav-item a{
    padding-left: 140px !important;
    color: rgba(0, 0, 0, 0.5);
}
.sidebar .nav-item .active, .sidebar .nav-item:hover a{
    background-color: #EEEEEE !important;
    color: #E71618 !important;
}
.sidebar .accordion .card {
    background-color: unset;
    border-radius: unset;
    border: unset;
}
.sidebar .accordion .card .card-header{
    border: 1px solid #EBEBEB;
    background-color: white;
}
.sidebar .accordion .card .card-header button{
    color: #1D1D1D;
    padding-left: 140px !important;
}
.sidebar .accordion .card .card-header button.btn:focus,.sidebar .accordion .card .card-header button.btn:active {
    outline: none !important;
    box-shadow: none;
    text-decoration: none;
}
.sidebar .accordion .card .card-header button.btn-link:hover {
    text-decoration: none;
}
.sidebar .accordion .card .card-header button::after {
    display: inline-block;
    margin-left: 1rem;
    vertical-align: .255em;
    content: "";
    border-top: .3em solid;
    border-right: .3em solid transparent;
    border-bottom: 0;
    border-left: .3em solid transparent;
}
.sidebar .accordion .card .card-header button[aria-expanded="true"]::after {
	display: inline-block;
    margin-left: 1rem;
    vertical-align: .255em;
    content: "";
    border-top: 0;
    border-right: .3em solid transparent;
    border-bottom: .3em solid;
    border-left: .3em solid transparent;
}
/* Component Sidenav */

/* Component Breadcrumb */
.breadcrumb {
    border-radius: unset;
    filter: drop-shadow(0px 8px 16px rgba(0, 0, 0, 0.102));
}
.breadcrumb .breadcrumb-item, .breadcrumb .breadcrumb-item a, .breadcrumb-item+.breadcrumb-item::before{
    color: #ffffff;
}
.breadcrumb-item+.breadcrumb-item::before {
    font-family: "Font Awesome 5 Free";
    content: "\f105";
}
/* Component Breadcrumb */

/* Component TKAStockDetail */
.stock-detail .description img {
    max-width: 100% !important;
    height: auto !important;
}
/* .stock-detail .text {
    width: 65%;
} */
/* Component TKAStockDetail */

/* Component TKProfilManagement */
.profil-management .profil a:hover {
    color: #E71618;
    text-decoration: none;
}
/* Component TKProfilManagement */

/* Component TKAchievement */
.achievement .list .accordion .card {
    border: unset;
}
.achievement .list .accordion .card .card-header {
    background-color: unset;
}
.achievement .list .accordion .card .card-header button {
    /* color: rgba(0, 0, 0, 0.5); */
}
.achievement .list .accordion .card .card-header button:hover {
    text-decoration: none;
    color: #E71618;
}
.achievement .list .accordion .card .card-header button.btn:focus,.achievement .list .accordion .card .card-header button.btn:active {
    outline: none !important;
    box-shadow: none;
    text-decoration: none;
}
.achievement .list .accordion .card .card-header button.btn[aria-expanded="true"] {
    color: #E71618;
}
.achievement .list .accordion>.card>.card-header {
    margin-bottom: unset;
}
.achievement .list .accordion .card .card-header button::after {
    display: inline-block;
    margin-left: 1rem;
    vertical-align: .255em;
    content: "";
    border-top: .3em solid;
    border-right: .3em solid transparent;
    border-bottom: 0;
    border-left: .3em solid transparent;
}
.achievement .list .accordion .card .card-header button[aria-expanded="true"]::after {
	display: inline-block;
    margin-left: 1rem;
    vertical-align: .255em;
    content: "";
    border-top: 0;
    border-right: .3em solid transparent;
    border-bottom: .3em solid;
    border-left: .3em solid transparent;
}
.achievement .list .accordion .card .card-body .description {
    color: #707070;
}
/* Component TKAchievement */

/* Component TKReportDoc */
.report .list .accordion .card {
    border: unset;
}
.report .list .accordion .card .card-header {
    background-color: unset;
}
.report .list .accordion .card .card-header button {
    /* color: rgba(0, 0, 0, 0.5); */
}
.report .list .accordion .card .card-header button:hover {
    text-decoration: none;
    color: #E71618;
}
.report .list .accordion .card .card-header button.btn:focus,.report .list .accordion .card .card-header button.btn:active {
    outline: none !important;
    box-shadow: none;
    text-decoration: none;
}
.report .list .accordion .card .card-header button.btn[aria-expanded="true"] {
    color: #E71618;
}
.report .list .accordion>.card>.card-header {
    margin-bottom: unset;
}
.report .list .accordion .card .card-header button::after {
    display: inline-block;
    margin-left: 1rem;
    vertical-align: .255em;
    content: "";
    border-top: .3em solid;
    border-right: .3em solid transparent;
    border-bottom: 0;
    border-left: .3em solid transparent;
}
.report .list .accordion .card .card-header button[aria-expanded="true"]::after {
	display: inline-block;
    margin-left: 1rem;
    vertical-align: .255em;
    content: "";
    border-top: 0;
    border-right: .3em solid transparent;
    border-bottom: .3em solid;
    border-left: .3em solid transparent;
}
.report .list .accordion .card .card-header button[aria-expanded="true"]::after {
	display: inline-block;
    margin-left: 1rem;
    vertical-align: .255em;
    content: "";
    border-top: 0;
    border-right: .3em solid transparent;
    border-bottom: .3em solid;
    border-left: .3em solid transparent;
}
.report .list .accordion .card .card-body .table a:hover{
    text-decoration: none;
	color: #FF0000;
}
.report .list table td {
    table-layout: fixed;
    overflow: hidden;
}
/* Component TKReportDoc */

/* Component TKNews */
.news .nav.category .nav-item a {
    border-bottom: 3px solid #C4C4C4;;
    color: rgba(0, 0, 0, 0.5);
    font-style: normal;
    font-weight: 500;
    font-size: 24px;
    line-height: 29px;
}
.news .nav.category .nav-item a.active {
    border-bottom: 3px solid #FF0000 !important;
    color: #FF0000;
}
.news .nav.category .nav-item a:hover {
    border-bottom: 3px solid #FF0000 !important;
    color: #FF0000;
}
.news .nav.category .nav-item{
	color: #b4b4b4;
}
.news .thumbnail-highlight {
    height: 435px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}
.news .thumbnail {
    height: 110px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}
/* Component TKNews */

/* Component Section Transactional */
.section-transactional {
    height: auto;
    min-height: 80px;
    /* box-shadow: 0px -8px 16px 0px rgba(0, 0, 0, 0.1); */
    filter: drop-shadow(0px 8px 16px rgba(0, 0, 0, 0.2));
}
.section-transactional .dropdown-menu.transactional a:hover{
    color: #FF0000;
} 

.section-transactional .dropdown-menu.transactional a:hover, .section-transactional .dropdown-menu.transactional a:focus, .section-transactional .dropdown-menu.transactional a:active, .section-transactional .dropdown-menu.transactional a:active:focus {
    color: #FF0000;
    background-color: unset;
}
/* Component Section Transactional */

/* Component Thumbnail CFU */
.thumbnail-cfu .label {
    height: auto;
    min-height: 121px;
}
.thumbnail-cfu .thumbnail .img-thumbnail-cfu {
    min-height: 320px;
    height: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}
.thumbnail-cfu .thumbnail .row.right {
    height: 100%;
    background-image: linear-gradient(90deg, #FFFFFF 55%, rgba(255, 255, 255, 0) 100%), url(/images/batik_thumbnail_right.svg);
    background-repeat: no-repeat;
    background-position-x: right;
    background-position-y: top;
    background-size: contain;
}
.thumbnail-cfu .thumbnail .row.left {
    height: 100%;
    background-image: url(/images/batik_thumbnail_left.svg), linear-gradient(90deg, #FFFFFF 55%, rgba(255, 255, 255, 0) 100%);
    background-repeat: no-repeat;
    background-position-x: left;
    background-position-y: top;
    background-size: contain;

}
.thumbnail-cfu .thumbnail .description p {
    margin-bottom: .5rem!important;
}
/* Component Thumbnail CFU */

/* Component Thumbnail Product */
.thumbnail-product .img-thumbnail-product {
    height: auto;
    min-height: 320px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position-x: right;
    background-position-y: center;
   
}
.thumbnail-product .description p {
    margin-bottom: .5rem!important;
}
/* Component Thumbnail Product */

/* TKProductSegment */
.product-segment .list .accordion .card {
    border: unset;
}
.product-segment .list .accordion .card .card-header {
    background-color: unset;
}
.product-segment .list .accordion .card .card-header button {
    /* color: rgba(0, 0, 0, 0.5); */
}
.product-segment .list .accordion .card .card-header button:hover {
    text-decoration: none;
    color: #E71618;
}
.product-segment .list .accordion .card .card-header button.btn:focus,.report .list .accordion .card .card-header button.btn:active {
    outline: none !important;
    box-shadow: none;
    text-decoration: none;
}
.product-segment .list .accordion .card .card-header button.btn[aria-expanded="true"] {
    color: #E71618;
}
.product-segment .list .accordion>.card>.card-header {
    margin-bottom: unset;
}
.product-segment .list .accordion .card .card-header button::after {
    display: inline-block;
    margin-left: 1rem;
    vertical-align: .255em;
    content: "";
    border-top: .3em solid;
    border-right: .3em solid transparent;
    border-bottom: 0;
    border-left: .3em solid transparent;
}
.product-segment .list .accordion .card .card-header button[aria-expanded="true"]::after {
	display: inline-block;
    margin-left: 1rem;
    vertical-align: .255em;
    content: "";
    border-top: 0;
    border-right: .3em solid transparent;
    border-bottom: .3em solid;
    border-left: .3em solid transparent;
}
.product-segment .description img,  .product-segment .list .product img{
    max-width: 100%!important;
    height: auto !important;
}
/* TKProductSegment */

/* Component Search Result */
.search-result .block-img,  .search-result .block-img img{
    width: 100%;
    /* min-height: 320px; */
    height: 320px;
    object-fit: cover;
    object-position: center;
}
.search-result .block-category {
    width: 100%;
    height: auto;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: black;
}
.search-result a.more:hover {
    color: #FF0000;
    text-decoration: none;
}
/* Component Search Result */

/* Component News Detail */
.news-detail .news-article img{
    max-width: 100%!important;
    height: auto !important;
}
.news-detail .sidenav .list-group .list-group-item {
    background-color: unset;
    border: unset;
}
.news-detail .sidenav .list-group .list-group-item-action {
    color: #707070 ;
}
.news-detail .sidenav .list-group .list-group-item-action:hover {
    background-color: unset;
    color: #FF0000;
}
.news-detail .sidenav::-webkit-scrollbar {
    display: none;
}
.news-detail .sidenav{
    overflow-x: scroll;
    -webkit-overflow-scrolling: touch;
    margin-right: 140px;
}
/* Component News Detail */

/* Component 404 */
.error-404 {
    background-image: url(/images/bg_404.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top;
}
/* Component 404 */

/* ACGS */
.collapsible-item .collapsible-item-heading .accordion.collapsible-item-title {
    background-color: #fff;
    color: #000;
    cursor: pointer;
    padding: 18px;
    width: 100%;
    border: none;
    text-align: left;
    outline: none;
    font-size: 15px;
    transition: 0.5s;
}
.collapsible-item .collapsible-item-heading .accordion.collapsible-item-title a {
    color: #000000;
}
.collapsible-item .collapsible-item-heading .accordion.collapsible-item-title:hover{
    background-color: #e41b13;
}
.collapsible-item .collapsible-item-heading .accordion.collapsible-item-title:hover > a {
    color: #FFFFFF;
}
.collapsible-item .collapsible-item-heading .accordion.collapsible-item-title {
    margin-bottom: unset;
}
.collapsible-item .collapsible-item-heading .accordion.collapsible-item-title a[aria-expanded="true"] .glyphicon:before {
    font-family: "Font Awesome 5 Free";
    content: "\f068";
}
.collapsible-item .collapsible-item-heading .accordion.collapsible-item-title .glyphicon:before {
    font-family: "Font Awesome 5 Free";
    content: "\f067";
    float: right;
    font-weight: normal;
    font-size: 10px;
}
.collapsible-item .collapsible-item-collapse .collapsible-item-body table {
    font-size: 14px !important;
}
.collapsible-item .collapsible-item-collapse .collapsible-item-body table a {
    color: #E71618;
}
.collapsible-item .collapsible-item-collapse .collapsible-item-body table a:hover {
    color: #b31417;
}
.collapsible-item .collapsible-item-collapse .collapsible-item-body table tbody td, .collapsible-item .collapsible-item-collapse .collapsible-item-body table tbody th {
    padding: 10px;
}
/* ACGS */

/* TKSiteMap */
.site-map ul li a:hover {
    text-decoration: none;
    color: #E71618;
}
/* TKSiteMap */

/* Dubai Expo */
#dubaiExpo.modal .modal-content {
    background-image: url('/images/dubai-expo/Telkom Goes to Dubai Expo.png');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    height: 500px;
    max-height: 100%;
}
#dubaiExpo.modal .modal-content .modal-body {
    margin-bottom: 110px;
    margin-left: 70px;
}
/* Dubai Expo */

/* Extra small devices (portrait phones, less than 576px) */
@media (max-width: 575.98px) {
    .container-padding {
        padding-right: 1.5rem !important;
        padding-left: 1.5rem !important;
    }
    .container-margin {
        margin-left: 1.5rem !important;
        margin-right: 1.5rem !important;
    }

    /* Component Navbar */
    .navbar {
        justify-content: unset;
    }
    .navbar .navbar-nav.site {
        padding-right: unset;
    }
    .navbar .navbar-nav.menu {
        padding-right: unset;
    }
    .navbar .navbar-brand {
        position: absolute;
        top: 0;
        right: 0;
        left: 0;
        margin-right: unset !important;
        margin-left: unset !important;
    }
    .navbar .navbar-brand img {
        max-height: 25px !important;
    }
    .navbar-brand {
        margin-right: unset !important;
    }
    .navbar-light .navbar-toggler {
        border: unset;
        z-index: 2;
    }
    .dropdown-menu {
        min-width: unset;
    }
    .search-box.show {
        width: unset;
        flex-grow: 1!important;
        transform: translateX(0);
        opacity: 1;
        transition: all 0.4s 0.3s;
        z-index: 2;
    }
    /* Component Navbar */

    /* Component Top Page */
    .top-page h3 {
        font-size: 1.5rem;
    }
    .top-page h4 {
        font-size: 1.25rem;
    }
    .top-page p {
        font-size: 80%;
        font-weight: 400;
    }
    .top-page .block-content {
        width: 100%;
    }
    .top-page .block-content .header {
        padding-left: 1.5rem!important;
    }
    .top-page .block-content .list-group .list-group-item {
        padding-left: 1.5rem!important;
    }
    .top-page .block-content .list-group .list-group-item::after {
        display: none;
    }
    .top-page .block-content-image {
        height: 260px;
    }
    /* Component Top Page */

    /* Component News Highlight */
    .news .btn-view {
        font-size: 80%;
        font-weight: 400;
    }
    .news-highlight {
        flex-direction: column!important;
    }
    .news-highlight .thumbnail-highlight, .news-highlight .thumbnail{
        height: 122px;
    }
    .news-highlight .w-50 {
        width: 100% !important;
    }
    /* Component News Highlight */

    /* Component Event Highlight */
    .event-highlight h6 {
        font-size: 80%;
        font-weight: 400;
    }
    /* Component Event Highlight */

    /* Component Footer */
    footer .navbar-brand img {
        max-height: 92px;
    }
    footer .about {
        text-align: center;
    }
    footer .follow-us {
        text-align: center;
    }
    footer .contact {
        text-align: center;
    }
    footer .contact p{
        margin: 0 65px;
    }
    footer .list-unstyled {
        margin-bottom: 1.5rem!important;
    }
    footer .list-unstyled .d-flex {
        -ms-flex-pack: center!important;
        justify-content: center!important;
    }
    footer .list-unstyled .d-flex .flex-grow-1{
        flex-grow: 0!important;
    }
    /* Component Footer */

    /* Component Section Transactional */
    .section-transactional {
        height: auto;
        min-height: 61px;
        filter: unset;  
    }
    .section-transactional .logo img {
        height: 45px;
    }
    .section-transactional .btn {
        align-self: center;
        padding: .25rem .5rem;
        font-size: .875rem;
        line-height: 1.5;
        border-radius: .2rem;
        margin-bottom: 1.5rem;
    }
    .section-transactional .btn-img img {
        height: 32.8px;
        margin-bottom: 1.5rem;
    }
    /* Component Section Transactional */

    /* Component Thumbnail CFU */
    .thumbnail-cfu .label {
        height: auto;
        min-height: 148px;
    }
    .thumbnail-cfu .label h6 {
        font-size: 80%;
    }
    .thumbnail-cfu .label p {
        font-size: 60%;
    }
    .thumbnail-cfu .thumbnail .row.right, .thumbnail-cfu .thumbnail .row.left {
        background-image: unset;
    }
    .thumbnail-cfu .thumbnail .img-thumbnail-cfu {
        min-height: 166px;
    }
    .thumbnail-cfu .thumbnail h4{
        font-size: 1.25rem;
    }
    .thumbnail-cfu .thumbnail p{
        font-size: 80%;
    }
    .thumbnail-cfu .thumbnail .bd-highlight-btn{
        align-self: center;
    }
    /* Component Thumbnail CFU */

    /* Component Breadcrumb */
    .breadcrumb {
        font-size: 80%;
        font-weight: 400;
    }
    /* Component Breadcrumb */

    /* Component TKAStockDetail */
    .stock-detail .tittle{
        font-size: 1.25rem;
    }
    .stock-detail .description{
        font-size: 80%;
        font-weight: 400;
    }
    /* Component TKAStockDetail */

    /* Component TKAchievement */
    .achievement .tittle{
        font-size: 1.25rem;
    }
    .achievement h6, .achievement .description{
        font-size: 80%;
        font-weight: 400;
    }
    /* Component TKAchievement */

    /* Component TKProfilManagement */
    .profil-management .tittle {
        font-size: 1.25rem;
    }
    .profil-management h6, .profil-management .description, .profil-management .thumbnail p, .profil-management .list-profil p {
        font-size: 80%;
        font-weight: 400;
    }
    /* Component TKProfilManagement */

    /* Component TKReportDoc */
    .report .tittle {
        font-size: 1.25rem;
    }
    .report td {
        font-size: 80%;
        font-weight: 400;
    }
    .report .w-70 {
        width: 60% !important;
    }
    .report .w-30 {
        width: 40% !important;
    }
    /* Component TKReportDoc */

    /* Component Thumbnail Product */
    .thumbnail-product .img-thumbnail-product {
        height: auto;
        min-height: 142px !important;
        background-size: cover;
        background-repeat: no-repeat;
        background-position-x: center;
        background-position-y: center;
    }
    /* Component Thumbnail Product */

    /* Component TKProductSegment */
    .profil-management .list .card-body  {
        font-size: 80%;
        font-weight: 400;
    }
    /* Component TKProductSegment */

    /* Component Header */
    .jumbotron .header .title h2 {
        font-size: 14px;
        line-height: unset;
    }
    .jumbotron .header .title h1 {
        font-size: 20px;
        line-height: unset;
    }
    .jumbotron .thumbnail .block-content p, .jumbotron .thumbnail .block-content a {
        font-size: 12px;
    }
    .jumbotron .thumbnail .block-content-highlight h3 {
        font-size: 20px;
        line-height: unset;
    }
    .jumbotron {
        height: 100%;
        min-height: 420px;
        background-image: url(/data/images/header.png);
        background-size: contain;
        background-repeat: no-repeat;
        border-radius: unset;
    }
    .jumbotron .img-bumn {
        width: 84px;
        height: 16px;
        margin-top: 16px;
        margin-right: 16px;
    }
    .jumbotron .header .title {
        padding-top: 44px;
        padding-bottom: 44px;
    }
    .jumbotron .header .title object {
        width: 32px;
        height: 32px;
    }
    .jumbotron .overlay {
        width: 100%;
        height: 200px;
        bottom: 0;
        background: linear-gradient(180deg, rgba(255, 255, 255, 0.0001) 0%, #FFFFFF 59.38%);
    }
    .jumbotron .thumbnail {
        padding-top: 16px;
        padding-right: 0px;
        padding-bottom: 16px;
        padding-left: 0px;
        flex-direction: column!important;
    }
    .jumbotron .thumbnail .content {
        overflow-x: scroll;
        -webkit-overflow-scrolling: touch;
    }
    .jumbotron .thumbnail .content::-webkit-scrollbar {
        display: none;
    }
    .jumbotron .thumbnail .content > :first-child {
        margin-left: 16px !important;
    }
    .jumbotron .thumbnail .content > :last-child {
        margin-right: 16px !important;
    }
    .jumbotron .thumbnail .block-content {
        flex-shrink: 0;
        width: 147px;
        height: auto;
        min-height: 106px;
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center;
        /* filter: drop-shadow(0px 40px 60px rgba(0, 0, 0, 0.1)); */
        border-top-left-radius: 8px;
        border-top-right-radius: 8px;
        border-bottom-right-radius: 10px;
        border-bottom-left-radius: 10px;
    }
    .jumbotron .thumbnail .block-content-highlight {
        width: 100%;
        height: auto;
        min-height: 134px;
        background-repeat: no-repeat;
        background-size: auto 90%;
        background-color: #262626;
        background-position: center;
        filter: drop-shadow(0px 40px 60px rgba(0, 0, 0, 0.1));
        border-top-left-radius: 8px;
        border-top-right-radius: 8px;
        border-bottom-right-radius: 10px;
        border-bottom-left-radius: 10px;
        margin-right: 16px !important;
        margin-left: 16px !important;
    }
    /* Component Header */

    /* TKNews*/
    .news .row .col-3{
        max-width: 100%;
    }
    .news .event-highlight h6 {
        font-size: 150%;
        font-weight: 400;
    }
    .news .nav {
        overflow-x: scroll;
        padding-left: unset !important;
        padding-right: unset !important;
        margin-right: unset !important;
        margin-left: unset !important;
        flex-wrap: unset !important;
    }
    .news .nav::-webkit-scrollbar {
        display: none;
    }
    .news .font-subtitle {
        font-style: normal;
        font-weight: 500;
        font-size: 14px;
        line-height: 17px;
    }
    .news .row {
        display: block;
    }
    /* TKNews*/

    /* Component News Detail */
    .news-detail .sidenav{
        margin-left: 1.5rem;
        margin-right: 1.5rem;
        height: auto !important;
    }
    /* Component News Detail */

    /* Dubai Expo */
    #dubaiExpo.modal .modal-content {
        background-image: url('/images/dubai-expo/Telkom Goes to Dubai Expo.png');
        background-size: cover;
        background-repeat: no-repeat;
        background-position: left;
        height: 350px;
        max-height: 100%;
        border-radius: 0.5rem;
    }
    #dubaiExpo.modal .modal-content .modal-body {
        margin-bottom: 65px;
        margin-left: 40px;
    }
    #dubaiExpo.modal .modal-content .modal-body .btn {
        padding: 0.25rem 0.5rem;
        font-size: .875rem;
        line-height: 1.5;
        border-radius: 0.2rem;
    }
    /* Dubai Expo */

    /* Telkom Integrity Line */
    .thumbnail .img-thumbnail-homepage a {
        padding: 0.25rem 0.5rem;
        font-size: .875rem;
        line-height: 1.5;
        border-radius: 0.2rem;
    }

    .thumbnail .img-thumbnail-homepage .block-title-highlight {
        margin-top: 1.25rem!important;
        margin-bottom: 1.25rem!important;
        /* margin-top: 1.875rem!important; */
    }
    /* Telkom Integrity Line */
}

/* Small devices (landscape phones, 576px and up) */
@media (min-width: 576px) and (max-width: 767.98px) {
    .container-padding {
        padding-right: 1.5rem !important;
        padding-left: 1.5rem !important;
    }
    .container-margin {
        margin-left: 1.5rem !important;
        margin-right: 1.5rem !important;
    }
    /* Component Navbar */
    .navbar {
        justify-content: unset;
    }
    .navbar .navbar-nav.site {
        padding-right: unset;
    }
    .navbar .navbar-nav.menu {
        padding-right: unset;
    }
    .navbar .navbar-brand {
        position: absolute;
        top: 0;
        right: 0;
        left: 0;
        margin-right: unset !important;
        margin-left: unset !important;
    }
    .navbar .navbar-brand img {
        max-height: 25px !important;
    }
    .navbar-brand {
        margin-right: unset !important;
    }
    .navbar-light .navbar-toggler {
        border: unset;
        z-index: 2;
    }
    .dropdown-menu {
        min-width: unset;
    }
    .search-box.show {
        width: unset;
        flex-grow: 1!important;
        transform: translateX(0);
        opacity: 1;
        transition: all 0.4s 0.3s;
        z-index: 2;
    }
    /* Component Navbar */

    /* Component Top Page */
    .top-page h3 {
        font-size: 1.5rem;
    }
    .top-page h4 {
        font-size: 1.25rem;
    }
    .top-page p {
        font-size: 80%;
        font-weight: 400;
    }
    .top-page .block-content {
        width: 100%;
    }
    .top-page .block-content .header {
        padding-left: 1.5rem!important;
    }
    .top-page .block-content .list-group .list-group-item {
        padding-left: 1.5rem!important;
    }
    .top-page .block-content .list-group .list-group-item::after {
        display: none;
    }
    .top-page .block-content-image {
        height: 260px;
    }
    /* Component Top Page */
    
    /* Component News Highlight */
    .news .btn-view {
        font-size: 80%;
        font-weight: 400;
    }
    .news-highlight {
        flex-direction: column!important;
    }
    .news-highlight .thumbnail-highlight, .news-highlight .thumbnail{
        height: 182px;
    }
    .news-highlight .w-50 {
        width: 100% !important;
    }
    /* Component News Highlight */

    /* Component Event Highlight */
    .event-highlight h6 {
        font-size: 80%;
        font-weight: 400;
    }
    /* Component Event Highlight */

    /* Component Footer */
    footer .navbar-brand img {
        max-height: 92px;
    }
    footer .about {
        text-align: center;
    }
    footer .follow-us {
        text-align: center;
    }
    footer .contact {
        text-align: center;
    }
    footer .contact p{
        margin: 0 65px;
    }
    footer .list-unstyled {
        margin-bottom: 1.5rem!important;
    }
    footer .list-unstyled .d-flex {
        -ms-flex-pack: center!important;
        justify-content: center!important;
    }
    footer .list-unstyled .d-flex .flex-grow-1{
        flex-grow: 0!important;
    }
    /* Component Footer */

    /* Component Section Transactional */
    .section-transactional {
        height: auto;
        min-height: 61px;
        filter: unset;
    }
    .section-transactional .logo img {
        height: 45px;
    }
    .section-transactional .btn {
        align-self: center;
        padding: .25rem .5rem;
        font-size: .875rem;
        line-height: 1.5;
        border-radius: .2rem;
        margin-bottom: 1.5rem;
    }
    .section-transactional .btn-img img {
        height: 32.8px;
        margin-bottom: 1.5rem;
        align-self: center;
    }
    /* Component Section Transactional */

    /* Component Thumbnail CFU */
    .thumbnail-cfu .label {
        height: auto;
        min-height: 148px;
    }
    .thumbnail-cfu .label h6 {
        font-size: 80%;
    }
    .thumbnail-cfu .label p {
        font-size: 60%;
    }
    .thumbnail-cfu .thumbnail .row.right, .thumbnail-cfu .thumbnail .row.left {
        background-image: unset;
    }
    .thumbnail-cfu .thumbnail .img-thumbnail-cfu {
        min-height: 166px;
    }
    .thumbnail-cfu .thumbnail h4{
        font-size: 1.25rem;
    }
    .thumbnail-cfu .thumbnail p{
        font-size: 80%;
    }
    .thumbnail-cfu .thumbnail .bd-highlight-btn{
        align-self: center;
    }
    /* Component Thumbnail CFU */

    /* Component Breadcrumb */
    .breadcrumb {
        font-size: 80%;
        font-weight: 400;
    }
    /* Component Breadcrumb */
    
    /* Component TKAStockDetail */
    .stock-detail .tittle{
        font-size: 1.25rem;
    }
    .stock-detail .description{
        font-size: 80%;
        font-weight: 400;
    }
    /* Component TKAStockDetail */

    /* Component TKAchievement */
    .achievement .tittle{
        font-size: 1.25rem;
    }
    .achievement h6, .achievement .description{
        font-size: 80%;
        font-weight: 400;
    }
    /* Component TKAchievement */

    /* Component TKProfilManagement */
    .profil-management .tittle {
        font-size: 1.25rem;
    }
    .profil-management h6, .profil-management .description, .profil-management .thumbnail p, .profil-management .list-profil p {
        font-size: 80%;
        font-weight: 400;
    }
    /* Component TKProfilManagement */

    /* Component TKReportDoc */
    .report .tittle {
        font-size: 1.25rem;
    }
    .report td {
        font-size: 80%;
        font-weight: 400;
    }
    /* Component TKReportDoc */

     /* Component Thumbnail Product */
     .thumbnail-product .img-thumbnail-product {
        height: auto;
        min-height: 270px !important;
        background-size: cover;
        background-repeat: no-repeat;
        background-position-x: center;
        background-position-y: center;
    }
    /* Component Thumbnail Product */

    /* Component TKProductSegment */
    .profil-management .list .card-body  {
        font-size: 80%;
        font-weight: 400;
    }
    /* Component TKProductSegment */

    /* Component Header */
    .jumbotron .header .title h2 {
        font-size: 14px;
        line-height: unset;
    }
    .jumbotron .header .title h1 {
        font-size: 20px;
        line-height: unset;
    }
    .jumbotron .thumbnail .block-content p, .jumbotron .thumbnail .block-content a {
        font-size: 12px;
    }
    .jumbotron .thumbnail .block-content-highlight h3 {
        font-size: 20px;
        line-height: unset;
    }
    .jumbotron {
        height: 100%;
        min-height: 420px;
        background-image: url(/data/images/header.png);
        background-size: contain;
        background-repeat: no-repeat;
        border-radius: unset;
    }
    .jumbotron .img-bumn {
        width: 84px;
        height: 16px;
        margin-top: 16px;
        margin-right: 16px;
    }
    .jumbotron .header .title {
        padding-top: 44px;
        padding-bottom: 44px;
    }
    .jumbotron .header .title object {
        width: 32px;
        height: 32px;
    }
    .jumbotron .overlay {
        width: 100%;
        height: 200px;
        bottom: 0;
        background: linear-gradient(180deg, rgba(255, 255, 255, 0.0001) 0%, #FFFFFF 59.38%);
    }
    .jumbotron .thumbnail {
        padding-top: 16px;
        padding-right: 0px;
        padding-bottom: 16px;
        padding-left: 0px;
        flex-direction: column!important;
    }
    .jumbotron .thumbnail .content {
        overflow-x: scroll;
        -webkit-overflow-scrolling: touch;
    }
    .jumbotron .thumbnail .content::-webkit-scrollbar {
        display: none;
    }
    .jumbotron .thumbnail .content > :first-child {
        margin-left: 16px !important;
    }
    .jumbotron .thumbnail .content > :last-child {
        margin-right: 16px !important;
    }
    .jumbotron .thumbnail .block-content {
        flex-shrink: 0;
        width: 147px;
        height: auto;
        min-height: 106px;
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center;
        /* filter: drop-shadow(0px 40px 60px rgba(0, 0, 0, 0.1)); */
        border-top-left-radius: 8px;
        border-top-right-radius: 8px;
        border-bottom-right-radius: 10px;
        border-bottom-left-radius: 10px;
    }
    .jumbotron .thumbnail .block-content-highlight {
        width: 100%;
        height: auto;
        min-height: 134px;
        background-repeat: no-repeat;
        background-size: auto 90%;
        background-color: #262626;
        background-position: center;
        filter: drop-shadow(0px 40px 60px rgba(0, 0, 0, 0.1));
        border-top-left-radius: 8px;
        border-top-right-radius: 8px;
        border-bottom-right-radius: 10px;
        border-bottom-left-radius: 10px;
        margin-right: 16px !important;
        margin-left: 16px !important;
    }
    /* Component Header */

    /* TKNews*/
    .news .row .col-3{
        max-width: 33%;
    }
    .news .event-highlight h6 {
        font-size: 100%;
        font-weight: 400;
    }
    .news .nav {
        overflow-x: scroll;
        padding-left: unset !important;
        padding-right: unset !important;
        margin-right: unset !important;
        margin-left: unset !important;
        flex-wrap: unset !important;
    }
    .news .nav::-webkit-scrollbar {
        display: none;
    }
    .news .font-subtitle {
        font-style: normal;
        font-weight: 500;
        font-size: 14px;
        line-height: 17px;
    }
    /* TKNews*/

    /* Component News Detail */
    .news-detail .sidenav{
        margin-left: 1.5rem;
        margin-right: 1.5rem;
        height: auto !important;
    }
    /* Component News Detail */

    /* Dubai Expo */
    #dubaiExpo.modal .modal-content {
        background-image: url('/images/dubai-expo/Telkom Goes to Dubai Expo.png');
        background-size: cover;
        background-repeat: no-repeat;
        background-position: left;
        height: 350px;
        max-height: 100%;
        border-radius: 0.5rem;
    }
    #dubaiExpo.modal .modal-content .modal-body {
        margin-bottom: 65px;
        margin-left: 40px;
    }
    #dubaiExpo.modal .modal-content .modal-body .btn {
        padding: 0.25rem 0.5rem;
        font-size: .875rem;
        line-height: 1.5;
        border-radius: 0.2rem;
    }
    /* Dubai Expo */
    /* Telkom Integrity Line */
    .thumbnail .img-thumbnail-homepage a {
        padding: 0.25rem 0.5rem;
        font-size: .875rem;
        line-height: 1.5;
        border-radius: 0.2rem;
    }

    .thumbnail .img-thumbnail-homepage .block-title-highlight {
        margin-top: 1.25rem!important;
        margin-bottom: 1.25rem!important;
        /* margin-top: 1.875rem!important; */
    }
    /* Telkom Integrity Line */
}

/* Medium devices (tablets, 768px and up) */
@media (min-width: 768px) and (max-width: 991.98px) {
    .subtitle {
        font-size: 14px;
    }

    .container-padding {
        padding-right: 32px !important;
        padding-left: 32px !important;
    }
    .container-margin {
        margin-left: 32px !important;
        margin-right: 32px !important;
    }

    /* Component Navbar */
    .navbar {
        justify-content: unset;
    }
    .navbar .navbar-nav.site {
        padding-right: unset;
    }
    .navbar .navbar-nav.menu {
        padding-right: unset;
    }
    .navbar .navbar-brand {
        position: absolute;
        top: 0;
        right: 0;
        left: 0;
        margin-right: unset !important;
        margin-left: unset !important;
    }
    .navbar .navbar-brand img {
        max-height: 25px !important;
    }
    .navbar-brand {
        margin-right: unset !important;
    }
    .navbar-light .navbar-toggler {
        border: unset;
        z-index: 2;
    }
    .dropdown-menu {
        min-width: unset;
    }
    .search-box.show {
        width: unset;
        flex-grow: 1!important;
        transform: translateX(0);
        opacity: 1;
        transition: all 0.4s 0.3s;
        z-index: 2;
    }
    /* Component Navbar */

    /* Component News Highlight */
    .news-highlight {
        flex-direction: column!important;
    }
    .news-highlight .thumbnail{
        height: 123px;
    }
    .news-highlight .w-50 {
        width: 100% !important;
    }
    /* Component News Highlight */

    /* Component Top Page */
    .top-page .block-content {
        width: 339px;
    }
    .top-page .block-content .header {
        padding-left: 32px!important;
    }
    .top-page .block-content .list-group .list-group-item {
        padding-left: 32px!important;
    }
    .top-page .block-content .list-group .list-group-item::after {
        display: none;
    }
    /* Component Top Page */

    /* Component Footer */
    footer.main .row{
        padding: 0 86px
    }
    footer .list-unstyled {
        margin-bottom: 0!important;
    }
    /* Component Footer */

    /* Component Sidenav */
    .sidebar .nav {
        display: none;
    }
    .sidebar .navbar-toggler {
        display: block;
    }
    .sidebar .nav-item a{
        padding-left: 32px!important;
    }
    .sidebar .accordion .card .card-header button{
        padding-left: 32px!important;
    }
    /* Component Sidenav */

    /* Component Header */
    .jumbotron .img-bumn {
        width: 84px;
        height: 16px;
        margin-top: 32px;
        margin-right: 32px;
    }
    .jumbotron .header .title h2 {
        font-size: 24px;
        line-height: unset;
    }
    .jumbotron .header .title h1 {
        font-size: 32px;
        line-height: unset;
    }
    .jumbotron .thumbnail .block-content p, .jumbotron .thumbnail .block-content a {
        font-size: 12px;
    }
    .jumbotron .thumbnail .block-content-highlight h3 {
        font-size: 20px;
        line-height: unset;
    }
    .jumbotron {
        height: 100%;
        min-height: 370px;
        background-image: url(/data/images/header.png);
        background-size: contain;
        background-repeat: no-repeat;
        border-radius: unset;
    }
    .jumbotron .header .title {
        padding-top: 40px;
        padding-bottom: 40px;
    }
    .jumbotron .overlay {
        width: 100%;
        height: 186px;
        bottom: 0;
        background: linear-gradient(180deg, rgba(255, 255, 255, 0.0001) 0%, #FFFFFF 59.38%);
    }
    .jumbotron .thumbnail {
        padding: 32px;
    }
    .jumbotron .thumbnail .block-content {
        width: 149px;
        height: auto;
        min-height: 122px;
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center;
        /* filter: drop-shadow(0px 40px 60px rgba(0, 0, 0, 0.1)); */
        border-top-left-radius: 8px;
        border-top-right-radius: 8px;
        border-bottom-right-radius: 10px;
        border-bottom-left-radius: 10px;
    }
    .jumbotron .thumbnail .block-content-highlight {
        width: 100%;
        height: auto;
        min-height: 106px;
        background-repeat: no-repeat;
        background-size: auto 90%;
        background-color: #262626;
        background-position: center;
        filter: drop-shadow(0px 40px 60px rgba(0, 0, 0, 0.1));
        border-top-left-radius: 8px;
        border-top-right-radius: 8px;
        border-bottom-right-radius: 10px;
        border-bottom-left-radius: 10px;
    }
    /* Component Header */

    /* TKNews*/
    .news .row .col-3{
        max-width: 33%;
    }
    .news .event-highlight h6 {
        font-size: 100%;
        font-weight: 400;
    }
    /* TKNews*/

    /* Component News Detail */
    .news-detail .sidenav{
        margin-left: 32px;
        margin-right: 32px;
        height: auto !important;
    }
    /* Component News Detail */

    /* Dubai Expo */
    #dubaiExpo.modal .modal-content {
        background-image: url('/images/dubai-expo/Telkom Goes to Dubai Expo.png');
        background-size: cover;
        background-repeat: no-repeat;
        background-position: left;
        height: 350px;
        max-height: 100%;
        border-radius: 0.5rem;
    }
    #dubaiExpo.modal .modal-content .modal-body {
        margin-bottom: 65px;
        margin-left: 40px;
    }
    #dubaiExpo.modal .modal-content .modal-body .btn {
        padding: 0.25rem 0.5rem;
        font-size: .875rem;
        line-height: 1.5;
        border-radius: 0.2rem;
    }
    /* Dubai Expo */

    /* Telkom Integrity Line */
    .thumbnail .img-thumbnail-homepage a {
        padding: 0.25rem 0.5rem;
        font-size: .875rem;
        line-height: 1.5;
        border-radius: 0.2rem;
    }

    .thumbnail .img-thumbnail-homepage .block-title-highlight {
        margin-top: 1.25rem!important;
        margin-bottom: 1.25rem!important;
        /* margin-top: 1.875rem!important; */
    }
    /* Telkom Integrity Line */
}

/* Large devices (desktops, 992px and up) */
@media (min-width: 992px) and (max-width: 1199.98px) {
    .subtitle {
        font-size: 14px;
    }

    .container-padding {
        padding-right: 100px !important;
        padding-left: 100px !important;
    }
    .container-margin {
        margin-left: 100px !important;
        margin-right: 100px !important;
    }
    
    /* Component Navbar */
    .navbar .navbar-brand {
        margin-left: 100px;
    }
    .navbar .navbar-nav.site {
        padding-right: 100px;
    }
    .navbar .navbar-nav.menu {
        margin-right: 100px !important;
        padding-right: unset;
    }
    .navbar .navbar-nav.menu .nav-item.dropdown .dropdown-menu.mega-menu {
        margin: 0 100px;
    }
    .navbar-expand-lg .navbar-collapse.mobile {
        display: none !important;
    }
    /* Component Navbar */

    /* Component Top Page */
    .top-page .block-content {
        width: 502px;
    }
    .top-page .block-content .header {
        padding-left: 100px!important;
    }
    .top-page .block-content .list-group .list-group-item {
        padding-left: 100px!important;
    }
    /* Component Top Page */

    /* Component Footer */
    footer .logo{
        display: none !important;
    }
    footer .list-unstyled {
        margin-bottom: 0!important;
    }
    /* Component Footer */

    /* Component Sidenav */
    .sidebar .navbar-toggler {
        display: none;
    }
    .sidebar .nav-item a{
        padding-left: 100px!important;
    }
    .sidebar .accordion .card .card-header button{
        padding-left: 100px!important;
    }
    /* Component Sidenav */

    /* Component Header */
    .jumbotron .header .title h2 {
        font-size: 28px;
        line-height: unset;
    }
    .jumbotron .header .title h1 {
        font-size: 44px;
        line-height: unset;
    }
    .jumbotron .thumbnail .block-content-highlight h3 {
        font-size: 24px;
        line-height: unset;
    }
    .jumbotron {
        height: 100%;
        min-height: 556px;
        background-image: url(/data/images/header.png);
        background-size: contain;
        background-repeat: no-repeat;
        border-radius: unset;
    }
    .jumbotron .header .title {
        padding-top: 76px;
        padding-bottom: 76px;
    }
    .jumbotron .overlay {
        width: 100%;
        height: 235px;
        bottom: 0;
        background: linear-gradient(180deg, rgba(255, 255, 255, 0.0001) 0%, #FFFFFF 59.38%);
    }
    .jumbotron .thumbnail {
        padding: 58px;
    }
    .jumbotron .thumbnail .block-content {
        width: 188px;
        height: auto;
        min-height: 149px;
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center;
        /* filter: drop-shadow(0px 40px 60px rgba(0, 0, 0, 0.1)); */
        border-top-left-radius: 8px;
        border-top-right-radius: 8px;
        border-bottom-right-radius: 10px;
        border-bottom-left-radius: 10px;
    }
    .jumbotron .thumbnail .block-content-highlight {
        width: 100%;
        height: auto;
        min-height: 133px;
        background-repeat: no-repeat;
        background-size: auto 90%;
        background-color: #262626;
        background-position: center;
        filter: drop-shadow(0px 40px 60px rgba(0, 0, 0, 0.1));
        border-top-left-radius: 8px;
        border-top-right-radius: 8px;
        border-bottom-right-radius: 10px;
        border-bottom-left-radius: 10px;
    }
    /* Component Header */

    /* Component News Detail */
    .news-detail .sidenav{
        margin-right: 100px;
    }
    /* Component News Detail */

    /* Dubai Expo */
    #dubaiExpo.modal .modal-content {
        background-image: url('/images/dubai-expo/Telkom Goes to Dubai Expo.png');
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center;
        height: 380px;
        max-height: 100%;
    }
    #dubaiExpo.modal .modal-content .modal-body {
        margin-bottom: 70px;
        margin-left: 30px;
    }
    /* Dubai Expo */

    /* Telkom Integrity Line */
    .thumbnail .img-thumbnail-homepage a {
        padding: 0.25rem 0.5rem;
        font-size: .875rem;
        line-height: 1.5;
        border-radius: 0.2rem;
    }

    .thumbnail .img-thumbnail-homepage .block-title-highlight {
        margin-top: 1.25rem!important;
        margin-bottom: 1.25rem!important;
        /* margin-top: 1.875rem!important; */
    }
    /* Telkom Integrity Line */
}

/* Extra large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {
    .container-padding {
        padding-right: 140px !important;
        padding-left: 140px !important;
    }
    .container-margin {
        margin-left: 140px !important;
        margin-right: 140px !important;
    }

    /* Component Navbar */
    .navbar .navbar-brand {
        margin-left: 140px;
    }
    .navbar .navbar-nav.site {
        padding-right: 140px;
    }
    .navbar .navbar-nav.menu {
        margin-right: 140px !important;
        padding-right: unset;
    }
    .navbar-expand-lg .navbar-collapse.mobile {
        display: none !important;
    }
    /* Component Navbar */

    /* Component Footer */
    footer .list-unstyled {
        margin-bottom: 0!important;
    }
    /* Component Footer */

    /* Component Sidenav */
    .sidebar .navbar-toggler {
        display: none;
    }
    /* Component Sidenav */

    /* Dubai Expo */
    #dubaiExpo.modal .modal-content {
        background-image: url('/images/dubai-expo/Telkom Goes to Dubai Expo.png');
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center;
        height: 500px;
        max-height: 100%;
    }
    #dubaiExpo.modal .modal-content .modal-body {
        margin-bottom: 110px;
        margin-left: 70px;
    }
    /* Dubai Expo */
}