:root {
  --asm-blue: #32327B;
  --asm-magenta: #7B86FF;
  --asm-purple: #4650C8;
  --asm-fw: 500;
  --asm-color-text-card: #B0B0B0;
}

body,
p,
span,
a,
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Balto', sans-serif !important;
}

h2 {
  font-size: 2.14vw;
}

.text-sm {
  font-size: .83vw;
}

strong,
b {
  font-weight: 500;
}

em {
    color: inherit;
}

#masthead {
    padding: 16px;
}

@media only screen and (min-width: 960px){
    #masthead {
      position: relative;
      padding: 2.4vw;
      z-index: 999;
      align-items: center;
    }
}

#masthead a {
  font-weight: 500;
}

#masthead img {
    width: 26vw;
}

@media only screen and (min-width: 960px){
    #masthead img {
      width: 10vw;
    }
}

#masthead .uk-navbar-nav {
  gap: 2.38vw;
}

#masthead .uk-navbar-dropdown {
  padding: 6px;
  border-bottom-left-radius: 14px;
  border-bottom-right-radius: 14px;
}

#masthead .uk-navbar-dropdown-nav > li > a {
  font-size: .925vw;
  padding: 14px 24px;
  border-radius: 10px;
  transition: .3s ease-in-out;
}

#masthead .uk-navbar-dropdown-nav > li > a:hover {
  color: #fff;
  background: var(--asm-purple);
}

#masthead .uk-navbar-container.uk-navbar {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

#masthead .menu .menu-item,
footer .menu > .menu-item,
.footer-company-details li span:not(.icon-wrapper),
.footer-ownership a {
  position: relative;
}

#masthead .menu > .menu-item::after,
footer .menu > .menu-item::after,
.footer-company-details li span:not(.icon-wrapper)::after {
  content: '';
  position: absolute;
  bottom: 0;
  right: 0;
  width: 0;
  height: 1px;
  background-color: var(--asm-purple);
  transition: .3s ease-in-out;
}

.footer-ownership a strong {
    font-weight: 500;
}

footer .menu > .menu-item::after,
.footer-company-details li span:not(.icon-wrapper)::after {
    background-color: #fff;
}

#masthead .menu > .menu-item:hover::after,
#masthead .menu > .menu-item.active::after,
footer .menu > .menu-item:hover::after,
.footer-company-details li a:hover span:not(.icon-wrapper)::after,
.footer-ownership a:hover::after,
#masthead .menu > .menu-item.current-menu-ancestor::after,
#masthead .menu > .menu-item.current-menu-item::after,
#masthead .menu > .menu-item.current-post-parent::after {
  width: 100%;
  left: 0;
}


footer .menu > .menu-item,
.footer-company-details li a .icon-wrapper,
.footer-company-details li a span:not(.icon-wrapper),
.footer-ownership a {
    transition: .3s ease-in-out;
}

footer .menu > .menu-item:hover,
.footer-company-details li a:hover span:not(.icon-wrapper),
.footer-ownership a:hover {
    opacity: .5;
}

.footer-company-details li a:hover .icon-wrapper {
    background-color: var(--asm-purple);
}

#masthead .menu > .menu-item-has-children {
  display: flex;
  flex-direction: row-reverse;
  gap: 5px;
  justify-content: center;
  align-items: center;
}

#masthead .header-right {
    display: flex;
    gap: 16px;
    justify-content: center;
    align-items: center;
}

#masthead .mobile-toggle {
    display: flex;
    flex-direction: column;
    gap: 5px;
    padding: 0;
    width: 18px;
    background: transparent;
    border: none;
    position: relative;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .5s ease-in-out;
    -moz-transition: .5s ease-in-out;
    -o-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
    cursor: pointer;
}

#masthead .mobile-toggle span {
    display: block;
    height: 2px;
    width: 100%;
    background: var(--asm-blue);
    border-radius: 9px;
    opacity: 1;
    left: 0;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .25s ease-in-out;
    -moz-transition: .25s ease-in-out;
    -o-transition: .25s ease-in-out;
    transition: .25s ease-in-out;
}

#masthead .mobile-toggle.opened span {
    width: 20px;
}

#masthead .mobile-toggle.opened span:nth-child(1){
        transform: rotate(45deg) translate(1px, 6px);
}


#masthead .mobile-toggle.opened span:nth-child(2){
        transform: rotate(-45deg) translate(-1px, -4px);
}

.uk-navbar-nav > li > a, 
.uk-navbar-item, .uk-navbar-toggle {
  min-height: auto;
  padding: 0;
}

/* Footer */
.footer-wrapper {
    background-color: #1D1D1D;
    border-top-left-radius: 50px;
    padding-top: 74px;
    padding-right: 16px;
    padding-bottom: 40px;
    padding-left: 16px;
    background-image: url(http://stg.amicasuksesmandiri.com/wp-content/uploads/2024/07/BG-Footer-Mobile.png);
    background-position: bottom right;
}
footer#colophon .footer-section-1 .uk-flex-column {
    margin-top: 60px;
}
footer a {
    text-decoration: none !important;
}

footer .icon-wrapper svg path {
    fill: white !important;
}

footer .uk-navbar-left {
    width: 100%;
}

footer #footer-menu {
    flex-wrap: wrap;
    width: 100%;
    row-gap: 16px;
}

footer #footer-menu > .menu-item {
    width: 45%;
}

.uk-navbar-nav > li > a {
    font-size: 18px;
    text-transform: capitalize;
}

footer#colophon .footer-section-2 {
    margin-top: 40px;
}

.footer-logo {
    margin-bottom: 40px;
}

.footer-company {
    margin-bottom: 24px;
}

.footer-logo img {
    max-width: 178px;
}

.footer-text {
  margin-bottom: 40px;
}

.footer-text h2 {
    font-weight: var(--asm-fw);
    font-size: 22px;
}

.footer-company h4 {
    font-size: 14px;
    line-height: 22px;
    font-weight: 500;
}

#footer-menu a {
    justify-content: flex-start;
}

.footer-company-details {
  display: flex;
  height: 100%;
}

.footer-company-details ul {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 24px;
  padding: 0;
  list-style-type: none;
}

.footer-company-details ul > li:first-child {
    max-width: auto;
}

.footer-company-details ul > li:first-child,
.footer-company-details ul > li > a {
  display: inline-flex;
  gap: 8px;
}

.footer-company-details ul > li:not(:first-child) > a {
  align-items: center;
}

.footer-company-details ul > li > * {
  font-size: .925vw;
}

.footer-company-details .icon-wrapper {
  width: 30px;
  height: 30px;
  display: inline-block;
  background: #7B90DF;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.footer-company-details .icon-wrapper svg {
    width: 12px;
}

.footer-company-details .icon-wrapper i {
  font-size: 16px;
}

.footer-company-details span:not(.icon-wrapper){
  font-size: 14px;
  line-height: 22px;
  flex: 1;
}

#footer-menu a {
  font-size: 14px;
  color: #fff;
}

.footer-copyright {
    max-width: 195px;
    line-height: 18px;
}
    
.footer-copyright span,
.footer-ownership span {
    font-size: 12px;
    line-height: 18px;
}

@media only screen and (min-width: 960px){
    footer#colophon .footer-section-1 .uk-flex-column {
        margin-top: 30px;
    }
    
    footer#colophon .footer-section-2 {
        justify-content: space-between;
        margin-top: 5.95vw;
    }
    .footer-wrapper {
      padding-top: 6vw;
      padding-right: 2.4vw;
      padding-bottom: 2.4vw;
      padding-left: 2.4vw;
    }

    .footer-logo,
    .footer-company {
        margin-bottom: 4.76vw;
    }
    
    .footer-text h2 {
        font-size: 36px;
        line-height: 48px;
    }

    #footer-menu a {
        font-size: 1.07vw;
    }

    .footer-company h4 {
        font-size: 1.54vw;
        font-weight: 500;
    }

    .footer-company-details .icon-wrapper {
        width: 40px;
        height: 40px;
    }

    .footer-company-details .icon-wrapper svg {
        width: auto;
    }

    .footer-company-details span:not(.icon-wrapper){
        font-size: 1.19vw;
        line-height: 1.8vw;
        flex: 1;
    }
    
    .footer-company-details ul > li:first-child {
        max-width: 700px;
    }
    
    .footer-company-details ul,
    .footer-company-details ul > li:first-child,
    .footer-company-details ul > li > a {
        gap: 1vw;
    }
    
    .footer-copyright {
        max-width: inherit;
    }
    
    .footer-copyright span,
    .footer-ownership span {
        font-size: .83vw;
    }

    .footer-text {
        margin-bottom: 8.33vw;
    }
    
    footer #footer-menu > .menu-item {
        width: auto;
    }
}

.fadeInUp {
  animation-name: fadeInUpCustom !important;
  animation-duration: 1.2s !important;
}

.tablepress {
  border: 1px solid #D1D1D1;
  margin-bottom: 0 !important;
}

.tablepress * {
  color: var(--asm-blue);
  font-weight: 500;
}

.tablepress thead > tr > th {
  width: 33.333%;
}

.tablepress thead > tr.row-1 > th {
  background-color: var(--asm-purple);
  color: #ffff;
  text-align: center;
  padding: 25px 0;
  font-size: 14px;
  font-weight: 500;
}

.tablepress tbody > tr > td {
  color: var(--asm-blue) !important;
  text-align: center;
  padding: 25px 0;
  border: 1px solid #D1D1D1;
  font-size: 14px;
  font-weight: 500;
}

.tablepress tbody > tr > td.column-3 {
  vertical-align: middle;
  background-color: #F6F6F659;
}

.tablepress tbody > tr.even {
  background-color: #F6F6F659;
}

.tablepress tbody > tr.odd {
  background-color: #E7E7E759;
}

.mobile-table .tablepress tbody > tr.row-6,
.mobile-table .tablepress tbody > tr.row-6 td,
.mobile-table-long .tablepress tbody > tr.row-11,
.mobile-table-long .tablepress tbody > tr.row-11 td {
    background-color: var(--asm-purple);
    color: #fff !important;
}

.mobile-table .tablepress thead > tr.row-1 > th:first-of-type,
.mobile-table-long .tablepress thead > tr.row-1 > th:first-of-type{
    width: 10%;
}

.asm-modal {
  padding: 0;
  width: 1300px;
  height: 100vh;
}

.asm-modal iframe {
  width: 100%;
  height: 100%;
}

@keyframes fadeInUpCustom {
  0% {
    opacity: 0;
    transform: translate3d(0, 10%, 0);
  }

  100% {
      opacity: 1;
      transform: none;
  }
}

.modal-object {
  width: 100%;
  height: 100%;
}


@media only screen and (min-width: 960px){
    .tablepress tbody > tr > td {
      font-size: 1.07vw;
    }

    .tablepress thead > tr.row-1 > th {
      padding: 25px 0;
      font-size: 1.19vw;
    }
}

/* Articles */
.archive .page-header,
.category .page-header {
  padding: 72px 16px;
  text-align: center;
}

.archive .page-header h4,
.category .page-header h4 {
  font-size: 16px;
  font-weight: 500;
  color: var(--asm-magenta);
}

.archive .page-header .archive-description,
.category .page-header .archive-description {
  font-size: 24px;
  line-height: 32px;
  font-weight: 500;
  color: var(--asm-blue);
}

.archive .asm-article,
.category .asm-article {
    row-gap: 10px;
    padding: 0 16px 60px 16px;
}

.asm-article article > div {
  display: flex;
  flex-direction: column;
  border-radius: 10px;
  padding: 8px;
  overflow: hidden;
}

.asm-article article .asm-post-thumbnail {
  border-radius: 8px;
  overflow: hidden;
}

.asm-article article .asm-post-thumbnail img {
  width: 100%;
  aspect-ratio: 16/9;
  object-fit: cover;
}

.asm-article article .asm-post-metadata {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.asm-article article .asm-post-details {
    display: flex;
    flex-direction: column;
    gap: 16px;
    padding: 16px;
}

.asm-article article .asm-post-title {
  margin-top: 1.42vw;
  margin-bottom: 0.95vw;
  line-height: 24px;
}

.asm-article article .asm-post-title * {
    color: var(--asm-blue);
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    transition: .3s ease-in-out;
    text-decoration: none;
}
.asm-article article .asm-post-title *:hover {
  text-decoration: none;
}

.asm-article article .asm-post-excerpt {
  font-size: 14px;
  line-height: 20px;
  color: var(--asm-color-text-card);
}

@media only screen and (min-width: 960px){
    .archive .page-header,
    .category .page-header {
        max-width: 900px;
        margin: 0 auto;
        padding: 100px 0;
        text-align: center;
    }
    .archive .page-header h4,
    .category .page-header h4 {
        font-size: 1.54vw;
    }

    .asm-article article > div {
        border-radius: 16px;
        padding: 0.95vw 0.95vw 2.38vw 0.95vw;
    }

    .archive .page-header .archive-description,
    .category .page-header .archive-description {
        font-size: 2.14vw;
        line-height: 2.88vw;
    }
    
    .archive .asm-article,
    .category .asm-article {
        row-gap: 0;
        padding: 0 2.4vw 5.95vw 2.4vw;
    }
    
    .asm-article article .asm-post-title {
        line-height: 28px;
    }
    
    .asm-article article .asm-post-title * {
        font-weight: 500;
        font-size: 1.54vw;
        line-height: 2vw;
    }

    .asm-article article .asm-post-excerpt {
        font-size: 1.19vw;
        line-height: 1.7vw;
    }

    .asm-article article .asm-post-details {
        gap: 0;
        padding: 1.42vw 1.42vw 0 1.42vw;
    }
    .asm-article article .asm-post-metadata {
        gap: 0.47vw;
    }
}


.asm-article article .asm-post-category,
.asm-article article .asm-post-date {
      font-size: 10px;
      font-weight: 500;
      color: var(--asm-magenta);
      padding: 12px 18px;
      border-radius: 100px;
      background-color: #EDF1FF;
      transition: .3s ease-in-out;
      text-decoration: none;
}

.asm-article article .asm-post-category:hover {
  text-decoration: none;
  color: #fff;
  background-color: var(--asm-blue);
}

.asm-related-article {
    padding: 72px 16px 60px 16px;
}

.asm-related-article .divider-top {
    width: 100%;
    height: 100%;
    display: block;
    border-top: 1px solid #D1D1D1;
    margin-bottom: 40px;
}

.asm-related-article h3 {
    font-size: 16px;
    color: var(--asm-blue);
    font-weight: 500;
    margin-bottom: 24px;
}


@media only screen and (min-width: 960px){
    .asm-article article .asm-post-category,
    .asm-article article .asm-post-date {
          font-size: 0.71vw;
          color: var(--asm-magenta);
          padding: 0.71vw 1.07vw;
          border-radius: 5.95vw;
    }
    
    .asm-related-article {
        padding: 200px 2.4vw 100px 2.4vw;
    }

    .asm-related-article .divider-top {
        margin-bottom: 200px;
    }

    .asm-related-article h3 {
        font-size: 36px;
        margin-bottom: 100px;
    }
}


/* Single Post */

.single-post article h1,
.single-post article h2 {
    margin-top: 40px;
    margin-bottom: 10px;
}

.single-post article h3,
.single-post article h4 {
    margin-top: 24px;
}

.single-post article h1 {
  font-size: 26px;
  font-weight: var(--asm-fw);
  color: var(--asm-blue);
  line-height: 34px;
  margin: 0;
}

.single-post article h2 {
  font-size: 20px;
  font-weight: var(--asm-fw);
  color: var(--asm-blue);
  line-height: 28px;
}

.single-post article h3 {
  font-size: 18px;
  font-weight: var(--asm-fw);
  color: var(--asm-blue);
}

.single-post article h4 {
  font-size: 16px;
  font-weight: var(--asm-fw);
  color: var(--asm-blue);
}

.single-post article a {
  color: var(--asm-magenta);
  text-decoration: underline;
  overflow-wrap: break-word;
}

.single-post article p,
.single-post .wp-block-list li {
    color: #1d1d1d;
}

.single-post article p,
.single-post article ol * {
  font-size: 16px;
  text-align: justify;
  margin-bottom: 0;
}

.single-post article .entry-header {
  position: relative;
  height: 458px;
  overflow: hidden;
}

.single-post article .entry-header .entry-header-content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border-radius: 10px;
  width: calc(100% - 72px);
  max-width: 800px;
  text-align: center;
  background: #ffffffb8;
  padding: 20px;
}

.single-post article .entry-header-content .post-category {
    display: block;
    margin-bottom: 16px;
    font-size: 16px;
    line-height: 16px;
    color: var(--asm-magenta);
}

.single-post article .entry-content {
  padding: 40px 16px;
}

.single-post .entry-meta {
  display: flex;
  flex-direction: row;
  justify-content: center;
  gap: 16px;
}

.single-post .entry-meta * {
  font-size: 0.83vw;
  color: var(--asm-magenta);
}

.single-post .entry-meta svg path {
  fill: var(--asm-magenta);
}

.single-post .entry-meta span {
  display: flex;
  gap: 10px;
  justify-content: center;
  align-items: center;
}

.single-post .author a {
  text-decoration: none;
  color: var(--asm-magenta);
}

.single-post .post-thumbnail {
  width: 100%;
  height: 100%;
}

.single-post .post-thumbnail img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.single-post .wp-block-list {
    margin-top: 10px;
}

.single-post .wp-block-list li:not(:last-child) {
    font-size: 16px;
    margin-bottom: 10px;
}

.single-post .reference-list li:not(:last-child) {
    margin-bottom: 24px;
}

.single-post .wp-block-image img {
    aspect-ratio: 4/3;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

@media only screen and (min-width: 960px){
    .single-post article h1,
    .single-post article h2 {
        margin-top: 60px;
        margin-bottom: 24px;
    }
    .single-post article h3,
    .single-post article h4 {
        margin-top: 40px;
    }
    .single-post article .entry-header {
        height: 80vh;
    }
    
    .single-post article h1 {
        font-size: 2.85vw;
        line-height: 60px;
    }
    
    .single-post article h2 {
        font-size: 36px;
        line-height: 40px;
    }
    
    .single-post article h3 {
        font-size: 26px;
    }
    
    .single-post article h4 {
        font-size: 1.42vw;
        font-weight: var(--asm-fw);
        color: var(--asm-blue);
    }

    .single-post article .entry-header .entry-header-content {
        padding: 2.40vw;
        max-width: 700px;
    }
    
    .single-post article .entry-header-content .post-category {
        font-size: 1.54vw;
        line-height: 1;
    }
    
    .single-post article p,
    .single-post article ol * {
        font-size: 24px;
        text-align: left;
    }
    
    .single-post article .entry-content {
      padding: 4.16vw 10.41vw;
    }

    .single-post .wp-block-list li:not(:last-child) {
        font-size: 24px;
    }

}

.tablepress>:where(tbody)>.even:hover>*,
.tablepress tbody > tr > td.column-3 {
  background-color: var(--even-bg-color) !important;
}
.tablepress>:where(tbody)>.odd:hover>* {
  background-color: var(--odd-bg-color) !important;
}

.hover-image-card img,
.asm-article img {
  transition: .3s ease-in-out;
}
.hover-image-card .elementor-widget-image .elementor-widget-container,
.asm-article .asm-post-thumbnail {
  overflow: hidden;
}
.hover-image-card:hover img {
  transform: scale(1.02);
}

.asm-article .uk-card:hover img {
    transform: scale(1.05);
}

.translate-wrapper {
    display: flex;
    gap: 16px;
}

.translate-wrapper span {
    font-size: 12px;
    font-weight: 500;
    color: #B0B0B0;
    transition: .3s ease-in-out;
}

.translate-wrapper .translate-divider:after {
  content: '';
  display: inline-block;
  width: 1px;
  height: 100%;
  background: var(--asm-blue);
}

.translate-wrapper a:hover {
    text-decoration: none;
}

.translatepress-id_ID .translate-wrapper a:hover span,
.translatepress-id_ID .translate-wrapper a:first-of-type span,
.translatepress-en_US .translate-wrapper a:last-of-type span {
    color: var(--asm-purple);
}

.trp_language_switcher_shortcode {
    display: none;
}

.asm-chat-trigger {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 60px;
    height: 60px;
    background: linear-gradient(180deg, var(--asm-magenta) 0%, var(--asm-purple) 100%);
    border-radius: 50%;
    position: fixed;
    right: 16px;
    bottom: 24px;
    z-index: 99;
    transition: background .3s ease-in-out;
}

.asm-chat-trigger svg {
    width: 24px;
}

@media only screen and (min-width: 960px){
    .translate-wrapper a {
      display: flex;
      justify-content: center;
      align-items: center;
    }
    .translate-wrapper span {
        font-size: 18px;
    }

    .asm-chat-trigger {
        width: 80px;
        height: 80px;
        right: 40px;
        bottom: 40px;
        z-index: 99;
    }
    .asm-chat-trigger svg {
        width: auto;
    }
}

/* Mobile Menu */
.mobile-menu-wrapper {
    background: #fff;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    justify-content: space-between;
    max-width: none !important;
    width: 100vw;
    max-height: calc(100% - 62px);
    margin-top: 62px;
    left: -100vw;
    padding-top: 72px;
    padding-bottom: 42px;
}

.mobile-menu-wrapper p,
.mobile-menu-bottom a {
    color: var(--asm-blue);
}

#mobile-menu-list {
    flex-direction: column;
    text-align: left;
    align-items: flex-start;
}

#mobile-menu-list li {
    opacity: 0;
    transform: translateY(10px);
    transition: .8s ease-in-out;
    will-transform: opacity, transform;
}

#mobile-menu.uk-open #mobile-menu-list li {
    opacity: 1;
    transform: translate(0);
}

#mobile-menu-list li a {
    color: var(--asm-blue);
    font-size: 24px;
    font-weight: 500;
    align-items: center;
    justify-content: flex-start;
}

#mobile-menu-list .menu-item-has-children > a i {
    transform: rotate(0);
    transition: .5s ease-in-out;
}

#mobile-menu-list .menu-item-has-children > a.sub-menu-opened i {
    transform: rotate(-180deg);
}

#mobile-menu-list .sub-menu {
    padding: 0;
    padding-top: 8px;
    list-style: none;
    display: none;
    width: 100% !important;
}
#mobile-menu-list .sub-menu li:not(:last-child){
    margin-bottom: 10px;
}
#mobile-menu-list .sub-menu li a {
    font-size: 16px;
}
.mobile-menu-bottom {
    display: flex;
    justify-content: space-between;
}
.mobile-menu-bottom p {
    font-weight: 400;
}
.mobile-menu-bottom p:last-of-type {
    text-align: right;
}
.mobile-menu-bottom p:last-of-type a {
    font-weight: 500;
}

@media only screen and (max-width: 760px){
    .single-post div[style="height:60px"] {
        height: 40px !important;
    }
    .swap-mobile {
        margin-top: -20px;
        flex-direction: column-reverse;
    }
    .mobile-square img {
        height: 328px !important;
    }
    .mobile-wide img {
        height: 184px !important;
    }
    .mobile-40 {
        height: 40px !important;
    }
}

.custom-list ul {
    display: flex;
    flex-direction: column;
    gap: 14px;
}