@media screen and (min-width: 1281px) and (max-width: 1360px) {


* {
    margin: 0;
    padding: 0;
    
  }
  
  .pagecontainer {
        width: 100%;
        margin: 2em auto !important;
        position: relative;
        margin-bottom: 100px;
        padding: 0;
        overflow: scroll;
        scroll-snap-points-y: repeat(100vh);
        scroll-snap-type: none;
    }
  
  #map {
      position: relative !important;
      top: -2.5em; 
      bottom: 0;
      right: 0;
      left: 0;
      width: 85%;
      height: 75%;
      margin: 3em auto;
  }
  
  .mapFrame {
    width: auto;
    margin: 0em auto !important;
    height: auto;
 }
  
  html , body {
      font-family: 'Poppins', sans-serif;
      background: #fff;
      color: #004aad;
      height: auto;
      line-height: 1.6;
      margin: 0;
      padding: 0;
      overflow-x: hidden !important;
  
  }
  
  .container {
    min-width: 85%;
    height: 100%;
    overflow-y: scroll;
    scroll-behavior: smooth;
    scroll-snap-type: both;
    margin-top: 5em;
    position: relative;
    top: 0em;
    overflow-x: hidden;
    
}
  
  .container-home {
    scroll-snap-align: none;
    width: 100%;
    height: auto;
    padding-left: 8em;
    padding-right: 8em;
 }
  
  .lead {
    font-size: 1.5rem;
  }
  
  .navbar-nav {
    position: relative;
  
  }
  
  
  
  
  
  .navbar ul li {
    margin: 0 1rem;
    padding: 0rem;
    
  }
  
  
  .isiOpsi > h2 {
    text-transform: uppercase;
  }
  .navbar ul li a {
    text-decoration: none;
    
    color: #f4f4f4;
  }
  
  .navbar ul li a:hover {
    color: skyblue;
  }
  
  section {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    width: auto;
    height: auto;
    scroll-snap-align: center;
  }

  section h1 {
    font-size: 4vw;
    text-align: left;
    font-family: 'League Spartan', sans-serif;
    font-weight: 700;
    width: 10em;
    line-height: 1em;
    position: relative;
    left: 50%;
    transform: translateX(-50%) translatey(-15%);
}
  
  
  
  select.selectSize  {
    font-size: 0.85vw;
  }
  
 
  
  .box {
    cursor: pointer;
    height: 10vw;
    width: 20vh;
    transform: scale(0.95);
    border-radius: 30px;
    position: relative;
    overflow: hidden;
    margin-top: 10px;
}
  
  .Openn {
    border: 2px solid #000;
  }
  
  /* nobr {
    white-space: normal;
    display: flex;
    width: 20vw;
  } */


  /* .box p {
    
    display: none !important ;
    
  } */

   /* nobr {
    display: none;
  } */

    .btn-SD {
        width: 8em;
        height: 3em;
        font-size: 12px;
        background: #004aad !important;
        color: #fff !important;
        bottom: 0;
        position: relative;
        right: 2em;
        margin-top: 0;
        top: 100%;
        transform: translateY(-237%);
    }

  .box p {
    margin-left: 30%;
  }

  .box:nth-child(1) {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    flex-grow: 1;
  }
  .box:nth-child(1) p, .box:nth-child(2) p,.box:nth-child(3) p, .box:nth-child(4) p {
    display: block;
    padding: 30px;
    padding-left: 0px;
    font-size: 21px;
  }
  
  .box:nth-child(2) {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
  }
  .box:nth-child(3) {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
  }
  .box:nth-child(4) {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
  }
  .box:nth-child(5) {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
  }
  
  
  form {
    display: flex;
    width: 85%;
    margin: auto;
  }
  
  form > div {
    margin: 0 10px;
    padding: 10px 0;
  }
  
  .scale {
    width: 100%;
    display: flex;
    justify-content: space-between;
    background: linear-gradient(transparent 45%, gray 45%, gray 55%, transparent 55%);
    position: relative;
    top: 0em;
  }
  
  
  
  /* vertical rule */
  .scale::before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    width: 4px;
    left: 50%;
    margin-left: -2px;
    background: gray;
    z-index: -1;
  }
  
  input {
    display:block;
  }
  
  /* Direct styling of the labels as UTF8 icons can be inconsistent across browsers */
  
  
  label:nth-last-child(1) {
      color: red;
      margin-top: 0em;
      position: relative;
      display: flex;
      left: -5rem;
      content: 'NOW';
  }
  
  
      label:nth-of-type(odd) {
        color: #004aad;
        margin-top: 0em;
        position: relative;
        display: flex;
        left: -4.25rem;
        content: 'NOW';
    }
  label:nth-of-type(even){
      color: #004aad;
      margin-top: 4em;
      position: relative;
      display: flex;
      left: -4.25rem;
  }
  
  
  .col-md-2 {
    width: auto;
  }
  
  .col-md-3 {
    width: auto;
  }
  
  .parent {
    width: 100%;
    height: auto;
    display: flex;
    overflow: hidden;
 }
  
  .slider {
    display: flex;
    align-items: center;
     animation: slide 25s linear infinite;
  }
  
  .logo {
    width: 10em;
    height: 6em;
    margin-right: 10px;
    flex: 0 0 auto;
    vertical-align: middle;
    display: flex;
  
  }
  
  .logo2 {
    width: 100px;
  }
  @keyframes slide {
    0% {
       transform: translateX(0);
    }
    
    100% {
      transform: translateX(-100%)
    }
  }
  
  .logoOC {
    width: 6em;
    height: 6em;
    margin: auto;
  }
  .logoOC_ITB {
    width: 12.5em;
    height: 7em;
    margin: auto;
    margin-left: -2em;
    margin-top: -.75em;
  }
  .logoOC_SDA, .logoOC_AB, .logoOC_CIT {
    width: 10em;
    height: 3em;
    margin: auto;
  }
  
  .logoOC_PUPR {
    width: 8em;
    height: 3em;
    margin: auto;
  }
  
  .sm_dashboard{
    max-width:1200px;
    min-width:350px;
    width:auto;
    margin-left: auto;
    margin-right: auto;
    padding:40px;
  }
  .sm_card{
    width:250px;
    display: inline-block;
    vertical-align: top;
    white-space: normal;
    margin-right: 6px;
  }
  .sm_shelf_renderer{
      display: block;
      position: relative;
      margin-bottom:30px;
  }
  #sm_scroll_container.sm_horizontal_list_renderer {
      overflow-x: hidden;
  }
  #items.sm_horizontal_list_renderer {
      transition-duration: 0.15s;
      transition-timing-function: cubic-bezier(0.4, 0.0, 1, 1);
      will-change: transform;
      display: inline-block;
      white-space: nowrap;
  }
  .sm_card .card-content{
    padding: 8px 14px;
  }
  .sm_card .card-content .card-title{
    margin-bottom: 0px;
  }
  #sm_left_arrow{
      position: absolute;
      top: calc(50% - 40px);
      left: -20px;
  }
  #sm_right_arrow{
      position: absolute;
      top: calc(50% - 40px);
      left: calc(100% - 20px);
      z-index:1;
  }
  .sm_self_title{
      font-size:22px;
  }
  
  .container-cards {
      display: flex;
      align-items: center;
      width: 100%;
      max-width: 1300px;
      background-color: #f0f0f0;
      margin: auto;
  }
  
  .scroll-container {
  /*   background-color: tomato ; */
      display: flex;
      overflow-x: auto;
      scroll-behavior: smooth;
      scrollbar-width: none; /* For Firefox */
      -ms-overflow-style: none;  /* For Internet Explorer and Edge */
  }
  
  .scroll-container::-webkit-scrollbar {
      display: none; /* For Chrome, Safari, and Opera */
  }
  
.card {
    min-width: 190px;
    margin: 10px;
    justify-content: center;
    font-size: 18px;
    transition: 0.2s transform;
    cursor: pointer;
    border-radius: 1rem;
    border: 2px solid #ddd;
}
  
  .card:hover{
    transform: scale(1.05) ;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
  }
  
  .scroll-btn {
      background-color: #b1a7a6;
      color: white;
      border: none;
      padding: 2rem 0.8rem;
      cursor: pointer;
      font-size: 20px;
      margin: 0 10px;
      color: black ;
    font-size: 2rem ;
    font-weight : 900 ;
  }


  .btn-EN {
    width: 80%;
    background: #004aad ;
    color: #fff;
    margin: 10px auto;
    display: block !important;
    border-radius: 5px;
    font-size: 0.85vw;
  }

  .btn-SM {
    width: 80%;
    background: #253252 !important;
    color: #fff !important;
    margin: 10px auto;
    display: block !important;
    border-radius: 5px;
    font-size: 0.85vw;
  }
  
  .scroll-btn:hover{
    filter: brightness(90%) ;
  }
  
  .scroll-btn:disabled {
      background-color: #cccccc;
      cursor: not-allowed;
    filter: brightness(100%)
  }
  
  
  
  .card{
    display: flex ;
    flex-direction:column ;
    align-items: center ;
  /*   flex-wrap : wrap ; */
    
    align-content: column ;
    padding: 0.5rem ;
    
    
  }
  
  .card-upper , .card-lower{
  /*   border: 1px solid black; */
  /*     height: 50% ; */
    width: 100%
      
  }
  
  .card-upper{
    height: 65% ;
    display: flex ;
    justify-content: center ;
    align-items: center ;
    
    border-bottom: 1px solid #ddd;
       box-shadow: 0 1px 0px rgba(0, 0, 0, 0.1); 
  }
  
  .card-upper img{
    height: 90% ;
    width: 70%;
    border-radius: 50%
    
  }
  
  
  
  .card-lower{
    height: 40% ;
    display: flex ;
  /*   flex-direction: column ; */
    justify-content: center ;
    align-items: center ;
    
    overflow: hidden ;
    
  }
  
  
  #map {
        position: absolute;
        top: 0;
        bottom: 0;
        right: 0;
        left: 0;
        border-radius: 10px;
        width: auto;
        height: 75%;
        margin: 0;
    }
  
  video {
    width: 100%;
  }
  
  video::-webkit-media-controls-panel {
      display: flex !important;
      opacity: 1 !important;
  }
  
  .leaflet-popup-content {
      margin: 13px 19px;
      line-height: 1.4;
      width: 350px !important;
      text-align: center;
  }
  
  #tblPro {
    position: sticky;
    z-index: 1000;
    width: 25%;
    background: #F8F8FF;
    top: 100%;
    left: 100%;
  }
  
  #t_points tr:hover {
    /* color: #F8F8FF; */
    background-color: blue;
    cursor: pointer;
  
  }
  
  #t_points td:hover {
    background-color: blue;
    color: #F8F8FF;
    cursor: pointer;
  }
  
  

  
  .mxxx {
    display: -webkit-box;
    display: flex !important;
    -webkit-box-align: stretch;
    align-items: stretch;
    flex-wrap: nowrap !important;
    overflow-x: auto;
    overflow-y: hidden;
    padding-bottom: 5px;
    padding-right: 1em;
    height: 20vw;
  }
  
  .card-text {
    font-size: 11px;
    text-align: justify;
  }

  .leftArrow{
    position: relative;
    float: left;
    left: 5%;
    top: 110px;
    z-index: 1;
  }
  
  .rightArrow {
    position: relative;
    float: right;
    right: 5%;
    top: 110px;
    z-index: 1;
  }
  
  .impacto {
        border: none;
        text-align: center;
        font-size: 1.25em;
        font-family: 'Poppins';
        font-weight: 800;
        border-radius: 0;
        color: #004aad;
        border-bottom: 2px solid #000;
    }
  
  .btnProj {
    font-size: 11px;
    bottom: 7em;
    position: relative;
    z-index: 10001;
    display: flex;
    margin: auto;
    justify-content: space-between;
    padding-left: 20px;
    padding-right: 20px;
 }
  
  .baseUnder {
    color: #253252;
    font-size: 13px;
    text-align: center;
    margin-top: 10px;
  }
  
  .textLU {
    position: relative;
    list-style-type: none;
    padding: 0;
    width: 625px;
    font-size: 2.5em;
    font-weight: 100;
    margin: auto;
    font-family: 'league spartan';
    font-weight: 800;
  }

  .opsiRow {
    border-color: white;
    border-style: solid;
    border-radius: 14px;
    padding: 1em;
    height: auto;
    animation: auto;
    display: flex;
    vertical-align: revert-layer;
    margin: auto;
    width: auto;
    position: relative;
    left: 0;
    top: 0;
    transform: scale(0.70) translateY(-115px);
 }

.opsiRow h2 {
    font-family: 'league spartan';
    font-weight: 800;
    font-size: 20px;
    color: #004AAD;
}


.rightMap {
    margin: auto !important;
    height: auto;
    position: relative;
    right: 12px;
    top: -10px;
}



.social-bar {
  margin-top: 0px;
}



img.Home_11 {
    width: 100%;
    height: 175px;
    object-fit: cover;
}

.listCol:first-child::after {
    transform: scale(1.1);
    left: 5%;
    top: -90%;
}

img.Home_2 {
    width: 100%;
    height: 100px;
    object-fit: cover;
    object-position: 0 32px;
}


#logoROW {
    position: absolute;
    top: 200%;
    width: 100%;
}


.rowHeader {
  position: sticky;
  top: 0%;
  background: white;
  z-index: 100;
}


.withCD {
    width: auto;
    margin: auto !important;
    padding-right: 0;
    padding-left: 0;
}

.container-home-usp {
    width: 100%;
    height: 100%;
    margin-top: 0em;
    padding-right: 8em;
    padding-left: 8em;
}

    .withBG {
        background: url(/static/images/GBG-1.avif) 50% 0 no-repeat fixed;
        color: white;
        max-height: 350px;
        background-size: 140em 65em;
        border-radius: 3em;
        margin: auto !important;
        width: 100%;
        height: auto;
        display: flex;
        align-items: center;
        padding-top: 2em;
        padding-bottom: 2em;
    }




.btnVisit {
    font-size: 10px;
    position: sticky;
    top: 100%;
}

.inputComp {
    font-size: 12px;
    width: 80%;
    margin: auto;
    border-radius: 5px;
    padding: 13px;
    border: 0.25px solid rgb(222, 226, 230);
    height: 35px;
    margin-bottom: 10px;
    color: #000;
}

.btnGr {
  /* display: flex; */
  width: 100%;
  margin: auto;
  height: auto;
  /* gap: 5%; */
}

.boxG {
  height: 15vw;
  float: left;
  border-radius: 0px;
  width: 250px;
}

p.Home_9 {
  background: #13b2f6;
  color: #fff;
  text-align: center;
  height: 50px;
  width: 100%;
  margin: -5em auto;
  position: relative;
  align-content: center;
  padding-left: 10px;
  padding-right: 10px;
  z-index: 1;
}



.card_impact > p {
  text-align: center;
  position: sticky;
  top: 100%;
  font-size: 9px;
  line-height: 10px;
}

.isiOpsi {
    background: #fff;
    border-radius: 10px;
    padding: 15px;
    height: auto;
    padding-top: 1em;
    width: 90%;
    margin: 1em auto;
}

.rightMap > .row > .col-md-12 {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-auto-flow: dense;
    direction: rtl;
    gap: 25px;
    position: relative;
    left: 75px;
}


.KategoriText {
    text-align: center;
    font-size: 9px;
    padding-left: 5px;
    padding-right: 5px;
    color: #000;
}


.ourProj {
    font-family: 'league spartan';
    font-weight: 800;
    color: #004aad;
    margin-top: 1em;
    position: relative;
    top: 2em;
    text-align: left;
    left: 6px;
    font-size: 30px;
 }

  .withCD > .col-lg {
    padding-left: 0;
    padding-right: 0;
 }

.mapFrame > .col-md-12 {
    margin: auto;
    background: #d9d9d9;
    padding: 20px;
    border-radius: 20px;
    position: relative;
    width: 100%;
    top: 0.75em;
    left: 0;
}

.card_proj {
    border-radius: 20px;
    height: 100px;
    background: #fff;
    width: 175px;
    border: 2px solid #D9D9D9;
    padding: 6px;
}

.parentDiv {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    grid-template-rows: 15vh repeat(1, 30vh) 10vh;
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    position: relative;
    top: 5%;
}

img.Home_10 {
    width: 100%;
    padding: 0;
    height: 120px;
    margin-top: 0;
    object-fit: cover;
    transform: translateY(11px);
}

.div11 {
    grid-area: 3 / 1 / 4 / 2;
    height: 100%;
}

.cardSN {
    height: 100% !important;
    width: auto;
}

.card_spp {
    height: 85%;
    margin: 2em auto;
}

.rowKeduaPackage > .row {
    position: relative;
    top: 2em;

}

.ulBul {
        line-height: 10px !important;
        overflow-y: overlay;
        justify-content: flex-start;
        display: grid;
        height: auto;
    }

.card_proj:last-child > p.KategoriText {
    color: #fff;
    text-align: left;
}


p.Home_13 {
    background: #253252;
    color: #fff;
    text-align: center;
    height: 50px;
    margin: -3em auto;
    position: relative;
    align-content: center;
    padding-left: 5px;
    padding-right: 5px;
    z-index: 1;
}

p.Home_5 {
    background: #13b2f6;
    color: #fff;
    text-align: center;
    height: 50px;
    /* width: 362px; */
    margin: -10em auto;
    position: relative;
    align-content: center;
    padding-left: 10px;
    padding-right: 10px;
    z-index: 1;
}


p.Home_8 {
    background: #253252;
    color: #fff;
    text-align: center;
    height: 50px;
    /* width: 240px; */
    margin: 0em auto;
    position: relative;
    align-content: center;
    padding-left: 35px;
    padding-right: 35px;
}

p.Home_8b {
    background: #004aad;
    color: #fff;
    text-align: center;
    height: 50px;
    /* width: 240px; */
    margin: 3em auto;
    position: relative;
    align-content: center;
    padding-left: 35px;
    padding-right: 35px;
}

p.Home_11 {
    background: #253252;
    color: #fff;
    text-align: center;
    height: 50px;
    /* width: 365px; */
    margin: -11.25em auto;
    position: relative;
    align-content: center;
    padding-left: 35px;
    padding-right: 35px;
}

.cardwithbg {
    height: 70%;
}

.ktProjNumb {
    color: #004aad;
    font-weight: 800;
    font-family: 'Poppins';
    position: relative;
    right: 1.95em;
    font-size: 45px;
    text-align: right;
}    


.Kotak1 {
    border-color: #000;
    border-style: solid;
    border-radius: 14px;
    width: 90%;
    height: 100%;
    padding-top: 2em;
}    

.infoUser {
    position: fixed !important;
    z-index: 10000001;
    right: 3.5em;
    width: 16em;
    font-size: 12px !important;
    transform: translateY(-10px) translateX(32px) scale(1.25);
    margin-top: 10px;
    top: 45px;
}

.fluid-container {
    width: 90%;
    margin: auto;
    margin-top: 3em;
    overflow-y: scroll;
    height: 100%;
}


.justify-content-center > div {
    border-color: #000;
}

.rowKlik > .col-8 {
    padding-left: 2em;
}

.leftWBG {
    width: 50%;
}

.card_proj:last-child {
    height: 70px;
    background: #004aad;
}

.rowKanan1 > div {
    height: 100%;
    position: relative;
    top: 0;
    transform: translateY(-15%);
    
}


.headercontent > .row > .col-6 > h1 {
    position: relative;
    left: 50%;
    transform: translateX(-31%) translateY(-5%);
}

.RPts {
    padding-left: 2em !important;
    margin-top: 45px !important;
    width: 37.5% !important;
    position: relative;
    left: 44px;
}


.benefitscontainer {
    margin-top: 0px;
    position: relative;
    top: 2em !important;
    padding-left: 5em;
    padding-right: 5em;
}

#detailSection-1 {
    height: 100%;
    margin-top: 0;
}

#detailSection {
    height: 100%;
    margin-top: 0;
}

.headerimagecontainer {
    background-image: url(/static/images/DWD.avif);
    background-blend-mode: multiply;
    background-attachment: fixed;
    height: auto !important;
    border-radius: 8px;
    background-size: 100% auto;
    background-repeat: no-repeat;
    background-position: center top -15em !important;
    position: relative;
    margin-top: 15px;
    width: 100%;
}

.headercontent > .row > .col-6:nth-of-type(1) {
    margin-top: 0px !important;
    position: relative;
    left: -65px;
}

.InternalRP, .ExsternalRP , .ArticleRP {
    border-color: #fff !important;
}

.h2Pack {
    font-family: League Spartan;
    font-weight: 800;
    color: #004aad;
    font-size: 34px !important;
    width: 12em !important;
    text-align: center !important;
    padding-left: 0;
}

.rowHeaderX > .col-md-8 {
    font-size: 15px;
    padding: 10px;
    padding-left: 0;
    width: 45em;
    position: relative;
    left: 16.5em;
    padding-right: 10em;
    text-align: left;
}

.follow {
    color: #004aad;
}

.tittlep {
    text-align: center;
    font-size: 0.75em !important;
    margin-top: -5px;
    font-style: italic;
    text-align: center !important;
}

#container-article > a {
    border: 1.25px solid #000;
    border-radius: 20px;
    width: 14.75vw;
    display: block;
    padding-left: 30px;
    top: 4em;
    margin-left: 2em;
    z-index: 1001;
}

.img.Home_8b {
    width: 100%;
    margin-top: -3em;
    height: 9em;
    object-fit: cover;
}


.formError {
    transform: scale(0.85) translateY(-85%);
}

.h1Error {
    z-index: 1;
    width: 75%;
    position: relative;
    top: 25%;
    transform: translateY(-100%);
    margin: auto;
    font-size: 24px;
    text-align: center;
}

.headercontent {
    height: auto;
}

.container > .tabs-wrapper {
  
    transform: translateY(-10%) translateX(40%);

  }
  
  #uploadApplicant {
    display: block
  }

  .tabzs-container{
    width: 100%;
  }
  
  .ecHead {
    transform: translateX(-30%);
  }

  #UploadDoc, #jobPositionTeks{
    left:0;
  }

  #NamaInput  {
    left: 0;
    margin-bottom: -5px !important;
  }
  
  label.input-group-text {
    left: 0;
  }

  #inputApplicant {
    transform: translateY(5%);
  }

  label.form-label {
    left: 0 !important;
  }
  
  .input-group {
      display: block;
  }

  .input-group > input[type=text] {
    width: 100%;
  }
  
  .input-group > select[name=klasifikasiSKA] {
    width: 100%;
  }
  
  .input-group > input[type=file] {
      width:100%;
  }
  
  .container > .row > .col-md-6 {
      margin-bottom: 35px;
  }
  
  .container > .row > .row-md-12 {
      display: contents;
  }
  
  .form-check-label {
    transform: translateX(20%);
    width: 75%;
  }
  
  #ApplicantName {
      font-size:14px;
  }
  
  .bottomCol8 > p {
   font-size: 14px;   
  }
  
  #container-article > a:has(~ .articlePost) {
        border: 0px solid #000;
        border-radius: 0px;
        width: auto !important;
        display: block;
        padding-left: 0px;
        top: 1em;
        margin-left: 0em;
  }
  
  .infoUser > p {
    font-size: 0.75em;
  }
  
  .otherheadTag {
    font-size: 17px;
    display: -webkit-box;
        -webkit-line-clamp: 3;
        line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
  }
  
  .postList > p:has(> span) {
      font-size: 15px;
  }
  
  .postList > h3:has(> span) {
      font-size: 19px !important;
  }
  
  .articlePost > .postList > p {
      font-size: 14px;
  }
  
   .articlePost > .postList > h3 {
      font-size: 19px;
  }
  
  .divArticle > .recentArticle {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
  }
  
  .divArticle > .recentArticle > .rowKlik > .col-md-8 {
    padding-right: 40px;
    text-align: justify;
    word-spacing: -2px;
  }
  
  .divArticle > .recentArticle > .rowKlik > .col-md-8 > .infoOther > p {
     font-size: 15px;
  }
  
  .textIsi { 
      font-size: 15px;
  }
  
  .blog-card .description .read-more a {
    color: #fff;
    display: inline-block;
    position: relative;
    background: #253252;
    border-radius: 20px;
    width: 121px;
    height: 27px;
    text-align: center;
    padding-top: 4px;
    right: 15px;
    font-size: 13px;
  }
  
  .responsible > .JobDesk > p {
      font-size: 15px;
  }
  
  .qualifide > .rekurement > p {
      font-size: 15px;
  }


   .container > .rowHeader > .col-md-8 {
    font-size: 1.75em;
    padding: 10px;
    text-align: center;
    transform: translateY(10px);
   }
   
   .liPackage  {
      line-height: 19px;
   }
   
   .blog-card:hover .details {
    left: 13% !important;
    border-radius: 22px;
   }

    #container-article > a:has(~ .tabRow) {
        border: 1.25px solid #000;
        border-radius: 20px;
        width: 14.75vw;
        display: block;
        padding-left: 30px;
        top: 4em;
        margin-left: 2em;
    }
    
    .socialNetwork > .listCol > h5.card-title {
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        line-height: 21px;
        max-height: 48px;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        font-size: 12px !important;
        padding-left: 15px;
    }
    
    .copyright-area {
        background: #202020;
        padding: 0 0;
        position: fixed;
        width: 100%;
        bottom: 2em;
        height: 55px;
        transform: translateY(135%);
    }
    
    .div9 {
     
        transform: translateY(36px);
    }
    
    .div7 {
        
        transform: translateY(15px);
    }
    
    .div6 {
        
        transform: translateY(15px);
    }
    
    img.Home_9 {
        height: 140px;
    }
    
    img.Home_13 {
        width: 100%;
        height: 100px;
    }   
    
    #Detail2 > .row > .col-12 > p {
        font-size: 14px;
    }    
    
    .tabRow > .col-10 > .blog-card > .description > h1 {
        margin: 0;
        font-size: 18px;
        font-weight: 800;
        padding-top: 20px;
        padding-left: 20px;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        line-height: 21px;
        max-height: 75px;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
    }
    
    img.Home_8 {
        margin-top: -55px;
    }



}