/*-===============================
    BREADCRUMB AREA
===============================-*/

.breadcrumb {
    position: absolute !important;
    width: auto !important;
    top: 50% !important;
    left: auto !important;
    right: 15px !important;
    margin: 0 !important;
    background-color: transparent !important;
    padding: 0 !important;
    font-size: 90%;
    transform: translateY(-50%)
}

.breadcrumb-area {
    position: relative;
    padding-top: 232px;
    padding-bottom: 105px;
  }
  
  @media (min-width: 992px) and (max-width: 1400px) {
    .breadcrumb-area {
      padding-top: 140px;
      padding-bottom: 45px;
    }
  }
  
  @media only screen and (min-width: 768px) and (max-width: 991px) {
    .breadcrumb-area {
      padding-top: 200px;
      padding-bottom: 95px;
    }
  }
  
  @media only screen and (min-width: 480px) and (max-width: 767px) {
    .breadcrumb-area {
      padding-top: 200px;
      padding-bottom: 95px;
    }
  }
  
  @media (max-width: 480px) {
    .breadcrumb-area {
      padding-top: 170px;
      padding-bottom: 80px;
    }
  }
  
  .breadcrumb-area .breadcrumb-shape {
    position: absolute;
    top: 95px;
    left: 40px;
    width: 40px;
    height: 40px;
    background-color: rgb(161, 124, 76);
    opacity: 0.1;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    z-index: 2;
  }
  
  .breadcrumb-area .breadcrumb-shape2 {
    left: 15%;
    top: auto;
    bottom: 40px;
    width: 40px;
    height: 40px;
  }
  
  .breadcrumb-area .breadcrumb-shape3 {
    left: 50%;
    top: 27%;
    width: 80px;
    height: 80px;
  }
  
  .breadcrumb-area .breadcrumb-shape4 {
    left: auto;
    top: auto;
    right: 30px;
    bottom: 60px;
    width: 80px;
    height: 80px;
  }
  
  .breadcrumb-area .breadcrumb-content {
    color: #fff;
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: justify;
    justify-content: space-between;
    position: relative;
    z-index: 2;
  }
  
  @media only screen and (min-width: 768px) and (max-width: 991px) {
    .breadcrumb-area .breadcrumb-content {
      display: block;
      text-align: center;
    }
  }
  
  @media only screen and (min-width: 480px) and (max-width: 767px) {
    .breadcrumb-area .breadcrumb-content {
      display: block;
      text-align: center;
    }
  }
  
  @media only screen and (min-width: 320px) and (max-width: 479px) {
    .breadcrumb-area .breadcrumb-content {
      display: block;
      text-align: center;
    }
  }
  
  .breadcrumb-area .breadcrumb-content .breadcrumb__titles .breadcrumb__title {
    color: #fff;
    font-size: 30px;
    line-height: 70px;
    font-weight: 700;
  }
  
  @media (max-width: 480px) {
    .breadcrumb-area .breadcrumb-content .breadcrumb__titles .breadcrumb__title {
      font-size: 40px;
      line-height: 50px;
    }
  }
  
  .breadcrumb-area .breadcrumb-content .breadcrumb__list li {
    display: inline-block;
    position: relative;
    padding-right: 22px;
    padding-top: 12px;
  }
  
  .breadcrumb-area .breadcrumb-content .breadcrumb__list li:last-child {
    padding-right: 0;
  }
  
  .breadcrumb-area .breadcrumb-content .breadcrumb__list li a {
    color: #FFCD8C !important;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
  }
  
  .breadcrumb-area .breadcrumb-content .breadcrumb__list li a:hover {
    opacity: 0.4;
  }
  
  .breadcrumb-area
    .breadcrumb-content
    .breadcrumb__list
    li.breadcrumb__list-active:after {
    position: absolute;
    content: ".";
    top: -6px;
    right: 0;
    padding: 0 6px;
    font-size: 28px;
  }
  
  .breadcrumb-area:after,
  .breadcrumb-area:before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url("../images/header2.jpg");
    background-attachment: fixed;
    background-size: cover;
    background-position: center -440px;
  }
  
  .breadcrumb-area:after {
    /* opacity: 0.8; */
    /* background: #585ac6; */
    background: #990A11 !important;
  }

  /*-===============================
   PADDING
===============================-*/
.section-padding {
    padding-top: 80px;
    padding-bottom: 50px;
  }

.section-padding-1 {
    padding-top: 0px;
    padding-bottom: 120px;
  }

  .py-5 {
    padding-top: 3rem!important;
    padding-bottom: 8rem!important;
}

.pd-5 {
  padding-top: 2rem!important;
  padding-bottom: 2rem!important;
}




/*-===============================
 Text Area B2B
===============================-*/

.form-control-b2b {
    background: 0 0;
    height: auto;
    border: 1px solid rgba(0, 0, 0, .1);
    border-radius: 0;
    padding: 0px 8px;
    font: 400 15px "Open Sans", sans-serif;
    line-height: 1.4;
    position: relative;
    flex: 1 1 auto;
    width: 1%;
    min-width: 0;
    top: 8px
}


/*-===============================
 Section B2B
===============================-*/
.section-marginb2b{
  margin: -35px 0;
  padding: 30px;
}

/*-===============================
 Widget B2B
===============================-*/
.widget-b2b {
  position: relative;
  margin-top: -15px;}

  /*-----Padding Top-----**/
  .pt-1{
      padding-top: 10px!important;
  }

  /*-===============================
    section-divider
===============================-*/

.section-divider {
    position: relative;
    width: 90px;
    height: 3px;
    margin-top: 26px;
    margin-bottom: 30px;
  }
  
  .section-divider:before,
  .section-divider:after {
    position: absolute;
    content: "";
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
    /* background-color: #585ac6; */
    background-color: #990A11;
  }
  
  .section-divider:after {
    right: 25px;
    left: auto;
    background-color: #fff;
    width: 10px;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
  }
  
  .section-divider2:before,
  .section-divider2:after {
    background-color: #fff;
  }
  
  .section-divider2:after {
    background-color: #2e3d62;
  }

  .section-divider-1 {
    position: relative;
    width: 90px;
    height: 3px;
    margin-top: 26px;
    margin-bottom: 30px;
  }

  .section-divider-1:before,
  .section-divider-1:after {
    position: absolute;
    content: "";
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
    /* background-color: #585ac6; */
    background-color: #990A11;
  }

  /*---------------- section-description ----------------*/

.section-description {
    margin-bottom: 34px;
    position: relative;
    z-index: 1;
    text-align: justify;
  }
  
  .section-description .section__desc {
    line-height: 28px;
  }

  .section-description .section__desc-2 {
    line-height: 28px;
    margin-bottom: 5px;
  }

  .section-description .section__desc-3 {
    line-height: 28px;
    margin-bottom: 5px;
    font-size: 20px;
  }

  @media only screen and (min-width: 768px) and (max-width: 991px) {
    .section-description .section__desc br {
      display: none;
    }
  }
  
  @media only screen and (min-width: 480px) and (max-width: 767px) {
    .section-description .section__desc br {
      display: none;
    }
  }
  
  @media only screen and (min-width: 320px) and (max-width: 479px) {
    .section-description .section__desc br {
      display: none;
    }
  }

    /*---------------- section-heading ----------------*/

.section-heading {
    position: relative;
    z-index: 1;
  }

.section-heading-1 {
    position: relative;
    z-index: 1;
    text-align: center;
  }
  
  .banner-area .section-heading,
  .banner-area .section-description {
    text-align: center;
  }
  
  .section-heading .section__meta {
    display: inline-block;
    text-transform: uppercase;
    font-size: 14px;
    color: #585ac6;
    background-color: rgba(108, 92, 231, 0.1);
    padding: 5px 10px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    letter-spacing: 0.6px;
    margin-bottom: 15px;
    font-weight: 500;
  }
  
  .section-heading .section__meta2 {
    background-color: rgba(255, 255, 255, 0.1);
    color: #fff;
  }
  
  .section-heading .section__meta3 {
    background-color: transparent;
    -webkit-border-radius: none;
    -moz-border-radius: none;
    border-radius: none;
    padding: 0;
    color: #7474d2;
  }
  
  .section-heading .section__title {
    font-size: 45px;
    font-weight: 600;
  }
  
  @media (max-width: 425px) {
    .section-heading .section__title {
      font-size: 40px;
    }
  }
  
  @media (max-width: 320px) {
    .section-heading .section__title {
      font-size: 35px;
    }
  }
  
  @media only screen and (min-width: 768px) and (max-width: 991px) {
    .section-heading .section__title br {
      display: none;
    }
  }
  
  @media only screen and (min-width: 480px) and (max-width: 767px) {
    .section-heading .section__title br {
      display: none;
    }
  }
  
  @media only screen and (min-width: 320px) and (max-width: 479px) {
    .section-heading .section__title br {
      display: none;
    }
  }
  
  .section-heading .section__sub {
    color: #7f8897;
    margin-top: 12px;
    font-size: 20px;
  }

  /*---------------- Line ----------------*/
  .line{
      margin: auto!important;
      border-top:2px solid #990A11;
      width: 50px;
      padding:5px;
  }

  .line-db2b {
    clear: both;
    position: relative;
    width: 100%;
    margin: 1rem 0;
    border-top: 1px solid #eee;
}

  /*---------------- container ----------------*/

.container {
    max-width: 1200px;
  }
  
  @media (min-width: 576px) {
    .container {
      max-width: 540px;
    }
  }
  
  @media (min-width: 768px) {
    .container {
      max-width: 720px;
    }
  }
  
  @media (min-width: 992px) {
    .container {
      max-width: 960px;
    }
  }
  
  @media (min-width: 1200px) {
    .container {
      max-width: 1200px;
    }
  }


/*-===============================
   ABOUT AREA
===============================-*/

.about-area {
    position: relative;
    overflow: hidden;
  }
  
  @media only screen and (min-width: 480px) and (max-width: 767px) {
    .about-area .section-heading .section__title br {
      display: none;
    }
  }
  
  @media only screen and (min-width: 320px) and (max-width: 479px) {
    .about-area .section-heading .section__title br {
      display: none;
    }
  }
  
  .about-area .about-item {
    position: relative;
  }
  
  @media only screen and (min-width: 768px) and (max-width: 991px) {
    .about-area .image-box {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      -ms-flex-pack: justify;
      justify-content: center;
    }
  }
  
  @media only screen and (min-width: 480px) and (max-width: 767px) {
    .about-area .image-box {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      -ms-flex-pack: justify;
      justify-content: center;
    }
  }
  
  @media only screen and (min-width: 768px) and (max-width: 991px) {
    .about-area .image-box .img__item {
      width: 280px;
      height: 280px;
      margin: 0 15px;
    }
  }
  
  @media only screen and (min-width: 480px) and (max-width: 767px) {
    .about-area .image-box .img__item {
      width: 200px;
      height: 200px;
      margin: 0 15px;
    }
  }
  
  @media only screen and (min-width: 768px) and (max-width: 991px) {
    .about-area .img--box .img__item {
      width: 100%;
      height: auto;
      margin: 0;
    }
  }
  
  @media only screen and (min-width: 480px) and (max-width: 767px) {
    .about-area .img--box .img__item {
      width: 100%;
      height: auto;
      margin: 0;
    }
  }

/*-===============================
   ABOUT AREA 2
===============================-*/

.about-area2 .about-item .list-items {
    padding-right: 30px;
  }
  
  @media only screen and (min-width: 768px) and (max-width: 991px) {
    .about-area2 .about-item .list-items {
      padding-right: 0;
    }
  }
  
  @media only screen and (min-width: 480px) and (max-width: 767px) {
    .about-area2 .about-item .list-items {
      padding-right: 0;
    }
  }
  
  @media only screen and (min-width: 320px) and (max-width: 479px) {
    .about-area2 .about-item .list-items {
      padding-right: 0;
    }
  }
  
  .about-area2 .about-item .list-items li {
    padding-left: 0;
  }
  
  .about-area2 .about-item .list-items li span {
    font-size: 28px;
    width: 50px;
    height: 50px;
    text-align: center;
    line-height: 50px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    color: #105157;
    /* background-color: rgba(128, 92, 231, 0.1); */
    background-color: rgba(16, 81, 87, 0.1);
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
  }
  
  .about-area2 .about-item .list-items li span:after {
    position: absolute;
    content: "";
    right: -6px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 0;
    height: 0;
    border-top: 7px solid transparent;
    border-bottom: 7px solid transparent;
    border-left: 7px solid rgba(128, 92, 231, 0.1);
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
  }
  
  .about-area2 .about-item .list-items li h3 {
    padding-top: 7px;
    margin-left: 65px;
    margin-bottom: 25px;
    font-size: 22px;
  }
  
  .about-area2 .about-item .list-items li:hover span {
    background-color: #6c5ce7;
    color: #fff;
  }
  
  .about-area2 .about-item .list-items li:hover span:after {
    border-left-color: #6c5ce7;
  }
  
  @media only screen and (min-width: 768px) and (max-width: 991px) {
    .about-area2 .about-item-left {
      margin-bottom: 60px;
    }
  }
  
  @media only screen and (min-width: 480px) and (max-width: 767px) {
    .about-area2 .about-item-left {
      margin-bottom: 60px;
    }
  }
  
  @media only screen and (min-width: 320px) and (max-width: 479px) {
    .about-area2 .about-item-left {
      margin-bottom: 60px;
    }
  }
  
  .about-area2 .video-image-gallery {
    position: relative;
    width: 70%;
    margin: 0 auto;
  }
  
  .about-area2 .video-image-gallery img {
    width: 100%;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
  }
  
  .about-area2 .video-image-gallery .preview-video {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: 1;
  }
  
  .about-area2 .video-image-gallery .preview-video .video-play-btn {
    width: 60px;
    height: 60px;
    /* line-height: 66px; */
    /* line-height: 1; */
  }
  
  .about-area2 .video-image-gallery:after {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    /* background-color: #2e3d62; */
    background-color: #105157;
    opacity: 0.7;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
  }
  
  .about-area2 .video-image-gallery:before {
    position: absolute;
    content: "";
    right: -32px;
    bottom: -32px;
    background-image: url("../images/dots.png");
    background-size: cover;
    background-position: center;
    width: 225px;
    height: 225px;
    opacity: 0.2;
    z-index: -1;
  }

/*-===============================
   Kecamatan Categories 
===============================-*/

.kecamatan-categories [class^=col-] {
	position: relative;
	margin-bottom: 30px;
}

.kecamatan-categories [class^=col-] > a {
	display: block;
	position: relative;
	height: 200px;
	background-color: #EEE;
}

.kecamatan-categories [class^=col-] img { display: block; }

.kecamatan-categories [class^=col-] > a::before {
	content: '';
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background-color: rgba(0,0,0,0.4);
	opacity: 0.4;
	-webkit-transition: all .7s ease;
	transition: all .7s ease;
}

.kecamatan-categories [class^=col-] > a:hover::before { opacity: 1; }

.product .product-title h3 {
	font-size: 14px;
	letter-spacing: -1px;
	line-height: 1.3;
	font-weight: 500;
	letter-spacing: 0;
	display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    text-transform: capitalize;
    white-space: normal;
    overflow: hidden;
    text-overflow: ellipsis;
}

.product-price { font-size: 14px; font-weight: 500; }

.product-image .product-overlay {
	opacity: 0;
	width: 90px;
	height: auto;
	position: absolute;
	top: auto;
	bottom: -10px;
	left: 50%;
	transform: translateX(-50%);
	-webkit-transition: bottom .3s ease, opacity .3s .1s ease !important;
	-o-transition: bottom .3s ease, opacity .3s .1s ease !important;
	transition: bottom .3s ease, opacity .3s .1s ease !important;
}

.product-image:hover .product-overlay {
	opacity: 1;
	bottom: 20px;
}

.product-overlay a span { display: none; }

.product-overlay a {
	width: 40px;
	height: 40px !important;
	border-radius: 50%;
	text-align: center;
	line-height: 41px;
	padding-left: 2px;
}
.product-overlay a:last-child {
	margin-left: 10px;
}

.owl-carousel .owl-nav [class*=owl-] { opacity: 1; }
.owl-carousel .owl-nav .owl-next { right: -18px; }
.owl-carousel .owl-nav .owl-prev { left: -18px; }

.row.grid-6 .product-overlay a span { display: none; }

.row.grid-6 [class^=col-] { margin-bottom: 20px; }

ul.iconlist li {
	margin: 8px 0;
}

ul.iconlist i {
	top: 0 !important;
	width: 10px !important;
	font-size: 10px;
}

.clients-grid.grid-8 li { width: 12.5% }

.button.button-desc.button-small {
	padding: 14px 20px;
	font-size: 16px;
}

.button.button-desc.button-small i {
	top: -1px;
	width: 34px;
	font-size: 34px;
	text-align: left;
}

.button.button-desc.button-small span {
	font-size: 12px;
	margin:  0 0 8px 0;
}

.widget .list-unstyled li { margin-bottom: 3px; }

.widget .list-unstyled li a { color: #666 !important; }

.shop-footer-features h5 a:hover {
	color: #444;
	border-bottom: 1px dotted #AAA;
}

.shop-footer-features i {
	position: relative;
	top: 8px;
	width: 30px;
	height: 30px;
	font-size: 30px;
	margin-right: 10px;
	color: #888;
}

.shop-footer-features h5 span { color: #A0ACB6 !important; }

/*-===============================
   BTN Kategories B2B 
===============================-*/

.wrap-search-btn{
  background: #ffffff82;
  /* background: linear-gradient(180deg, #4339b3b3 0%, #0b054cb3 100%); */
  padding: 15px;
  border-radius: 5px;
  backdrop-filter: blur(10px);
  box-shadow: 0 5px 25px 5px #0000000c;
  margin-top:-25px;
}

.bg-white{
  background: #fff !important;
}

.custom-select {
	background-color: transparent;
	width: auto;
	min-width: 160px;
	height: auto;
	border-radius: 0;
	padding: 15px 20px;
	border-color: rgba(0, 0, 0, .1);
	color: #7c7c7c;
	font: 400 15px "Open Sans", sans-serif;
	line-height: 1.4;
	-webkit-transition: ease-out .16s;
	transition: ease-out .16s
}

/*-===============================
    Grid Kategories B2B 
===============================-*/
.product-box .product-img .add-to-cart-2 {
  position: absolute;
  right: 16px;
  bottom: 50px;
  left: 16px;
  -webkit-transform: translateY(4px);
  transform: translateY(4px);
  z-index: 2;
  visibility: hidden;
  opacity: 0;
  background: #fff;
  padding: 16px;
  text-align: center;
  -webkit-transition: ease-out .16s;
  transition: ease-out .16s;
}

.product-box .product-img:focus .add-to-cart-2, .product-box .product-img:hover .add-to-cart-2{
  -webkit-transform: translateY(0);
  transform: translateY(0);
  visibility: visible;
  opacity: 1;
}

.product-box .product-img .product-img-link{
  border-radius: .25rem;
  overflow: hidden;
}

.product-box .product-img {
	position: relative;
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
	overflow: hidden
}

.product-box .product-img .product-img-link {
	display: block
}

.product-box .product-img img {
	-webkit-transform: scale(1);
	transform: scale(1);
	-webkit-transition: transform .4s cubic-bezier(.165, .84, .44, 1);
	transition: transform .4s cubic-bezier(.165, .84, .44, 1)
}

.product-box .product-img .product-badge-left,
.product-box .product-img .product-badge-right {
	position: absolute;
	top: 16px;
	z-index: 2;
	font-size: 14px;
	background: rgba(0, 0, 0, .4);
	padding: 8px 11px;
	border-radius: 40px;
	/* font: 500 12px Poppins, sans-serif; */
	font: 500 12px Lato, sans-serif;
	line-height: 1;
	letter-spacing: 1px;
	text-transform: uppercase
}

.product-box .product-img .product-badge-left *,
.product-box .product-img .product-badge-right * {
	color: #fff
}

.product-box .product-img .product-badge-left h1,
.product-box .product-img .product-badge-left h2,
.product-box .product-img .product-badge-left h3,
.product-box .product-img .product-badge-left h4,
.product-box .product-img .product-badge-left h5,
.product-box .product-img .product-badge-left h6,
.product-box .product-img .product-badge-right h1,
.product-box .product-img .product-badge-right h2,
.product-box .product-img .product-badge-right h3,
.product-box .product-img .product-badge-right h4,
.product-box .product-img .product-badge-right h5,
.product-box .product-img .product-badge-right h6 {
	margin: 0
}

.product-box .product-img .product-badge-left.red,
.product-box .product-img .product-badge-right.red {
	background: #c62f3e
}

.product-box .product-img .product-badge-left.green,
.product-box .product-img .product-badge-right.green {
	background: #24963e
}

.product-box .product-img .product-badge-left {
	left: 16px
}

.product-box .product-img .product-badge-right {
	right: 16px
}

.product-box .product-img .add-to-cart {
  position: absolute;
  right: 16px;
  bottom: 16px;
  left: 16px;
  -webkit-transform: translateY(4px);
  transform: translateY(4px);
  z-index: 2;
  visibility: hidden;
  opacity: 0;
  background: #990A11;
  padding: 0px;
  text-align: center;
  -webkit-transition: ease-out .16s;
  transition: ease-out .16s;
  -moz-transition: ease-out .16s;
  -ms-transition: ease-out .16s;
  -o-transition: ease-out .16s;
  border-radius: 30px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  -ms-border-radius: 30px;
  -o-border-radius: 30px;
}

.product-box .product-img .add-to-cart a:not([class*=' button']):not([class^=button]) {
	color: rgb(236, 167, 75);
	/* font: 500 13px Poppins, sans-serif; */
	font: 500 13px Lato, sans-serif;
	letter-spacing: 1px;
	text-transform: uppercase
}

.product-box .product-img .add-to-cart a:not([class*=' button']):not([class^=button]):focus,
.product-box .product-img .add-to-cart a:not([class*=' button']):not([class^=button]):hover {
	color: #fff
}

.product-box .product-img:focus img,
.product-box .product-img:hover img {
	-webkit-transform: scale(1.04);
	transform: scale(1.04)
}

.product-box .product-img:focus .add-to-cart,
.product-box .product-img:hover .add-to-cart {
	-webkit-transform: translateY(0);
	transform: translateY(0);
	visibility: visible;
	opacity: 1
}

.product-box .product-title {
	position: relative;
	padding: 24px 0 20px
}

.product-box .product-title h1,
.product-box .product-title h2,
.product-box .product-title h3,
.product-box .product-title h4,
.product-box .product-title h5,
.product-box .product-title h6 {
	margin-bottom: 4px;
	line-height: 1.4
}

.product-box .product-title .price span {
	display: inline-block
}

.product-box .product-title .price del {
	opacity: .7;
	margin-right: 4px
}

.product-box .product-title .price ins {
	text-decoration: none
}

/*-===============================
    CSS Perizinan
===============================-*/

.col-spacing-20 {
  margin-right: auto;
  margin-bottom: -20px;
  margin-left: auto;
}

div[class^=hoverbox] {
  overflow: hidden;
  position: relative;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  display: inline-block
}

div[class^=hoverbox] img {
  -webkit-transition: transform .4s cubic-bezier(.165, .84, .44, 1);
  transition: transform .4s cubic-bezier(.165, .84, .44, 1)
}

.hoverbox-1:before,
.hoverbox-2:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  visibility: hidden;
  opacity: 0;
  background: rgba(0, 0, 0, .5);
  width: 100%;
  height: 100%;
  -webkit-transition: ease-out .12s;
  transition: ease-out .12s
}

.hoverbox-1 .hover-content,
.hoverbox-2 .hover-content {
  position: absolute;
  z-index: 2;
  visibility: hidden;
  opacity: 0;
  color: rgba(255, 255, 255, .7);
  -webkit-transition: ease-out .12s;
  transition: ease-out .12s
}

.hoverbox-1 .hover-content h1,
.hoverbox-1 .hover-content h2,
.hoverbox-1 .hover-content h3,
.hoverbox-1 .hover-content h4,
.hoverbox-1 .hover-content h5,
.hoverbox-1 .hover-content h6,
.hoverbox-2 .hover-content h1,
.hoverbox-2 .hover-content h2,
.hoverbox-2 .hover-content h3,
.hoverbox-2 .hover-content h4,
.hoverbox-2 .hover-content h5,
.hoverbox-2 .hover-content h6 {
  color: #fff
}

.hoverbox-1:focus:before,
.hoverbox-1:hover:before,
.hoverbox-2:focus:before,
.hoverbox-2:hover:before {
  visibility: visible;
  opacity: 1
}

.hoverbox-1:focus img,
.hoverbox-1:hover img,
.hoverbox-2:focus img,
.hoverbox-2:hover img {
  -webkit-transform: scale(1.04);
  transform: scale(1.04)
}

.hoverbox-1:focus .hover-content,
.hoverbox-1:hover .hover-content,
.hoverbox-2:focus .hover-content,
.hoverbox-2:hover .hover-content {
  visibility: visible;
  opacity: 1
}

.hoverbox-1 .hover-content {
  top: 50%;
  right: 0;
  left: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 100%;
  margin-top: 5px;
  padding: 0 30px
}

.hoverbox-1:focus .hover-content,
.hoverbox-1:hover .hover-content {
  margin-top: 0
}

.hoverbox-2 .hover-content {
  right: 0;
  bottom: 0;
  left: 0;
  -webkit-transform: translateY(5px);
  transform: translateY(5px);
  width: 100%;
  padding: 30px
}

.hoverbox-2:focus .hover-content,
.hoverbox-2:hover .hover-content {
  -webkit-transform: translateY(0);
  transform: translateY(0)
}

.hoverbox-3:before {
  content: '';
  position: absolute;
  top: 16px;
  right: 16px;
  bottom: 16px;
  left: 16px;
  -webkit-transform: scale(.99);
  transform: scale(.99);
  z-index: 1;
  visibility: hidden;
  opacity: 0;
  background: #fff;
  -webkit-transition: ease-out .12s;
  transition: ease-out .12s
}

.hoverbox-3 .hover-content {
  position: absolute;
  top: 50%;
  right: 16px;
  left: 16px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 2;
  visibility: hidden;
  opacity: 0;
  margin-top: 4px;
  padding: 0 30px;
  -webkit-transition: ease-out .12s;
  transition: ease-out .12s
}

@media (max-width:991.98px) {
  .hoverbox-3 .hover-content {
    padding: 0 20px
  }
}

.hoverbox-3:focus:before,
.hoverbox-3:hover:before {
  -webkit-transform: scale(1);
  transform: scale(1);
  visibility: visible;
  opacity: 1
}

.hoverbox-3:focus img,
.hoverbox-3:hover img {
  -webkit-transform: scale(1.04);
  transform: scale(1.04)
}

.hoverbox-3:focus .hover-content,
.hoverbox-3:hover .hover-content {
  visibility: visible;
  opacity: 1;
  margin-top: 0
}

.hoverbox-4 .hover-content {
  position: absolute;
  right: 16px;
  bottom: 16px;
  left: 16px;
  -webkit-transform: translateY(4px);
  transform: translateY(4px);
  z-index: 1;
  visibility: hidden;
  opacity: 0;
  background: #fff;
  padding: 30px;
  -webkit-transition: ease-out .12s;
  transition: ease-out .12s
}

@media (max-width:991.98px) {
  .hoverbox-4 .hover-content {
    padding: 20px
  }
}

.hoverbox-4:focus img,
.hoverbox-4:hover img {
  -webkit-transform: scale(1.04);
  transform: scale(1.04)
}

.hoverbox-4:focus .hover-content,
.hoverbox-4:hover .hover-content {
  -webkit-transform: translateY(0);
  transform: translateY(0);
  visibility: visible;
  opacity: 1
}

.hoverbox-5:after,
.hoverbox-6:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, .4);
  width: 100%;
  height: 100%;
  -webkit-transition: ease-out .12s;
  transition: ease-out .12s
}

.hoverbox-5 .content,
.hoverbox-5 .hover-content,
.hoverbox-6 .content,
.hoverbox-6 .hover-content {
  position: absolute;
  z-index: 1;
  color: rgba(255, 255, 255, .7);
  -webkit-transition: ease-out .12s;
  transition: ease-out .12s
}

.hoverbox-5 .content h1,
.hoverbox-5 .content h2,
.hoverbox-5 .content h3,
.hoverbox-5 .content h4,
.hoverbox-5 .content h5,
.hoverbox-5 .content h6,
.hoverbox-5 .hover-content h1,
.hoverbox-5 .hover-content h2,
.hoverbox-5 .hover-content h3,
.hoverbox-5 .hover-content h4,
.hoverbox-5 .hover-content h5,
.hoverbox-5 .hover-content h6,
.hoverbox-6 .content h1,
.hoverbox-6 .content h2,
.hoverbox-6 .content h3,
.hoverbox-6 .content h4,
.hoverbox-6 .content h5,
.hoverbox-6 .content h6,
.hoverbox-6 .hover-content h1,
.hoverbox-6 .hover-content h2,
.hoverbox-6 .hover-content h3,
.hoverbox-6 .hover-content h4,
.hoverbox-6 .hover-content h5,
.hoverbox-6 .hover-content h6 {
  color: #ffe6ae
}

.hoverbox-5 .hover-content,
.hoverbox-6 .hover-content {
  visibility: hidden;
  opacity: 0
}

.hoverbox-5:focus:after,
.hoverbox-5:hover:after,
.hoverbox-6:focus:after,
.hoverbox-6:hover:after {
  background: rgba(0, 0, 0, .5)
}

.hoverbox-5:focus img,
.hoverbox-5:hover img,
.hoverbox-6:focus img,
.hoverbox-6:hover img {
  -webkit-transform: scale(1.04);
  transform: scale(1.04)
}

.hoverbox-5:focus .content,
.hoverbox-5:hover .content,
.hoverbox-6:focus .content,
.hoverbox-6:hover .content {
  visibility: hidden;
  opacity: 0
}

.hoverbox-5:focus .hover-content,
.hoverbox-5:hover .hover-content,
.hoverbox-6:focus .hover-content,
.hoverbox-6:hover .hover-content {
  visibility: visible;
  opacity: 1
}

.hoverbox-5 .content,
.hoverbox-5 .hover-content {
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 100%;
  padding: 0 30px
}

.hoverbox-5 .hover-content {
  margin-top: 5px
}

.hoverbox-5:focus .content,
.hoverbox-5:hover .content {
  margin-top: -5px
}

.hoverbox-5:focus .hover-content,
.hoverbox-5:hover .hover-content {
  margin-top: 0
}

.hoverbox-6 .content,
.hoverbox-6 .hover-content {
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 30px
}

.hoverbox-6 .hover-content {
  -webkit-transform: translateY(5px);
  transform: translateY(5px)
}

.hoverbox-6:focus .content,
.hoverbox-6:hover .content {
  -webkit-transform: translateY(-5px);
  transform: translateY(-5px)
}

.hoverbox-6:focus .hover-content,
.hoverbox-6:hover .hover-content {
  -webkit-transform: translateY(0);
  transform: translateY(0)
}

.hoverbox-7:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, .4);
  width: 100%;
  height: 100%;
  -webkit-transition: ease-out .12s;
  transition: ease-out .12s
}

.hoverbox-7 .content,
.hoverbox-7 .hover-content {
  position: absolute;
  z-index: 1;
  left: 0;
  width: 100%;
  padding: 30px;
  color: rgba(255, 255, 255, .7)
}

.hoverbox-7 .content h1,
.hoverbox-7 .content h2,
.hoverbox-7 .content h3,
.hoverbox-7 .content h4,
.hoverbox-7 .content h5,
.hoverbox-7 .content h6,
.hoverbox-7 .hover-content h1,
.hoverbox-7 .hover-content h2,
.hoverbox-7 .hover-content h3,
.hoverbox-7 .hover-content h4,
.hoverbox-7 .hover-content h5,
.hoverbox-7 .hover-content h6 {
  color: #fff
}

.hoverbox-7 .content {
  top: 0
}

.hoverbox-7 .hover-content {
  bottom: 0;
  -webkit-transform: translateY(5px);
  transform: translateY(5px);
  visibility: hidden;
  opacity: 0;
  -webkit-transition: ease-out .12s;
  transition: ease-out .12s
}

.hoverbox-7:focus:after,
.hoverbox-7:hover:after {
  background: rgba(0, 0, 0, .5)
}

.hoverbox-7:focus img,
.hoverbox-7:hover img {
  -webkit-transform: scale(1.04);
  transform: scale(1.04)
}

.hoverbox-7:focus .hover-content,
.hoverbox-7:hover .hover-content {
  -webkit-transform: translateY(0);
  transform: translateY(0);
  visibility: visible;
  opacity: 1
}

.hoverbox-10 a,
.hoverbox-8 a,
.hoverbox-9 a {
  display: block
}

.hoverbox-10 a:before,
.hoverbox-8 a:before,
.hoverbox-9 a:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  opacity: 0;
  background: rgba(255, 255, 255, .1);
  width: 100%;
  height: 100%;
  -webkit-transition: ease-out .12s;
  transition: ease-out .12s
}

.hoverbox-10 .content,
.hoverbox-8 .content,
.hoverbox-9 .content {
  position: absolute;
  z-index: 2;
  display: inline-block;
  background: #fff;
  padding: 10px 16px;
  color: rgba(0, 0, 0, .9)
}

.hoverbox-10 .content h1,
.hoverbox-10 .content h2,
.hoverbox-10 .content h3,
.hoverbox-10 .content h4,
.hoverbox-10 .content h5,
.hoverbox-10 .content h6,
.hoverbox-8 .content h1,
.hoverbox-8 .content h2,
.hoverbox-8 .content h3,
.hoverbox-8 .content h4,
.hoverbox-8 .content h5,
.hoverbox-8 .content h6,
.hoverbox-9 .content h1,
.hoverbox-9 .content h2,
.hoverbox-9 .content h3,
.hoverbox-9 .content h4,
.hoverbox-9 .content h5,
.hoverbox-9 .content h6 {
  margin: 0;
  color: rgba(0, 0, 0, .9)
}

.hoverbox-10:focus a:before,
.hoverbox-10:hover a:before,
.hoverbox-8:focus a:before,
.hoverbox-8:hover a:before,
.hoverbox-9:focus a:before,
.hoverbox-9:hover a:before {
  opacity: 1
}

.hoverbox-10:focus img,
.hoverbox-10:hover img,
.hoverbox-8:focus img,
.hoverbox-8:hover img,
.hoverbox-9:focus img,
.hoverbox-9:hover img {
  -webkit-transform: scale(1.04);
  transform: scale(1.04)
}

.hoverbox-8 .content {
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%)
}

.hoverbox-9 .content {
  top: 16px;
  left: 16px
}

.hoverbox-10 .content {
  bottom: 16px;
  left: 16px
}

.hoverbox-11:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  visibility: hidden;
  opacity: 0;
  background: rgba(0, 0, 0, .5);
  width: 100%;
  height: 100%;
  -webkit-transition: ease-out .12s;
  transition: ease-out .12s
}

.hoverbox-11 .hover-content {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  width: 100%;
  height: 100%;
  color: rgba(255, 255, 255, .7)
}

.hoverbox-11 .hover-content h1,
.hoverbox-11 .hover-content h2,
.hoverbox-11 .hover-content h3,
.hoverbox-11 .hover-content h4,
.hoverbox-11 .hover-content h5,
.hoverbox-11 .hover-content h6 {
  color: #fff
}

.hoverbox-11 .hover-content .top {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  -webkit-transform: translateY(5px);
  transform: translateY(5px);
  opacity: 0;
  padding: 30px;
  -webkit-transition: ease-out .12s;
  transition: ease-out .12s
}

.hoverbox-11 .hover-content .bottom {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  -webkit-transform: translateY(5px);
  transform: translateY(5px);
  opacity: 0;
  padding: 30px;
  -webkit-transition: ease-out .12s;
  transition: ease-out .12s
}

.hoverbox-11:focus:before,
.hoverbox-11:hover:before {
  visibility: visible;
  opacity: 1
}

.hoverbox-11:focus img,
.hoverbox-11:hover img {
  -webkit-transform: scale(1.04);
  transform: scale(1.04)
}

.hoverbox-11:focus .hover-content,
.hoverbox-11:hover .hover-content {
  visibility: visible;
  opacity: 1
}

.hoverbox-11:focus .hover-content .bottom,
.hoverbox-11:focus .hover-content .top,
.hoverbox-11:hover .hover-content .bottom,
.hoverbox-11:hover .hover-content .top {
  -webkit-transform: translateY(0);
  transform: translateY(0);
  opacity: 1
}

.hoverbox-11:focus .hover-content .top,
.hoverbox-11:hover .hover-content .top {
  -webkit-transition-delay: 50ms;
  transition-delay: 50ms
}

.hoverbox-11:focus .hover-content .bottom,
.hoverbox-11:hover .hover-content .bottom {
  -webkit-transition-delay: .1s;
  transition-delay: .1s
}

.hoverbox-1 a:not(.button):not(.button-circle):not(.button-text),
.hoverbox-11 a:not(.button):not(.button-circle):not(.button-text),
.hoverbox-2 a:not(.button):not(.button-circle):not(.button-text),
.hoverbox-5 a:not(.button):not(.button-circle):not(.button-text),
.hoverbox-6 a:not(.button):not(.button-circle):not(.button-text),
.hoverbox-7 a:not(.button):not(.button-circle):not(.button-text) {
  color: rgba(255, 255, 255, .7)
}

.hoverbox-1 a:not(.button):not(.button-circle):not(.button-text):focus,
.hoverbox-1 a:not(.button):not(.button-circle):not(.button-text):hover,
.hoverbox-11 a:not(.button):not(.button-circle):not(.button-text):focus,
.hoverbox-11 a:not(.button):not(.button-circle):not(.button-text):hover,
.hoverbox-2 a:not(.button):not(.button-circle):not(.button-text):focus,
.hoverbox-2 a:not(.button):not(.button-circle):not(.button-text):hover,
.hoverbox-5 a:not(.button):not(.button-circle):not(.button-text):focus,
.hoverbox-5 a:not(.button):not(.button-circle):not(.button-text):hover,
.hoverbox-6 a:not(.button):not(.button-circle):not(.button-text):focus,
.hoverbox-6 a:not(.button):not(.button-circle):not(.button-text):hover,
.hoverbox-7 a:not(.button):not(.button-circle):not(.button-text):focus,
.hoverbox-7 a:not(.button):not(.button-circle):not(.button-text):hover {
  color: #fff
}

.hoverbox-1 a.button-text-1,
.hoverbox-1 a.button-text-2,
.hoverbox-1 a.button-text-3,
.hoverbox-11 a.button-text-1,
.hoverbox-11 a.button-text-2,
.hoverbox-11 a.button-text-3,
.hoverbox-2 a.button-text-1,
.hoverbox-2 a.button-text-2,
.hoverbox-2 a.button-text-3,
.hoverbox-5 a.button-text-1,
.hoverbox-5 a.button-text-2,
.hoverbox-5 a.button-text-3,
.hoverbox-6 a.button-text-1,
.hoverbox-6 a.button-text-2,
.hoverbox-6 a.button-text-3,
.hoverbox-7 a.button-text-1,
.hoverbox-7 a.button-text-2,
.hoverbox-7 a.button-text-3 {
  color: rgba(255, 255, 255, .8)
}

.hoverbox-1 a.button-text-1:hover,
.hoverbox-1 a.button-text-2:hover,
.hoverbox-1 a.button-text-3:hover,
.hoverbox-11 a.button-text-1:hover,
.hoverbox-11 a.button-text-2:hover,
.hoverbox-11 a.button-text-3:hover,
.hoverbox-2 a.button-text-1:hover,
.hoverbox-2 a.button-text-2:hover,
.hoverbox-2 a.button-text-3:hover,
.hoverbox-5 a.button-text-1:hover,
.hoverbox-5 a.button-text-2:hover,
.hoverbox-5 a.button-text-3:hover,
.hoverbox-6 a.button-text-1:hover,
.hoverbox-6 a.button-text-2:hover,
.hoverbox-6 a.button-text-3:hover,
.hoverbox-7 a.button-text-1:hover,
.hoverbox-7 a.button-text-2:hover,
.hoverbox-7 a.button-text-3:hover {
  color: #fff
}

.hoverbox-1 a.button-text-1:before,
.hoverbox-11 a.button-text-1:before,
.hoverbox-2 a.button-text-1:before,
.hoverbox-5 a.button-text-1:before,
.hoverbox-6 a.button-text-1:before,
.hoverbox-7 a.button-text-1:before {
  background: rgba(255, 255, 255, .3)
}

.hoverbox-1 a.button-text-1:after,
.hoverbox-11 a.button-text-1:after,
.hoverbox-2 a.button-text-1:after,
.hoverbox-5 a.button-text-1:after,
.hoverbox-6 a.button-text-1:after,
.hoverbox-7 a.button-text-1:after {
  background: #fff
}

.hoverbox-1 a.button-text-2:before,
.hoverbox-11 a.button-text-2:before,
.hoverbox-2 a.button-text-2:before,
.hoverbox-5 a.button-text-2:before,
.hoverbox-6 a.button-text-2:before,
.hoverbox-7 a.button-text-2:before {
  background: rgba(255, 255, 255, .4)
}

.hoverbox-1 a.button-text-2:after,
.hoverbox-11 a.button-text-2:after,
.hoverbox-2 a.button-text-2:after,
.hoverbox-5 a.button-text-2:after,
.hoverbox-6 a.button-text-2:after,
.hoverbox-7 a.button-text-2:after {
  background: #fff
}

.hoverbox-1 a.button-text-3:before,
.hoverbox-11 a.button-text-3:before,
.hoverbox-2 a.button-text-3:before,
.hoverbox-5 a.button-text-3:before,
.hoverbox-6 a.button-text-3:before,
.hoverbox-7 a.button-text-3:before {
  background: rgba(255, 255, 255, .8)
}

.hoverbox-1 a.button-text-3:hover:before,
.hoverbox-11 a.button-text-3:hover:before,
.hoverbox-2 a.button-text-3:hover:before,
.hoverbox-5 a.button-text-3:hover:before,
.hoverbox-6 a.button-text-3:hover:before,
.hoverbox-7 a.button-text-3:hover:before {
  background: #fff
}

.img-highlight{
    height: 230px;
    object-fit: cover;
    box-shadow: none;
    transition-duration: .3s;
    top: 0;
    background: #7366ff0f;
    backdrop-filter: blur(10px);
    border-radius: 0px;
    border: 2px solid #7366ff24;
    display: inline-block;
    margin-top: 15px;
    margin-bottom: 20px;
  }

.img-highlight:hover{
    top: -5px;
    box-shadow: 0 5px 15px 0px #2d4c0024;
    background: white;
}

.img-full{
    width: 100%;
    height: 100%;
    object-fit: cover;
    max-width: 100%;
}

.hoverbox-6:hover:after{
    background: transparent !important;
}

.button-outline-white, a.button-outline-white{
filter: drop-shadow(2px 9px 8px black);
}

.hoverbox-5:focus img, .hoverbox-5:hover img, .hoverbox-6:focus img, .hoverbox-6:hover img{
    transform: scale(1.01);
}

.img-profil-ds{
    height: 200px;
    object-fit: cover;
} 

/*---lightcase--**/

#lightcase-overlay {
    background-color: #504e36;
}

#lightcase-info #lightcase-caption,
#lightcase-info #lightcase-sequenceInfo,
#lightcase-info #lightcase-title {
    font-size: 16px;
    color: #fff !important;
}

@media screen and (max-width: 768px) {
    .mm-menu li.current > a i {
        display: none;
    }
}


/*---KONTAK--**/

.form-row {
  display: flex;
	margin-right: -8px;
	margin-left: -8px
}

.form-row .col,
.form-row div[class*=" col-"],
.form-row div[class^=col-] {
	margin: 0;
	padding-right: 8px;
	padding-left: 8px
}

.border-radius,
.border-radius-0375 {
	border-radius: .375em
}

input, textarea{
  padding: 8px 10px;
}

input,
textarea {
	background: 0 0;
	width: 100%;
	border: 1px solid rgba(0, 0, 0, .1);
	margin-bottom: 1rem;
	padding: 15px 20px;
	box-shadow: none;
	font: 400 15px "Open Sans", sans-serif;
	line-height: 1.4;
	-webkit-transition: ease-out .16s;
	transition: ease-out .16s
}

input:active,
input:focus,
textarea:active,
textarea:focus {
	outline: 0;
	box-shadow: none
}

textarea {
	height: 140px
}

.form-control,
input,
textarea {
	color: #7c7c7c
}

.form-control::-webkit-input-placeholder,
input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
	color: #aaa
}

.form-control::-moz-placeholder,
input::-moz-placeholder,
textarea::-moz-placeholder {
	color: #aaa
}

.form-control:-ms-placeholder,
input:-ms-placeholder,
textarea:-ms-placeholder {
	color: #aaa
}

.form-control::-ms-placeholder,
input::-ms-placeholder,
textarea::-ms-placeholder {
	color: #aaa
}

.form-control::placeholder,
input::placeholder,
textarea::placeholder {
	color: #aaa
}

.form-control:focus,
input:focus,
textarea:focus {
	border-color: rgba(0, 0, 0, .2)
}

input[type=checkbox],
input[type=radio] {
	width: auto
}

.form-control {
	background: 0 0;
	height: auto;
	border: 1px solid rgba(0, 0, 0, .1);
	border-radius: 0;
	padding: 15px 20px;
	font: 400 15px "Open Sans", sans-serif;
	line-height: 1.4
}

.form-control:focus {
	background: 0 0;
	box-shadow: none
}

.form-control:read-only {
	background: #e5e8eb;
	border: 0
}

.form-control.form-control-sm {
	padding: 10px 15px;
	font-size: .875rem
}

.form-control.form-control-lg {
	font-size: 1.25rem
}

.form-control-plaintext {
	border: 0
}

.form-check-input:disabled~.form-check-label {
	color: #aaa
}

.required:after {
	content: '*';
	padding-left: 3px
}

/*===Copyright===**/
.copyright-wrap{
  position: absolute;
  bottom: 10px;
  width: 100%;
  text-align: center;
  left: 0;
  z-index: 2;
  /* color: #bc0000; */
}

/*-==========
   LOGIN
=============-*/

.form-control-1 {
    display: block;
    width: 100%;
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    /*border-radius: 0.25rem;**/
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

.btn-login{
  border-radius: 15px;
}

.button.button-border-1 {
    border: 2px solid #fdeaa7;
    background-color: #ffc600;
    color: #0c090d;
    font-weight: 700;
    text-shadow: none;
}

/*-==========
   LOGO PETA
=============-*/

.card-logo {
  position: relative;
  display: flex;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: border-box;
  border: 1px solid rgba(0,0,0,.125);
  border-radius: 0.25rem;
}

/* Text Login */

.text-login{
  color: #03417a !important;
  
}
