@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.0;
	 filter: alpha(opacity=100);
}

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

.bigPic {left:1px;}
.img-header {width:65%;}
@media only screen and (max-width:480px){
    .munculdiweb{display:none}
    #searchAgent{width:75%;margin-top:10px;}
    .bigPic {left:-10px;}
    .img-header {width:75%;}
}

@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:-120px;}
    .panahnextslider { margin-right:-70px;}
    .panahprevslider { margin-left:-70px;}
    .jarakatasslider { margin-top:0px;}
    .downloadbackgraound {margin-top:-260px;background:url(../images/bg_download_23.png) bottom no-repeat; padding-top:180px; z-index:-100; width:100%;}
    .downloadbutton {width:334px;}
    .bgsliderweb {background:url(../images/bg_slider.png) no-repeat top; background-size:cover;}
    .bgagent {background:url(../images/bg-pruads_2024.jpg) no-repeat top center; background-size:cover;}
}

@media only screen and (max-device-width: 1090px) {
    /* @media only screen and (max-device-width: 670px) { */
    /* @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;}
    .downloadbackgraound {margin-top:-5px; background:#56bcb9; padding-top:20px;}
    .downloadbutton {width:250px;}
    .bgsliderweb {background:url(../images/bg_slider_m.png) top no-repeat; background-size: cover;}
    /* .bgsliderweb {background:url(../images/bg_slider_m.png) top no-repeat; background-size: contain;} */
    .bgagent {background:url(../images/bg-pruads_mobil_2024.jpg) no-repeat top center; background-size:auto;}

    .img-header {width:75%;}
}

@media (min-width: 1350px) {
    .img-header {width:80%;}
}

.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;
    height: 100%;
    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:155px;
    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.0);
    -webkit-transform: scale(1.0);
    transform: scale(1.0);
}

.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: .2s;
    transition-delay: .2s;
}

/*****/
.hovereffect1 {
    width: 220px;
    height: 100%;
    overflow: hidden;
    position: relative;
    text-align: center;
    cursor: default;
}

.hovereffect1 .overlay {
    width: 100%;
    height: 98%;
    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:187px;
    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 {
} */

.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: .2s;
    transition-delay: .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);
}

/**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;}

.agent_name {
    padding-top:55px; 
    padding-bottom:2px; 
    color:#1d1d1b; 
    font-size:13px;
    padding-left:10px; 
    padding-right:5px; 
    font-weight:800;
    text-transform: uppercase;
}

.agent_name-01 {
    padding-top:70px !important;
}

.agent_achievement {
    color:#1d1d1b; 
    font-size:12px;
    line-height:12px;
    width: 95%;
    margin: auto;
}