 /*Margin top */
.m-t-0{
    margin-top: 0px;
}
.m-t-5{
    margin-top: 5px;
}
.m-t-10{
    margin-top: 10px;
}
.m-t-15{
    margin-top: 15px;
}
.m-t-20{
    margin-top: 20px;
}
.m-t-25{
    margin-top: 25px;
}
.m-t-30{
    margin-top: 30px;
}
/* End Margin top */

/* Margin Bottom */
.m-b-0{
    margin-bottom: 0px;
}
.m-b-5{
    margin-bottom: 5px;
}
.m-b-10{
    margin-bottom: 10px;
}
.m-b-15{
    margin-bottom: 15px;
}
.m-b-20{
    margin-bottom: 20px;
}
.m-b-25{
    margin-bottom: 25px;
}
.m-b-30{
    margin-bottom: 30px;
}
/* End Margin Bottom */

/* Margin Left */
.m-l-0{
    margin-left: 0px;
}
.m-l-5{
    margin-left: 5px;
}
.m-l-10{
    margin-left: 10px;
}
.m-l-15{
    margin-left: 15px;
}
.m-l-20{
    margin-left: 20px;
}
.m-l-25{
    margin-left: 25px;
}
.m-l-30{
    margin-left: 30px;
}
/* End Margin Left */

/* Margin Right */
.m-r-0{
    margin-right: 0px;
}
.m-r-5{
    margin-right: 5px;
}
.m-r-10{
    margin-right: 10px;
}
.m-r-15{
    margin-right: 15px;
}
.m-r-20{
    margin-right: 20px;
}
.m-r-25{
    margin-right: 25px;
}
.m-r-30{
    margin-right: 30px;
}
/* End Margin Right */

/* Padding top */
.p-t-0{
    padding-top: 0px;
}
.p-t-5{
    padding-top: 5px;
}
.p-t-10{
    padding-top: 10px;
}
.p-t-15{
    padding-top: 15px;
}
.p-t-20{
    padding-top: 20px;
}
.p-t-25{
    padding-top: 25px;
}
.p-t-30{
    padding-top: 30px;
}
/* End Padding top */

/* Padding Bottom */
.p-b-0{
    padding-bottom: 0px;
}
.p-b-5{
    padding-bottom: 5px;
}
.p-b-10{
    padding-bottom: 10px;
}
.p-b-15{
    padding-bottom: 15px;
}
.p-b-20{
    padding-bottom: 20px;
}
.p-b-25{
    padding-bottom: 25px;
}
.p-b-30{
    padding-bottom: 30px;
}
/* End Padding Bottom */

/* Padding Left */
.p-l-0{
    padding-left: 0px;
}
.p-l-5{
    padding-left: 5px;
}
.p-l-10{
    padding-left: 10px;
}
.p-l-15{
    padding-left: 15px;
}
.p-l-20{
    padding-left: 20px;
}
.p-l-25{
    padding-left: 25px;
}
.p-l-30{
    padding-left: 30px;
}
/* End padding Left */

/* padding Right */
.p-r-0{
    padding-right: 0px;
}
.p-r-5{
    padding-right: 5px;
}
.p-r-10{
    padding-right: 10px;
}
.p-r-15{
    padding-right: 15px;
}
.p-r-20{
    padding-right: 20px;
}
.p-r-25{
    padding-right: 25px;
}
.p-r-30{
    padding-right: 30px;
}
/* End padding Right */
.navbar {border-radius: 0px;}
.navbar-default{background-color: #d90f25; border-color:#aa0418;}
.navbar .navbar-nav-justified{ padding-left: 0; padding-right: 0;border-radius: 0px;}
.navbar .navbar-collapse > .nav-justified.nav-pills > li > a{ padding-top: 15px; padding-bottom: 15px; margin-bottom:0; -webkit-border-radius: 0px; -moz-border-radius: 0px; border-radius: 0px;font-family: 'verdana';font-weight: 900;color:#f1f1f1;}
.navbar .navbar-collapse > .nav-justified.nav-pills > li > a:hover{ padding-top: 15px; padding-bottom: 15px; margin-bottom:0; -webkit-border-radius: 0px; -moz-border-radius: 0px; border-radius: 0px;font-family: 'verdana';font-weight: 900;color:#f1f1f1;background-color: #aa0418;}
.navbar .navbar-collapse > .nav-justified.nav-pills > li + li{ margin-left: 0; border-top:solid 1px #f1f1f1;}
.navbar-toggle-center { width: 100%; float: none; margin: 0 auto; border-width:0; border-radius:0; padding: 14px 15px; font-size: 16px;}
@media (min-width: 768px){
    .navbar .navbar-collapse > .nav-justified.nav-pills > li:first-child > a{ -webkit-border-radius: 4px 0px 0px 4px; -moz-border-radius: 4px 0px 0px 4px; border-radius: 4px 0px 0px 4px;}
    .navbar .navbar-collapse > .nav-justified.nav-pills > li:last-child > a{ -webkit-border-radius: 0px 4px 4px 0px; -moz-border-radius: 0px 4px 4px 0px; border-radius: 0px 4px 4px 0px;}
    .navbar .navbar-collapse > .nav-justified.nav-pills > li + li{ margin-left: 0; border-left:solid 1px #aa0418; border-top:0;}
}
.position-middle{
    display: table-cell;
    vertical-align: middle;
}

.underline-one{
    width: 100%;
    height: 5px;
    background-color: #d90f25;
    position: relative;
}

.underline-two{
    width: 50%;
    height: 5px;
    background-color: #aa0418;
    position: absolute;
    right: 0;
    bottom: 0;
    top: 0;
}

.box-news{
    width: 100%;
    height: 500px;
    background-color: #f5f5f5;
    padding: 15px;
    border-radius: 4px;
}

.col-centered{
    float: none;
    margin: 0 auto;
}

.table-no-border .table-bordered > thead > tr > th, 
.table-no-border .table-bordered > tbody > tr > th, 
.table-no-border .table-bordered > tfoot > tr > th, 
.table-no-border .table-bordered > thead > tr > td, 
.table-no-border .table-bordered > tbody > tr > td, 
.table-no-border .table-bordered > tfoot > tr > td{ 
    border: 1px solid transparent; 
}

/*.bg{
    background: url(/images/template/background.jpg) no-repeat center center fixed; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}*/
/*html,
body{
    width: 100%;
    height: 100%;
}*/
/*.bg{
    background: url(/images/template/background.jpg) no-repeat center center ; 
  background-position: bottom;
}*/
body { 
  /*background: url(/images/template/backgroundgradasi.jpg) no-repeat center center fixed;*/ 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}


header{
    /*background-color: #d90f25;
    border-bottom:10px solid #aa0418;*/
}

header .main-content-one .content-one {
    width: 100%;
    height: 100px;
    background-color: ;
    display: table;
}

header .main-content-one .content-one a{
    text-decoration: none;
}

header .main-content-one .content-one a:hover h3, 
header .main-content-one .content-one a:hover h5{
    color: #f1f1f1;
}

header .main-content-one .content-one h3{
    letter-spacing: 19px;
    font-family: 'verdana';
    color: #ffffff;
}

header .main-content-one .content-one h5{
    letter-spacing: -1.5px;
    font-family: 'verdana';
    color: #ffffff;
}

header .main-content-two .content {
    width: 100%;
    height: 100px;
    background-color: ;
    display: table;
}

header .main-content-two .content ul.list-inline li{
    padding-left: 28px;
    padding-right: 28px;
}

header .main-content-two ul.list-inline li a{
    text-decoration: none;
}

header .main-content-two ul.list-inline li a h5{
    font-family: 'verdana';
    color: #ffffff;
}

header .main-content-two ul.list-inline li a:hover h5{
    color: #f1f1f1;
}

header .main-content-three .content{
    width: 100%;
    height: 100px;
    background-color: ;
    display: table;
}

.footer-one{
    background-color:#d90f25;
    border-bottom:15px solid #aa0418;
}

.footer-one .main-content-one .content-one{
    width: 100%;
    height: 200px;
    display: table;
}

.footer-one .main-content-one .content-one .content-one-one{
    width: 100%;
    background-color: ;
}

.footer-one .main-content-one .content-one .content-one-one h3{
   letter-spacing: 19px;
   font-family: 'verdana';
   color: #ffffff;
}

.footer-one .main-content-one .content-one .content-one-one h5{
   letter-spacing: -1.5px;
   font-family: 'verdana';
   color: #ffffff;
}

.footer-one .main-content-one .content-one .content-one-two h5{
   font-family: 'verdana';
   color: #ffffff;
}

.footer-two{
    background-color:#f5f5f5;
    min-height: 0px;
}

.footer-two .main-content-one .content-one{
    width: 100%;
    height: 50px;
    display: table;
}


.footer-two .main-content-one .content-one ul.list-inline li a i{
    color: #d90f25;
}

.footer-two .main-content-one .content-one ul.list-inline li a:hover i{
    color: #aa0418;
}

.page-home .section-one {
    background-color: #f5f5f5;
    padding: 15px 0px 15px 0px;
}

.page-home .section-one .main-content-one{
    position: relative;
}

/*.page-home .section-one .main-content-one .content-one .title-caption:after{
    content: "";
    width: 101%;
    height: 51px;
    background-color: #d90f25;
    position: absolute;
    left: 0;
    bottom: 5px;

}*/
.page-home .section-one .main-content-one .content-one:before{
    content: "";
    width: 15px;
    height :300px;
    background-color: ;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 1;
    margin-top: 30px;
    border-right: 2px solid #f1f1f1;
}

.page-home .section-one .main-content-one .content-one:after{
    content: "";
    width: 15px;
    height :100%;
    background-color: #ffffff;
    position: absolute;
    right: 0;
    top: 0;
}

.page-home .section-one .main-content-two .content-one .content{
    width: 100%;
    height: 120px;
    background-color:;
    display: table;
}

.page-home .section-one .main-content-two .content-one .content a{
    text-decoration:none;
}

.page-home .section-one .main-content-two .content-one .content p{
    color: #555555;
}

.page-home .section-one .main-content-two .content-one .content a:hover p{
    color: #d90f25;
}

.page-home .section-one .main-content-two .content-one .content a:hover h3,
.page-home .section-one .main-content-two .content-one .content a:hover h5{
    color:#d90f25;
}

.page-home .section-one .main-content-two{
    position: relative;
}

.page-home .section-one .main-content-two .content-one:after{
    content: "";
    width: 15px;
    height :100%;
    background-color: #ffffff;
    position: absolute;
    left: 0;
    top: 0;
}

.page-home .section-one .main-content-two .content-one:before{
    content: "";
    width: 15px;
    height :300px;
    background-color: ;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
    margin-top: 30px;
    border-left: 2px solid #f1f1f1;
}

.page-home .section-two {
    background-color: #aa0418;
}

.page-home .section-two .content-one{
    width: 100%;
    height: 40px;
    background-color: #d90f25;
    display: table;
    padding-left: 15px;
    padding-right: 15px;
}

.page-home .section-two .content-one h5{
    color: #f1f1f1;
}

/*.page-home .section-three .main-content-one .active{
    background-color: #aa0418 !important;
    border-bottom:2px solid yellow;
}*/
.page-home .section-three .main-content-one{
    width: 100%;
    height: auto;
    background-color: #f1f1f1;
    padding: 15px;
}

.page-home .section-three .main-content-one .content-one{
    width: 100%;
    /*height: 205px;*/
    background-color: ;
    margin-top: 15px;
    position: relative;
    overflow: hidden;
}

.page-home .section-three .main-content-one .content-one .content-one-one{
    width: 55px;
    height: 5px;
    background-color:#f7941d;
    position: absolute;
    top: 0;
    left: 20px;
}

.page-home .section-three .main-content-one .content-one .content-one-one:before{
    content: "";
    width: 0;
    height: 0;
    border-bottom: 5px solid #f7941d;
    border-left: 5px solid transparent; 
    position: absolute;
    top: 0;
    left: -5px;
}

.page-home .section-three .main-content-one .content-one .content-one-one:after{
    content: "";
    width: 0;
    height: 0;
    border-top: 5px solid #f7941d;
    border-right: 5px solid transparent; 
    position: absolute;
    top: 0;
    right: -5px;
}

.page-home .section-three .main-content-one .content-one .content-one-two{
    width: 60px;
    height: 60px;
    background-color:#f7941d;
    position: absolute;
    top:5px;
    left: 15px;
    display: table;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
}

.page-home .section-three .main-content-one .content-one:hover .content-one-one{
    width: 55px;
    height: 5px;
    background-color:#aa0418;
    position: absolute;
    top: 0;
    left: 20px;
}

.page-home .section-three .main-content-one .content-one:hover .content-one-one:before{
    content: "";
    width: 0;
    height: 0;
    border-bottom: 5px solid #aa0418;
    border-left: 5px solid transparent; 
    position: absolute;
    top: 0;
    left: -5px;
}

.page-home .section-three .main-content-one .content-one:hover .content-one-one:after{
    content: "";
    width: 0;
    height: 0;
    border-top: 5px solid #aa0418;
    border-right: 5px solid transparent; 
    position: absolute;
    top: 0;
    right: -5px;
}

.page-home .section-three .main-content-one .content-one:hover .content-one-two{
    width: 60px;
    height: 60px;
    background-color:#aa0418;
    position: absolute;
    top:5px;
    left: 15px;
    display: table;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
}
.page-home .section-three .main-content-one .content-one .content-one-two h3,
.page-home .section-three .main-content-one .content-one .content-one-two h6{
    color: #f1f1f1;
}

.page-home .section-three .main-content-one .content-one .content-one-two h6{
    font-size: 10px;
}

.page-home .section-three .main-content-one .content-one .content-one-three{
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: auto;
    padding:10px;
    background-color:rgba(170, 4, 24, 0.8);
}
/*.page-home .section-three .main-content-one .content-one img{
    box-shadow: 4px 4px 1px #ccc;
    -webkit-box-shadow: 4px 4px 1px #ccc;
    -moz-box-shadow: 4px 4px 1px #ccc;
}

.page-home .section-three .main-content-one .content-one .content-one-three{
    width: 100%;
    height: auto;
    background-color:rgba(170, 4, 24, 0.8);
    padding: 10px;
    position: absolute;
    bottom: -50%;
    left: 0;
    right: 0;
    transition: bottom 0.5s ease;
}

.page-home .section-three .main-content-one .content-one:hover .content-one-three{
    bottom: 0;
}*/

.page-home .section-three .main-content-one .content-one .content-one-three h5{
    color: #ffffff;
}



.page-home .section-three .main-content-two{
    width: 100%;
    height: auto;
    background-color: white;
    padding: 15px;
}

.page-home .section-three .main-content-two .content-one{
    width: 100%;
    height: auto;
    background-color: ;
    position: relative;
}

.page-home .section-three .main-content-two .content-one .content-one-one{
    width: 55px;
    height: 5px;
    background-color: #f7941d;
    position: absolute;
    top:0;
    left: 20px;
}

.page-home .section-three .main-content-two .content-one .content-one-one:before{
    content: "";
    width: 0;
    height: 0;
    border-bottom: 5px solid #f7941d;
    border-left: 5px solid transparent; 
    position: absolute;
    top: 0;
    left: -5px;
}

.page-home .section-three .main-content-two .content-one .content-one-one:after{
    content: "";
    width: 0;
    height: 0;
    border-top: 5px solid #f7941d;
    border-right: 5px solid transparent; 
    position: absolute;
    top: 0;
    right: -5px;
}

.page-home .section-three .main-content-two .content-one .content-one-two{
    width: 60px;
    height: 60px;
    background-color: #f7941d;
    position: absolute;
    top:5px;
    left: 15px;
    display: table;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
}

.page-home .section-three .main-content-two .content-one .content-one-two h3,
.page-home .section-three .main-content-two .content-one .content-one-two h6{
    color: #f1f1f1;
}

.page-home .section-three .main-content-two .content-one .content-one-two h6{
    font-size: 10px;
}

.page-home .section-three .main-content-two .content-one img{
    box-shadow: 4px 4px 1px #ccc;
    -webkit-box-shadow: 4px 4px 1px #ccc;
    -moz-box-shadow: 4px 4px 1px #ccc;
}

.page-home .section-three .main-content-two .content-two .content-two-one{
    width: 100%;
    height:50px;
    background-color: #ebebeb;
    padding:10px;
}

.page-home .section-three .main-content-two .content-two .content-two-one h5{
    color: #f7941d;
}

.page-home .section-three .main-content-two .content-two p{
    color: #555555;
}

.page-home .section-three .main-content-two .content-two .content-two-one :before{
    content: "";
    width: 15px;
    height :50%;
    background-color: #d90f25;
    position: absolute;
    left: 15px;
    top: 0;
}

.page-home .section-three .main-content-two .content-two .content-two-one :after{
    content: "";
    width: 15px;
    height :50%;
    background-color: #aa0418;
    position: absolute;
    left: 15px;
    bottom: 0;
}

.page-home .section-three .main-content-two:hover .content-two h5{
    color: #aa0418;
}

.page-home .section-three .main-content-two:hover .content-one .content-one-one{
    width: 55px;
    height: 5px;
    background-color: #aa0418;
    position: absolute;
    top:0;
    left: 20px;
}

.page-home .section-three .main-content-two:hover .content-one .content-one-one:before{
    content: "";
    width: 0;
    height: 0;
    border-bottom: 5px solid #aa0418;
    border-left: 5px solid transparent; 
    position: absolute;
    top: 0;
    left: -5px;
}

.page-home .section-three .main-content-two:hover .content-one .content-one-one:after{
    content: "";
    width: 0;
    height: 0;
    border-top: 5px solid #aa0418;
    border-right: 5px solid transparent; 
    position: absolute;
    top: 0;
    right: -5px;
}

.page-home .section-three .main-content-two:hover .content-one .content-one-two{
    width: 60px;
    height: 60px;
    background-color: #aa0418;
    position: absolute;
    top:5px;
    left: 15px;
    display: table;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
}


.page-home .section-three .main-content-three{
    width: 100%;
    height: auto;
    background-color: #f1f1f1;
    padding: 15px;
}

.page-home .section-three .main-content-four{
    width: 100%;
    height: auto;
    background-color: #f1f1f1;
    padding: 15px;
    margin-top:15px;
}

.page-galeri .section-one .main-content-one{
    width: 100%;
    height: auto;
    background-color: ;
    position: relative;
    overflow: hidden;
}

.page-galeri .section-one .main-content-one .content-one{
   width: 100%;
   height: auto;
   padding: 10px;
   background-color: rgba(170, 4, 24, 0.8);
   position: absolute;
   bottom: -50%;
   left:0;
   right: 0;
   transition: bottom 0.5s ease;
}

.page-galeri .section-one .main-content-one .content-one h5{
    color: #ffffff;
}
.page-galeri .section-one .main-content-one:hover .content-one{
    bottom: 0; 
}
.page-galeri .section-one .main-content-one img{
        
    box-shadow: 4px 4px 1px #ccc;
    -webkit-box-shadow: 4px 4px 1px #ccc;
    -moz-box-shadow: 4px 4px 1px #ccc;
}

.page-galeri .section-one .main-content-one .content-ones h5,
.page-galeri .section-one .main-content-one .content-ones h6{
    color: #f7941d;
}
.page-profil .section-one .content-two h3{
    letter-spacing: 22px;
    margin-left: 25px;
}

.page-profil .section-two .content-one h3{
    color: #d90f25;
}

.page-profil .section-two .content-two i{
    color: #d90f25;
    font-size: 12px;
}

.page-profil .section-three .content-one i{
    color: #d90f25;
    font-size: 8px;
}

.page-profil .section-three .content-two h3{
    color: #d90f25;
}

.page-profil .section-three .content-three i{
    color: #d90f25;
    font-size: 12px;
}

.page-profil .section-four .content-one h3{
    color: #d90f25;
}

.page-profil .section-four .content-one {
    position: relative;
}

.page-profil .section-four .content-two #bagian-1,
.page-profil .section-four .content-two #bagian-2,
.page-profil .section-four .content-two #bagian-3{
    cursor: pointer;
}

.page-profil .section-four .content-two .content-two-one :hover h5{
    color: #aa0418;
}

.page-profil .section-four .content-two .content-two-one :hover .content{
    border:5px solid #aa0418;
}

.page-profil .section-four .content-two .content-two-one :hover .dotted{
    background-color: #aa0418;
}

.page-profil .section-four .content-two .content-two-one .content {
    width: 40px;
    height: 40px;
    background-color: #ffffff;
    border-radius: 100%;
    display: table;
    border:5px solid #d90f25;
}

.page-profil .section-four .content-two .content-two-one .dotted {
    width: 10px;
    height: 10px;
    background-color: #d90f25;
    border-radius: 100%;
}

.page-profil .section-four .content-two .content-two-two {
    position: absolute;
    top:17.5px;
    z-index: -1;
}

.page-profil .section-four .content-two .content-two-two .content {
    width: 70%;
    height: 5px ;
    background-color:#d90f25;
}

.page-timeline .section-two .main-content-one .content-one {
    width: 20px;
    height: 20px;
    background-color:#ffffff;
    position: absolute;
    top:25px;
    left: -15px;
    display: table;
}

.page-timeline .section-two .main-content-one .content-one .dotted{
    width:10px;
    height: 10px;
    background-color: #d90f25;
    border-radius: 100%;
    float: right;
}

.page-pencarian .section-one .main-content-three .content-one{
    position: relative;
}

.page-pencarian .section-one .main-content-three .content-one .content-one-one{
    width: 55px;
    height: 5px;
    background-color:#f7941d;
    position: absolute;
    top: 0;
    left: 35px;
}

.page-pencarian .section-one .main-content-three .content-one .content-one-one:before{
    content: "";
    width: 0;
    height: 0;
    border-bottom: 5px solid #f7941d;
    border-left: 5px solid transparent; 
    position: absolute;
    top: 0;
    left: -5px;
}

.page-pencarian .section-one .main-content-three .content-one .content-one-one:after{
    content: "";
    width: 0;
    height: 0;
    border-top: 5px solid #f7941d;
    border-right: 5px solid transparent; 
    position: absolute;
    top: 0;
    right: -5px;
}

.page-pencarian .section-one .main-content-three .content-one .content-one-two{
    width: 60px;
    height: 60px;
    background-color:#f7941d;
    position: absolute;
    top:5px;
    left: 30px;
    display: table;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
}

.page-pencarian .section-one .main-content-three a:hover .content-one .content-one-one{
    width: 55px;
    height: 5px;
    background-color:#aa0418;
    position: absolute;
    top: 0;
    left: 35px;
}

.page-pencarian .section-one .main-content-three a:hover .content-one .content-one-one:before{
    content: "";
    width: 0;
    height: 0;
    border-bottom: 5px solid #aa0418;
    border-left: 5px solid transparent; 
    position: absolute;
    top: 0;
    left: -5px;
}

.page-pencarian .section-one .main-content-three a:hover .content-one .content-one-one:after{
    content: "";
    width: 0;
    height: 0;
    border-top: 5px solid #aa0418;
    border-right: 5px solid transparent; 
    position: absolute;
    top: 0;
    right: -5px;
}

.page-pencarian .section-one .main-content-three a:hover .content-one .content-one-two{
    width: 60px;
    height: 60px;
    background-color:#aa0418;
    position: absolute;
    top:5px;
    left: 30px;
    display: table;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
}

.page-pencarian .section-one .main-content-three .content-one .content-one-two h3,
.page-pencarian .section-one .main-content-three .content-one .content-one-two h6{
    color: #ffffff;
}

.page-pencarian .section-one .main-content-three .content-two .content-two-one{
    width: 100%;
    height: 60px;
    background-color: #ebebeb;
    padding-left: 30px;
    padding-right: 15px;
    display: table;
}

.page-pencarian .section-one .main-content-three .content-two .content-two-one:before{
    content: "";
    width: 15px;
    height :50%;
    background-color: #d90f25;
    position: absolute;
    left: 15px;
    top: 0;
}

.page-pencarian .section-one .main-content-three .content-two .content-two-one:after{
    content: "";
    width: 15px;
    height :50%;
    background-color: #aa0418;
    position: absolute;
    left: 15px;
    top: 30px;
}

.page-pencarian .section-one .main-content-three .content-two .content-two-one h4{
    color: #f5951d;
}

.page-pencarian .section-one .main-content-three a:hover .content-two .content-two-one  h4{
    color: #d90f25;
}

.page-pencarian .section-one .main-content-three .content-three p{
    color: #555555;
    font-style: normal;
}

.page-timeline-v3 .section-one .content-two{
    width: 85px;
    height: 85px;
    background-color: #ffffff;
    position: absolute;
    left:106px;
    top:0;
    text-align: center;
    border-radius: 100%;
    display: table;
    border: 4px solid #aa0418;
}

.page-timeline-v3 .section-one .content-three{
    width: 100%;
    height: 250px;
    background-color: ;
    position: relative;
    /*box-shadow: 5px 5px 1px #d19603;
    -webkit-box-shadow: 5px 5px 1px #d19603;
    -moz-box-shadow: 5px 5px 1px #d19603;*/
    /*padding: 15px;*/
}

.page-timeline-v3 .section-one .content-three .shadow{
    box-shadow: 5px 5px 1px #555555;
    -webkit-box-shadow: 5px 5px 1px #555555;
    -moz-box-shadow: 5px 5px 1px #555555;
}

.page-timeline-v3 .section-one .content-three:before{
    position: absolute;
    top: 30px;
    left: -15px;
    width: 0;
    height: 0;
    border-top: 10px solid transparent;
    border-right: 15px solid #f1f1f1;
    border-bottom: 10px solid transparent;
    content: " ";
}

.page-timeline-v3 .section-one .content-three:after{
    position: absolute;
    top: 28px;
    left: -14px;
    width: 0;
    height: 0;
    border-top: 10px solid transparent;
    border-right: 15px solid #ccc;
    border-bottom: 10px solid transparent;
    content: " ";
}

.page-timeline-v3 .section-one .overlay{
    width: 100%;
    height: 250px;
    position: absolute;
    top:0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #f1f1f1;
    opacity: 0.6;
    /*hitam*/
    /*background: -moz-linear-gradient(left,  rgba(0,0,0,0.85) 0%, rgba(0,0,0,0.85) 52%, rgba(0,0,0,0.5) 100%);
    background: -webkit-linear-gradient(left,  rgba(0,0,0,0.85) 0%,rgba(0,0,0,0.85) 52%,rgba(0,0,0,0.5) 100%);
    background: linear-gradient(to right,  rgba(0,0,0,0.85) 0%,rgba(0,0,0,0.85) 52%,rgba(0,0,0,0.5) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d9000000', endColorstr='#80000000',GradientType=1 );*/

    /*putih*/
   /* background: -moz-linear-gradient(left,  rgba(204,204,204,0.85) 0%, rgba(223,223,223,0.85) 52%, rgba(241,241,241,0.5) 100%);
background: -webkit-linear-gradient(left,  rgba(204,204,204,0.85) 0%,rgba(223,223,223,0.85) 52%,rgba(241,241,241,0.5) 100%);
background: linear-gradient(to right,  rgba(204,204,204,0.85) 0%,rgba(223,223,223,0.85) 52%,rgba(241,241,241,0.5) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d9cccccc', endColorstr='#80f1f1f1',GradientType=1 );*/



}



/*TIMELINE1*/
@import url(https://fonts.googleapis.com/css?family=Raleway:400,200,300,800);
@import url(http://code.ionicframework.com/ionicons/2.0.1/css/ionicons.min.css);
figure.snip0057 {
  font-family: 'Raleway', Arial, sans-serif;
  position: relative;
  float: left;
  overflow: hidden;
  margin: 10px 1%;
  min-width: auto;
  max-width: auto;
  width: 100%;
  background: #ffffff;
  color: #000000;
}
figure.snip0057 * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 0.35s ease-in-out;
  transition: all 0.35s ease-in-out;
}
figure.snip0057 .image {
  width: 60%;
  overflow: hidden;
  z-index: 1;
  -webkit-transform: skewX(-15deg);
  transform: skewX(-15deg);
}
figure.snip0057 .image img {
  position: relative;
  display: block;
  left: -15%;
  z-index: 1;
  -webkit-transform: skew(15deg);
  transform: skew(15deg);
}
figure.snip0057:before {
  position: absolute;
  content: '';
  height: 100%;
  width: 45%;
  background: rgba(0, 0, 0, 0.2);
  -webkit-transform: skewX(-17deg);
  transform: skewX(-17deg);
  -webkit-box-shadow: 15px 0px 25px rgba(0, 0, 0, 0.7);
  box-shadow: 15px 0px 25px rgba(0, 0, 0, 0.7);
}
figure.snip0057 figcaption {
  padding: 20px 30px 20px 20px;
  position: absolute;
  right: 0;
  bottom: 10px;
  width: 50%;
}
figure.snip0057 figcaption h2,
figure.snip0057 figcaption p {
  margin: 0;
  text-align: right;
  padding: 10px 0;
  width: 100%;
}
figure.snip0057 figcaption h2 {
  font-size: 1.3em;
  font-weight: 300;
  text-transform: uppercase;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}
figure.snip0057 figcaption h2 span {
  font-weight: 800;
}
figure.snip0057 figcaption p {
  font-size: 0.9em;
  opacity: 0.8;
}
figure.snip0057 figcaption .icons {
  width: 100%;
  text-align: right;
}
figure.snip0057 figcaption .icons i {
  font-size: 26px;
  padding: 5px;
  top: 50%;
  color: #000000;
  opacity: 0;
}
figure.snip0057 figcaption a {
  opacity: 0.3;
}
figure.snip0057 figcaption a:hover {
  opacity: 0.8;
}
figure.snip0057 .position {
  position: absolute;
  bottom: 0;
  width: 100%;
  text-align: right;
  padding: 15px 30px;
  font-size: 0.9em;
  opacity: 1;
  font-style: italic;
  color: #ffffff;
  background: #000000;
}
figure.snip0057.blue .position {
  background: #20638f;
}
figure.snip0057.red .position {
  background: #962d22;
}
figure.snip0057.yellow .position {
  background: #bf6516;
}
figure.snip0057:hover figcaption,
figure.snip0057.hover figcaption {
  bottom: 40px;
}
figure.snip0057:hover .icons i,
figure.snip0057.hover .icons i {
  opacity: 1;
  -webkit-transition-delay: 0.2s;
  transition-delay: 0.2s;
}
figure.snip0057:hover:before,
figure.snip0057.hover:before {
  -webkit-animation: shadow 0.6s ease-in-out;
  animation: shadow 0.6s ease-in-out;
}
@-webkit-keyframes shadow {
  0% {
    left: 0px;
  }
  50% {
    left: -5px;
  }
  100% {
    left: 0px;
  }
}
@keyframes shadow {
  0% {
    left: 0px;
  }
  50% {
    left: -5px;
  }
  100% {
    left: 0px;
  }
}

/*END TIMELINE1*/

@charset "utf-8";
/* reset */
ul,li{margin:0;padding:0;}

/* 首屏 */
.hslider{height:400px;width:700px;overflow: hidden;position: relative;}
.hslider-content li{ display: block;  position: relative; z-index: 1;  width: 700px;  height: 400px;  overflow: hidden;float: left}
.hslider-content .hslider-c{display: none;}
.hslider-content .active{display: block;}
.hslider .main-img {display:block;}
.hslider .left-img { opacity:0; display: block;z-index: 1;position: absolute;left:-800px;_left: 0;_display: none;top: 0;}
.hslider .right-img { opacity:0; display: block;z-index: 2;position: absolute;right:20px;_right: 0;_display: none;top: 0;}
.hslider-nav{ position: absolute; z-index: 2; bottom: 15px; right: 15px; }
.hslider-nav li{background:#fff;float:left;display: inline;width: 25px;height:7px;margin-left:3px;font-size:0;line-height:0; opacity: 0.4;filter: alpha(opacity=40);overflow: hidden;cursor: pointer}
.hslider-nav li.active{ opacity: 1; filter: alpha(opacity=100); }
.hslider .next,.hslider .prev{position:absolute;top:50%;margin-top:-31px;z-index:1;width:28px;height:62px;line-height:62px;background: #000;background:rgba(0,0,0,.2);color:#fff;text-align:center;font-size:22px;font-weight:400;font-family:simsun;cursor: pointer;_background-color: #000;filter: alpha(opacity=20);-webkit-user-select:none;}
.hslider .hslider-pager{display:none;}
.hslider:hover .hslider-pager{display:block;}
.hslider .prev{left:0;border-radius:0 5px 5px 0;}
.hslider .next{right:0;border-radius:5px 0 0 5px;}


#J_slider2 .hslider-content{position: absolute;top:0;}
#J_slider2 .hslider-content .hslider-c{overflow:hidden; display: inline;}


#J_slider3 .hslider-content{position: absolute;top:0;}
#J_slider3 .hslider-content .hslider-c{float:left;overflow:hidden; display: inline; float: left;}


#J_slider4 .hslider-content{position: absolute;top:0;}
#J_slider4 .hslider-content .hslider-c{display:inline;position: absolute;left:0;top:0;opacity:0;transition: opacity 0.3s ease-in;}
#J_slider4 .hslider-content .active{opacity:1;}

/*title*/
      /*Heading Style Three*/
        
      h3.mb {
        position: relative;
        font-family: Lato;
        font-weight: 300;
        display: inline-block;
        color: #222;
        font-size: 20px;
        margin: 15px;
        border-left: solid 1px #e65941;
        border-right: solid 1px #e65941;
        padding: 0 10px;
      }
      h3.mb:before, h3.mb:after {
        position: absolute;
        content: "";
        border-bottom: 1px solid #e65941;
        width: 30px;
        bottom: 23px
      }
      h3.mb:before {
        left: -30px
      }
      h3.mb:after {
        right: -30px
      }

      /*endtitle*/


