.content-wrapper {
    position: relative;
    top: 60vh;
}

a.lSPrev,
a.lSNext {
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 2rem;
    border: 1px solid #007bff;
    border-radius: 3rem;
    padding: 10px;
}

.lSAction>a {
    background-image: none;
}

li.lslide {
    text-align: center;
}

li.list-lighslider>img {
    width: 100px;
    height: 50px;
}

.swiper-container {
    z-index: 0;
    position: relative;
}

.swiper-button-next,
.swiper-button-prev {
    color: #086767;
}

.wrapper-box-info {
    top: 0vh;
    padding: 0;
    width: 100% !important;
}

.box-info:nth-child(2) .box-info-overlay,
.box-info:nth-child(4) .box-info-overlay {
    background-color: #034747;
}

.box-info .label {
    font-size: 16px;
    line-height: 1em;
}

.box-info-overlay {
    top: 0;
    left: 0;
    opacity: 1;
    background-color: #086767;
}

.box-info-content {
    top: 0;
    left: 0;
}

.wrapper-link-partner {
    color: #034747;
}

.wrapper-link-partner .swiper-button-prev,
.wrapper-link-partner .swiper-button-next {
    width: 12vw;
    border-radius: 6vw;
    height: 6vh;
    border: 1px solid #034747;
}

.wrapper-link-partner .swiper-button-prev:after,
.wrapper-link-partner .swiper-button-next:after {
    font-size: 1.5rem;
}

@media (min-width: 768px) {
    .wrapper-box-info {
        padding: 0;
        width: 75% !important;
    }
    .wrapper-link-partner .swiper-button-prev,
    .wrapper-link-partner .swiper-button-next {
        width: 5vw;
        border-radius: 5vw;
        height: 7vh;
    }
    .box-info-overlay {
        opacity: 0.8;
    }
}

@media (min-width: 992px) {
    .wrapper-box-info {
        width: 50% !important;
    }
    .wrapper-link-partner .swiper-button-prev,
    .wrapper-link-partner .swiper-button-next {
        width: 3vw;
        border-radius: 3vw;
        height: 6vh;
    }
    li.list-lighslider>img {
        width: 150px;
        height: 100px;
    }
}

#carouselExampleIndicators .carousel-caption {
    bottom: 150px;
}

#carouselExampleIndicators .carousel-indicators {
    bottom: 100px;
}

.homeslider {
    position: relative;
}

.coin {
    position: absolute;
    bottom: 0px;
    margin-left: auto;
    margin-right: auto;
    left: 0;
    right: 0;
    text-align: center;
    color: #fff;
}

.coin .row .jil {
    background-color: #086767;
    height: 100px;
    padding: 20px 10px 10px 10px;
}

.coin .row .nap {
    background-color: #034747;
    height: 100px;
    padding: 20px 10px 10px 10px;
}

.counter-count {
    font-size: 30pt;
    font-weight: bold;
    padding-bottom: 10px;
}

#carouselExampleIndicators .carousel-item {
    height: 100vh;
    min-height: 350px;
    background: no-repeat center center scroll;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

#carouselExampleIndicators .carousel-item {
    max-height: 620px;
}

.page2 {
    max-height: 665px;
}

.counter-count {
    font-size: 3vw;
}

.coin .row .nap,
.coin .row .jil {
    font-size: 1.8vw;
}

.page2-tagline {
    font-size: 1.4vw;
    font-weight: bold;
    line-height: 2vw;
}

#carouselExampleControls .carousel-item {
    height: 200px;
}

.icon-tr {
    height: 0px;
    width: 0px;
    border: none;
    margin-left: 20px;
    border-top: 10px solid #EAEAEA;
    border-left: 10px solid rgba(0, 0, 0, 0);
    border-right: 10px solid rgba(0, 0, 0, 0);
}

img.tombol {
    padding: 0.8vw;
    background-color: #BCC3C3;
    border: 1px solid #E5E5E5;
    border-radius: 8px;
}

img.tombol:hover {
    background-color: #086767;
    border: 1px solid #228D8D;
}

img.tombolkiri {
    margin-right: 8vw;
}

@media (max-width:768px) {
    #carouselExampleIndicators,
    #carouselExampleIndicators .carousel-item {
        max-height: 400px;
    }
    .page2-tagline {
        font-size: 2vw;
        font-weight: bold;
        line-height: 2.5vw;
    }
    .coin .row .nap,
    .coin .row .jil {
        height: 70px;
        padding: 10px;
    }
    .counter-count {
        font-size: 5vw;
        padding-bottom: 0;
    }
    img.tombol {
        width: 60%;
    }
    img.tombolkiri {
        margin-right: 0;
    }
}

.nav-nav.dropdown {
    color: #333;
}

.testimonial-item blockquote {
    background: #EAEAEA;
    border-top: 3px solid #086767;
    border-left: none;
    padding: 20px;
    margin: 0;
}

blockquote {
    font-size: 14px;
}

.testimonial-item .icon {
    color: #fff;
    font-size: 120px !important;
    line-height: 0;
    position: absolute;
    right: 20px;
    top: 10px;
    z-index: 0;
}

.testimonial-review>img {
    background: #FFFFFF;
    border: 2px solid #086767;
    border-radius: 50%;
    float: left;
    height: 70px;
    overflow: hidden;
    padding: 2px;
    width: 70px;
}

.testimonial-review>h1 {
    float: left;
    color: #555;
    font-size: 14px;
    font-weight: 700;
    line-height: normal;
    margin-top: 15px;
    padding-left: 20px;
}

.testimonial-item blockquote p {
    margin-bottom: 0;
    font-size: 16px;
    font-family: PT sans, Helvetica, Arial, sans-serif;
    font-weight: 400;
    line-height: 21px;
    color: #444;
    position: relative;
    z-index: 10;
    font-style: italic;
    font-weight: 500;
}

.testimonial blockquote small {
    display: block;
    line-height: 20px;
    font-size: 12px;
    color: #999999;
    margin-top: 5px;
}

.testimonial-review {
    position: relative;
    padding-top: 20px;
}

.testimonial-item blockquote:after {
    font-family: FontAwesome;
    content: '\f0D7';
    position: absolute;
    bottom: 4%;
    left: 23px;
    font-size: 40px;
    color: #EAEAEA;
}

#testimonial-carousel {
    margin-top: 25px;
}

.testimonial .testimonial-buttons {
    position: absolute;
    right: 0;
    top: -41px;
}

.testimonial .testimonial-buttons a {
    background: #f2f2f2;
    margin-left: -3px;
    width: 25px;
    font-size: 11px;
    height: 25px;
    display: inline-block;
    text-align: center;
    line-height: 27px;
    color: #bdc3c7;
}

.testimonial .testimonial-buttons a:hover {
    background: #f2f2f2;
    color: #555;
}

.dividerHeading h4 {
    border-bottom: 1px solid #e2e2e2;
    font-size: 26px;
    font-weight: bold;
    margin-bottom: 25px;
    padding: 10px 0;
    position: relative;
}