@import "swiper/css/bundle";

.container-color {
    /* background-color: #ecf5ff !important; */
}

.text-search {
    color: #043277 !important;
}

.container-color-count {
    background-color: #f5f5f5 !important;
}

.count-box {
    padding: 15px;
    position: relative;
    overflow: hidden;
    border-radius: 10px;
    /* margin: 0 10px 40px 10px; */
    /* background: #eaeae0; */
    text-align: justify !important;
    box-shadow: 0 5px 13px 0 rgba(68, 88, 144, 0.1);
    transition: all 0.3s ease-in-out;
    bottom: 10vh;
    /* z-index: -1; */
}

.front {
    z-index: -1;
    position: relative;
}

.sticker {
    position: absolute;
    left: 0;
    bottom: 0;
    font-size: 18 !important;
    height: 40px;
    width: 100%;
}

.container-self {
    max-width: 1500px !important;
}

.overflow-viible {
    overflow: visible;
}

.peraturan {
    border-radius: 10px;
    background-color: #f5f5f5;
}

.font-grey {
    color: #a7a6a6;
    font-size: 10pt !important;
}

.text-end {
    text-align: end;
}

.selengkapnya {
    color: #034a99;
    font-size: 10pt !important;
}

.font12 {
    font-size: 12pt !important;
}

.h-full {
    height: 100%;
}

.swiper {
    width: 100%;
    height: 30%;
    margin-bottom: 5.3rem;
}

.swiper .swiper-wrapper {
    width: 80% !important;
}

.swiper-slide {
    margin: 16px !important;
    padding: 20px;
    background: #fff;
    display: block;
    height: 75% !important;
    box-shadow: 0 0px 15px 0px rgb(136 150 171 / 40%);
    border-radius: 10px;
    transition: transform 0.2s;
}

.swiper-slide .title {
    font-size: 16px;
    font-weight: 600 !important;
}

.count-title {
    font-size: 50px !important;
    font-weight: 600 !important;
}

.swiper-slide p {
    font-size: 15px;
}

.swiper-slide:hover {
    transform: scale(1.05) !important;
    box-shadow: 0 0px 15px 0px rgb(136 150 171 / 66%);
}

.box-terbaru {
    transition: transform 0.2s;
}

.box-terbaru:hover {
    transform: scale(1.05) !important;
    box-shadow: 0 0px 15px 0px rgb(136 150 171 / 66%);
}

.swiper-slide img {
    display: block;
    width: 100%;
    height: 55%;
    object-fit: cover;
}

.swiper {
    margin-left: auto;
    margin-right: auto;
}

.form {
    position: relative;
}

.form .fa-search {
    position: absolute;
    top: 15px;
    left: 20px;
    color: #9ca3af;
}

.form span {
    position: absolute;
    right: 17px;
    top: 13px;
    padding: 2px;
    border-left: 1px solid #d1d5db;
}

.left-pan {
    padding-left: 7px;
}

.left-pan i {
    padding-left: 10px;
}

.form-input {
    height: 45px;
    text-indent: 33px;
    border-radius: 10px;
}

#advanced-search {
    text-align: left;
    margin-top: 20px;
}

.read-more {
    text-align: center;
}

.read-more .btn {
    border-radius: 10px;
    background-color: #043277;
    border-color: #043277;
}

.read-more .btn:hover {
    background-color: #043277ad;
    border-color: #043277ad;
}

#latest-stat {
    padding: 60px 0;
}

#latest-stat .card {
    border-radius: 20px;
    margin: 0 15px;
    padding: 15px 0;
    text-align: center;
    color: #043277;
    transition: 0.5s ease-in-out;
    height: 100%;
}

@media (max-width: 991px) {
    #latest-stat .card {
        margin: 0;
    }
}

#latest-stat .card:hover {
    border-color: #003b7a;
}

.main-text-shadow {
    text-shadow: 1.5px 1px 1.5px #808080;
}

#hero .hero-info .btn-adv-search {
    font-family: "Montserrat", sans-serif;
    font-size: 12px;
    /* font-weight: 600; */
    letter-spacing: 1px;
    display: inline-block;
    padding: 5px 10px;
    border-radius: 10px;
    transition: 0.5s;
    margin: 0 20px 20px 0;
    color: #3b3b3b;
    border: 2px solid #fff;
}

#hero .hero-info .btn-adv-search:hover {
    background: #043277ad;
    border-color: #043277ad;
    color: #fff;
}

.glyphicon {
    margin-right: 5px;
}

.rating .glyphicon {
    font-size: 22px;
}

.rating-num {
    margin-top: 0px;
    font-size: 54px;
}

.progress {
    margin-bottom: 5px;
}

.progress-bar {
    text-align: left;
}

.rating-desc .col-md-3 {
    padding-right: 0px;
}

.sr-only {
    margin-left: 5px;
    margin-bottom: 10px;
    overflow: visible;
    clip: auto;
}

.well {
    min-height: 20px;
    padding: 19px;
    margin-bottom: 20px;
    /* background-color: #f5f5f5; */
    /* border: 1px solid #e3e3e3; */
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
}

.well blockquote {
    border-color: #ddd;
    border-color: rgba(0, 0, 0, 0.15);
}

.well-lg {
    padding: 24px;
    border-radius: 6px;
}

.well-sm {
    padding: 9px;
    border-radius: 3px;
}

.progress {
    height: 20px;
    margin-bottom: 20px;
    overflow: hidden;
    background-color: #ffffff;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
}

.progress-bar {
    float: left;
    width: 0;
    height: 100%;
    font-size: 12px;
    color: #fff;
    text-align: center;
    background-color: #428bca;
    -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
    box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
    -webkit-transition: width 0.6s ease;
    transition: width 0.6s ease;
}

.progress-striped .progress-bar {
    background-image: -webkit-gradient(
        linear,
        0 100%,
        100% 0,
        color-stop(0.25, rgba(255, 255, 255, 0.15)),
        color-stop(0.25, transparent),
        color-stop(0.5, transparent),
        color-stop(0.5, rgba(255, 255, 255, 0.15)),
        color-stop(0.75, rgba(255, 255, 255, 0.15)),
        color-stop(0.75, transparent),
        to(transparent)
    );
    background-image: -webkit-linear-gradient(
        45deg,
        rgba(255, 255, 255, 0.15) 25%,
        transparent 25%,
        transparent 50%,
        rgba(255, 255, 255, 0.15) 50%,
        rgba(255, 255, 255, 0.15) 75%,
        transparent 75%,
        transparent
    );
    background-image: -moz-linear-gradient(
        45deg,
        rgba(255, 255, 255, 0.15) 25%,
        transparent 25%,
        transparent 50%,
        rgba(255, 255, 255, 0.15) 50%,
        rgba(255, 255, 255, 0.15) 75%,
        transparent 75%,
        transparent
    );
    background-image: linear-gradient(
        45deg,
        rgba(255, 255, 255, 0.15) 25%,
        transparent 25%,
        transparent 50%,
        rgba(255, 255, 255, 0.15) 50%,
        rgba(255, 255, 255, 0.15) 75%,
        transparent 75%,
        transparent
    );
    background-size: 40px 40px;
}

.progress.active .progress-bar {
    -webkit-animation: progress-bar-stripes 2s linear infinite;
    -moz-animation: progress-bar-stripes 2s linear infinite;
    -ms-animation: progress-bar-stripes 2s linear infinite;
    -o-animation: progress-bar-stripes 2s linear infinite;
    animation: progress-bar-stripes 2s linear infinite;
}

.progress-bar-success {
    background-color: #5cb85c;
}

.progress-striped .progress-bar-success {
    background-image: -webkit-gradient(
        linear,
        0 100%,
        100% 0,
        color-stop(0.25, rgba(255, 255, 255, 0.15)),
        color-stop(0.25, transparent),
        color-stop(0.5, transparent),
        color-stop(0.5, rgba(255, 255, 255, 0.15)),
        color-stop(0.75, rgba(255, 255, 255, 0.15)),
        color-stop(0.75, transparent),
        to(transparent)
    );
    background-image: -webkit-linear-gradient(
        45deg,
        rgba(255, 255, 255, 0.15) 25%,
        transparent 25%,
        transparent 50%,
        rgba(255, 255, 255, 0.15) 50%,
        rgba(255, 255, 255, 0.15) 75%,
        transparent 75%,
        transparent
    );
    background-image: -moz-linear-gradient(
        45deg,
        rgba(255, 255, 255, 0.15) 25%,
        transparent 25%,
        transparent 50%,
        rgba(255, 255, 255, 0.15) 50%,
        rgba(255, 255, 255, 0.15) 75%,
        transparent 75%,
        transparent
    );
    background-image: linear-gradient(
        45deg,
        rgba(255, 255, 255, 0.15) 25%,
        transparent 25%,
        transparent 50%,
        rgba(255, 255, 255, 0.15) 50%,
        rgba(255, 255, 255, 0.15) 75%,
        transparent 75%,
        transparent
    );
}

.progress-bar-info {
    background-color: #5bc0de;
}

.progress-striped .progress-bar-info {
    background-image: -webkit-gradient(
        linear,
        0 100%,
        100% 0,
        color-stop(0.25, rgba(255, 255, 255, 0.15)),
        color-stop(0.25, transparent),
        color-stop(0.5, transparent),
        color-stop(0.5, rgba(255, 255, 255, 0.15)),
        color-stop(0.75, rgba(255, 255, 255, 0.15)),
        color-stop(0.75, transparent),
        to(transparent)
    );
    background-image: -webkit-linear-gradient(
        45deg,
        rgba(255, 255, 255, 0.15) 25%,
        transparent 25%,
        transparent 50%,
        rgba(255, 255, 255, 0.15) 50%,
        rgba(255, 255, 255, 0.15) 75%,
        transparent 75%,
        transparent
    );
    background-image: -moz-linear-gradient(
        45deg,
        rgba(255, 255, 255, 0.15) 25%,
        transparent 25%,
        transparent 50%,
        rgba(255, 255, 255, 0.15) 50%,
        rgba(255, 255, 255, 0.15) 75%,
        transparent 75%,
        transparent
    );
    background-image: linear-gradient(
        45deg,
        rgba(255, 255, 255, 0.15) 25%,
        transparent 25%,
        transparent 50%,
        rgba(255, 255, 255, 0.15) 50%,
        rgba(255, 255, 255, 0.15) 75%,
        transparent 75%,
        transparent
    );
}

.progress-bar-warning {
    background-color: #f0ad4e;
}

.progress-striped .progress-bar-warning {
    background-image: -webkit-gradient(
        linear,
        0 100%,
        100% 0,
        color-stop(0.25, rgba(255, 255, 255, 0.15)),
        color-stop(0.25, transparent),
        color-stop(0.5, transparent),
        color-stop(0.5, rgba(255, 255, 255, 0.15)),
        color-stop(0.75, rgba(255, 255, 255, 0.15)),
        color-stop(0.75, transparent),
        to(transparent)
    );
    background-image: -webkit-linear-gradient(
        45deg,
        rgba(255, 255, 255, 0.15) 25%,
        transparent 25%,
        transparent 50%,
        rgba(255, 255, 255, 0.15) 50%,
        rgba(255, 255, 255, 0.15) 75%,
        transparent 75%,
        transparent
    );
    background-image: -moz-linear-gradient(
        45deg,
        rgba(255, 255, 255, 0.15) 25%,
        transparent 25%,
        transparent 50%,
        rgba(255, 255, 255, 0.15) 50%,
        rgba(255, 255, 255, 0.15) 75%,
        transparent 75%,
        transparent
    );
    background-image: linear-gradient(
        45deg,
        rgba(255, 255, 255, 0.15) 25%,
        transparent 25%,
        transparent 50%,
        rgba(255, 255, 255, 0.15) 50%,
        rgba(255, 255, 255, 0.15) 75%,
        transparent 75%,
        transparent
    );
}

.progress-bar-danger {
    background-color: #d9534f;
}

.progress-striped .progress-bar-danger {
    background-image: -webkit-gradient(
        linear,
        0 100%,
        100% 0,
        color-stop(0.25, rgba(255, 255, 255, 0.15)),
        color-stop(0.25, transparent),
        color-stop(0.5, transparent),
        color-stop(0.5, rgba(255, 255, 255, 0.15)),
        color-stop(0.75, rgba(255, 255, 255, 0.15)),
        color-stop(0.75, transparent),
        to(transparent)
    );
    background-image: -webkit-linear-gradient(
        45deg,
        rgba(255, 255, 255, 0.15) 25%,
        transparent 25%,
        transparent 50%,
        rgba(255, 255, 255, 0.15) 50%,
        rgba(255, 255, 255, 0.15) 75%,
        transparent 75%,
        transparent
    );
    background-image: -moz-linear-gradient(
        45deg,
        rgba(255, 255, 255, 0.15) 25%,
        transparent 25%,
        transparent 50%,
        rgba(255, 255, 255, 0.15) 50%,
        rgba(255, 255, 255, 0.15) 75%,
        transparent 75%,
        transparent
    );
    background-image: linear-gradient(
        45deg,
        rgba(255, 255, 255, 0.15) 25%,
        transparent 25%,
        transparent 50%,
        rgba(255, 255, 255, 0.15) 50%,
        rgba(255, 255, 255, 0.15) 75%,
        transparent 75%,
        transparent
    );
}

.close {
    float: right;
    font-size: 24px;
    font-weight: bold;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    opacity: 0.5;
    cursor: pointer;
    background: transparent;
    border: none;
    outline: none;
}

.close:hover {
    opacity: 0.8;
}

@import "swiper/css/bundle";
.container-color {
    /* background-color: #ecf5ff !important; */
}

.text-search {
    color: #043277 !important;
}
.container-color-count {
    background-color: #f5f5f5 !important;
}

.count-box {
    padding: 15px;
    position: relative;
    overflow: hidden;
    border-radius: 10px;
    /* margin: 0 10px 40px 10px; */
    /* background: #eaeae0; */
    text-align: justify !important;
    box-shadow: 0 5px 13px 0 rgba(68, 88, 144, 0.1);
    transition: all 0.3s ease-in-out;
    bottom: 10vh;
    /* z-index: -1; */
}

.front {
    z-index: -1;
    position: relative;
}

.sticker {
    position: absolute;
    left: 0;
    bottom: 0;
    font-size: 18 !important;
    height: 40px;
    width: 100%;
}

.container-self {
    max-width: 1500px !important;
}

.overflow-viible {
    overflow: visible;
}

.peraturan {
    border-radius: 10px;
    background-color: #f5f5f5;
}

.font-grey {
    color: #a7a6a6;
    font-size: 10pt !important;
}

.text-end {
    text-align: end;
}

.selengkapnya {
    color: #034a99;
    font-size: 10pt !important;
}

.font12 {
    font-size: 12pt !important;
}

.h-full {
    height: 100%;
}

.swiper {
    width: 100%;
    height: 30%;
    margin-bottom: 5.3rem;
}

.swiper .swiper-wrapper {
    width: 80% !important;
}

.swiper-slide {
    margin: 16px !important;
    padding: 20px;
    background: #fff;
    display: block;
    height: 75% !important;
    box-shadow: 0 0px 15px 0px rgb(136 150 171 / 40%);
    border-radius: 10px;
    transition: transform 0.2s;
}

.swiper-slide .title {
    font-size: 16px;
    font-weight: 600 !important;
}

.count-title {
    font-size: 50px !important;
    font-weight: 600 !important;
}

.swiper-slide p {
    font-size: 15px;
}

.swiper-slide:hover {
    transform: scale(1.05) !important;
    box-shadow: 0 0px 15px 0px rgb(136 150 171 / 66%);
}

.box-terbaru {
    transition: transform 0.2s;
}

.box-terbaru:hover {
    transform: scale(1.05) !important;
    box-shadow: 0 0px 15px 0px rgb(136 150 171 / 66%);
}

.swiper-slide img {
    display: block;
    width: 100%;
    height: 55%;
    object-fit: cover;
}

.swiper {
    margin-left: auto;
    margin-right: auto;
}
