@font-face {
    font-family: "Century-gothic";
    src: url("../fonts/century-gothic.otf");
}
@font-face {
    font-family: "geometric";
    src: url("../fonts/geometric-415.ttf");
}
@font-face {
    font-family: "Comfortaa";
    src: url("../fonts/Comfortaa-Regular2.ttf");
}

:root {
  --white: #fff;
  --white-dark: #f2f2f2;
  --white-dark2: #f7f7f7;

  --gray-light: #E8E9EC;
  --gray: #D0D5DD;
  --gray-dark: #c1c1c1;
  --gray-dark2: #5A5A5A;
  --yellow-light: #FFE600;
  --yellow: #fbefba;
  --yellow-dark:#f9de26;
  --orange-light: #edff01;    
  --orange:#F66F15;
  --orange-dark: #fca213;
  --red-light: #F66A13;
  --red: #F10A10;
  --red-dark: #a80002;
  --red-dark2: #ed1d10;
  --blue-dark: #113559;
  --blue: #1744b5;
  --blue-light: #44C5EC;
  --dark-light: #686868;
  --dark-light2: #9E9E9E;
  --dark-light3: #8F8F8F;
  --dark2: #3E3E3E;
  --dark: #171717;

  --bg-dark: linear-gradient(180deg, rgba(119,67,96,1) 0%, rgba(76,58,81,1) 100%);
  --bg-orange: linear-gradient(180deg, rgba(255,201,1,1) 0%, rgba(252,162,19,1) 100%);

  --bg-redDark-moz: -moz-linear-gradient(180deg, rgba(237,29,16,1) 0%, rgba(168,0,2,1) 100%);
  --bg-redDark-webkit: -webkit-linear-gradient(180deg, rgba(237,29,16,1) 0%, rgba(168,0,2,1) 100%);
  --bg-redDark: linear-gradient(180deg, rgba(237,29,16,1) 0%, rgba(168,0,2,1) 100%);
  
  --shadow-sm: 1px 2px 10px rgb(0 0 0 / 10%);
  --shadow-md: 4px 8px 18px rgb(0 0 0 / 10%);
  --shadow-lg: 6px 14px 26px rgb(0 0 0 / 15%);

  --radius-xs: 8px;
  --radius-sm: 20px;
  --radius-md: 26px;
  --radius-lg: 32px;
  
  --padding-xs: 12px;
  --padding-md: 16px;
  --padding-lg: 22px;
  --padding-xl: 28px;
}
body {
    /*font-family: NotoSansTC, sans-serif;*/
    font-family: arial, sans-serif;
    scroll-behavior: smooth;
     font-size: 1rem;
     color: #333;
}
figcaption.hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0 0 0 0);
  white-space: nowrap;
  border: 0;
}
.form-control{
    border: 2px solid #ccc;
    border-radius: var(--radius-xs);
}
.form-control:hover, .form-control:focus{
    box-shadow: 1px 2px 12px rgb(0 0 0 / 15%) !important;
}
.input-group-text {
    border: 2px solid #ccc;
    border-radius: var(--radius-xs);
    min-width: 42px;
    justify-content: center;
    padding: 0px;
}
.input-group>.custom-select:not(:last-child), .input-group>.form-control:not(:last-child) {
        border-top-right-radius: var(--radius-xs);
    border-bottom-right-radius: var(--radius-xs);
}

}
.select2-container--default .select2-selection--single{
    border: 2px solid #ccc;
}
.select2-container--default .select2-selection--single:foucs, .select2-container--default .select2-selection--single:hover{
    box-shadow: 1px 2px 10px #00000040 !important;
}

 /*loader*/
 /***************************************************
 * Generated by SVG Artista on 2/2/2022, 7:11:58 PM
 * MIT license (https://opensource.org/licenses/MIT)
 * W. https://svgartista.net
 **************************************************/

@-webkit-keyframes animate-svg-stroke-1 {
  0% {
    stroke-dashoffset: 365.5027770996094px;
    stroke-dasharray: 365.5027770996094px;
  }

  100% {
    stroke-dashoffset: 731.0055541992188px;
    stroke-dasharray: 365.5027770996094px;
  }
}

@keyframes animate-svg-stroke-1 {
  0% {
    stroke-dashoffset: 365.5027770996094px;
    stroke-dasharray: 365.5027770996094px;
  }

  100% {
    stroke-dashoffset: 731.0055541992188px;
    stroke-dasharray: 365.5027770996094px;
  }
}

@-webkit-keyframes animate-svg-fill-1 {
  0% {
    fill: transparent;
  }

  100% {
    fill: rgb(236, 50, 55);
  }
}

@keyframes animate-svg-fill-1 {
  0% {
    fill: transparent;
  }

  100% {
    fill: rgb(236, 50, 55);
  }
}

.svg-elem-1 {
  -webkit-animation: animate-svg-stroke-1 0.75s ease-in-out 0s both,
                       animate-svg-fill-1 0.5s infinite cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.85s both;
          animation: animate-svg-stroke-1 0.75s ease-in-out 0s both,
               animate-svg-fill-1 0.7s infinite cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.85s both;
}

@-webkit-keyframes animate-svg-stroke-2 {
  0% {
    stroke-dashoffset: 237.06829833984375px;
    stroke-dasharray: 237.06829833984375px;
  }

  100% {
    stroke-dashoffset: 474.1365966796875px;
    stroke-dasharray: 237.06829833984375px;
  }
}

@keyframes animate-svg-stroke-2 {
  0% {
    stroke-dashoffset: 237.06829833984375px;
    stroke-dasharray: 237.06829833984375px;
  }

  100% {
    stroke-dashoffset: 474.1365966796875px;
    stroke-dasharray: 237.06829833984375px;
  }
}

@-webkit-keyframes animate-svg-fill-2 {
  0% {
    fill: transparent;
  }

  100% {
    fill: rgb(151, 152, 154);
  }
}

@keyframes animate-svg-fill-2 {
  0% {
    fill: transparent;
  }

  100% {
    fill: rgb(151, 152, 154);
  }
}

.svg-elem-2 {
  -webkit-animation: animate-svg-stroke-2 0.75s ease-in-out 0.15s both,
                       animate-svg-fill-2 0.5s infinite cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.91s both;
          animation: animate-svg-stroke-2 0.75s  ease-in-out 0.15s both,
               animate-svg-fill-2 0.7s infinite cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.91s both;
}

@-webkit-keyframes animate-svg-stroke-3 {
  0% {
    stroke-dashoffset: 567.6712646484375px;
    stroke-dasharray: 567.6712646484375px;
  }

  100% {
    stroke-dashoffset: 1135.342529296875px;
    stroke-dasharray: 567.6712646484375px;
  }
}

@keyframes animate-svg-stroke-3 {
  0% {
    stroke-dashoffset: 567.6712646484375px;
    stroke-dasharray: 567.6712646484375px;
  }

  100% {
    stroke-dashoffset: 1135.342529296875px;
    stroke-dasharray: 567.6712646484375px;
  }
}

@-webkit-keyframes animate-svg-fill-3 {
  0% {
    fill: transparent;
  }

  100% {
    fill: rgb(54, 52, 53);
  }
}

@keyframes animate-svg-fill-3 {
  0% {
    fill: transparent;
  }

  100% {
    fill: rgb(54, 52, 53);
  }
}

.svg-elem-3 {
  -webkit-animation: animate-svg-stroke-3 0.7s ease-in-out 0.3s both,
                       animate-svg-fill-3 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.7s both;
          animation: animate-svg-stroke-3 0.7s ease-in-out 0.3s both,
               animate-svg-fill-3 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.7s both;
}

@-webkit-keyframes animate-svg-stroke-4 {
  0% {
    stroke-dashoffset: 326.047119140625px;
    stroke-dasharray: 326.047119140625px;
  }

  100% {
    stroke-dashoffset: 652.09423828125px;
    stroke-dasharray: 326.047119140625px;
  }
}

@keyframes animate-svg-stroke-4 {
  0% {
    stroke-dashoffset: 326.047119140625px;
    stroke-dasharray: 326.047119140625px;
  }

  100% {
    stroke-dashoffset: 652.09423828125px;
    stroke-dasharray: 326.047119140625px;
  }
}

@-webkit-keyframes animate-svg-fill-4 {
  0% {
    fill: transparent;
  }

  100% {
    fill: rgb(54, 52, 53);
  }
}

@keyframes animate-svg-fill-4 {
  0% {
    fill: transparent;
  }

  100% {
    fill: rgb(54, 52, 53);
  }
}

.svg-elem-4 {
  -webkit-animation: animate-svg-stroke-4 0.7s ease-in-out 0.44999999999999996s both,
                       animate-svg-fill-4 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.76s both;
          animation: animate-svg-stroke-4 0.7s ease-in-out 0.44999999999999996s both,
               animate-svg-fill-4 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.76s both;
}

@-webkit-keyframes animate-svg-stroke-5 {
  0% {
    stroke-dashoffset: 117.66395568847656px;
    stroke-dasharray: 117.66395568847656px;
  }

  100% {
    stroke-dashoffset: 235.32791137695312px;
    stroke-dasharray: 117.66395568847656px;
  }
}

@keyframes animate-svg-stroke-5 {
  0% {
    stroke-dashoffset: 117.66395568847656px;
    stroke-dasharray: 117.66395568847656px;
  }

  100% {
    stroke-dashoffset: 235.32791137695312px;
    stroke-dasharray: 117.66395568847656px;
  }
}

@-webkit-keyframes animate-svg-fill-5 {
  0% {
    fill: transparent;
  }

  100% {
    fill: rgb(236, 50, 55);
  }
}

@keyframes animate-svg-fill-5 {
  0% {
    fill: transparent;
  }

  100% {
    fill: rgb(236, 50, 55);
  }
}

.svg-elem-5 {
  -webkit-animation: animate-svg-stroke-5 0.7s ease-in-out 0.6s both,
                       animate-svg-fill-5 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.8s both;
          animation: animate-svg-stroke-5 0.7s ease-in-out 0.6s both,
               animate-svg-fill-5 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.8s both;
}

@-webkit-keyframes animate-svg-stroke-6 {
  0% {
    stroke-dashoffset: 434.89727783203125px;
    stroke-dasharray: 434.89727783203125px;
  }

  100% {
    stroke-dashoffset: 869.7945556640625px;
    stroke-dasharray: 434.89727783203125px;
  }
}

@keyframes animate-svg-stroke-6 {
  0% {
    stroke-dashoffset: 434.89727783203125px;
    stroke-dasharray: 434.89727783203125px;
  }

  100% {
    stroke-dashoffset: 869.7945556640625px;
    stroke-dasharray: 434.89727783203125px;
  }
}

@-webkit-keyframes animate-svg-fill-6 {
  0% {
    fill: transparent;
  }

  100% {
    fill: rgb(54, 52, 53);
  }
}

@keyframes animate-svg-fill-6 {
  0% {
    fill: transparent;
  }

  100% {
    fill: rgb(54, 52, 53);
  }
}

.svg-elem-6 {
  -webkit-animation: animate-svg-stroke-6 0.7s ease-in-out 0.75s both,
                       animate-svg-fill-6 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.86s both;
          animation: animate-svg-stroke-6 0.7s ease-in-out 0.75s both,
               animate-svg-fill-6  0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.86s both;
}

@-webkit-keyframes animate-svg-stroke-7 {
  0% {
    stroke-dashoffset: 525.688232421875px;
    stroke-dasharray: 525.688232421875px;
  }

  100% {
    stroke-dashoffset: 1051.37646484375px;
    stroke-dasharray: 525.688232421875px;
  }
}

@keyframes animate-svg-stroke-7 {
  0% {
    stroke-dashoffset: 525.688232421875px;
    stroke-dasharray: 525.688232421875px;
  }

  100% {
    stroke-dashoffset: 1051.37646484375px;
    stroke-dasharray: 525.688232421875px;
  }
}

@-webkit-keyframes animate-svg-fill-7 {
  0% {
    fill: transparent;
  }

  100% {
    fill: rgb(54, 52, 53);
  }
}

@keyframes animate-svg-fill-7 {
  0% {
    fill: transparent;
  }

  100% {
    fill: rgb(54, 52, 53);
  }
}

.svg-elem-7 {
  -webkit-animation: animate-svg-stroke-7 0.7s ease-in-out 0.8999999999999999s both,
                       animate-svg-fill-7  0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.91s both;
          animation: animate-svg-stroke-7 0.7s ease-in-out 0.8999999999999999s both,
               animate-svg-fill-7 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.91s both;
}

.loader{
    background: rgba(255, 255, 255, .95) none repeat scroll 0 0;
    height: 100%;
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    z-index: 9999;
}
.wrapload {
    height: 100%;
    display: flex;
    flex-direction: column;
    margin: auto;
    justify-content: center;
    align-items: center;
}
/*/\*/

h1, .h1{
  font-size: 2rem;
}
h2, .h2{
  font-size: 1.75rem;
}
h3, .h3{
  font-size: 1.5rem;
}
.h1, .h2, .h3, .h4, h1, h2, h3, h4{
    font-weight: 600 !important;
    line-height: 1.5;
}
.text-primary {
    color: #1744b5!important;
}
.select2-container--default .select2-results__option--highlighted[aria-selected]{
    background-color: rgb(12 47 145);
}
a, a:hover, a:focus {
    text-decoration: none !important;
}
/*.padding-top{
    padding-top: 70px;
}*/
.padding-bottom{
    padding-bottom: 90px;
}
.shadow {
    box-shadow: var(--shadow-md) !important;
}
.shadow-lg {
    box-shadow: var(--shadow-lg) !important;
}
.shadow-xs {
    box-shadow: var(--shadow-xs) !important;
}
.border-radius{
    border-radius: 16px;
}
.bg-blue {
    background-color: #1744b5;
    background: radial-gradient(circle, #1744b5 0%, #0c2f91 100%);
    color: #fff;
}
.bg-blue-light {
    background-color: #3B61B1;
    background: radial-gradient(circle, #3B61B1 0%, #1744b5 100%);
    color: #fff;
}
.border-bottom {
    border-bottom: 2px solid #dee2e6!important;
}
.border-top {
    
    border-top: 2px solid #dee2e6!important;
}
.section-title{
  position: relative;
  text-align: center;
  display: flex;
  justify-content: center;
  z-index: 2;
}
.section-title .card-title {
    background-color: #fff;
    color: #fff;
    border-radius: 35px;
    /*box-shadow: 1px 4px 15px rgb(0 0 0 / 25%);*/
    box-shadow: var(--shadow-md);
    padding: 5px;
}
.section-title .card-title .txtitle {
    color: #fff;
  /*font-family: 'geometric', arial, sans-serif;*/
  margin: 0;
  background: #a80002;
  border-radius: 30px;
  padding: 10px 45px;
  text-transform: uppercase;
  font-size: 1.5rem;
}
.img-desk{
  display: block
}
.img-mb{
  display: none;
}
/*============================
        Button Custome
========================*/
.btn.btn-nits{
    align-items: center;
    position: relative;
    overflow: hidden;
    padding: 6px 10px;
    color: #F10A10;
    background-color: #fff;
    border-color: #fff;
    border-width: 0px !important;
    /*-webkit-transition: all ease 0.1s;
    -moz-transition: all ease 0.1s ;
    transition: all ease 0.1s;*/
    border-radius: 30px;
}

.btn.btn-nits i{
  color: #fff
}
.btn:not(:disabled):not(.disabled) {
  cursor: pointer;
}
.btn-nits:hover{
  box-shadow: 2px 3px 15px rgb(0 0 0 / 20%);
}
.btn-nits:before{
  content: '';
  z-index: 1;
  position: absolute;
  right: 10px;
  background-color: #F10A10;
  border-radius: 50%;
  width: 30px;
  height: 30px;
  -webkit-transition: all ease-in 0.6s;
  -moz-transition: all ease-in 0.6s ;   
  transition: all ease-in .6s;
}
.btn-nits:hover{
  color: #fff;
}
.btn-nits:hover::before{
  width: 300px;
  height: 300px;
  transform: translate(40px, -90px);
}
.btn-nits span{
  position: relative;
  z-index: 2;
}
.btn-nits span.arrow-right {
  /*background-color: #1744b5;*/
  /*border-radius: 50%;*/
  font-size: 14px;
  z-index: 2;
  width: 30px;
  height: 30px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
}
.btn {
  border-radius: var(--radius-xs);
}
.btn[class*="btn-outline-"]{
  border-width: 2px;
}
.btn-outline-danger {
  border: 2px solid #ed1d10;
  color: #ed1d10;
}
.btn-outline-danger:hover {
  background: #ed1d10;
  color: var(--white);
}
.btn-nitsrow {
  display: flex;
  align-items: center;
  justify-content: center;
/*    gap: 10px;*/
}
.btn.btn-link {
  padding: 0px;
  color: var(--dark2);
  vertical-align: unset;
}
.btn.btn-link:hover, .btn.btn-link:focus, .btn.btn-link:active {
  color: var(--red);
  box-shadow: none;
}
/*End Button Custome*/
/*datepicker*/
.datepicker td, .datepicker th{
    padding: 5px 8px;
    margin: 2px;
}
.datepicker table tr td.active:active, 
.datepicker table tr td.active:hover:active, 
.datepicker table tr td.active.disabled:active, 
.datepicker table tr td.active.disabled:hover:active, 
.datepicker table tr td.active.active, .datepicker table tr td.active:hover.active, 
.datepicker table tr td.active.disabled.active, 
.datepicker table tr td.active.disabled:hover.active{
    border-radius: 6px;
}
.datepicker table tr td.today,
.datepicker table tr td.today:hover,
.datepicker table tr td.today.disabled,
.datepicker table tr td.today.disabled:hover{
    border-radius: 6px;
}
.datepicker table tr td.active, .datepicker table tr td.active:hover, .datepicker table tr td.active.disabled, .datepicker table tr td.active.disabled:hover{
    background-color: #1744b5  !important;
    background-image: -moz-linear-gradient(to bottom, #1744b5, #0c2f91 ) !important;
    background-image: -ms-linear-gradient(to bottom, #1744b5, #0c2f91 ) !important;
    background-image: -webkit-linear-gradient(to bottom, #1744b5, #0c2f91 ) !important;
    background-image: -o-linear-gradient(to bottom, #1744b5, #0c2f91 ) !important;
    background-image: linear-gradient(to bottom, #1744b5, #0c2f91  ) !important;               
}
/*navbar menu*/

.navbar-light {
    background:#fff !important;
    box-shadow: 0px 11px 11px rgba(194, 194, 194, 0.18);
}

.search-form {
    border-radius: 50px;
    background: #ccc;
    font-style: italic;
    padding: 2px 12px;
    height: auto;
}
.select2-selection {
  -webkit-box-shadow: 0;
  box-shadow: 0;
  background-color: #fff;
  border-radius: 0;
  color: #555555;
  font-size: 16px;
  outline: 0;
  min-height: calc(1.5em + .75rem + 2px);
  height: calc(1.5em + .75rem + 2px);
  text-align: left;
}
.select2-results__option {
    font-size: 14px;
}
.select2-container .select2-selection--single .select2-selection__rendered {
  padding: .1rem .75rem !important;
  line-height: 30px;
}

.select2-container .select2-selection--single .select2-selection__arrow {
  padding: .375rem .75rem !important;
  top: 4px !important;
  height: 29px;
}
.content-nodata img {
  max-width: 220px;
  height: auto;
}


/*===========================================
        NAVBAR - Menu Header
==============================================*/
/*.navbar-green {
    background: #32bb6a !important;
    box-shadow: 0px 2px 8px #008000de;
   height: 92px;
}*/
#scrollUp {
    right: 20px;
    z-index: 33;
    bottom: 30px;
    text-align: center;
}
#scrollUp i {
    height: 47px;
    width: 47px;
    line-height: 47px;
    font-weight: 700;
    background: #a80002;
    box-shadow: 0px 0px 15px rgb(0 0 0 / 55%);
    font-size: 25px;
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    transition: all 500ms ease;
    display: block;
    color: #fff;
    border-radius: 50%;
}


.header .navbar{
    /*background: #0C2F91;*/
    left: 0;
    padding: .7rem 1rem;
    right: 0;
    position: relative;
    top: 0;
    z-index: 10;
    /*background-image: linear-gradient(90deg, #0C2F91 0%, #1744B5 100%);*/
}
.header.sticky nav.navbar  {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    z-index: 111;
    background: #fff;

    border-bottom: 1px solid #eee;
    -webkit-box-shadow: 0px 0px 10px #ccc;
    -moz-box-shadow: 0px 0px 10px #ccc;
    box-shadow: 0px 0px 10px #ccc;
    -webkit-transition: all 0.6s ease;
    -moz-transition: all 0.6s ease;
    transition: all 0.6s ease;
    animation: fadeInDown .5s both 0.2s;
}
.header .navbar .btn-outline-light{
    color: #fff;
    border-width: 2px;
    border-color: #fff;
}
.header .navbar .btn-outline-light:hover{
    color: #f5f5f5;
    background-color: #dc1013;
    border-color: #d20003;
    box-shadow: 0 3px 10px #d20003;
}
.header .navbar .navbar-brand{
    margin-right: 2rem;
    width: 100%;
    height: auto;
    max-width: 130px;
}
.header .navbar-brand img{
    width: 135px;
}
.navbar-dark .navbar-toggler{
    color: #ffffff;
    border: 1px solid #ffffff;
}
.header .nav {
    justify-content: center;
}
.header .nav li {
    position: relative;
    padding: 5px 30px;
}
.navbar .navbar-nav li .nav-link {
    color: var(--dark2) !important;
    padding: 8px 0px !important;
    margin-right: 2px;
    margin-left: 2px;
    font-weight: bold;
    position: relative;
}
.header .navbar .navbar-nav li .nav-link:hover,.header .navbar-nav .dropdown-menu.sub-menu .dropdown-item:hover{
    color: var(--dark)!important;  
}
.header .nav li .nav-link::before, .header .nav .nits-menu li a::before {
    content: "";
    position: absolute;
    bottom: 0px;
    left: 0px;
    right: 0px;
    height: 3px;
    border-radius: 3px;
    background-color: #1744b5;
    transform-origin: right bottom;
    transform: scaleX(0);
    -webkit-transition: transform 0.5s ease 0s;
    -moz-transition: transform 0.5s ease 0s;
    transition: transform 0.5s ease 0s;
}
.header .nav li:hover .nav-link::before, .header .nav li.active .nav-link::before, 
 .header .nav .nits-menu li:hover a::before,  .header .nav .nits-menu li:hover a::before {
    transform-origin: left center;
    transform: scaleX(1);
}


.navbar-expand-lg .navbar-collapse{
    /*justify-content: flex-end;*/
    justify-content: flex-start;
}
.navbar-collapse ul li .dropdown-toggle::after{
    display: inline-block;
    margin-left: .255em;
    vertical-align: 0 !important;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;    
    content: "\f0d7" !important;
    border: none !important;
}
.header nav .navbar-nav .dropdown-menu.sub-menu .dropdown-item {
    font-size: 15px;
    background-color: #fff;
    padding: 5px 15px;
    color: #28a745 !important;
    font-weight: bold;
}
.header nav .navbar-nav .dropdown-menu .dropdown-item:hover {
    border-radius: 0!important;
    box-shadow: inset #1744b5 4px 0px;
}

.header .navbar .btn-daftar-login{
    margin-left: auto;
    text-align: -webkit-right;
    text-align: right;
}

.header .nav li.btn-name{
    padding: 0;
}
.navbar .navbar-nav li.btn-name .dropdown-item{
    color: #1744b5;
    margin-right: 2px;
    margin-left: 2px;
    font-weight: bold;
    position: relative;
}
.navbar .navbar-nav li.btn-name .dropdown-item:active, .navbar .navbar-nav li.btn-name .dropdown-item:hover{
    color: #09236E !important;
    background-color: #fff;
}
.header nav .btn-name .dropdown-menu{
    top: 110%;
}
.header .btn-name .nama-user{
    width: 150px;
    white-space: nowrap; 
    overflow: hidden;
    text-overflow: ellipsis;
    padding: .375rem 1.25rem .375rem .475rem;
}
.navbar-collapse ul li a[aria-expanded="true"]::after{
    content: "\f0d8" !important;
}
.header .btn-name .dropdown-toggle::after {
    display: block;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f0d8";
    border-top: 0;
    border-right: 0;
    border-bottom: 0;
    border-left: 0;
    right: 15px;
    position: absolute;
    top: 6px;

}
.header .btn-name a[aria-expanded="false"]::after{
    content: "\f0d7" !important;
}
.dropdown-menu.show
.header .btn-name .nama-user div{
    width: 140px;
  
}
.dropdown-item.active, .dropdown-item:active {
    color: #fff;
    text-decoration: none;
    background-color: #007bff;
}


/*submenu*/

.nits-menu.dropdown-menu {
    position: absolute;
    display: block;
    top: calc(100% + 22px);
    left: 0;
    width: 100%;
    min-width: max-content;
    z-index: 999;
    padding: 0 !important;
    border-radius: var(--radius-sm);
    background-color: rgb(255 255 255);
    /* backdrop-filter: blur(10px); */
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;

    -webkit-transform: translateY(-40px);
    -moz-transform: translateY(-40px);
    -ms-transform: translateY(-40px);
    -o-transform: translateY(-40px);
    transform: translateY(-40px);

    -webkit-transform: scaleY(0);
    -moz-transform: scaleY(0);
    -o-transform: scaleY(0);
    -ms-transform: scaleY(0);
    transform: scaleY(0);
    -webkit-transform-origin: 0 0 0;
    -ms-transform-origin: 0 0 0;
    -o-transform-origin: 0 0 0;
    transform-origin: 0 0 0;

    -webkit-box-shadow: var(--shadow-md);
    -moz-box-shadow: var(--shadow-md);
    -ms-box-shadow: var(--shadow-md);
    box-shadow: var(--shadow-md);
    border-color: transparent;
    opacity: 0;
}

.nits-menu.dropdown-menu.show {
    -webkit-transform: translateY(16px);
    -moz-transform: translateY(16px);
    -ms-transform: translateY(16px);
    -o-transform: translateY(16px);
    transform: translateY(16px);
    -webkit-transform: scaleY(1);
    -moz-transform: scaleY(1);
    -o-transform: scaleY(1);
    -ms-transform: scaleY(1);
    transform: scaleY(1);
    opacity: 1;
}

.header .nits-menu .menu-wrap {
    max-width: 1440px;
    text-transform: capitalize;
    margin: 0 auto;
    padding: 24px 20px;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-flow: row nowrap;
    -moz-flex-flow: row nowrap;
    flex-flow: row nowrap;
    text-align: left;
}

.header .nits-menu ul {
    list-style: none;
    margin: 0px;
    padding: 0px;
    font-family: 'Inter', 'Laila', sans-serif;
}
.header .nits-menu ul li.menu-item {
    padding: 8px 16px;
}
.header .nits-menu .menu-column .menu-item a {
    position: relative;
    color: var(--dark2);
    padding: 8px 0;
}
.header .nits-menu .menu-column .menu-group li a:hover {
    color: var(--dark);
}

/*End menu header*/
/*==========================
  Header banner hero
========================*/
.section-header {
    position: relative;
    display: block;
    margin-top: -10px;
    /*font-family: 'Century-gothic', sans-serif;*/
}
.section-header img {
    margin: 0 auto;
}
.section-header .container-header{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
}
.section-header .hero-text{
    color: #fff;
}
.section-header .left-content{
    font-weight: bold;
    ms-flex: 0 0 45%;
    flex: 0 0 45%;
    max-width: 45%;
}
.section-header .right-content{
    -ms-flex: 0 0 33%;
    flex: 0 0 33%;
    max-width: 33%;
    text-align: right;
}
.section-header .btn-nits span{
    font-weight: bold;
}
.section-header .left-content p {
    font-size: 1.25rem;
    text-align: center;
}
.section-header .right-content p{
    font-size: 1.35rem;
}
.section-header .right-content p u{
    font-weight: bold;
}
.section-header .footer-desc {
    -ms-flex: 0 0 78%;
    flex: 0 0 78%;
    max-width: 78%;
    margin-top: 14px;
}
.section-header .app-platform .list-app {
    justify-content: end;
    grid: 8px;
    grid-gap: 10px;
}
.section-header .app-platform .content-btn {
    /*max-width: 30%;*/
}

.section-header .app-platform img {
    width: auto;
    height: 100%;
    max-height: 40px;
}
.section-header .service .list-service{
    grid: 8px;
    grid-gap: 16px;
    justify-content: end;
}
.section-header .service .content-service {
    display: flex;
    grid-gap: 5px;
    align-items: center;
}
.section-header .service .list-service .icon{
    padding: 6px;
    border: 2px solid #fff;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    line-height: 0;
}
.section-header .service .list-service .icon img{
    width: 100%;
    height: auto;
}
.section-header  .service .text {
    font-size: 16px;
}

/*================================
  Layanan
  =================================*/
.section-layanan .container-layanan{
  display: flex;
  flex-direction: column;
  grid-gap: 55px;
}
.section-layanan .border-line {
    border-top: 8px solid #a80002;
    position: relative;
}
.section-layanan .border-custom {
    overflow: hidden;
}
.section-layanan .border-line::before {
    content: "";
    position: absolute;
    left: 0;
    top: -10px;
    background: #fff;
    width: 30%;
    height: 13px;
    background: rgb(255,255,255);
    background: -moz-linear-gradient(90deg, rgba(255,255,255,1) 0%, rgba(168,0,2,1) 100%);
    background: -webkit-linear-gradient(90deg, rgba(255,255,255,1) 0%, rgba(168,0,2,1) 100%);
    background: linear-gradient(90deg, rgba(255,255,255,1) 0%, rgba(168,0,2,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffffff",endColorstr="#a80002",GradientType=1);
    z-index: 2;
}
.section-layanan .border-line::after {
    content: "";
    position: absolute;
    z-index: 2;
    right: 0;
    top: -10px;
    background: #fff;
    width: 30%;
    height: 13px;
    background: rgb(168,0,2);
    background: -moz-linear-gradient(90deg, rgba(168,0,2,1) 0%, rgba(255,255,255,1) 100%);
    background: -webkit-linear-gradient(90deg, rgba(168,0,2,1) 0%, rgba(255,255,255,1) 100%);
    background: linear-gradient(90deg, rgba(168,0,2,1) 0%, rgba(255,255,255,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#a80002",endColorstr="#ffffff",GradientType=1);
    
}
.section-layanan .content-banner {
  position: relative;
    margin: 0 -12px;
}
.section-layanan .content-banner .swiper-slide {
  position: relative;
  padding: 0 12px; 
  /*border-radius: 16px;
  overflow: hidden;*/
}
.section-layanan .swiper-slide img {
    width: 100%;
    height: auto;
    aspect-ratio: 10/3;
    object-fit: cover;
    object-position: center;
    width: 100%;
    height: 100%;
    box-shadow: var(--shadow-sm);
    border-radius: var(--radius-md);
}

.section-layanan .fasilitas.row {
    justify-content: center;
}
.section-layanan .card-fasilitas {
    width: 100%;
    /* max-width: 170px; */
    height: 100%;
    color: #fff;
    margin: auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    border-radius: 16px;
    padding: 30px 10px;
    background: rgb(237,29,16);
    background: -moz-linear-gradient(180deg, rgba(237,29,16,1) 0%, rgba(168,0,2,1) 100%);
    background: -webkit-linear-gradient(180deg, rgba(237,29,16,1) 0%, rgba(168,0,2,1) 100%);
    background: linear-gradient(180deg, rgba(237,29,16,1) 0%, rgba(168,0,2,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ed1d10",endColorstr="#a80002",GradientType=1);

}
.section-layanan .img-header {
    width: 100%;
    max-width: 80px;
    height: 80px;
    border-radius: 50%;
    padding: 15px;
    border: 2px solid #fff;
    margin-bottom: 18px;
}
.section-layanan img {
    width: 100%;
    height: auto;
    /*border-radius: 16px;*/
}
.section-layanan .title{
  font-weight: bold;
  margin-bottom: 0px;
}
.section-layanan .swiper.swiper-banner {
    padding-bottom: 42px;
}

.section-layanan .swiper-pagination {
    bottom: -2px;
}
.swiper-pagination-bullet{
    width: 12px;
    height: 12px;
    background: transparent;
    border: 2px solid #a80002;
    opacity: 1;
}
.swiper-pagination-bullet-active{
  opacity: 1;
  border: 2px solid #a80002;
  background: #a80002;
}

/*======================================
        section about
  ======================================*/
.main-about section[class*="section-"]{
    padding: 45px 0px;
}
.section-about .container{
    position: relative;
}

.section-about .text-content {
    /*color: #fff;*/
    margin-top: -45px;
    padding: 65px 50px 32px;
    border-radius: 16px;
    border: 3px solid #ed1d10;
    text-align: center;
}
/*.btn-nitsrow a.btn.btn-block {
    display: flex;
    justify-content: space-between;
}*/
.main-about section.section-header-content {
  position: relative;
  padding: 0px;
}
.main-about .section-header-content .body-content {
    background-repeat: no-repeat;
    background-position: top center;
    background-size: 100%;
    background-color: transparent;
    background-size: cover;
    aspect-ratio: 21/9;
}
.section-header-content .content-header {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    left: 0;
}
.main-about .section-header-content .thumb-img {
    position: relative;
    aspect-ratio: 1 / 1;
    border-radius: var(--radius-md);
    box-shadow: var(--shadow-sm);
    z-index: 2;
    overflow: hidden;
    width: 35%;
}

.main-about .section-header-content .desc {
    position: relative;
    width: 65%;
    color: #fff;
    padding-left: 40px;
}
.main-about .section-header-content .desc figcaption {
    font-size: 2.125rem;
    line-height: 1.2;
    font-weight: bold;
    margin-bottom: 20px;
}
.main-about .section-header-content .desc blockquote {
    font-size: 1.25rem;
    margin-bottom: 0px;
}
.main-about .section-header-content .swiper-pagination {
    bottom: 0px;
}
.main-about .section-header-content .swiper-headerAbout {
    padding: 30px 0;
}
.main-about .section-header-content .swiper-pagination-bullet {
  border-color: #fff;
}
.main-about .section-header-content .swiper-pagination-bullet-active {
  background: #fff;
  border-color: #fff;
}
/*layanan dan produk*/
.main-about .section-layanan-client {
  position: relative;
  background: var(--white-dark2);
}
.main-about .section-layanan-client .container-layanan{
  display: flex;
  flex-direction: column;
  grid-gap: 55px;
}
.main-about .section-layanan-client .produk-layanan {
  padding-top: 20px;
}
.main-about .section-layanan-client .card-produk {
    position: relative;
    height: 100%;
    display: flex;
    flex-direction: column;
}
.main-about .section-layanan-client .img-header {
    position: relative;
    padding: 0px 30px;
}
.main-about .section-layanan-client .img-thumb {
    position: relative;
    overflow: hidden;
    width: 100%;
    border-radius: var(--radius-md);
    z-index: 2;
    aspect-ratio: 4/3;
}
.main-about .section-layanan-client img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}
.main-about .section-layanan-client .title {
  font-weight: bold;
  margin-bottom: 0px;
}
.main-about .section-layanan-client .produk-text {
    height: 100%;
    position: relative;
    margin-top: -46px;
    background: var(--white);
    padding: 64px 16px 22px;
    border-radius: var(--radius-md);
}
/*
.main-about .section-layanan-client .produk-text .title-text {
  font-weight: bold;
  min-height: 46px;
  font-size: 18px;
}*/
.main-about .section-layanan-client .produk-text .desc-text {
   /* position: relative;
    min-height: 300px;*/
    /*display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: calc(100% - 30px);*/
}
/*list client*/
.main-about .section-client {
  padding: 30px 0;
}
.main-about .section-client .list-client {
    display: block;
    position: relative;
    padding: 20px 30px;
    /*border-radius: var(--radius-lg);*/
    box-shadow: none;
}
.main-about .section-client .list-client .card-client img.img-fluid {
    max-width: 128px;
}

.main-about .section-client .list-client .card-client .thumb-img {
    text-align: center;
}
.main-about .section-client .wrapper-client,  .section-client .wrapper-client {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: center;
}

.main-about .section-client .list-client .card-client, .section-client .list-client .card-client {
    width: 20%;
    padding: 14px;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
/*.main-about .section-client .list-client .card-client:hover {    
    background-color: var(--white);
    box-shadow: var(--shadow-xs);
    border-radius: var(--radius-sm);
    transform: translateY(-5px);
    cursor: pointer;
}*/
/*email section*/

.main-about .section-email .content {
    position: relative;
    padding: 30px; 
    overflow: hidden;
    border-radius: 30px;
    background: #f5f5f5;
    background: rgb(237,29,16);
    background: -moz-linear-gradient(180deg, rgba(237,29,16,1) 0%, rgba(168,0,2,1) 100%);
    background: -webkit-linear-gradient(180deg, rgba(237,29,16,1) 0%, rgba(168,0,2,1) 100%);
    background: linear-gradient(180deg, rgba(237,29,16,1) 0%, rgba(168,0,2,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ed1d10",endColorstr="#a80002",GradientType=1);
}
.main-about .section-email .content img {
    width: 100%;
    height: 100% !important;
    object-fit: cover;
    object-position: center;
    position: absolute;
    left: 0;
    top: 0;
}
.main-about .section-email .description {
    position: relative;
    color: var(--white);
    font-size: 1.75rem;
    font-weight: bold;
    line-height: 1.75;
    text-transform: uppercase;
}

.main-about .section-email a {
    position: relative;
    padding: 10px 30px;
    font-weight: bold;
}


/*============================ 
      BLOG
==========================*/
main.main-blog.main-page {
  min-height: calc(100vh - 91px);
  /*  background: var(--white-dark2);*/
}
.main-blog .container {
  padding-top: 30px;
}
.main-blog .hero-banner img {
    width: 100%;
    max-height: 760px;
    object-fit: cover;
    object-position: top center;
    border-radius: var(--radius-md);
}
section .menubar-category {
    padding: 40px 15px 10px;
}
.main-blog .nav-category {
  column-gap: 10px;
  grid-gap: 10px;
}
.main-blog .nav-item a.nav-link {
  color: var(--gray-dark2);
  font-weight: bold;
  text-align: center;
  /*background: var(--white);*/
  border-radius: var(--radius-sm);
  padding: 8px 18px;
  min-width: 80px;
  -webkit-transition: all 0.6s ease;
  -moz-transition: all 0.6s ease;
  transition: all 0.6s ease;
}
.main-blog .nav-item a.nav-link.active, .main-blog .nav-item a.nav-link:hover  {
    color: var(--white);
    background: var(--red);
}
.swiper.swiper-topArticle {
    padding-bottom: 50px;
}

.swiper-topArticle .card-top-blog {
    position: relative;
    overflow: hidden;
    height: 100%;
    padding-top: 36%;
    background: var(--white-dark);
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    /*box-shadow: var(--shadow-md);*/
    border-radius: var(--radius-md);
}

.swiper-topArticle .card-top-blog img.img-fluid {
    width: 100%;
    height: 100% !important;
    object-fit: cover;
    object-position: center;
    position: absolute;
    left: 0;
    top: 0;
}

.swiper-topArticle .content-body {
    position: absolute;
    text-align: center;
    z-index: 22;
    bottom: 0;
    left: 0;
    right: 0;
    color: #fff;
    width: 100%;
    padding: 15% 26px 26px;
    background: rgb(0,0,0);
    background: -moz-linear-gradient(180deg, rgba(0,0,0,0) 0%, rgba(0,0,0,0.85) 100%);
    background: -webkit-linear-gradient(180deg, rgba(0,0,0,0) 0%, rgba(0,0,0,0.85) 100%);
    background: linear-gradient(180deg, rgba(0,0,0,0) 0%, rgba(0,0,0,1) 100%);
    -webkit-transition: background 1s ease-out;
    -moz-transition: background 1s ease-out;
    -o-transition: background 1s ease-out;
    transition: background 1s ease-out;
}
.swiper-topArticle .content-body .title {
    font-size: 32px;
    font-weight: bold;
    word-wrap: break-word;
    /*white-space: pre-wrap;*/
    overflow: hidden;
    display: -webkit-box;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}
.swiper-topArticle .content-body .desc {
  padding: 16px 0px;
}
.swiper-topArticle .content-body .desc {
    margin-bottom: 0px;
    word-wrap: break-word;
    /*white-space: pre-wrap;*/
    overflow: hidden;
    display: -webkit-box;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}
.swiper-topArticle a {
  border-radius: var(--radius-sm);
  padding: 8px 30px;
}

.main-blog .section-page-content.section-blog {
    min-height: calc(100vh - 300px);
}
/*.main-blog .section-topside, .main-blog .section-body {
  background: var(--white-dark2);
}*/
.main-blog .card-item {
  padding-bottom: 36px;
}
.main-blog .card-blog .thumb-img {
    position: relative;
    border-radius: var(--radius-sm);
    overflow: hidden;
    padding-top: 75%;
}
.main-blog .thumb-img img.img-fluid {
    position: absolute;
    width: 100%;
    height: 100% !important;
    object-fit: cover;
    object-position: center;
    left: 0;
    top: 0;
}

.main-blog .card-item .card-blog {
    background: #fff;
    cursor: pointer;
    border-radius: var(--radius-sm);
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
.main-blog .card-item:hover .card-blog,
.main-blog .card-item:active .card-blog {
  box-shadow: var(--shadow-md);
  transform: translateY(-2px);
}
.main-blog .card-blog .body-card {
    padding: 20px;
}

.main-blog .card-blog .body-card .title-text {
    font-weight: bold;
}
.main-blog .card-blog .info-wrapper {
    position: relative;
    width: 100%;
    display: flex;
    align-items: center;
    padding-top: 20px;
    /*border-top: 2px solid var(--gray-dark);*/
/*    padding-left: 26px;*/
}
/*.main-blog .card-blog .info-wrapper::before {
    content: '';
    position: absolute;
    width: 100%;
    height: 3px;
    background-color: var(--gray);
    border-radius: 3px;
    left: 0;
    top: 0;
}*/
/*.main-blog .card-blog .info-wrapper::after {
    content: '';
    position: absolute;
    width: 20px;
    height: 3px;
    background-color: var(--gray-dark);
    border-radius: 3px;
    left: 0;
}*/
.main-blog .card-blog .info-wrapper .date-row, .main-blog .card-blog .info-wrapper .view-row {
    width: 50%;
    display: flex;
    align-items: center;
    /*grid-gap: 6px;*/
}

.main-blog .card-blog .info-wrapper p {
    font-size: 14px;
    color: var(--dark-light);
    margin-bottom: 0px;
}
.main-blog .card-blog .desciprition {
  padding: 16px 0px;
}
.main-blog .card-blog .desciprition .desc-blog {
    font-size: 14px;
    margin-bottom: 0px;
    word-wrap: break-word;
    white-space: pre-wrap;
    overflow: hidden;
    display: -webkit-box;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
}
.main-blog .card-blog .footer-blog {
    padding: 0px 16px 16px; 
} 
.main-blog .card-blog a.btn {
  border-radius: var(--radius-sm);
  padding: 8px 20px;
}

/*==============================
    Keunggulan Fasilitas
===============================*/
.section-keunggulan{
    position: relative;
    /*background-color: #eeeeee;*/
    /*z-index: 2;*/
}
/*.section-keunggulan .section-title {
    position: relative;
    text-align: center;
    display: flex;
    justify-content: center;
    margin-bottom: 32px;
    z-index: 2;
}*/
/*.section-keunggulan .card-title {
    background-color: #fff;
    color: #fff;
    border-radius: 50px;
    box-shadow: 1px 4px 15px rgb(0 0 0 / 25%);
    padding: 5px;
}*/

/*.section-keunggulan .card-title h3 {
    margin: 0;
    background: #a80002;
    border-radius: 30px;
    padding: 10px 45px;
}*/
.section-keunggulan .img-responsive{
    width: 100%;
    max-width: 120px;
    padding: 20px;
    border-radius: 15px;
    /*box-shadow: 3px 6px 15px #eeeeee;*/
}
.section-keunggulan .fasilitas{
    padding-top: 18px;
}
.section-keunggulan .fasilitas .list-content{
    /*padding: 0px;*/
    margin: 18px 0px;
}
.section-keunggulan .card-fasilitas{
    height: 100%;
    background: #fff;
    /*margin: 15px 0;*/
    border-color: #fff;
    padding: 14px;
    transition: all .5s ease-in;
    box-shadow: var(--shadow-sm);
    border-radius: var(--radius-md);
}
/*.section-keunggulan .card-fasilitas.line-center{
    padding: 0 16px;
    border-left: 3px solid #a80002;
    border-right: 3px solid #a80002;
}*/
.section-keunggulan .card-fasilitas .img-header {
    padding: 15px;
}
.section-keunggulan .fasilitas-text.text-center {
    color: #333;
    font-size: 18px;
    margin: 10px 0 0;
}
.section-keunggulan .fasilitas h5 {
    font-size: 18px;
    line-height: 1.5;
    font-weight: 600;
    min-height: 55px;
}

.section-keunggulan .fasilitas p {
    font-size: 14px;
    margin-bottom: 0px;
    /*font-family: 'Century-gothic',sans-serif;*/
}
/*========================================
  Service Page - Layanan Kami
==============================*/
main.main-service {
    position: relative;
    background: var(--white-dark2);
}
main.main-service.ourservice {
  background: var(--white);
}

.main-service .hdsvcn {
    padding: 40px 0 44px;
/*    color: #fff;*/
    text-align: center;/*
    background: #E60023;
    background: -webkit-linear-gradient(160deg, rgba(230, 0, 35, 1) 0%, rgba(132, 22, 23, 1) 100%);
    background: -moz-linear-gradient(160deg, rgba(230, 0, 35, 1) 0%, rgba(132, 22, 23, 1) 100%);
    background: linear-gradient(160deg, rgba(230, 0, 35, 1) 0%, rgba(132, 22, 23, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#E60023", endColorstr="#841617", GradientType=0);*/
}
.main-service .hdsvcn .tpttl {
    text-transform: uppercase;
}

.main-service .hdsvcn .btmttl h1 {
    text-transform: capitalize;
    font-weight: bold;
    margin-bottom: 24px;
}
.main-service p {
  margin-bottom: 12px;
}
.main-service [class*="svcbus_nits"] {
    position: relative;
    padding: 36px 0;
    text-align: center;
}
.main-service .svccrd-ls {
    display: flex;
    flex-wrap: wrap;
}

.main-service .svccrd-ls .itmcrdsvc {
    position: relative;
    width: 100%;
    background: var(--white);
    padding: 16px;
    border-radius: var(--radius-xs);
    margin: 10px;
    box-shadow: 0px 2px 4px rgba(0,0,0,.06);
    text-align: left;
    align-content: space-around;
}

.main-service .svccrd-ls .itmcrdsvc p {
    margin-bottom: 0;
}
.main-service .svccrd-ls.tpcrdicn .itmcrdsvc {
    position: relative;
    display: flex;
    align-items: center;
}

.main-service .svccrd-ls.tpcrdicn .itmcrdsvc .svcicn {
    width: 46px;
    padding-right: 10px;
    position: relative;
    display: block;
}

.main-service .svccrd-ls.tpcrdicn .itmcrdsvc .svcicn i {
    font-size: 18px;
    position: relative;
    z-index: 2;
    background: var(--green);
    color: #fff;
    border-radius: 50%;
    width: 32px;
    height: 32px;
    line-height: 32px;
    text-align: center;
}

.main-service .svccrd-ls.tpcrdicn .itmcrdsvc .svcdsc {
    width: calc(100% - 60px);
}
.main-service .svccrd-ls.tpcrdicn .itmcrdsvc .svcdsc h5 {
    font-weight: bold;
    font-size: 1rem;
    text-transform: capitalize;
}
/*.main-service .svcbus_nits-3.solution-nits .itmcrdsvc {
    width: calc(33% - 20px);
}
*/
.main-service .svccrd-ls.grd2 .itmcrdsvc {
  width: calc(50% - 20px);
}
.main-service .svccrd-ls.grd3 .itmcrdsvc {
  width: calc(33.333% - 20px);
}
.main-service .bdsvcn .solution-nits, .main-service .bg-gryl {
    background: var(--gray-light);
    padding: 46px 0;
}

section.ftsvcn {
    position: relative;
    padding: 46px 0;
    text-align: center;
    background: var(--gray-light);
}
.main-service .ftsvcn .itmcrdsvc, .main-service .grd3[class*="svcbus_nits"] .itmcrdsvc {
    width: calc(33% - 20px);
}

.main-service .ftsvcn .svccrd-ls .itmcrdsvc .svcicn {
    width: 36px;
}

.main-service .ftsvcn .svccrd-ls .itmcrdsvc .svcdsc {
    width: calc(100% - 30px);
    padding-left: 10px;
}


/*===============
    footer
====================*/
.footer {
    background: #f5f5f5;
    position: relative;
    color: #000;
    /*font-family: 'Century-gothic',sans-serif;*/
}
.footer .footer-top {
    padding: 80px 0 50px 0;
}
.footer-top .text-header{
    position: relative;
    text-transform: uppercase;
    margin-bottom: 1.25rem;
    font-weight: bold;
    font-size: 16px;
}
.footer-top .text-header::before {
    content: '';
    width: 11%;
    height: 2px;
    background: #333;
    bottom: -8px;
    position: absolute;
}
.footer .footer-top .img-logo img {
    width: 100%;
    height: auto;
    /*margin-left: 15%;*/
    margin-bottom: 16px;
}
.footer .footer-top .contact-us p {
    margin-bottom: 14px;
    font-size: 16px;
}
.footer .footer-top .contact-us .contact-list {
    font-size: 16px;
}
.footer .footer-top .contact-us .contact-list a {
    color: #000;
}
.footer a[href="#"], .footer a[href="javascript:void(0)"] {
  cursor: default;
}
/* Efek hover hanya untuk link yang valid */
.footer .footer-top .contact-us .contact-list a[href]:not([href="#"]):not([href="javascript:void(0)"]):hover {
    color: var(--red-dark);
}

.footer .footer-top .contact-us .contact-list i {
    font-size: 16px;
    min-width: 20px;
}
.footer ul.menu {
    position: relative;
    padding-inline-start: 0;
}
.footer .menu .list-menu {
    font-size: 16px;
    margin: 5px 0;
    list-style-type: none;
}

.footer .menu .list-menu .sub-menu{
    padding: 0;
}
.footer .menu .list-menu .sub-menu li{
    list-style-type: none;
}
.footer .menu .list-menu a{
    color: #333;
    text-transform: uppercase;
    transition: .5s ease;
    position: relative;
}
.footer .menu .list-menu .sub-menu a{
    color: #3333;
    transition: .5s ease;
    position: relative;
}
.footer .menu .list-menu a:hover{
    padding-left: 18px;
    color: #1744b5;
}
.footer .menu .list-menu a::Before{
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 0;
    content: '';
    width: 0;
    height: 2px;
    background-color: #1744b5;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
.footer .menu .list-menu a:hover::before{
    width: 14px;    
}

.footer .footer-copyright .container {
    padding: 20px 0;
    border-top: 2px solid #ddd;
}
.btn-foot {
    color:#484848;
    font-weight: bold;
}

.text-followsosmed{
   /* font-family: 'poppins';*/
   font-size: 16px;
    position: relative;
    color: #eee;
}
.followsosmed .list-sosmed{
  grid-gap: 8px;
}
.followsosmed .list-sosmed a{
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #a80002;
    color: #fff;
    /* padding: 5px; */
    border-radius: 50%;
    width: 30px;
    height: 30px;
    /*margin: 0 5px;*/
    transition: .5s ease;
}
.followsosmed .list-sosmed a:hover{
    color: #eee;
    background-color: #97989a;
}
.footer .followsosmed .list-sosmed a i{
    font-size: 20px
}
.footer .text-copyright{
    margin-bottom: 0;
    font-size: 16px;
    line-height: 30px;
    color: #000;
    padding-bottom: 0px;
}

/*=====================
    kontak us
    ===================*/
.title-contact{
    background: rgb(113,184,18);
    background: radial-gradient(circle, rgba(113,184,18,1) 0%, rgba(70 163 32) 100%);
    color: #fff;
    padding-top: 1.5rem;
    height: 200px;
}
.section-kontak .title-contact::before {
    content: '';
    position: absolute;
    left: 45%;
    top: 25%;
    margin-top: 20px;
    width: 10%;
    height: 10px;
    color: white;
    border-bottom: 5px solid white;
    border-radius: 5px;
}

.form-kontak{
    margin-top: 10px;
}
.send-pesan{
    box-shadow: 0 0 1rem rgba(0,0,0,.3)!important;
    background-color: #fff;
    border-radius: 8px 0 0 8px;
}
.kontak-number{
    background: rgb(248 160 27);
    background: radial-gradient(circle, rgb(248 162 30) 0%, rgb(250 139 4) 100%);
    color: #fff;
    box-shadow: 2px 0px 1rem rgb(0 0 0 / 30%) !important;
    border-radius: 0 8px 8px 0;
}
.kontak-number .icon-sosmed {
    padding: 5px;
}
.kontak-number .call-center i{
    font-size: 1.5rem;
    color: #efefef;
}
.kontak-number .icon-sosmed i{
    font-size: 2.5rem;
    color: #efefef;
}



/*=============================
        SIDEBAR LOGIN-WA
==================================*/
.sidebar-fixed nav{
    position: fixed;
    width: 100px;
    transition: all 0.5s linear;
    /*box-shadow: 2px 2px 8px 0px rgba(0,0,0,.4);*/
    z-index: 102;
    bottom: 0px;
    text-decoration: none;
    right: 0;
    padding: 0;
    
}
.sidebar-fixed nav ul{
    padding: 0;
    margin: 0;
}
.sidebar-fixed nav li{
  margin-bottom: 20px;
  position:relative;
  list-style-type:none;
  text-align: center;
    text-align: -webkit-center;
}
.sidebar-fixed nav li a.btn-wa{
  background-color: #fff;
  display: block;
  height: 60px;
  width: 60px;
  line-height: 60px;
   border-radius: 50%;
   box-shadow: 2px 2px 8px 0px rgba(0,0,0,.4);
    margin: 5px 0;
  transition: all .5s linear;

}
.sidebar-fixed nav li span{
    font-weight: 600;
    color: #000;
}
.sidebar-fixed nav li.icon-login a.btn-user {
    background-color: #fff;
    display: block;
    height: 60px;
    width: 60px;
    line-height: 60px;
    border-radius: 50%;
    text-align: center;
    writing-mode: vertical-lr;
    box-shadow: 2px 2px 8px 0px rgba(0,0,0,.4);
    color: #09ab53;
}
.sidebar-fixed nav li.icon-login .name-user{
    width: 90px;
    white-space: nowrap; 
    overflow: hidden;
    text-overflow: ellipsis;
}
.sidebar-fixed .dropdown-menu{
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    transition: all 0.5s ease-in;
    width: 0;
}
.sidebar-fixed .dropdown-menu.show{
    position:  absolute;
    width: 100%;
}
.sidebar-fixed .dropleft .dropdown-toggle::before{
    display: none;
}
.sidebar-fixed nav li a i{
  font-size: 45px;
}
.sidebar-fixed ul li a span{
  display: none;
  font-weight: bold;
  letter-spacing: 1px;
  text-transform: uppercase;
}
.tooltip-inner {
    max-width: 100%;
    padding: .5rem;
    font-size: 18px;
    color: #000;
    text-align: center;
    background-color: #fff5c2;
    border-radius: .35rem ;
    box-shadow: 2px 2px 8px 0px rgba(0,0,0,.4);
}
.tooltip.show{
    top: -30px !important;
}
.bs-tooltip-auto[x-placement^=left] .arrow::before, .bs-tooltip-left .arrow::before {
    top: 10px !important;
    border-width: .0rem 0.9rem .8rem 0rem !important;
     border-left-color: transparent !important; 
    border-bottom-color: #fff5c2 !important;
    border-right-color: transparent !important;

}
.sidebar-fixed .dropdown-item:hover,.sidebar-fixed .dropdown-item:focus {
    color: #fff;
    text-decoration: none;
    background-color: #09ab53;
}
.sidebar-fixed .dropdown-item:active{
     background-color: #078f45;
}
/*===================
SK modal
=====================*/

#SKmodal .modal-content{
    border: 0px !important;
    border-radius: 14px;
}
#SKmodal .modal-content .modal-header{
    border: 0px !important;
    border-radius: 13px 13px 0px 0px;
}
#SKmodal .close{
    color: #eee;
    opacity: 1;
    text-shadow: 0 1px 2px #979797;
    font-size: 25px;
}
#SKmodal .close:focus,#SKmodal .close:active, #SKmodal .close:hover{
    outline: none !important;
    opacity: 1;
    color: #fff;
}
#SKmodal .modal-body li{
    line-height: 20px;
    text-align: justify;
    padding: 5px;
}
#SKmodal .modal-body .sk-list{
    font-weight: bold;
}
#SKmodal .modal-body .sub-menu{
    list-style-type: lower-alpha;
}
#SKmodal .modal-body li.sk-list .sub-menu, #SKmodal .modal-body li .menu-sub-menu{
    font-weight: normal;
}
#SKmodal .modal-body li .menu-sub-menu{
    list-style-type: disc;
}

/*==============================
section modul
===========*/
/*.section-module .section-title{
    position: relative;
    text-align: center;
    display: flex;
    justify-content: center;
    margin-bottom: 32px;
    z-index: 2;
}*/
/*.section-module .card-title {
    background-color: #fff;
    color: #fff;
    border-radius: 50px;
    box-shadow: 1px 4px 15px rgb(0 0 0 / 25%);
    padding: 5px;
}*/
.section-module .content-module{
    /*background: linear-gradient(90deg, #f1f1f1 75%, #ffffff 75%);*/
    margin-top: -45px;
    border: 3px solid #ed1d10;
    border-radius: 16px 16px 0px 0px;
    overflow: hidden;
    /*box-shadow: 2px 5px 14px rgb(0 0 0 / 20%);*/
}
.section-module .desc-module{
    color: #fff;
    padding: 25px;
    border-radius: 0 0 16px 16px;
    background: rgb(237,29,16);
    background: -moz-linear-gradient(180deg, rgba(237,29,16,1) 0%, rgba(168,0,2,1) 100%);
    background: -webkit-linear-gradient(180deg, rgba(237,29,16,1) 0%, rgba(168,0,2,1) 100%);
    background: linear-gradient(180deg, rgba(237,29,16,1) 0%, rgba(168,0,2,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ed1d10",endColorstr="#a80002",GradientType=1);    
}
/*==================================
    contact us / Hubungi kami
================================*/
/*.section-contactUs .section-title {
    position: relative;
    text-align: center;
    display: flex;
    justify-content: center;
    z-index: 2;
}*/

.main-contact-us {
  font-size: 18px;
}
.main-contact-us .dscttl {
    max-width: 1070px;
    margin: 0 auto;
}
.section-contactUs .form-control {
    padding: 10px 14px;
    height: auto;
}
.section-contactUs .content-card {
    position: relative;
    margin-top: -45px;
    padding: 16px;
    border-radius: 16px;
    border: 3px solid #ed1d10;
}
.section-contactUs .form-hubungikami {
    border: 0;
    /* box-shadow: var(--shadow-sm); */
    border-radius: var(--radius-sm);
    background-color: transparent;
    max-width: 1070px;
    margin: 0 auto;
}
.section-contactUs .form-hubungikami button.btn {
    padding: 10px 14px;
}
/*===================================================
berita terbaru / page detail Berita
======================================================*/

.section-news, .rekomend-news {
    position: relative;
    background: var(--white-dark2);
}
.section-news .list-news, .rekomend-news .list-news {
  position: relative;
}
.section-news .swiper-news, .rekomend-news .swiper-rekomendnews {
    padding-bottom: 32px;
}
.section-news .card-news, .rekomend-news .card-news {
    display: block;
    position: relative;
    overflow: hidden;
    border-radius: var(--radius-md);
    background: var(--white);
    box-shadow: var(--shadow-md);
    margin: 12px;
    /*padding: 26px;*/
    webkit-transition: all ease-in 0.3s;
    -moz-transition: all ease-in 0.3s;
    transition: all ease-in .3s;
}
.section-news .card-news:hover, .rekomend-news .card-news:hover {
    box-shadow: var(--shadow-lg);
    transform: translateY(-5px);
}
.section-news .card-news .thumb-img, .rekomend-news .card-news .thumb-img {
    border-radius: var(--radius-sm);
    overflow: hidden;
    /*margin-bottom: 20px;*/
    box-shadow: var(--shadow-sm);
}
.section-news .card-news .thumb-img img {
    aspect-ratio: 4/3;
    object-fit: cover;
    object-position: center;
}
.section-news .card-news .body, .rekomend-news .card-news .body {
    display: grid;
    grid-gap: 14px;
    padding: 24px;
}
.section-news .card-news .subtitle, .rekomend-news .card-news .subtitle {
    font-size: 16px;
    font-weight: bold;
    min-height: 54px;
}
.section-news .card-news .subtitle .title-text, .rekomend-news .card-news .subtitle .title-text {
    margin-bottom: 0px;
    word-wrap: break-word;
    white-space: pre-wrap;
    overflow: hidden;
    display: -webkit-box;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}


.section-news .card-news .desc-text, .rekomend-news .card-news .desc-text {
    font-size: 14px;
    margin-bottom: 0px;
    word-wrap: break-word;
    /*white-space: pre-wrap;*/
    overflow: hidden;
    display: -webkit-box;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
}
.section-news .card-news .desc-text p {
  margin-bottom: 0px;
}
.section-news .card-news .desc-text span {
  font-size: 14px !important;
}
.section-news .card-news .btn-news, .rekomend-news .card-news .btn-news {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    color: var(--dark-light);    
    text-align: center;
    webkit-transition: all ease-in 0.3s;
    -moz-transition: all ease-in 0.3s;
    transition: all ease-in .3s;
}
.section-news .card-news .btn-news .arrow-right, .rekomend-news .card-news .btn-news .arrow-right {
    background: var(--white-dark);
    border-radius: 50%;
    padding: 0px;
    width: 38px;
    height: 38px;
    line-height: 38px;
    webkit-transition: all ease-in 0.3s;
    -moz-transition: all ease-in 0.3s;
    transition: all ease-in .3s;
}
.section-news .card-news .btn-news:hover, .rekomend-news .card-news .btn-news:hover {
  /*font-weight: bold;*/
  color: var(--dark);
}
.section-news .card-news .btn-news:hover .arrow-right, .rekomend-news .card-news .btn-news:hover .arrow-right {
    color: var(--white);
    background: var(--red);
    box-shadow: var(--shadow-sm);
}

.section-news .list-news .swiper-button-next, .section-news  .list-news .swiper-button-prev,
.rekomend-news .list-news .swiper-button-next, .rekomend-news  .list-news .swiper-button-prev {
    display: block;
    width: 42px;
    height: 42px;
    background: var(--red);
    border-radius: 50%;
    text-align: center;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    transition: all 0.4s ease;
}
.section-news .list-news .swiper-button-next:hover, .section-news  .list-news .swiper-button-prev:hover,
.rekomend-news .list-news .swiper-button-next:hover, .rekomend-news  .list-news .swiper-button-prev:hover {
    box-shadow: var(--shadow-md);
}

.list-news .swiper-button-next {
    right: -50px;
}
.list-news .swiper-button-prev {
    left: -50px;
}
.section-news .list-news .swiper-button-next::after, .section-news .list-news .swiper-button-prev::after,
.rekomend-news .list-news .swiper-button-next::after, .rekomend-news .list-news .swiper-button-prev::after {
    color: var(--white);
    font-size: 20px;
    line-height: 42px;
}

.section-news .list-news .swiper-button-next[aria-disabled="true"], .section-news .list-news .swiper-button-prev[aria-disabled="true"], .rekomend-news .list-news .swiper-button-next[aria-disabled="true"], .rekomend-news .list-news .swiper-button-prev[aria-disabled="true"]  {
    opacity: 0;
    background: var(--gray);
    color: var(--dark);
}

/*.section-news .list-news .swiper-button-next.swiper-button-disabled::after, .section-news .list-news .swiper-button-prev.swiper-button-disabled::after {
    color: var(--dark-light);
}*/
/*========================== section List CLIENT / klien ======================*/
.section-client .list-client {
    display: block;
    position: relative;
    /*background: var(--white-dark);*/
    /*padding: 60px 20px 30px;*/
    padding: 20px 30px;
    border-radius: var(--radius-lg);
/*    box-shadow: var(--shadow-md);*/
    /*border: 3px solid #ed1d10;*/
    /*margin-top: -45px;*/
}
.section-client .list-client .swiper-wrapper {
  justify-content: space-between;
}

.section-client .list-client .card-client .thumb-img {
    border-radius: var(--radius-xs);
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    cursor: pointer;
    padding: 8px 0;
}
.section-client .list-client .card-client .thumb-img {
    text-align: center;
    display: flex;
    justify-content: center;
}
.section-client .list-client a[href]:not([href="#"]):not([href="javascript:void(0)"]): {
  cursor: pointer;
}
.section-client .list-client a[href]:not([href="#"]):not([href="javascript:void(0)"]):hover .thumb-img {
    box-shadow: var(--shadow-xs);
    transform: scale(1.2);
}
.section-client .list-client .card-client img.img-fluid {
    max-width: 128px;
    /* filter: grayscale(100%);*/
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}
.section-client .list-client .card-client:hover img.img-fluid {
    /* filter: grayscale(0%);*/
}
.section-client .list-client .swiper-button-next, .section-client  .list-client .swiper-button-prev {
    display: block;
    width: 42px;
    height: 42px;
    background: var(--red);
    border-radius: 50%;
    text-align: center;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    transition: all 0.4s ease;
}
.section-client .list-client .swiper-button-next:hover, .section-client  .list-client .swiper-button-prev:hover {
    box-shadow: var(--shadow-md);
}

.list-client .swiper-button-next {
    right: -20px;
}
.list-client .swiper-button-prev {
    left: -20px;
}
.section-client .list-client .swiper-button-next::after, .section-client .list-client .swiper-button-prev::after {
    color: var(--white);
    font-size: 20px;
    line-height: 42px;
}

.section-client .list-client .swiper-button-next.swiper-button-disabled, .section-client .list-client .swiper-button-prev.swiper-button-disabled,
.section-client .list-client .swiper-button-prev[aria-disabled="true"], .section-client .list-client .swiper-button-next[aria-disabled="true"] {
    opacity: 0;
    background: var(--gray);
    color: var(--dark);
}

.section-client .list-client .swiper-button-next.swiper-button-disabled::after, .section-client .list-client .swiper-button-prev.swiper-button-disabled::after {
    color: var(--dark-light);
}

.section-client .list-client .card-client .thumb-img figure {
  position: relative;
  margin-bottom: 0;
}
.section-client .list-client a.card-client .thumb-img figure::before {
    content: "";
    position: absolute;
    bottom: 0px;
    left: 0px;
    right: 0px;
    height: 3px;
    border-radius: 3px;
    background-color: #1744b5;
    transform-origin: right bottom;
    transform: scaleX(0);
    -webkit-transition: transform 0.5s ease 0s;
    -moz-transition: transform 0.5s ease 0s;
    transition: transform 0.5s ease 0s;
}

.section-client .list-client a.card-client:hover .thumb-img figure::before {
    transform-origin: left center;
    transform: scaleX(1);
}

/* ============================= detail page client ===================*/
.main-klien .container {
  max-width: 900px;
}
.main-klien .hero-banner img {
    width: 100%;
    max-height: 760px;
    object-fit: cover;
    object-position: top center;
    border-radius: var(--radius-md);
}
.main-klien .section-header {
  margin: 0;
}
.main-klien .section-header .title-header {
    position: absolute;
    bottom: 130px;
    width: 100%;
    color: var(--white);
}
.main-klien .main-title .text-title {
  text-transform: capitalize;
}
.main-klien .main-title .desc-title {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
} 
.main-klien .main-title .desc-title .icon {
  width: 22px;
  height: auto;
}

.portofolio-img .project-row {
  margin: 20px 0 10px;
}
.portofolio-img img {
/*  border-radius: var(--radius-md);*/
/*  margin-bottom: -1px;*/
}
.portofolio-img img:first-child {
  border-radius: var(--radius-md) var(--radius-md) 0 0 ;

}
.portofolio-img img:last-child {
  border-radius: 0 0 var(--radius-md) var(--radius-md);
}
/*===================== SECTION list Price / harga paket ===========================*/
.section-price .price-card {
    position: relative;
    height: 100%;
    width: 100%;
    font-size: 14px;
    border-color: #fff;
    padding: 22px 16px;
    transition: all .4s ease-in;
    box-shadow: var(--shadow-md);
    border: 3px solid #ddd;
    border-radius: var(--radius-md);
    overflow: hidden;
}
.section-price .price-card:hover, .section-price .price-card:focus {
    box-shadow: var(--shadow-lg);
    border-color: #ed1d10;
    transform: translateY(-5px);
}
.section-price .price-card .title-content {
    position: relative;
    display: flex;
    flex-direction: column;
    grid-gap: 16px;
    padding-bottom: 16px;
    /*margin-bottom: 20px;
    border-bottom: 2px solid #ddd;*/
}
.section-price .badge-popular {
    position: absolute;
    right: -16px;
    top: -4px;
    background: rgb(0,0,255);
    background: -moz-linear-gradient(270deg, rgba(0,0,255,1) 0%, rgba(138,138,255,1) 100%);
    background: -webkit-linear-gradient(270deg, rgba(0,0,255,1) 0%, rgba(138,138,255,1) 100%);
    background: linear-gradient(270deg, rgba(0,0,255,1) 0%, rgba(138,138,255,1) 100%);
    color: #fff;
    padding: 6px 25px;
    border-radius: 20px 0 0 20px;
    font-weight: bold;
}
.section-price .price-card .title-content .class-produk {
    font-size: 24px;
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: 2px;
}
.section-price .discount_content {
    display: flex;
    min-height: 28px;
    justify-content: space-between;
    align-items: center;
}

.section-price .discount_content .price_discount {
    text-decoration: line-through;
    color: #333;
}

.section-price .discount_content .badge_discount {
    background: rgb(255,215,0);
    background: -moz-linear-gradient(270deg, rgba(255,215,0,1) 0%, rgba(255,237,138,1) 100%);
    background: -webkit-linear-gradient(270deg, rgba(255,215,0,1) 0%, rgba(255,237,138,1) 100%);
    background: linear-gradient(270deg, rgba(255,215,0,1) 0%, rgba(255,237,138,1) 100%);
    color: #333;
    padding: 5px 12px;
    border-radius: 20px;
}

.section-price .price-produk span {
    font-size: 30px;
    font-weight: bold;
    color: rgba(237,29,16,1);
}

.section-price .price-card .title-content .desc-produk {
    font-size: 12px;
    text-transform: capitalize;
}
.section-price a.btn.btn-choose{
  border-radius: 10px;
}
.section-price .feature-content ul {
    list-style: none;
    padding-inline-start: 0px;
    position: relative;
}

.section-price .feature-content ul li {
    display: flex;
    align-items: flex-start;
    grid-gap: 8px;
    font-size: 12px;
    line-height: 1.5;
    margin-bottom: 10px;
}

.section-price .feature-content li .icon {
    position: relative;
    display: flex;
    font-size: 9px;
    align-items: center;
    justify-content: center;
    border: 2px solid #ed1d10;
    padding: 3px;
    border-radius: 4px;
    color: #ed1d10;
}

.main-order .section-price .price-card {
    padding-top: 40px;
    cursor: pointer;
}
.main-order .price-card.custom-control-label::before {
    left: calc(50% - 8px);
    top: 16px;
}

.main-order .price-card.custom-control-label::after {
    top: 16px;
    left: calc(50% - 8px);
}
.main-order .custom-control-input:checked~.price-card {
    box-shadow: 2px 4px 15px rgb(0 0 0 / 20%);
    border-color: #ed1d10;
    transform: translateY(-5px);
}

/*======================
    responsive website
  =======================*/
@media only screen and (min-width: 1919px) {
    .container{
        max-width: 1400px;
    }
    .main-klien .container {
      max-width: 1000px;
    }
}
/* Extra large devices (large laptops and desktops, 1200px and up) */
@media only screen and (min-width: 1027px) and (max-width: 1299px) {
    .section-title .card-title h3{
        font-size: 1.25rem;
    }
    .header .navbar-brand img{
        width: 125px;
    }
    .navbar .navbar-nav li .nav-link, .navbar .navbar-nav li .dropdown-item{
        padding: 6px 0px !important;
    }
    /*=================================
        Banner header content
    ====================================*/
    .section-header .left-content{
        ms-flex: 0 0 33%;
        flex: 0 0 33%;
        max-width: 33%;
    }
    .section-header .right-content{
        -ms-flex: 0 0 40%;
        flex: 0 0 40%;
        max-width: 40%;
    }
    .section-header .left-content p {
        font-size: 18px;
    }
    .section-header .footer-desc{
        -ms-flex: 0 0 73%;
        flex: 0 0 73%;
        max-width: 73%;
    }
    .section-header .right-content p{
        font-size: 1.3rem;
    }
    .section-header .app-platform img{
        max-height: 30px;
    }

}

/* Large devices (laptops/desktops, 992px and up) */
@media only screen and (min-width: 993px) and (max-width: 1026px) {
    .header .nav li{
        position: relative;
        padding: 5px 15px;
    }
    .header .navbar-brand img{
        width: 125px;
    }
    .header .nav li {
        position: relative;
        padding: 5px 14px;
    }
    .section-header .left-content {
      font-weight: bold;
      ms-flex: 0 0 40%;
      flex: 0 0 40%;
      max-width: 40%;
    }
    /*=====================================
        Section header - homepage 993px -1026px
    =========================================*/
    .section-header {
        position: relative;
        margin-top: 0px;
        aspect-ratio: 21 / 8;
    }
    .img-desk {
        display: block;
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        object-position: center;
        object-fit: cover;
    }
    .section-header .right-content p {
        font-size: 1.25rem; 
    }
    .section-header .app-platform img {
        min-height: 32px;
    }
    /*============================================
        Section news 993px -1026px
    =============================================*/
    .list-news .swiper-button-next {
        right: -10px;
    }
    .list-news .swiper-button-prev {
        left: -10px;
    }
    /*==================================
        Section Header - new page 993px -1026px
    ======================================*/
    /*.main-about .section-header-content .body-content {
      aspect-ratio: 16 / 9;
    }*/
    .main-about .section-header-content .thumb-img  {
      width: 30%;
    }
    .main-about .section-header-content .desc {
        width: 70%;
    }
    .main-about .section-header-content .desc figcaption {
        font-size: 22px;
    }
    .main-about .section-header-content .desc blockquote {
        font-size: 16px;
    }
}
@media only screen and (max-width: 992.9px) {
    h1, .h1{
        font-size: 1.75rem;
    }
    h2, .h2{
        font-size: 1.5rem;
    }
    h3, .h3{
        font-size: 1.35rem;
    }
    .h1, .h2, .h3, .h4, h1, h2, h3, h4{
        font-weight: 600 !important;
        line-height: 1.5;
    }
    /*hambuerger icon animation*/
    .navbar .menu {
      background-color: transparent;
      border: none;
      cursor: pointer;
      display: flex;
      padding: 0;
      outline:none;
    }
    .navbar .menu .line {
      fill: none;
      stroke: #333;
      stroke-width: 6;
      transition: stroke-dasharray 600ms cubic-bezier(0.4, 0, 0.2, 1),
        stroke-dashoffset 600ms cubic-bezier(0.4, 0, 0.2, 1);
    }
    .navbar .menu .line1 {
      stroke-dasharray: 60 207;
      stroke-width: 6;
    }
    .navbar .menu .line2 {
      stroke-dasharray: 60 60;
      stroke-width: 6;
    }
    .navbar .menu .line3 {
      stroke-dasharray: 60 207;
      stroke-width: 6;
    }
    .navbar .menu[aria-expanded="true"] .line1 {
      stroke-dasharray: 90 207;
      stroke-dashoffset: -134;
      stroke-width: 6;
    }
    .navbar .menu[aria-expanded="true"] .line2 {
      stroke-dasharray: 1 60;
      stroke-dashoffset: -30;
      stroke-width: 6;
    }
    .navbar .menu[aria-expanded="true"] .line3 {
      stroke-dasharray: 90 207;
      stroke-dashoffset: -134;
      stroke-width: 6;
    }
    .header .nav li:hover .nav-link::before, .header .nav li.active .nav-link::before {
      visibility: visible;
      transform: scaleY(1);
      width: 40%;
    }
    
    .header .nav li .nav-link::before {
        content: "";
        position: absolute;
        width: 0;
        height: 3px;
        background: #71b961;
        bottom: -2px;
        visibility: hidden;
        -webkit-transition: all 0.5s ease;
        -moz-transition: all 0.5s ease;
        transition: all 0.5s ease;
        display: none;
    }
    .mobile-menu .navbar-brand img {

    }
    .mobile-menu .navbar-nav .nav-link {
      position: relative;
    }
    .mobile-menu .navbar-nav ul {
        list-style: none;
        margin: 0;
        padding-left: 10px;
    }
    .mobile-menu .nits-menu-mobile .menu-wrap {
        max-width: 100%;
        background: var(--white-dark2);
        padding: 14px;
    }
    .mobile-menu .navbar-nav a.nav-link {

        -webkit-transition: -webkit-transform .5s ease-in-out;
        -ms-transition: -ms-transform .5s ease-in-out;
        transition: transform .5s ease-in-out;
    }
    .mobile-menu .navbar-nav a.nav-link:hover,    
    .mobile-menu .navbar-nav a.nav-link:active,    
    .mobile-menu .navbar-nav a.nav-link:focus {
      background: var(--gray-light);
      font-weight: bold;
    }
    .mobile-menu .navbar-nav .nav-link[aria-expanded="true"] {
      background: var(--gray-light);
      font-weight: bold;

    }
    .mobile-menu .navbar-nav .nav-link[aria-expanded]::after {
        position: absolute;
        right: 1.5rem;
        top: calc(50% - 12px);
        font-family: 'Font Awesome 5 Free';
        content: "\f107";
        font-weight: 900;
        color: var(--dark-light);
        -ms-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
        -webkit-transition: -webkit-transform .5s ease-in-out;
        -ms-transition: -ms-transform .5s ease-in-out;
        transition: transform .5s ease-in-out;
    }

    .mobile-menu .navbar-nav .nav-link[aria-expanded="true"]:after {
        -ms-transform: rotate(180deg);
        -moz-transform: rotate(180deg);
        -webkit-transform: rotate(180deg);
        -o-transform: rotate(180deg);
        transform: rotate(180deg);
    }

    .mobile-menu .nits-menu-mobile .menu-wrap a {
        display: block;
        width: 100%;
        padding: 6px 0;
        font-size: 14px;
        color: var(--dark2);
    }
    .mobile-menu .nits-menu-mobile .menu-wrap a:hover,
    .mobile-menu .nits-menu-mobile .menu-wrap a:active, 
    .mobile-menu .nits-menu-mobile .menu-wrap a:focus {
      color: var(--dark);
    }
    /*=====================================
        Section header - homepage max 922
    =========================================*/
    .section-header {
      position: relative;
      margin-top: 0px;
      aspect-ratio: 4 / 3;
    }
    .section-header .hero-text {
      grid-gap: 20px;
    }
    .section-header .left-content {
        ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
        order: 2;
    }
    .section-header .right-content {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
        text-align: center;
    }

    .section-header .img-desk{
      display: none
    }
    .section-header .img-mb {
        display: block;
        position: absolute;
        top: 0;
        left: 0;
        height: 100%;
        width: 100%;
        object-fit: cover;
    }
    .section-header .footer-desc {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }

    .section-header .app-platform .list-app {
        justify-content: center;
    }

    .section-header .service .list-service {
        grid: 10px;
        grid-gap: 10px;
        justify-content: center;
    }
    /*==================================
        Section Header - new page 992px
    ======================================*/
    .main-about .section-header-content .body-content {
      aspect-ratio: 16 / 9;
    }
    .main-about .section-header-content .thumb-img  {
      width: 30%;
    }
    .main-about .section-header-content .desc {
        width: 70%;
    }
    .main-about .section-header-content .desc figcaption {
        font-size: 22px;
    }
    .main-about .section-header-content .desc blockquote {
        font-size: 16px;
    }
    /*========================================
          Section client - max 992px
    ===================================*/
    .section-client .list-client .card-client img.img-fluid {
      max-width: 100%;
    }
    /*===============================
        page  Service - max 992px
        ===========================*/
    .main-service .ftsvcn .itmcrdsvc, .main-service .grd3[class*="svcbus_nits"] .itmcrdsvc {
      width: calc(100% - 20px);
    }
}

/* Medium devices (landscape tablets, 768px and up) */
@media only screen and (max-width: 769px) {
    body {
        font-size: 14px;
    }
    #scrollUp{
        bottom: 20px;
    }
    .padding-top{
        padding-top: 80px;
    }
    .container{
        padding: 0px 14px;
    }
    .row{
        margin-left: -14px;
        margin-right: -14px;
    }
    .no-gutters{
        margin-left: 0px;
        margin-right: 0px;
    }
    .btn{
        font-size: 14px !important;
    }
    .header .navbar .navbar-brand{
        max-width: 150px;
        width: 70%;
    }
    .header .navbar .navbar-brand img{
        width: 100%;
        height: auto;
    }
    /*menu sidebar*/
    .mobile-menu{
        visibility: hidden;
        opacity: 0;
        background-color: #eee !important;
        box-shadow: 1px 0px 15px #aaa;
        position: fixed;
        display: block !important;
        width: calc(100% - 5em);
        max-width: 275px;
        height: 100%;
        overflow-x: hidden;
        z-index: 1034;
        top: 0;
        bottom: 0;
        left: 0;
        /*right: 0;*/
        -webkit-transform: translateX(-290px);
           -moz-transform: translateX(-290px);
            -ms-transform: translateX(-290px);
             -o-transform: translateX(-290px);
                transform: translateX(-290px);
        -webkit-transition: all ease 0.5s;
           -moz-transition: all ease 0.5s;
                transition: all ease 0.5s;
    }
    .mobile-menu.show {
        visibility: visible;
        opacity: 1;
        -webkit-transform: translateX(0px);
           -moz-transform: translateX(0px);
            -ms-transform: translateX(0px);
             -o-transform: translateX(0px);
                transform: translateX(0px);
    }
    .mobile-menu.show:before{
        content: "";
        background: #000000;
        height: 100vh;
        width: 100vh;
    }
    .mobile-menu a.navbar-brand {
        background: #eee !important;
        margin: 0px;
        padding: 16px 14px;
    }
    .mobile-menu ul.navbar-nav{
        padding: 0px;
    }
    .mobile-menu .navbar-nav .nav-link{
        color: #222;
        padding: 14px 14px; 
    }
    /*end menu */
    /*=====================================
        Section header - homepage max 769
    =========================================*/
    .section-header {
      position: relative;
      margin-top: 0px;
      aspect-ratio: 4 / 3;
    }
    .section-header .hero-text {
      grid-gap: 20px;
    }
    .section-header .left-content {
        ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
        order: 2;
    }
    .section-header .right-content {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
        text-align: center;
    }

    .section-header .img-desk{
      display: none
    }
    .section-header .img-mb {
        display: block;
        position: absolute;
        top: 0;
        left: 0;
        height: 100%;
        width: 100%;
        object-fit: cover;
    }
    .section-header .footer-desc {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }

    .section-header .app-platform .list-app {
        justify-content: center;
    }

    .section-header .service .list-service {
        grid: 10px;
        grid-gap: 10px;
        justify-content: center;
    }

    /*end header*/

    #list-kirimpaket .nav-tabs .nav-item {
        background: rgb(255 255 255);
        background: radial-gradient(circle, rgb(255 255 255) 0%, rgb(239 239 239) 100%);
        color: #000 !important;
        border: 1px solid #dcdcdc;
    }

    #list-kirimpaket .nav-tabs .nav-item .active{
        background: rgb(107,182,21);
        background: radial-gradient(circle, rgba(107,182,21,1) 0%, rgba(29,143,45,1) 100%);
        color: #fff;
    }
    .card-body .box-logo img{
        width: 150px;   
    }
    /*Login*/
    .section-login .wrap-login {
        border-radius: 10px;
        box-shadow: 1px 0 15px rgb(0 0 0 / 35%);
    }
    .section-login .img-right {
        width: 100%;
        padding: 25px;
    }
    .section-login .loginmodal-container {
        background-color: #fff;
        color: #222;
        width: 100%;
        margin-left: 0px !important;
        border-radius: 0 0 10px 10px;
        padding: 25px;
    }

    /*==================================
        Section Header - new page 769px
    ======================================*/
    .main-about .section-header-content .body-content {
      aspect-ratio: 16 / 9;
    }
    .main-about .section-header-content .thumb-img  {
      width: 25%;
    }
    .main-about .section-header-content .desc {
        width: 75%;
    }
    .main-about .section-header-content .desc figcaption {
        font-size: 20px;
    }
    .main-about .section-header-content .desc blockquote {
        font-size: 16px;
    }
    /*=======================================
          Section News max 769
    =======================================*/
    .list-news .swiper-button-next {
        right: -5px;
    }
    .list-news .swiper-button-prev {
        left: -5px;
    }
    /*=======================================
        Page about us 769
    ==============================================*/
    .main-about .section-client .list-client .card-client img.img-fluid {
      max-width: 100px;
    }

    /*=======================
          Footer
    ====================*/
    .footer .footer-top {
        padding: 40px 0 20px;
    }
    .footer .footer-top  .img-logo {
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .footer .footer-top .img-logo img {
        max-width: 120px;
    }
    .footer .footer-top .contact-us {
        text-align:center;
        padding-top: 16px;
        padding-bottom: 22px;
    }
    .footer .footer-top .contact-us .contact-list {
        font-size: 16px;
        display: flex;
        justify-content: center;
        align-items: center;
        gap: 14px;
    }
    .footer-top .contact-us .text-header::before {
        width: 10%;
        left: calc(50% - 5%);
    }
    /*========================================
          Section client 769.9px
    ===================================*/
    .section-client .list-client .card-client img.img-fluid {
      max-width: 100%;
    }

    /*===========================================
      Hubungi Kami max 769 px
    ============================*/

    .section-contactUs .form-hubungikami button.btn {
      width: 100%;
    }
}

/* mobile view devices (handphhone max 489.9px) */
@media only screen and (max-width: 489.9px) {
    .section-title .card-title .txtitle{
        font-size: 16px;
    }
    .sidebar-fixed nav{
        width: 90px;
        right: 0px;
    }
    .sidebar-fixed nav ul{
        padding: 0;
        margin: 0;
    }
    .sidebar-fixed nav li{
      margin-bottom: 5px;
      
    }
    .sidebar-fixed nav li a.btn-wa{
      height: 45px;
      width: 45px;
      line-height: 45px;
    }

    .sidebar-fixed nav li.icon-login a.btn-user {
        height: 45px;
        width: 45px;
        line-height: 45px;       
    }
    .sidebar-fixed nav li.icon-login .name-user{
        width: 80px;
    }
    .sidebar-fixed nav li a i{
      font-size: 35px;
    }
    .content .text-header h2{
        font-size: 1.5rem !important;
    }
    
    /*=================================
        Banner header content 489.9px
    ====================================*/
    .section-header {
      position: relative;
      margin-top: 0px;
      aspect-ratio: 2 / 3;
    }
    .section-header .container-header {
        /*position: relative;*/
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        display: flex;
        align-items: center;
    }
    .section-header .hero-text {
        margin: 0px;
        grid-gap: 16px;
        /*color: #333333;*/
    }
    
    .section-header .right-content p {
        font-size: 1.2rem;
    }
    .section-header .app-platform img {
      width: auto;
      height: 100%;
      max-height: 30px;
    }
    .section-header .left-content p {
        font-size: 16px;
        text-align: center;
    }
    .section-header .footer-desc{
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
        margin-top: 0px;
    }
    .section-header .service .list-service {
        grid: 10px;
        grid-gap: 10px;
        justify-content: center;
    }
    .section-header .service .list-service .icon {
        padding: 5px;
        width: 30px;
        height: 30px;
        line-height: 0;
    }
    .section-header .service .list-service {
        justify-content: center;
    }
    .section-header .service .text {
      font-size: 14px;
    }

    /*===================================
            Section Header - new page 769px
    =========================================*/
    .main-about .section-header-content .body-content {
        aspect-ratio: 21 / 9;
    }
    .main-about .section-header-content .content-header {
        position: relative;
        margin-top: -40%;
    }
    .main-about .section-header-content .content-header .content-slide {
        flex-wrap: wrap;
    }
    .main-about .section-header-content .thumb-img  {
        width: 50%;
    }
    .main-about .section-header-content .desc {
        width: 100%;
        padding-left: 14px;
        padding-top: 24px;
        color: var(--dark);
    }
    
    .main-about .section-header-content .desc figcaption {
        font-size: 18px;
    }
    .main-about .section-header-content .desc blockquote {
      font-size: 14px;
    }
    .main-about .section-header-content .swiper-pagination-bullet {

      border-color: var(--red-dark);
    }
    .main-about .section-header-content .swiper-pagination-bullet-active {
      background: var(--red-dark);
      border-color: var(--red-dark);
    }
    /*===============================
          Section Layanan 489.9px
    =======================*/
    .section-layanan .fasilitas {
        justify-content: space-around;
    } 
    .section-layanan .fasilitas .list-content{
        margin: 10px 0px;
    }

    /*============================================
      Section News 489.9px
    ===========================================*/
    .swiper-slide, swiper-slide {
      width: 80%;
    }
    .section-news .list-news .swiper-button-next,
    .section-news .list-news .swiper-button-prev {
      display: none;
    }
    .section-news .card-news .body, .rekomend-news .card-news .body {
      padding: 16px;
    }
    .list-news .swiper-button-prev {
      left: 0px;
    }
    .list-news .swiper-button-next {
      right: 0px;
    }
    /*============================================
          Section price
    ===========================================*/
    .section-price .price-card .title-content {
      grid-gap: 12px;
    }
    .section-price .price-card .title-content .class-produk {
      font-size: 20px;
      letter-spacing: 1px;
    }
    .section-price .discount_content {
      min-height: 0;
    }
    .section-price .price-produk span {
      font-size: 26px;
    }
    /*=========================
        Service 489.9px
    ==========================*/
    .section-service .box-service{
        margin-top: 70px
    }
    .section-service .service-item{
        border-radius: 10px;
        box-shadow: 0px 6px 15px 0px #6f6f6f;
        height: 100%;
        transition: transform .7s;  
    }
    .section-profile .form-profile .form-profile-list{
        border-radius: 10px;
        padding: 15px;
        display: block;
    }
    .section-pembayaran .form-pembayaran .form-pembayaran-list{
        border-radius: 10px;
        padding: 15px;
        display: block;
    }
    .footer .menu{
        padding:0!important;
    }
    .card-body .box-logo img{
        width: 50%;  
    }
    /*=============================
        section keunggulan 489.9px
    ===============================*/
    .section-keunggulan .img-responsive{
        width: 100%;
        max-width: 120px;
    }
    .section-keunggulan .fasilitas h5{
        font-size: 16px;
    }    
    .section-keunggulan .fasilitas.row{
        margin: 0px -10px
    }
    .section-keunggulan .fasilitas .col-6{
        padding: 5px 10px;
    }
    .section-keunggulan .card-fasilitas {
        margin: 0;
        border: 1px solid #fff;
        border-radius: 10px;
        padding: 20px 10px;
    }

    /*========================================
          Section client 489.9px
    ===================================*/
    .section-client .list-client {
      padding: 20px 16px;
    }
    .section-client .list-client .card-client img.img-fluid {
      width: 100%;
      max-width: 100%;
    }
    .section-client .list-client .swiper-button-next, .section-client .list-client .swiper-button-prev {
      width: 32px;
      height: 32px;
      top: calc(50% +  6px);
    }
    .section-client .list-client .swiper-button-next::after, .section-client .list-client .swiper-button-prev::after {
      font-size: 20px;
      line-height: 32px;
    }
    .section-client .list-client .swiper-button-next {
      right: -8px;
    }
    .section-client .list-client .swiper-button-prev {
      left: -8px;
    }
    .main-about .section-client .wrapper-client .card-client, .section-client .wrapper-client .card-client {
      width: 33.333%;
      padding: 12px;
    }
    #scrollUp {
      bottom: 14px;
      right: 14px;
    }
    #scrollUp i {
      height: 42px;
      width: 42px;
      line-height: 42px;
      font-size: 20px;
    }
    /*========================
        Section hubungi kami 489.9px
    ===============================*/
    .section-contactUs .content-card {
      padding: 0px;
    }
    
    .section-contactUs .form-hubungikami {
        border-radius: 10px !important;
        padding: 10px;
    }
    .section-contactUs .text-header p {
        font-size: 12px;
    }
    .section-contactUs .img-contactus {
        padding: 0px;
        margin-bottom: 10px;
    }
    .section-contactUs .radio-list {
        margin: 10px 0 !important;
    }
    .section-contactUs .custom-control-inline{
        margin-right: 0;
        width: 49%;
        padding-bottom: 14px;
    }
    .section-contactUs .btn{
        margin-bottom: 0px;
    }
    .input-group-text{
        width: 45px;
    }
    /*======================
    Section Module 468px
    =====================*/
    .section-module .content-module{
        margin-top: -30px;
    }
    /*========================
        Section about 468px
    =========================*/
    .section-about .img-header img{
        /*height: 110px;*/
        width: 100%;
        height: auto;
        object-fit: cover;
    }
    .section-about .pilih-content{
        margin-top: 0px;
    }
    .section-about .container .tab-content{
        padding: 0px 14px;
    }
    .section-about ul.nav.nav-pills{
       padding: 10px;
        border-radius: 0px;
        align-items: center;
    }
    .section-about a.nav-link{
        color: #8cafff;
        padding: 8px 10px;
        border: 1px solid transparent;
    }
    .section-about a.nav-link:hover {
        background-color: #1744b5;
        border-radius: 6px;
        border-color: #1744b5!important;
        color: #fff;
    }
    .section-about .conten-text{
        text-align: justify;
    }
    .section-contactUs .form-control {
        padding: 7px 12px;
        height: auto;
    }
    /*============================
        footer 468px
    ===========================*/

    .footer .footer-top {
        padding: 40px 0 40px 0;
    }

    .footer .footer-top .img-logo{
        text-align: center;
        padding-bottom: 10px;
    }
    .footer .footer-top .img-logo img {
        width: 80%;
    }
    .footer-top .text-header::before {
        content: '';
        width: 15%;
        bottom: -5px;
    }
    .footer .footer-top .contact-us{
        padding-bottom: 14px;
        display: flex;
        flex-wrap: wrap;
    }
    .footer .footer-top .contact-us .text-header{
        width: 100%;
        text-align: center;
    }
    .footer .footer-top .container .row{
            margin: 0px !important;
    padding: 0px !important;
    }
    .footer .footer-top .contact-us p, .footer .footer-top .contact-us .contact-list{
        width: 100%;
        font-size: 12px;
        text-align: center;
    }
    
    .footer-top .contact-us .text-header::before {
        content: '';
        width: 12%;
        left: calc(50% - 6%);
        bottom: -5px;
    }
     .footer .footer-top .lainnya{
        padding-left: 0px;
     }
    .footer .menu .list-menu{
        font-size: 12px;
    }
    .footer .footer-copyright .container{
        padding-bottom: 30px;
    }
    .footer .footer-copyright .text-copyright{
        text-align: center;
        font-size: 14px;
        padding-bottom: 10px;
    }
    .footer .footer-copyright .followsosmed .list-sosmed{
        justify-content: center !important;
    }
}
/*Responsive height*/
@media only screen and (min-height: 1079px) {
    /*.section-about{
        min-height: 1082px;
    }*/
}
@media only screen and (min-height: 1024px) and (max-height: 1078px) {
    /*.section-about{
        min-height: 1024px;
    }*/
}
@media only screen and (min-height: 900px) and (max-height: 1023px) {
    /*.section-about{
        min-height: 902px;
    }*/
}
@media only screen and (min-height: 864px) and (max-height: 899px) {
    /*.section-about{
        min-height: 867px;
    }*/
}
@media only screen and (min-height: 768px) and (max-height: 863px) {
    /*.section-about{
        min-height: 770px;
    }*/
}
@media only screen and (min-height: 720px) and (max-height: 768px) {
    /*.section-about{
        min-height: 722px;
    }*/
}