.page-link,
.page-link:hover,
a,
a:hover{
  color: #cb141c;
}
.page-item.active .page-link{
  background-color: #63baca;
  border-color: #63baca;
}
.main-banner{
    padding: 120px 0px 120px 0px;
}
.service-item{
    min-height: 360px;
}
.icon-top-r{
	padding: 5px;
    font-size: 20px;
    line-height: 12px;
}
body *::-webkit-scrollbar {
    height: 15px;
}

.addZindex{
            z-index: 10001;
        }
    .tox-tinymce-aux{z-index:99999999999 !important;}
.btnversi{
margin-right : 5px;
}
.tombolversi{
margin-left : 13px !important;
}
.form-control{
	color: #000;
}
.xdsoft_datetimepicker{
	z-index: 99999;
}

.btnUpdateOrder,.btnExportPdfOrder{
	margin-left: 5px;
}

.btnDownloadAction{
	margin-right : 5px;
}
.hide{
	display: none !important;
}
.dataTables_filter{
	text-align: right;
}

.dataTables_paginate{
	float: right;
}

.ui-datepicker{
	z-index: 99999!important;
}

.hidemenu{
	display: none !important;
}

.dataTables_processing{
	position: absolute;
    top: 25%;
    padding: 5px;
    text-align: center;
    background: #ebeef1;
}

.swal2-container{
	z-index: 99999 !important;
}

table.dataTable thead .sorting, 
table.dataTable thead .sorting_desc,
table.dataTable thead .sorting_asc {
    background-image: url(sort_both.png);
    background-repeat: no-repeat;
    background-position: right;
}

/*--------------------------------------------------------------
# Hero Section
--------------------------------------------------------------*/
#hero {
  width: 100%;
  height: calc(100vh - 114px);
  padding: 0;
  overflow: hidden;
}

#hero .carousel-item {
  width: 100%;
  height: calc(100vh - 114px);
  background-size: cover;
  background-position: top right;
  background-repeat: no-repeat;
  overflow: hidden;
}

#hero .carousel-item::before {
  content: '';
  background-color: rgba(13, 30, 45, 0.6);
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  overflow: hidden;
}

#hero .carousel-container {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
  overflow: hidden;
}

#hero .carousel-content {
  text-align: left;
}

@media (max-width: 992px) {
  #hero, #hero .carousel-item {
    height: calc(100vh - 70px);
  }
  #hero .carousel-content.container {
    padding: 0 50px;
  }
}

#hero h2 {
  color: #fff;
  margin-bottom: 30px;
  font-size: 48px;
  font-weight: 900;
}

#hero p {
  width: 80%;
  -webkit-animation-delay: 0.4s;
  animation-delay: 0.4s;
  color: #fff;
}

#hero .carousel-inner .carousel-item {
  transition-property: opacity;
  background-position: center top;
}

#hero .carousel-inner .carousel-item,
#hero .carousel-inner .active.carousel-item-left,
#hero .carousel-inner .active.carousel-item-right {
  opacity: 0;
}

#hero .carousel-inner .active,
#hero .carousel-inner .carousel-item-next.carousel-item-left,
#hero .carousel-inner .carousel-item-prev.carousel-item-right {
  opacity: 1;
  transition: 0.5s;
}

#hero .carousel-inner .carousel-item-next,
#hero .carousel-inner .carousel-item-prev,
#hero .carousel-inner .active.carousel-item-left,
#hero .carousel-inner .active.carousel-item-right {
  left: 0;
  transform: translate3d(0, 0, 0);
}

#hero .carousel-control-prev, #hero .carousel-control-next {
  width: 10%;
}

#hero .carousel-control-next-icon, #hero .carousel-control-prev-icon {
  background: none;
  font-size: 48px;
  line-height: 1;
  width: auto;
  height: auto;
}

#hero .carousel-indicators li {
  cursor: pointer;
}

#hero .btn-get-started {
  font-family: "Raleway", sans-serif;
  font-weight: 500;
  font-size: 14px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 12px 32px;
  border-radius: 5px;
  transition: 0.5s;
  line-height: 1;
  margin: 10px;
  color: #fff;
  -webkit-animation-delay: 0.8s;
  animation-delay: 0.8s;
  border: 0;
  background: #428bca;
}

#hero .btn-get-started:hover {
  background: #1c5c93;
}

@media (max-width: 768px) {
  #hero h2 {
    font-size: 28px;
  }
  .detaillayananlogo{
    width: 50%;
    text-align: center;
  }
}

@media (min-width: 1024px) {
  #hero p {
    width: 60%;
  }
  #hero .carousel-control-prev, #hero .carousel-control-next {
    width: 5%;
  }
}

/*--------------------------------------------------------------
# Hero Section END
--------------------------------------------------------------*/
