@charset "utf-8";
/* CSS Document */

@font-face {
    font-family: "FSAlbertPro";
    src: url("../fonts/FSAlbertPro.eot");
    src: url("../fonts/FSAlbertPro.eot") format("embedded-opentype"),
        url("../fonts/FSAlbertPro.woff2") format("woff2"),
        url("../fonts/FSAlbertPro.woff") format("woff"),
        url("../fonts/FSAlbertPro.ttf") format("truetype"),
        url("../fonts/FSAlbertPro.svg#FSAlbertPro") format("svg");
}

@font-face {
    font-family: "FS-Albert-Pro-ExtraBold";
    src: url("../fonts/FS-Albert-Pro-ExtraBold.eot");
    src: url("../fonts/FS-Albert-Pro-ExtraBold.eot?#iefix")
            format("embedded-opentype"),
        url("../fonts/FS-Albert-Pro-ExtraBold.woff2") format("woff2"),
        url("../fonts/FS-Albert-Pro-ExtraBold.woff") format("woff"),
        url("../fonts/FS-Albert-Pro-ExtraBold.ttf") format("truetype"),
        url("../fonts/FS-Albert-Pro-ExtraBold.svg#FS Albert Pro") format("svg");
}

.button {
    opacity: 1;
    filter: alpha(opacity=100);
}

.button:hover {
    opacity: 0.5;
    filter: alpha(opacity=40);
}

@media (min-width: 800px) {
    .headerkiri {
        order: 1;
        width: 15%;
        float: left;
        margin-top: 0px;
    }
    .besarlogowin {
        width: 70%;
    }
    .headertengah {
        order: 2;
        width: 100%;
        margin-top: 10px;
        margin-bottom: 80px;
        padding: 0;
    }
    .headerkanan {
        order: 3;
        width: 15%;
        float: left;
    }
    .blokkiri {
        order: 1;
        margin-top: 320px;
        background: url(../images/pojok-kiri-bawah.png) right bottom no-repeat;
    }
    .bloktengah {
        order: 2;
        background: #f8b133;
    }
    .blokkanan {
        order: 3;
        background: url(../images/pojok-kanan-atas.png) left top no-repeat;
    }
    .mtblokkanan {
        margin-top: 85px;
    }
    .pertama {
        order: 4;
    }
    .judul {
        font-size: 40px;
        color: #ea1c2e;
        font-weight: 800;
        margin-bottom: 50px;
    }
    .garis {
        border-bottom: 1px solid #7c7c7c;
        padding-left: 50px;
        padding-right: 50px;
        padding-bottom: 20px;
    }
    .munculdiweb {
        display: block;
    }
    .munculdimobile {
        display: none;
    }
    .cari {
        width: 30%;
    }
    .tinggi {
        margin-top: -110px;
    }
    .panahnextslider {
        margin-right: -70px;
    }
    .panahprevslider {
        margin-left: -70px;
    }
    .jarakatasslider {
        margin-top: 0px;
    }
}

@media only screen and (max-device-width: 480px) {
    .pertama {
        order: 1;
    }
    .headerkiri {
        order: 1;
        width: 60%;
        float: left;
        margin-top: 20px;
        text-align: left;
    }
    .besarlogowin {
        width: 120px;
    }
    .headertengah {
        order: 3;
        width: 100%;
    }
    .headerkanan {
        order: 2;
        width: 40%;
        float: left;
    }
    .blokkiri {
        order: 2;
    }
    .bloktengah {
        order: 1;
        background: #f8b133;
    }
    .blokkanan {
        order: 3;
    }
    .cari {
        font-size: 13px;
        width: 150px;
    }
    .judul {
        font-size: 25px;
        color: #ea1c2e;
        font-weight: 800;
        margin-bottom: 50px;
    }
    .garis {
        border-bottom: 1px solid #7c7c7c;
        padding-left: 20px;
        padding-right: 20px;
        padding-bottom: 10px;
    }
    .munculdiweb {
        display: none;
    }
    .munculdimobile {
        display: block;
    }
    .tinggi {
        margin-top: -15px;
    }
    .panahnextslider {
        margin-right: 0;
        color: #fff;
    }
    .panahprevslider {
        margin-left: 0;
        color: #fff;
    }
    .jarakatasslider {
        margin-top: 20px;
    }
}
.tengah {
    margin: auto;
    display: block;
}

body,
html {
    font-family: "FSAlbertPro", sans-serif;
    font-size: 16px;
    line-height: 18px;
    color: #444;
    width: 100%;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
    overflow-x: hidden;
    position: relative;
    z-index: 1;
}

.hovereffect {
    /* width: 180px; */
    width: 100%;
    height: 100%;
    max-width: 250px;
    max-height: 272px;

    overflow: hidden;
    position: relative;
    text-align: center;
    cursor: default;
}

.hovereffect .overlay {
    width: 100%;
    height: 100%;
    position: absolute;
    overflow: hidden;
    top: 0;
    left: 0;
    opacity: 0;
    filter: alpha(opacity=0);
    background-color: rgba(190, 30, 45, 0.6);
    -webkit-transition: all 0.4s cubic-bezier(0.88, -0.99, 0, 1.81);
    transition: all 0.4s cubic-bezier(0.88, -0.99, 0, 1.81);
    z-index: 10;
}

.hovereffect img {
    display: block;
    width: 160px;
    position: relative;
    -webkit-transition: all 0.4s cubic-bezier(0.88, -0.99, 0, 1.81);
    transition: all 0.4s cubic-bezier(0.88, -0.99, 0, 1.81);
}

.hovereffect h2 {
    text-transform: uppercase;
    color: #fff;
    text-align: center;
    position: relative;
    font-size: 17px;
    background: rgba(190, 30, 45, 0.6);
    -webkit-transform: translatey(-100px);
    -ms-transform: translatey(-100px);
    transform: translatey(-100px);
    -webkit-transition: all 0.4s cubic-bezier(0.88, -0.99, 0, 1.81);
    transition: all 0.4s cubic-bezier(0.88, -0.99, 0, 1.81);
    padding: 10px;
}

.hovereffect a.info {
    text-decoration: none;
    display: inline-block;
    color: #fff;
    border: 1px solid #fff;
    background-color: transparent;
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
    margin: 50px 0 0;
    padding: 7px 14px;
}

.hovereffect a.info:hover {
    box-shadow: 0 0 5px #fff;
}

.hovereffect:hover img {
    -ms-transform: scale(1);
    -webkit-transform: scale(1);
    transform: scale(1);
}

.hovereffect:hover .overlay {
    opacity: 1;
    filter: alpha(opacity=100);
}

.hovereffect:hover h2,
.hovereffect:hover a.info {
    opacity: 1;
    filter: alpha(opacity=100);
    -ms-transform: translatey(0);
    -webkit-transform: translatey(0);
    transform: translatey(0);
}

.hovereffect:hover a.info {
    -webkit-transition-delay: 0.2s;
    transition-delay: 0.2s;
}

/*****/
.hovereffect1 {
    width: 220px;
    height: 100%;

    overflow: hidden;
    position: relative;
    text-align: center;
    cursor: default;
}

.hovereffect1 .overlay {
    width: 100%;
    height: 100%;
    position: absolute;
    overflow: hidden;
    top: 0;
    left: 0;
    opacity: 0;
    filter: alpha(opacity=0);
    background-color: rgba(190, 30, 45, 0.6);
    -webkit-transition: all 0.4s cubic-bezier(0.88, -0.99, 0, 1.81);
    transition: all 0.4s cubic-bezier(0.88, -0.99, 0, 1.81);
    z-index: 10;
}

.hovereffect1 img {
    display: block;
    width: 200px;
    position: relative;
    -webkit-transition: all 0.4s cubic-bezier(0.88, -0.99, 0, 1.81);
    transition: all 0.4s cubic-bezier(0.88, -0.99, 0, 1.81);
}

.hovereffect1 h2 {
    text-transform: uppercase;
    color: #fff;
    text-align: center;
    position: relative;
    font-size: 17px;
    background: rgba(190, 30, 45, 0.6);
    -webkit-transform: translatey(-100px);
    -ms-transform: translatey(-100px);
    transform: translatey(-100px);
    -webkit-transition: all 0.4s cubic-bezier(0.88, -0.99, 0, 1.81);
    transition: all 0.4s cubic-bezier(0.88, -0.99, 0, 1.81);
    padding: 10px;
}

.hovereffect1 a.info1 {
    text-decoration: none;
    display: inline-block;
    text-transform: uppercase;
    color: #fff;
    border: 1px solid #fff;
    background-color: transparent;
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
    margin: 50px 0 0;
    padding: 7px 14px;
}

.hovereffect1 a.info1:hover {
    box-shadow: 0 0 5px #fff;
}

.hovereffect1:hover img {
    -ms-transform: scale(1.2);
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
}

.hovereffect1:hover .overlay {
    opacity: 1;
    filter: alpha(opacity=100);
}

.hovereffect1:hover h2,
.hovereffect1:hover a.info1 {
    opacity: 1;
    filter: alpha(opacity=100);
    -ms-transform: translatey(0);
    -webkit-transform: translatey(0);
    transform: translatey(0);
}

.hovereffect1:hover a.info1 {
    -webkit-transition-delay: 0.2s;
    transition-delay: 0.2s;
}

/* .potong {
  width: 150px;
  height: 150px;
  -webkit-clip-path: polygon(0 0, 0 150px, 150px 135px, 150px 0);
  clip-path: polygon(0 0, 0 145px, 145px 135px, 150px 0);
} */

.potong {
    width: 215px;
    height: 215px;
    /* -webkit-clip-path: polygon(0 0, 0 150px, 150px 135px, 150px 0);
  clip-path: polygon(0 0, 0 145px, 145px 135px, 150px 0); */
}

.potong-m {
    width: 155px;
    height: 155px;
    /* -webkit-clip-path: polygon(0 0, 0 150px, 150px 135px, 150px 0);
  clip-path: polygon(0 0, 0 145px, 145px 135px, 150px 0); */
}

/**Tambahan Garry**/
.download-gatra {
    text-align: center;
    padding-bottom: 10px;
}
.download-gatra a {
    color: #fff;
    background: #ea1c2e;
    padding: 10px 20px;
    border-top-left-radius: 15px 15px;
    border-top-right-radius: 15px 15px;
    width: 200px;
    font-size: 24px;
}
.download-gatra a:hover {
    text-decoration: none;
    color: #ddd;
}
.top-agent .image {
    height: 150px;
    overflow: hidden;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 10px;
    position: relative;
}
.top-agent .image .img-fluid {
    height: 150px;
}
.agent .image {
    border: 1px solid #ddd;
    border-radius: 5px;
    height: 170px;
    overflow: hidden;
    position: relative;
    z-index: 1;
    background: #fff;
}
.agent .image .img-fluid {
    width: 100%;
}
.modal .photo {
    max-width: 100%;
    max-height: 180px;
    border-radius: 50%;
}
.hovereffect > div {
    height: 180px;
    overflow: hidden;
    z-index: 0;
    position: relative;
}
.agent .image {
    z-index: 0;
    height: 220px;
}
.top-agent div.wrapper {
    height: 180px;
    overflow: hidden;
    position: relative;
    z-index: 0;
}
.modal-body .name {
    margin-top: 10px !important;
    line-height: 25px;
}
.modal-body a {
    margin-top: 10px;
    display: inline-block;
}
#searchAgent {
    width: 40%;
}

.achievements {
    padding: 0 30px;
}
.agent-list {
    justify-content: center;
}
.options {
    text-align: center;
    width: 100%;
    margin-bottom: 50px;
}
.options a {
    font-size: 20px;
    color: #fff;
    background-color: #ea1c2e;
    padding: 10px 20px;
    border-radius: 5px;
    display: inline-block;
    margin: 5px 20px;
}
.options a:hover {
    text-decoration: none;
    color: #ddd;
}

.search-agent-div {
    background-color: transparent;
    height: 100px;
    margin-top: -1px;
}

.search-agent-width-input {
    width: 40% !important;
}

.pic-bottom {
    bottom: -20px;
    margin: auto;
}

.pic-modal-bottom {
    bottom: 0;
    margin: auto;
    position: relative;
}

@media only screen and (max-width: 775px) {
    .munculdiweb {
        display: none;
    }
    #searchAgent {
        width: 75%;
        margin-top: 10px;
    }

    .search-agent-div {
        background-color: transparent;
        height: 50px;
        margin-top: 0;
    }

    .search-agent-width-input {
        width: 70% !important;
    }
}

.keterangan-tarc {
    margin-top: 190px;
    font-size: 14px;
    font-weight: 600;
}

.keterangan-tarc span {
    font-size: 13px;
    font-weight: 300;
}

.search-pos-result {
    bottom: -20px;
}

@media only screen and (max-width: 428px) {
    .hovereffect {
        max-width: 184px;
        max-height: 201px;
    }

    .hovereffect img {
        width: 110px;
    }

    .keterangan-tarc {
        margin-top: 140px;
    }

    .search-pos-result {
        bottom: -22px;
    }

    .search-agent-width-input {
        width: 60% !important;
    }

    .pic-bottom {
        bottom: -23px;
        margin: auto;
    }

    .pic-modal-bottom {
        bottom: -4px;
        margin: auto;
        position: relative;
    }
}

@media only screen and (max-width: 414px) {
    .hovereffect {
        max-width: 184px;
        max-height: 201px;
    }

    .hovereffect img {
        width: 110px;
    }

    .keterangan-tarc {
        margin-top: 140px;
    }

    .search-pos-result {
        bottom: -22px;
    }

    .search-agent-width-input {
        width: 60% !important;
    }
}

@media only screen and (max-width: 396px) {
    .search-pos-result {
        bottom: -22px;
    }
}

@media only screen and (max-width: 360px) {
    .hovereffect {
        max-width: 150px;
        max-height: 163px;
    }

    .hovereffect img {
        width: 85px;
    }

    .keterangan-tarc {
        margin-top: 110px;
        font-size: 10px;
        font-weight: 600;
    }

    .keterangan-tarc span {
        font-size: 9px;
        font-weight: 300;
    }

    .search-pos-result {
        bottom: -8px;
    }
}
