/* Vodyrizam - Front End Developer
for Assessme 24/10/2024 ============== */
/* ============================= */

* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}
*:before,
*:after {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}
@media (max-width: 1000px) {
  html {
    overflow-x: hidden !important;
  }
}
html {
  font-size: 100%;
}
body {
  background: #fff;
  /* font-family: 'Roboto', Arial, sans-serif; */
  font-family: 'Lufga', Arial, sans-serif;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  font-smoothing: antialiased;
  font-size: 16px;
  overflow-x: hidden !important;
  line-height: 1.7;
  color: #052C44;
  -webkit-text-size-adjust:100%;
  -ms-text-size-adjust:100%;
}
input[type="submit"], button {
  -webkit-appearance: none;
  -moz-appearance: none;
}
input[type="text"]:disabled {
    background: none;
}
.clearfix:before, .clearfix:after {
  content: "";
  display: table;
}
.clearfix:after {
  clear: both;
}
.clearfix {
  zoom: 1;
}
p {
  line-height: 1.5;
}
a {
  /* color: #ee3d41; */
  transition: color .15s ease-in-out;
  -moz-transition: color .15s ease-in-out;
  -webkit-transition: color .15s ease-in-out;
  -o-transition: color .15s ease-in-out;
}
a:hover,
a:focus {
  color: #07639D;
  text-decoration: none;
  /* border-bottom: 1px solid #07639D; */
}
a:focus, .btn.focus, .btn:focus, .btn:hover,
.btn.active.focus, .btn.active:focus, .btn.focus, .btn.focus:active, .btn:active:focus, .btn:focus {
  /*outline: thin dotted;
  outline-offset: -4px;*/
  outline: none;

}
input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus {
  /*outline: thin dotted;
  outline-offset: -4px;*/
  outline: none;

}
a:hover.navbar-brand,
a:focus.navbar-brand {
  border-bottom: none;
}


b, strong {
  font-weight: 500;
}

.hidden {
  display: none !important;
  visibility: hidden;
}

@media(min-width:768px) {
  .hidden-sm {
    display: none !important;
    visibility: hidden;
  }
}


@media(max-width:767px) {
  .hidden-xs {
    display: none !important;
    visibility: hidden;
  }
}


/* ========================================================================================================================================
 Fonts
 ========================================================================================================================================= */

@font-face {
  font-family: 'HelveticaNeue';
  src: url('../../assets/fontface/HelveticaNeueLTStd-Cn.eot');
  src: url('../../assets/fontface/HelveticaNeueLTStd-Cn.eot?#iefix') format('embedded-opentype'),
       url('../../assets/fontface/HelveticaNeueLTStd-Cn.woff') format('woff'),
       url('../../assets/fontface/HelveticaNeueLTStd-Cn.ttf') format('truetype'),
       url('../../assets/fontface/HelveticaNeueLTStd-Cn.svg') format('svg'),
       url('../../assets/fontface/HelveticaNeueLTStd-Cn.svg#HelveticaNeueLTStd-Cn') format('svg');
  font-weight: 200;
  font-style: normal;
}
@font-face {
  font-family: 'HelveticaNeue';
  src: url('../../assets/fontface/HelveticaNeueLTStd-BdCn.eot');
  src: url('../../assets/fontface/HelveticaNeueLTStd-BdCn.eot?#iefix') format('embedded-opentype'),
       url('../../assets/fontface/HelveticaNeueLTStd-BdCn.woff') format('woff'),
       url('../../assets/fontface/HelveticaNeueLTStd-BdCn.ttf') format('truetype'),
       url('../../assets/fontface/HelveticaNeueLTStd-BdCn.svg') format('svg'),
       url('../../assets/fontface/HelveticaNeueLTStd-BdCn.svg#HelveticaNeueLTStd-BdCn') format('svg');
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: 'HelveticaNeue';
  src: url('../../assets/fontface/HelveticaNeueLTStd-Bd.eot');
  src: url('../../assets/fontface/HelveticaNeueLTStd-Bd.eot?#iefix') format('embedded-opentype'),
       url('../../assets/fontface/HelveticaNeueLTStd-Bd.woff') format('woff'),
       url('../../assets/fontface/HelveticaNeueLTStd-Bd.ttf') format('truetype'),
       url('../../assets/fontface/HelveticaNeueLTStd-Bd.svg') format('svg'),
       url('../../assets/fontface/HelveticaNeueLTStd-Bd.svg#HelveticaNeueLTStd-Bd') format('svg');
  font-weight: 500;
  font-style: normal;
}

@font-face {
  font-family: 'rsvicon';
  src: url('../../assets/fontface/rsvicon.eot');
  src: url('../../assets/fontface/rsvicon.eot.eot?#iefix') format('embedded-opentype'),
  url('../../assets/fontface/rsvicon.woff') format('woff'),
  url('../../assets/fontface/rsvicon.ttf') format('truetype'),
  url('../../assets/fontface/rsvicon.svg') format('svg'),
  url('../../assets/fontface/rsvicon.svg#rsvicon') format('svg');
  font-weight: 400;
  font-style: normal;
}


/* ==========================================================================
   Icon
========================================================================== */

.ico {
  background: url(../../assets/img/icon.png) no-repeat;
  display: inline-block;
}
i.ico {
  display: inline-block;
  width: 55px;
  height: 30px;
  margin: 10px auto 0;
}


/* Mulai nangkene
=====================----------------------*/

#wrapper {
  overflow:hidden;
}

.content-box {
  padding: 30px 10px;
  overflow: hidden;
  background: #f9f9f9;
  border: 1px solid #f2f2f2;
  border-radius: 2px;
}

.container {
  padding: 0 15px;
}
.container-fluid {
  padding: 0;
}
.container-fluid.fluid-wrapper {
  border: 1px solid #ddd;
  border-left: none;
  border-right: none;
}
.container-fluid.fluid-wrapper > .container {
  padding: 0;
}

.cRow {
  justify-content: center;
  display: flex;
  padding: 0 15px;
}

@media (min-width: 768px) {
  .container {
    width: 768px;
    padding: 0;
  }
}

@media (min-width: 992px) {
  .container {
    /* width: 970px; */
    width: 1240px;
    padding: 0;
  }
  .container-fluid.fluid-wrapper > .container {
    padding: 0 15px;
  }
}

@media (min-width: 1200px) {
  .container, .container-lg, .container-md, .container-sm, .container-xl {
      max-width: 1240px;
  }
}

/*Distance
-----------------------------------------*/
.mt-15 {
  margin-top: 15px;
}

.mt-20 {
  margin-top: 20px;
}

.mt-30 {
  margin-top: 30px;
}

.mt-80 {
  margin-top: 80px;
}

.mb-25 {
  margin-bottom: 25px;
}

.mb-50 {
  margin-bottom: 50px;
}


.ml-10 {
  margin-left: 10px;
}

.ml-25 {
  margin-left: 25px;
}

.mr-10 {
  margin-right: 10px;
}

.mr-25 {
  margin-right: 25px;
}

.pZ {
  padding: 0;
}

.p-tZ {
  padding-top: 0;
}

.p-rZ {
  padding-right: 0;
}

.p-bZ {
  padding-bottom: 0;
}

.p-lZ {
  padding-left: 0;
}

.pl-20 {
  padding-left: 20px;
}

.pl-45 {
  padding-left: 45px;
}

h1 {
  font-size: 4.5rem;
  font-weight: 600;
}

h3 {
  font-size: 2.5rem;
  font-weight: 600;
}

@media(max-width: 768px) {
  h1 {
    font-size: 3.2rem;
  }
  h3 {
    font-size: 1.5rem;
    margin-top: 30px;
  }
}

.btn { 
  font-size: 1rem;
  font-weight: 600;
  line-height: 24px;
  text-align: center;
  min-width: 130px;
  border-radius: 8px;
  padding: 15px 40px;
}

.btn-primary { 
  background: #F58026;
  border-color: #F58026;
}

.btn-secondary { 
  background: #07639D;
  border-color: #07639D;
}

.grup-button .btn:last-child {
  margin-left: 28px;
}

@media(max-width:768px) {
  .btn-primary { 
    width: 100%;
  }
  .grup-button {
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
  }
  .grup-button .btn {
    padding: 15px;
  }
  .grup-button .btn:last-child {
    margin-left: 0;
  }
  .grup-button .btn.btn-primary { 
    width: auto;
  }
}

/* Navbar
-----------------------------------------*/

.navbar {
	border-radius: 0;
	padding: 0 15px;
	height: auto;
	border: none;
  height: 71px;
  box-shadow: 0px 4px 12px 0px #0000001F;
}

.navbar .btn-primary{
  padding: 10px 40px;
}

.navbar-nav.nav-menu {
	margin-right: -30px;
}

.nav-menu li.activation {
	background: #ccc;
}

.nav-menu li >a {
	padding: 25px 20px;
}

.nav-link {
  color: #B4B4B4;
  font-weight: 600;
  padding: 5px 0 !important;
  margin: 10px;
}

.navbar .nav-link {
  margin: 0 1.25rem;
}

.navbar-collapse .btn-primary {
  margin-left: 25px;
}

@media(max-width:767px) {
  .navbar-collapse {
    background: rgb(255, 255, 255);
    position: absolute;
    left: 0px;
    right: 0px;
    top: 73px;
  }  
  .navbar-collapse > ul.navbar-nav {
    width: 100%;
    padding: 0 20px;
  }
  .navbar-collapse > ul.navbar-nav > li {
    width: 100%;
    padding: 15px 0;
    border-bottom: 1px solid #EAEAEA;
  }
  .navbar-collapse > ul.navbar-nav > li >a {
    margin: 0;
  }
  .navbar-collapse .btn-primary {
    width: -webkit-fill-available;
    margin: 50px 20px 30px;
  }
}


.active .nav-link {
  color: #07639D;
  border-bottom: 2px solid #07639D;
}

.navbar-brand {
	height: auto;
  width: 197px;
}

section {
  padding: 100px 0;
}

section img {
  width: 100%;
}

section p {
  margin: 17px 0 48px;
}

.bg-blue {
  background: #F3F7FA;
}

/* Nav Pills
-----------------------------------------*/

.nav-pills .nav-link.active, .nav-pills .show>.nav-link {
  color: #07639D;
  background-color: #FFF;
  border-radius: 30px;
  padding: 10px 20px !important;
  border: 2px solid #07639D
}

@media(max-width:768px) {
  .nav-pills .nav-link {
    color: #C4C4C4;
    background-color: #FFF;
    border-radius: 30px;
    padding: 10px 20px !important;
    border: 2px solid #C4C4C4;
    min-width: 230px;
  }
  .nav {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
}
}

.nav-pills .nav-link {
  color: #C4C4C4;
  background-color: #FFF;
  border-radius: 30px;
  padding: 10px 20px !important;
  border: 2px solid #C4C4C4;
}

.tab-content>.tab-pane {
  padding: 40px 60px;
}

@media(max-width:767px) {
  .tab-content>.tab-pane {
    padding: 40px 20px;
  }
}

/* Carousel
-----------------------------------------*/
.carousel.carousel-fade .carousel-inner .item {
    opacity: 0;
    -webkit-transition-property: opacity;
    -moz-transition-property: opacity;
    -o-transition-property: opacity;
    transition-property: opacity
}

.carousel.carousel-fade .carousel-inner .active {
    opacity: 1
}

.carousel.carousel-fade .carousel-inner .active.left,
.carousel.carousel-fade .carousel-inner .active.right {
    left: 0;
    z-index: 2;
    opacity: 0;
    filter: alpha(opacity=0)
}

.carousel.carousel-fade .carousel-inner .next.left,
.carousel.carousel-fade .carousel-inner .prev.right {
    opacity: 1
}

.carousel.carousel-fade .carousel-control {
    z-index: 3
}

.carousel-control.left,
.carousel-control.right {
    background: 0 0
}

.carousel-control {
    width: 8%
}

@media all and (transform-3d),
(-webkit-transform-3d) {
    .carousel-fade .carousel-inner>.item.active.left,
    .carousel-fade .carousel-inner>.item.active.right,
    .carousel-fade .carousel-inner>.item.next,
    .carousel-fade .carousel-inner>.item.prev {
        opacity: 0;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
    .carousel-fade .carousel-inner>.item.active,
    .carousel-fade .carousel-inner>.item.next.left,
    .carousel-fade .carousel-inner>.item.prev.right {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}


/* Section Hero Image
-----------------------------------------*/

#heroImage {
  margin: 60px 0 0;
  padding-bottom: 0;
}

@media(max-width:997px) {
  #heroImage .col-sm-6:last-child img {
    margin: 60px 0;
  }

}

#heroImage p {
  font-size: 1rem;
}

.subtitle {
  font-size: 1.5rem;
  font-weight: 600;
  color: #F58026;
  margin-bottom: 15px;
  display: block;
  width: 100%;
}

.subtitle span {
  font-size: 1rem;
  font-weight: 400;
  color: #898989;
}

.result-box {
  margin: 58px 0;
  justify-content: space-between !important;
}

.result-box.content-12{
  margin: 58px 0;
  justify-content: space-evenly !important;
}

.result-title {
  font-size: 2rem;
  font-weight: 600;
}

.result-title p {
  color: #898989;
  margin: 0;
  font-weight: 400;
  font-size: 1.125rem;
}

@media(max-width:997px) {
  .result-box {
    margin-top: 44px;
  }
  .result-title {
    font-size: 1.5rem;
  }
  .result-title p {
    font-size: 1rem;
  }
}

.client-list {
  background: linear-gradient(360deg, #F3F7FA 0%, rgba(243, 247, 250, 0) 100%);
  height: 368px;
  padding: 50px 0;
  margin-top: 50px;
}

@media (max-width: 1000px) {
  .client-list {
    height: auto;
    padding: 0 15px;
  }
}

.client-logo {
  width: 170px;
  height: 48px;
  margin: 50px 0;
}

.client-logo img {
  object-fit: contain;
  width: 100%;
  height: 100%;
}

/* Loader
-------------------------------------------------- */

#loader-wrapper {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1000;
  background: #FFF;
  right: 0;
  bottom: 0;
}
#loader {
  width: 120px;
  height: 120px;
  position: absolute;
  left: 50%;
  top: 50%;
  background-repeat: no-repeat;
  background-position: center;
  margin: -60px 0 0 -60px;
  background: #FFF;
  z-index: 1001;
}


/* Section Contoh
-----------------------------------------*/

#contoh {
  margin-top: 70px;
}

#contoh .row {
  overflow-x: auto;
  -ms-overflow-style: none;  /* IE and Edge */
  scrollbar-width: none;  /* Firefox */
}

#contoh h1 {
  font-size: 3rem;
  margin-bottom: 30px;
}

#contoh h2 {
  font-size: 2rem;
  margin: 40px 0;
}


/* Section About Us
-----------------------------------------*/

#aboutus {
  padding-bottom: 70px;
}

#aboutus h1 {
  font-size: 3rem;
  margin-bottom: 40px;
}

@media(min-width:997px) {
  #aboutus h1 {
    width: 712px;
    margin-bottom: 58px;
  }
}

/* Section Video
-----------------------------------------*/

#video {
  padding: 17px 0;
}

#video h2 {
  font-size: 1.5rem;
}

#video h3 {
  font-size: 1.5rem;
  padding: 24px 0 0;
}

#video p {
  margin: 17px 0;
}

@media(min-width:997px) {
  #video {
    padding: 40px 0;
  }
  #video h3 {
    font-size: 2rem;
  }

  #video p {
    margin-bottom: 58px;
  }

  #video .col-sm-6:last-child {
    padding-left: 78px;
  }
}

.video-container {
  position: relative;
  padding-bottom: 56.25%; /* 16:9 Aspect Ratio */
  height: 0;
  overflow: hidden;
}

.video-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* Section Teh Science
-----------------------------------------*/

#science {
  padding: 100px 0;
}

#science h5 {
  font-weight: 600;
  font-size: 1.063rem;
}

.box {
  background: #DBEDF8;
  color: #07639D;
  padding: 25px 15px 40px;
  margin: 28px 0 0;
  border-radius: 12px;
  height: 250px;
}

.box.bold-blue {
  background: #07639D;
  color: #FFF;
}

.box img {
  width: 40px;
  margin-bottom: 32px;
}

.box p {
  margin-bottom: 0;
  font-size: .875rem;
}

/* Section catalogue
-----------------------------------------*/

#catalogue {
  margin: 50px 0;
  padding: 0;
}

#catalogue .row {
  overflow-x: auto;
  -ms-overflow-style: none;  /* IE and Edge */
  scrollbar-width: none;  /* Firefox */
}

#catalogue .row::-webkit-scrollbar {
  display: none;
}

#catalogue .tab-content>.tab-pane {
    padding: 40px 15px;
}

#catalogue h1 {
  font-size: 3rem;
  margin-bottom: 30px;
  margin-top: 140px;
}


#catalogue h3 {
  margin: 100px 0 50px;
  font-size: 2rem;
  width: 100%;
}

#catalogue h3 span {
  font-size: 1rem;
  color: #F58026;
}

#catalogue h3 span a {
  color: #F58026;
}

#catalogue h4 {
  font-size: 1.375rem;
  font-weight: 600;
}

#catalogue p {
  font-size: .813rem;
  margin-top: 12px;
  color: #898989;
}

#catalogue .card {
  position: relative;
  height: 500px;
  margin-bottom: 20px;
}

@media(max-width:767px) {
  #science ~ #catalogue .card {
    width: 274px;
  }
  #catalogue .card {
    width: 100%;
  }
  #catalogue .btn-primary {
    margin: 50px 15px 0;
  }
}

#catalogue .card .btn-secondary {
  position: absolute;
  bottom: 15px;
  left: 15px;
  right: 15px;
}

.float-left.hidden-sm a {
  font-weight: 600;
  color: #F58026;
}


/* Section Organisasi
-----------------------------------------*/

#organisasi {
  padding: 100px 0;
}

#organisasi p {
  margin: 17px 0 48px;
}


/* Section Testimony
-----------------------------------------*/

#testimony {
  padding-bottom: 0;
}

#testimony h4 {
  font-size: 2rem;
  font-weight: 600;
  margin-bottom: 30px;
}

.box-testimony {
  width: 289px;
  height: 309px;
  padding: 30px 15px;
  border-radius: 12px;
  border: 1px solid #EAEAEA;
  font-size: .875rem;
  margin-bottom: 28px;
  position: relative;
}

.profile-box {
  font-size: 1rem;
  position: absolute;
  bottom: 30px;
}

.profile-box img {
  width: 46px;
  height: 46px;
  margin-right: 14px;
}

.profile-name {
  font-weight: 600;
  line-height: 1.5;
}
.profile-name span {
  display: block;
  font-size: .875rem;
  font-weight: 400;
  color: #898989;
}

/* Section MAP
-----------------------------------------*/

@media(max-width:767px) {
  #map-indo {
    display: none;
  }
  #map .btn-primary {
    margin: 50px 15px 0;
  }
}

#map h3 {
  font-size: 2rem;
  text-align: center;
}

#map p {
  margin: 15px auto 45px;
  text-align: center;
}

@media(min-width:998px) {
  #map p {
    width: 750px;
  }
}

#map-indo {
  background: url(../img/Illustrations/Indonesia.svg) no-repeat;
  width: 1066px;
  height: 392px;
  position: relative;
  margin-bottom: 50px;
}

.partner-pin {
  width: 26px;
  height: 26px;
  background: url(../img/pin.png) no-repeat;
  background-size: contain;
  cursor: pointer;
}

.parner-list {
  background: rgba(0, 0, 0, .5);
  top: 35px;
  left: -6px;
  border-radius: 10px;
  width: max-content;
  height: 61px;
  padding: 8px;
  padding-right: 0;
  position: absolute;
  color: #FFF;
  font-weight: 600;
  display: flex;
  align-items: center;
  opacity: 0;
}

.partner-pin.kota-1:hover > .parner-list,
.partner-pin.kota-2:hover > .parner-list,
.partner-pin.kota-3:hover > .parner-list,
.partner-pin.kota-4:hover > .parner-list,
.partner-pin.kota-5:hover > .parner-list,
.partner-pin.kota-6:hover > .parner-list,
.partner-pin.kota-7:hover > .parner-list {
  opacity: 1;
}

.partner-img {
  background: #FFF;
  border-radius: 50%;
  width: 45px;
  height: 45px;
  padding: 6px;
  margin-right: 8px;
}

.partner-img img {
  object-fit: contain;
  object-position: center;
  width: 100%;
  height: 100%;
}

.kota-1 {
  position: absolute;
  top: 130px;
  left: 166px;
}

.kota-2 {
  position: absolute;
  top: 142px;
  left: 344px;
}

.kota-3 {
  position: absolute;
  top: 100px;
  left: 663px;
  z-index: 4;
}

.kota-4 {
  position: absolute;
  top: 265px;
  left: 260px;
}

.kota-5 {
  position: absolute;
  top: 272px;
  left: 274px;
}

.kota-6 {
  position: absolute;
  top: 285px;
  left: 287px;
}

.kota-1:hover > .nama-kota,
.kota-2:hover > .nama-kota,
.kota-3:hover > .nama-kota,
.kota-4:hover > .nama-kota,
.kota-5:hover > .nama-kota,
.kota-6:hover > .nama-kota {
  display: block;
  cursor: pointer;
}

.nama-kota {
  position: absolute;
  background: #000;
  color: #FFF;
  padding: 3px 16px 3px 38px;
  font-weight: 600;
  border-radius: 20px;
  z-index: 1;
  display: none;
  top: -3px;
  left: -6px;
}

.nama-kota::before {
  content: '';
  background: url(../img/pin.png) no-repeat;
  width: 26px;
  height: 26px;
  position: absolute;
  background-size: contain;
  left: 6px;
}

@media(min-width:998px) {
  #accordionPartner {
    display: none;
  }
}

.partner-kota {
  margin: 10px;
  margin-left: 0;
}

.partner-kota img {
  object-fit: contain;
  /* width: 100%;
  height: 100%; */
  width: 100px;
  height: 32px;
  object-position: left;
}
/* Section FAQ
-----------------------------------------*/

#faq h3 {
  margin: 0 auto 60px;
  font-size: 2.4rem;
}

/* Section Gallery
-----------------------------------------*/

#gallery {
  padding: 30px 0;
}

#gallery h3 {
  margin: 0 auto 30px;
  font-size: 1.5rem;
}

#gallery .row {
  overflow-x: auto;
  -ms-overflow-style: none;  /* IE and Edge */
  scrollbar-width: none;  /* Firefox */
}

#gallery .row::-webkit-scrollbar {
  display: none;
}

@media(min-width:997px) {
  #gallery h3 {
    font-size: 3rem;
    margin: 0 auto 60px;
  }
}

.team-profile {
  font-weight: 600;
  display: block;
  font-size: 1.25rem;
  padding-bottom: 30px;
  border: 1px solid #EAEAEA;
  margin-bottom: 38px;
  overflow: hidden;
  width: 289px;
}

.team-profile span {
  display: block;
  font-weight: 400;
  color: #898989;
  font-size: 1rem;
}

.team-profile .photo {
  height: 260px;
  overflow: hidden;
  margin-bottom: 20px;
}

.team-profile img {
  object-fit: cover;
  object-position: top center;
  padding: 0;
  width: 100%;
  height: 100%;
  margin: 0;
  margin-bottom: 23px;
  background: #eee;
  text-indent: -9999px;
  -webkit-transition: all .15s ease-in-out;
  -moz-transition: all .15s ease-in-out;
  -o-transition: all .15s ease-in-out;
  transition: all .15s ease-in-out;
}

.team-profile:hover img {
  transform: scale(1.15);
  cursor: pointer;
}

.team-profile:hover .pl-20 {
  color: #F58026;
}

/* Ambil Test
-----------------------------------------*/

#ambiltest {
  margin-top: 60px;
}

#ambiltest img {
  border-radius: 12px;
  margin-bottom: 30px;
}

#ambiltest h1 {
  font-size: 1.25rem;
  color: #052C44;
}

#ambiltest p {
  margin-top: 5px;
}

/* Custom
-----------------------------------------*/

.price  {
  color: #F58026;
  font-size: 1rem;
  font-weight: 600;
}

.breadcrumb {
  background: none !important;
  padding: 0;
  margin-bottom: 30px;
  font-size: .875rem;
  font-weight: 600;
}

.breadcrumb a {
  color: #C4C4C4;
}

.breadcrumb a:hover {
  color: #07639D;
}

.breadcrumb-item.active {
  color: #07639D !important;
}

.breadcrumb-item+.breadcrumb-item::before {
  color: #F58026;
  content: ">";
}

.form-group {
  margin-bottom: 2.25rem;
}

.form-group label {
  font-weight: 600;
}

.label {
  font-weight: 600;
  margin-bottom: 10px;
}

label em {
  color: #B4B4B4;
}

.card {
  transition: border .25s ease-in-out;
  -moz-transition: border .25s ease-in-out;
  -webkit-transition: border .25s ease-in-out;
  -o-transition: border .25s ease-in-out;
  background: none !important;
}

.card:hover {
  border: 2px solid #F58026;
  cursor: pointer;
}

.phone {
  color: #fff;
  display: block;
  margin-top: 21px;
}

.phone img {
  width: 24px;
  height: 24px;
  display: inline-block;
  margin-right: 10px;
}

.bold-link {
  font-weight: 600;
  color: #F58026;
  display: block;
  margin-top: 30px;
}

/* Delays
-------------------------------------------------- */
.delayp1 {
  animation-delay: .1s;
  -moz-animation-delay: .1s;
  -webkit-animation-delay: .1s;
  -o-animation-delay: .1s;
  transition-delay: .1s;
  -webkit-transition-delay: .1s;
  -moz-transition-delay: .1s;
  -o-transition-delay: .1s;
}
.delayp2 {
  animation-delay: .2s;
  -moz-animation-delay: .2s;
  -webkit-animation-delay: .2s;
  -o-animation-delay: .2s;
  transition-delay: .2s;
  -webkit-transition-delay: .2s;
  -moz-transition-delay: .2s;
  -o-transition-delay: .2s;
}
.delayp3 {
  animation-delay: .3s;
  -moz-animation-delay: .3s;
  -webkit-animation-delay: .3s;
  -o-animation-delay: .3s;
  transition-delay: .3s;
  -webkit-transition-delay: .3s;
  -moz-transition-delay: .3s;
  -o-transition-delay: .3s;
}
.delayp4 {
  animation-delay: .4s;
  -moz-animation-delay: .4s;
  -webkit-animation-delay: .4s;
  -o-animation-delay: .4s;
  transition-delay: .4s;
  -webkit-transition-delay: .4s;
  -moz-transition-delay: .4s;
  -o-transition-delay: .4s;
}
.delayp5 {
  animation-delay: .5s;
  -moz-animation-delay: .5s;
  -webkit-animation-delay: .5s;
  -o-animation-delay: .5s;
  transition-delay: .5s;
  -webkit-transition-delay: .5s;
  -moz-transition-delay: .5s;
  -o-transition-delay: .5s;
}
.delayp6 {
  animation-delay: .6s;
  -moz-animation-delay: .6s;
  -webkit-animation-delay: .6s;
  -o-animation-delay: .6s;
  transition-delay: .6s;
  -webkit-transition-delay: .6s;
  -moz-transition-delay: .6s;
  -o-transition-delay: .6s;
}
.delayp7 {
  animation-delay: .7s;
  -moz-animation-delay: .7s;
  -webkit-animation-delay: .7s;
  -o-animation-delay: .7s;
  transition-delay: .7s;
  -webkit-transition-delay: .7s;
  -moz-transition-delay: .7s;
  -o-transition-delay: .7s;
}
.delayp8 {
  animation-delay: .8s;
  -moz-animation-delay: .8s;
  -webkit-animation-delay: .8s;
  -o-animation-delay: .8s;
  transition-delay: .8s;
  -webkit-transition-delay: .8s;
  -moz-transition-delay: .8s;
  -o-transition-delay: .8s;
}
.delayp9 {
  animation-delay: .9s;
  -moz-animation-delay: .9s;
  -webkit-animation-delay: .9s;
  -o-animation-delay: .9s;
  transition-delay: .9s;
  -webkit-transition-delay: .9s;
  -moz-transition-delay: .9s;
  -o-transition-delay: .9s;
}

.delayhalf {
  animation-delay: .5s;
  -moz-animation-delay: .5s;
  -webkit-animation-delay: .5s;
  -o-animation-delay: .5s;
  transition-delay: .5s;
  -webkit-transition-delay: .5s;
  -moz-transition-delay: .5s;
  -o-transition-delay: .5s;
}

.delay1s {
  animation-delay: 1s;
  -moz-animation-delay: 1s;
  -webkit-animation-delay: 1s;
  -o-animation-delay: 1s;
  transition-delay: 1s;
  -webkit-transition-delay: 1s;
  -moz-transition-delay: 1s;
  -o-transition-delay: 1s;
}
.delay1ss {
  animation-delay: 1.5s;
  -moz-animation-delay: 1.5s;
  -webkit-animation-delay: 1.5s;
  -o-animation-delay: 1.5s;
  transition-delay: 1.5s;
  -webkit-transition-delay: 1.5s;
  -moz-transition-delay: 1.5s;
  -o-transition-delay: 1.5s;
}
.delay1s8 {
  animation-delay: 1.8s;
  -moz-animation-delay: 1.8s;
  -webkit-animation-delay: 1.8s;
  -o-animation-delay: 1.8s;
  transition-delay: 1.8s;
  -webkit-transition-delay: 1.8s;
  -moz-transition-delay: 1.8s;
  -o-transition-delay: 1.8s;
}
.delay1s9 {
  animation-delay: 1.9s;
  -moz-animation-delay: 1.9s;
  -webkit-animation-delay: 1.9s;
  -o-animation-delay: 1.9s;
  transition-delay: 1.9s;
  -webkit-transition-delay: 1.9s;
  -moz-transition-delay: 1.9s;
  -o-transition-delay: 1.9s;
}
.delay2s {
  animation-delay: 2s;
  -moz-animation-delay: 2s;
  -webkit-animation-delay: 2s;
  -o-animation-delay: 2s;
  transition-delay: 2s;
  -webkit-transition-delay: 2s;
  -moz-transition-delay: 2s;
  -o-transition-delay: 2s;
}
.delay2s3 {
  animation-delay: 2.3s;
  -moz-animation-delay: 2.3s;
  -webkit-animation-delay: 2.3s;
  -o-animation-delay: 2.3s;
  transition-delay: 2.3s;
  -webkit-transition-delay: 2.3s;
  -moz-transition-delay: 2.3s;
  -o-transition-delay: 2.3s;
}
.delay2ss {
  animation-delay: 2.5s;
  -moz-animation-delay: 2.5s;
  -webkit-animation-delay: 2.5s;
  -o-animation-delay: 2.5s;
  transition-delay: 2.5s;
  -webkit-transition-delay: 2.5s;
  -moz-transition-delay: 2.5s;
  -o-transition-delay: 2.5s;
}
.delay3s {
  animation-delay: 3s;
  -moz-animation-delay: 3s;
  -webkit-animation-delay: 3s;
  -o-animation-delay: 3s;
  transition-delay: 3s;
  -webkit-transition-delay: 3s;
  -moz-transition-delay: 3s;
  -o-transition-delay: 3s;
}
.delay3ss {
  animation-delay: 3.5s;
  -moz-animation-delay: 3.5s;
  -webkit-animation-delay: 3.5s;
  -o-animation-delay: 3.5s;
  transition-delay: 3.5s;
  -webkit-transition-delay: 3.5s;
  -moz-transition-delay: 3.5s;
  -o-transition-delay: 3.5s;
}

.slide-list {
  display: flex;
  width: max-content;
  animation: ToRightRolling 40s linear infinite;
}

.slide-list .slide-item {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: auto;
  margin-right: 28px;
}

@keyframes ToRightRolling {
  from {transform: translateX(0)}
  to {transform: translateX(-50%)}
}

.wrapper-slide {
  overflow: hidden;
}

.card-header {
  padding: .75rem 1.25rem;
  margin-bottom: 0;
  background: none !important;
  border-bottom: 1px solid rgba(0, 0, 0, .125);
}

.card-header .title {
  font-size: 17px;
  color: #000;
}

.card-header .accicon {
  float: right;
  display: block;
  margin: 10px 10px 0;
}


.card-header{
  cursor: pointer;
}

.card-header:not(.collapsed) .rotate-icon {
  transform: rotate(180deg);
}

.accordion .card  {
  border: none;
}

.accordion .card-body  {
  padding: 0 0 1.25rem;
  border-bottom: 1px solid #EAEAEA;
}

.accordion>.card>.card-header {
  margin-bottom: 0;
}

.accordion .card-header  {
  padding: 1.25rem 0;
}

.card-header:not(.collapsed) {
  border-bottom: none;
}

.card-header.collapsed .rotate-icon {
  transform: none;
}

.accordion .card-header .title {
  font-size: 1.125rem;
  font-weight: 600;
  color: #000;
}

.chevron-down {
  background: url(../img/chevron-down.svg) no-repeat;
  width: 14px;
  height: 14px;
  display: block;
}


/* Footer
-----------------------------------------*/

footer {
  background-color: #011F32;
  color: #FFF;
  font-size: .875rem;
  padding: 30px 0 46px;
}

footer .navbar-brand {
  width: 237px;
}

footer img {
  width: 100%;
  display: block;
  position: relative;
}

footer h4 {
  margin: 71px 0 30px;
  font-size: 1.25rem;
}

footer ul > li {
  list-style: none;
  margin-bottom: 16px;
}

footer ul > li > a{
  color: #FFF;
  font-weight: bold;
}

.copy {
  padding: 30px 60px;
  margin-bottom: 0;
  background-color: #011928;
  text-align: center;
  color: #FFF;
  font-size: .875rem;
}

.socmed {
  display: block;
}

.socmed li {
  display: inline-block;
  width: 38px;
  height: 38px;
  margin-right: 15px;
}

.socmed img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}