/*FONT*/
@import url("https://p.typekit.net/p.css?s=1&k=ckj5wtk&ht=tk&f=24543.24547.24549&a=660703&app=typekit&e=css");

@font-face {
font-family:"sofia-pro";
src:url("https://use.typekit.net/af/572508/00000000000000003b9b1a96/27/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n3&v=3") format("woff2"),url("https://use.typekit.net/af/572508/00000000000000003b9b1a96/27/d?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n3&v=3") format("woff"),url("https://use.typekit.net/af/572508/00000000000000003b9b1a96/27/a?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n3&v=3") format("opentype");
font-style:normal;font-weight:300;
}

@font-face {
font-family:"sofia-pro";
src:url("https://use.typekit.net/af/5855b2/00000000000000003b9b1a98/27/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n4&v=3") format("woff2"),url("https://use.typekit.net/af/5855b2/00000000000000003b9b1a98/27/d?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n4&v=3") format("woff"),url("https://use.typekit.net/af/5855b2/00000000000000003b9b1a98/27/a?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n4&v=3") format("opentype");
font-style:normal;font-weight:400;
}

@font-face {
font-family:"sofia-pro";
src:url("https://use.typekit.net/af/7158ff/00000000000000003b9b1a9c/27/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n6&v=3") format("woff2"),url("https://use.typekit.net/af/7158ff/00000000000000003b9b1a9c/27/d?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n6&v=3") format("woff"),url("https://use.typekit.net/af/7158ff/00000000000000003b9b1a9c/27/a?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n6&v=3") format("opentype");
font-style:normal;font-weight:600;
}

/*.tk-sofia-pro { font-family: "sofia-pro",sans-serif; }*/
/*FONT*/

/*------------------------------------*\
    1. GENERAL STYLES
\*------------------------------------*/
html, body {
    height: 100%;
}

body {
    color: black /*#999*/;
    font-family: "Raleway", sans-serif;
    font-size: 12px;
    line-height: 22px;
    font-weight: 400;
    word-wrap: break-word;
    overflow-x: hidden;
}

body::-webkit-scrollbar-thumb,
        body::-webkit-scrollbar,
        body::-webkit-scrollbar-track {
          overflow-x: hidden;
          width: 0 !important;
        }

ul:last-child {
    margin-bottom: 0;
}

img,
.nav > li > a > img { /* RESPONSIVE IMAGES */
    max-width: 100%;
    height: auto;
}
.alertify-notifier .ajs-message.ajs-success {
    background: rgba(91,189,114,.95);
    color: white;
    font-weight: bold;
    font-size: 14px;
}

/*MODAL EVENT*/
#broadcast .modal-dialog{
  width: 65%;
}
#broadcast .close{
  font-size:  45px;
  color: #1e1e1e;
  transition: all .2s ease;
}
.close{
  opacity: 0.4;
}

.close:focus, .close:hover {
    color: #000;
    filter: alpha(opacity=50);
    opacity: .8;
}

#broadcast .modal-content{
  background-color: #ECECEC;
}
#broadcast .modal-title {
    color: #FF4500;
    text-align: center;
    font-size: 28px;
    font-weight: bold;
    /*padding: 10px 15px 10px 20px;*/
    border-bottom: 5px solid #FF4500;
    margin: -15px -20px 0px;
    padding: 15px 22px;
}

#broadcast .modal-header {
    border-bottom: 1px solid #e5e5e5;
    margin-top: 0px;
    padding-left: 20px;
    padding-right: 20px; 
}

#broadcast .modal-body {
    /*padding: 10px 20px 20px;*/
    text-align: center;
    padding-bottom: 0;
}
.modal-open .modal {
    overflow-x: none;
    overflow-y: auto;
}

#broadcast .modal-body p {
    line-height: 1.4;
    clear: both;
    font-size: 18px;
    color: black;
    letter-spacing: 0.5px;
    text-align: left;
    margin-top: 30px;
    margin-bottom: 0;
    padding: 5px 30px;
}
#broadcast #modal-img {
    margin-top: 10px;
}
#broadcast #modal-img img{
    height: 300px;
    width: 400px;
}

#broadcast .modal-footer{
  text-align: center;
}

#broadcast .btn {
    display: inline-block;
    padding: 8px 70px;
    margin-bottom: 0;
    font-size: 16px;
    font-weight: 400;
  }
/*MODAL EVENT*/

/*------------------------------------*\
    2. HELPER CLASSES
\*------------------------------------*/
/* 2.1. FLOATS */
.float--left {
    float: left;
}

.float--right {
    float: right;
}


/* 3.1. PRELOADER */
/*
body {
  background: #eaecfa;
}

.loader {
  width: 250px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  font-family: helvetica, arial, sans-serif;
  text-transform: uppercase;
  font-weight: 900;
  color: #ce4233;
  letter-spacing: 0.2em;
}
.loader::before, .loader::after {
  content: "";
  display: block;
  width: 15px;
  height: 15px;
  background: #ce4233;
  position: absolute;
  -webkit-animation: load .7s infinite alternate ease-in-out;
          animation: load .7s infinite alternate ease-in-out;
}
.loader::before {
  top: 0;
}
.loader::after {
  bottom: 0;
}

@-webkit-keyframes load {
  0% {
    left: 0;
    height: 30px;
    width: 15px;
  }
  50% {
    height: 8px;
    width: 40px;
  }
  100% {
    left: 235px;
    height: 30px;
    width: 15px;
  }
}

@keyframes load {
  0% {
    left: 0;
    height: 30px;
    width: 15px;
  }
  50% {
    height: 8px;
    width: 40px;
  }
  100% {
    left: 235px;
    height: 30px;
    width: 15px;
  }
}*/
/*
.preloader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 999999;
  background: #fff;
}

.preloader > i {
  position: absolute;
  font-size: 36px;
  line-height: 36px;
  top: 50%;
  left: 50%;
  height: 36px;
  width: 36px;
  margin-top: -15px;
  margin-left: -15px;
  display: inline-block;
}
*/

/*MESAGE*/




/*MESAGE*/

.nav {
  height: 69px;
  width: 100%;
  z-index: 999;
  background: white;
  /*position: relative;*/
}

.nav > .nav-header {
  display: inline;
  margin-left: 8%;
}

.nav > .nav-header > .nav-title {
  display: inline-block;
  height: auto;
  padding-top: 0;
  padding-bottom: 0;margin-top: 10px;
}

.nav > .nav-header > .nav-title b {
  color: #FF4500;
  font-weight: 700;
  display: block;
  font-family: Poppins-Bold;
  font-size: 3em;
  line-height: 1.2;
  text-align: center;
}

.nav > .nav-header > img {
  height: 65px;
  width: 70px;
  margin-top: -15px;
}
 

.nav > .nav-btn {
  display: none;
}

.nav .nav-log{
  display: inline;
  float: right;
  margin-right: 100px;
}
.nav > .nav-log > a::before, .nav > .nav-log a.active, .nav > .nav-log a:hover, .nav > ..nav-log a:focus, .nav > .nav-log a.active:hover, .nav > .nav-links a.active:focus {
  color: #f4421a;
  background-color: transparent;
}
.nav > .nav-log > a {
    display: inline-block;
    text-decoration: none;
    margin: 20px 15px;
    color: #666666;
    font-size: 20px;
    font-weight: bold;
    position: relative;
}

.nav > .nav-log > a:before {
    content: " ";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    width: 0;
    height: 1px;
    margin: -4px auto;
    background-color: #f4421a;
    transition: width .25s ease-in-out;
    background-color: #f4421a;
}
.nav .nav-img{
  display: inline;
  float: right;
  margin-right: 100px;
  margin-left: 30px;
  margin-top: 10px;
}

.img-circle-log{
  width: 50px;
  height: 50px;
  border-radius: 50%;
  border: 2px solid #FF4500;
}

.nav > .nav-links {
  display: inline;
  float: right;
  margin-right: 0px;
  z-index: 999;
}


.nav > .nav-log > a:before,
.nav > .nav-log a:hover,
.nav > .nav-log a:focus{
    color: #f4421a;
    background-color: transparent;
}
.nav > .nav-links > a:before,
.nav > .nav-links a.active,
.nav > .nav-links a:hover,
.nav > .nav-links a:focus,
.nav > .nav-links a.active:hover,
.nav > .nav-links a.active:focus{
    color: #f4421a;
    background-color: transparent;
}

.nav > .nav-links > a {
  display: inline-block;
  text-decoration: none;
  margin: 20px 15px;
  color: #666666;
  font-size: 20px;
  font-weight: bold;
  position: relative;
}

.nav > .nav-links > a:before {
    content: " ";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    width: 0;
    height: 1px;
    margin: -4px auto;
    background-color: #f4421a/*#1da1f2*/;
    transition: width .25s ease-in-out;
}

.nav > .nav-links a:hover:before,
.nav > .nav-links a.active:before {
    width: 100%;
}

.nav > .nav-links .fa{
    width: 40px;
    text-align: center;
}

.nav > #nav-check {
  display: none;
}

.nav .open > a, .nav .open > a:focus, .nav .open > a:hover {
    background-color:transparent
}

  .dropdown {
    position: absolute;
    width: 20%;
    top: 0;
    left: 72%;
    z-index: 15;
    display: none;
    float: right;
    min-width: 160px;
    padding: 5px 0;
    margin: 0px;
    font-size: 14px;
    text-align: left;
    list-style: none;
    background-color: #fff;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border-radius: 4px;
    -moz-box-shadow: 0 2px 10px rgba(0,0,0,.2);
    box-shadow: 0 2px 10px rgba(0,0,0,.2);
    margin-left: 0px;
    text-align:center;
    margin-top: 75px;
  }




.dropdown:before {
    border-bottom: 10px solid white;
    border-left: 15px solid transparent;
    border-right: 15px solid transparent;
    content: "";
    height: 0;
    left: 89%;
    position: absolute;
    top: -7px;
    width: 25px;
    z-index: 12;
}


  .navbar-nav > .user-menu > .dropdown {
    border-top-right-radius: 0;
    border-top-left-radius: 0;
    padding: 1px 0 0 0;
    border-top-width: 0;
    width: 280px;
  }
  .navbar-nav > .user-menu > .dropdown,
  .navbar-nav > .user-menu > .dropdown > .user-body {
    border-bottom-right-radius: 4px;
    border-bottom-left-radius: 4px;
  }
  .dropdown .btn{
    font-size: 16px;
  }
  .dropdown > li.user-header {
    height: 175px;
    padding: 10px;
    text-align: center;
  }
  .dropdown > li.user-header > img {
    z-index: 5;
    height: 90px;
    width: 90px;
    border: 3px solid;
    border-color: transparent;
    border-color: rgba(255, 255, 255, 0.2);
  }
  .dropdown > li.user-header > p {
    z-index: 15;
    color: #666666;
    font-size: 17px;
    margin-top: 10px;
  }

  .dropdown > .user-body {
    padding: 15px;
    border-bottom: 1px solid #f4f4f4;
    border-top: 1px solid #dddddd;
  }
  .dropdown > .user-body:before,
  .dropdown > .user-body:after {
    content: " ";
    display: table;
  }
  .dropdown > .user-body:after {
    clear: both;
  }
  .dropdown > .user-body a {
    color: #444 !important;
  }

  .user-body > .pull-left{
    margin-right: 10px;
  }

  #profile-kiri{
    margin-top: 5px;
  }

  #profile-kiri img{
    border:2px solid #FF4500;
    height: 100px;
    width: 100px;
    max-width: 200px;
  }

  #profile-kanan{
    margin-top: 35px;
    padding: 0px 0px 0px 30px;
  }


  #edit-profile{
    margin-top: 10px;
    margin-left: 5%;
  }

  #logout {
    margin-top: 25px;
    margin-left: 20%;
  }

  #nama{
    color: black;
    font-weight: bold;
    margin:0px;
    font-size: 18px;
  }

  #iuran{
    font-size: 12px;
    color: #FF4500;
  }


  



/*.toggle,
#drop {
  display: none;
}
.toggle + a{
  display: none;
}

/* Stylinf the toggle lable */
    /*.toggle {
        display: inline-block;
        color:black;
        text-decoration:none;
        border:none;
    }


    /* Display Dropdown when clicked on Parent Lable */
    /*#drop:checked + #sub {
        display: block;
    }

    /* Fisrt Tier Dropdown */
    /*nav ul ul li {
        display: block;
        width: 100%;
    }*/
   

/*div ul {
    display: none;
    position: absolute; 
    /* has to be the same number as the "line-height" of "nav a" */
    /*top: 60px; 
}*/
    
/* Display Dropdowns on Hover */
/*a.#utama:hover > #sub {
    display:block;
}*/


@media (max-width:992px) {
  .nav > .nav-links {
    margin-right: 0px;
  }
  .nav .nav-log {
    margin-right: 70px;
  }
  
}
@media (max-width:836px) {
  .nav > .nav-links {
    margin-right: 20px;
  }
  
  .nav > .nav-links > a {
    margin: 20px 10px;
    font-size: 20px;
  }
}


@media (max-width:707px) {
  .nav > .nav-links {
    margin-right: 20px;
  }
  .nav > .nav-header > .nav-title {
    margin-left: 0px;
    padding-left: 20px;
    padding-right: 20px;
  }
  .nav > .nav-links > a {
    margin: 20px 10px;
    font-size: 17px;
  }

  .nav > .nav-header > .nav-title {
    padding-top: 0;
    padding-bottom: 0;margin-top: 15px;
    margin-left: 0px;
    padding-left: 20px;
    padding-right: 10px;
  }

  .nav > .nav-header > .nav-title b {
    font-weight: 700;
    font-size: 29px;
  }
  .nav > .nav-links .fa{
      width: 20px;
      text-align: center;
  }

}

@media (max-width:600px) {

  .nav > .nav-header > .nav-title {
    padding-top: 0;
    padding-bottom: 0;margin-top: 18px;
    margin-left: 0px;
    padding-left: 20px;
    padding-right: 10px;
  }

  .nav > .nav-header > .nav-title b {
    font-weight: 700;
    font-size: 29px;
  }
  
  .nav > .nav-btn {
    display: inline-block;
    position: absolute;
    right: 0px;
    border: 2px solid black;
    top: 0px;
    margin-top: 13px;
    margin-right: 90px; 
  }
  .nav > .nav-btn > label {
    display: inline-block;
    width: 43px;
    height: 30px;
    padding: 7px;
    padding-right: 0px;
    cursor: pointer;
  }
  .nav > .nav-btn > label:hover {
    background-color: transparent;
  }
  .nav > .nav-btn > label > span {
    display: block;
    width: 30px;
    height: 4px;
    border-radius: 10px;
    background: black;
    margin-bottom: 7px;
  }
  .nav > .nav-btn > label > span:last-child {
    margin-bottom: 0px;
  }
  .nav .nav-img {
      margin-right: 20px;
      margin-left: 30px;
  }

  .nav > .nav-links {
    position: absolute;
    display: block;
    width: 100%;
    background: white;
    opacity: 0.9;
    height: 0px;
    transition: all 0.3s ease-in;
    overflow-y: hidden;
    top: 50px;
    left: 0px;
  }

  .nav > .nav-links > a {
    display: block;
    text-align:center;
  }
  .nav > .nav-links > a:before{
    background-color: #f4421a/*#1da1f2*/;
  }
  .nav > #nav-check:not(:checked) + .nav-links {
    height: 0px;
  }
  .nav > #nav-check:checked + .nav-links {
    height: auto;
    overflow-y: auto;
    margin-top: 19px;
    overflow-x: hidden;
  }
  .nav .nav-log {
    display: inline;
    float: right;
    margin-right: 10px;
  }
  .nav > .nav-log > a {
    margin: 23px 10px;
    color: #666666;
    font-size: 20px;

  }
.dropdown {
    position: absolute;
    width: 65%;
    top: 0;
    left: 28%;
    z-index: 15;
    display: none;
    float: right;
    min-width: 160px;
    padding: 5px 0;
    margin: 0px;
    margin-top: 0px;
    margin-left: 0px;
    font-size: 14px;
    text-align: left;
    list-style: none;
    background-color: #fff;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border-radius: 4px;
    -moz-box-shadow: 0 2px 10px rgba(0,0,0,.2);
    box-shadow: 0 2px 10px rgba(0,0,0,.2);
    margin-left: 0px;
    text-align: center;
    margin-top: 75px;
}
.dropdown::before {

    left: 88%;
  }

  .dropdown-menu:before {
    border-bottom: 10px solid white;
    border-left: 15px solid transparent;
    border-right: 15px solid transparent;
    left: 88%;
    top: -8px;
    width: 25px;
  }

  .dropdown .btn {
    font-size: 12px;
  }

  #profile-kiri{
    margin-top: 5px;
  }

  #profile-kiri img{
    border:2px solid #FF4500;
    height: 100px;
    width: 100px;
    max-width: 200px;
  }

  #profile-kanan{
    margin-top: 35px;
    padding: 0px 0px 0px 30px;
  }


  #edit-profile{
    margin-top: 10px;
  }

  #logout {
    margin-top: 25px;
    margin-left: 30px;
  }

  #nama{
    color: black;
    font-weight: bold;
    margin:0px;
    font-size: 14px;
  }

  #iuran{
    font-size: 12px;
    color: #FF4500;
  }
  
}

@media (max-width:375px) {

  .nav > .nav-header > .nav-title {
    padding-top: 0;
    padding-bottom: 0;
    margin-top: 18px;
    margin-left: 0px;
    padding-left: 0px;
    padding-right: 10px;
  }

  .nav > .nav-header {
    margin-left: 3%;
  }

.dropdown {
    position: absolute;
    width: 60%;
    top: 0;
    left: 30%;
    z-index: 15;
    display: none;
    float: right;
    min-width: 160px;
    padding: 5px 0;
    margin: 0px;
    margin-top: 0px;
    margin-left: 0px;
    font-size: 14px;
    text-align: left;
    list-style: none;
    background-color: #fff;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border-radius: 4px;
    -moz-box-shadow: 0 2px 10px rgba(0,0,0,.2);
    box-shadow: 0 2px 10px rgba(0,0,0,.2);
    margin-left: 0px;
    text-align: center;
    margin-top: 75px;
}
.dropdown::before {

    left: 86%;
  }

  .dropdown-menu:before {
    border-bottom: 10px solid white;
    border-left: 15px solid transparent;
    border-right: 15px solid transparent;
    left: 87%;
    top: -8px;
    width: 25px;
  }

  .dropdown .btn {
    font-size: 12px;
  }

  #profile-kiri{
    margin-top: 5px;
    padding: 0px;
  }

  #profile-kiri img{
    border:2px solid #FF4500;
    height: 100px;
    width: 100px;
    max-width: 200px;
  }

  #profile-kanan{
    margin-top: 35px;
    padding: 0px 0px 0px 30px;
  }


  #edit-profile{
    margin-top: 10px;
  }

  #logout {
    margin-top: 25px;
    margin-left: 30px;
  }

  #nama{
    color: black;
    font-weight: bold;
    margin:0px;
    font-size: 12px;
  }

  #iuran{
    font-size: 10px;
    color: #FF4500;
  }
  
}
@media (max-width:360px) {
  #logout {
    margin-left: 20px;
  }
}


/* END NAVBAR */


/* HOME */



/*SLIDER*/
.slide-caption{
  background:rgba(27, 35, 38, 0.9) none repeat scroll 0 0;
}
.slide {
  list-style-type: none;
  padding: 0;
}

.slide__item {
  position: relative;
}
.owl-item.active .slide-caption__title{
  animation: 1s .2s fadeInUp both;
}

.owl-item.active .slide-caption__desc{
  animation: 1s .6s fadeInUp both;
}

.owl-item.active .btn {
  animation: 1s .9s flipInX both;
}

.owl-theme .owl-nav [class*='owl-'] {
  transition: all .3s ease;
}

.owl-theme .owl-nav [class*='owl-'].disabled:hover {
  background-color: #D6D6D6;
}

.slide.owl-theme {
  position: relative;
}

.slide.owl-theme .owl-next,
.slide.owl-theme .owl-prev {
    width: 22px;
    height: 40px;
    margin-top: -20px;
    position: absolute;
    top: 50%;
}
.owl-nav span{
  font-size: 70px;    
  position: relative;
  top: -10px;
}
.owl-nav button {
  position: absolute;
  top: 50%;
  color: #fff;
  margin: 0 20px;
  transition: all 0.3s ease-in-out;
}

.owl-nav button:hover{
  background-color: white;
}
.owl-nav button.owl-prev {
  left: 0;
}
.owl-nav button.owl-next {
  right: 0;
}
.slide.owl-theme .owl-prev {
    left: 10px;
}

.slide.owl-theme .owl-next {
    right: 10px;
}
/* animate fadin duration 1.5s */
.owl-carousel .animated{
    animation-duration: 1.5s !important;
}
/* 輪播的前後按鈕背景調大 */
.slide.owl-theme .owl-next, .slide.owl-theme .owl-prev {
    width: 35px !important;
    height: 55px !important;
}

.owl-carousel .owl-nav button.owl-next, .owl-carousel .owl-nav button.owl-prev {
  color: white;
  padding-top: 20px !important;
  padding: 30px 20px 10px 20px  !important;
}
.owl-carousel .owl-nav button.owl-next:hover, .owl-carousel .owl-nav button.owl-prev:hover {
  background: rgba(0, 0, 0, 0.5 );
}

.slide-caption {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  color: #fff;
  /*font-family: 'Roboto';*/
}

.slide-caption__title {
  font-size: 3rem;
  font-weight: 900;
  margin-bottom: 0;
  text-transform: uppercase;
}

.slide-caption__title:before{
  content: '';
  width: 20%;
  border-bottom: 2px solid #fff;
  display: block;
  margin: 0 auto;
}

.slide-caption__desc {
  font-size: .8rem;
  font-weight: 300;
  margin-top: 0;
  text-transform: uppercase;
}

.myMove {
  -webkit-animation: myMove;
  animation: myMove linear 1s;
}

@keyframes myMove {
  0% { opacity: 1;}
   100% { opacity: 0;}
}

@-webkit-keyframes myMove {
   0% { opacity: 1;}
   100% { opacity: 0;}
}

@-o-keyframes myMove {
   0% { opacity: 1;}
   100% { opacity: 0;}
}

@-moz-keyframes myMove {
   0% { opacity: 1;}
   100% { opacity: 0;}
}

@-ms-keyframes myMove {
   0% { opacity: 1;}
   100% { opacity: 0;}
}
/*END SLIDER*/

/*
.btn {
 font-size: 16px;
 font-weight: 300;
 border: 2px solid #fff;
 color: #fff;
 padding: .6rem 2rem;
 display: inline-block;
 text-decoration: none;
 margin-top: .5rem;
}
*/



/*ABOUT*/
#about{
  padding: 90px 0px;
  background: rgba(0, 0, 0, 0) linear-gradient(to right, rgb(248, 80, 50), rgb(231, 56, 39)) repeat scroll 0% 0%;
  font-size: 20px;
  transition: 3s ease-out;
}
#top-org{
  margin:0px ;
  padding: 20px 0px 0px 0px;
}

#dekor-left-about{
  width:500px;
  height:293px;
  left:0px;
  margin-top: -95px;
  position: absolute;
}

#dekor-right-about{
  position: absolute; 
  width:500px;
  height:293px;
  /*margin-left:848px;*/
  /*margin-left: 63%;*/
  right: 0;
  margin-top: -97px;
}
#judul-about{
  margin-left: 400px;
}

#judul-about img{
   height: 240px;
  width: 500px;
}
#about-logo{
  padding: 0px;
  margin-left: 50px;
}
#about-logo img{
  height: 250px;
  width: 300px;
  padding: 0px;
}
#about-isi p{
  line-height: 1.7em; 
}

#about-isi{
  border-radius: 0 0 2px 2px;
  color: whitesmoke;
  text-align:justify;
  margin-left: 13%;
}
/* END ABOUT */

/* VISI MISI */
.spot{
  padding: 16.9rem 0;
  transition: opacity 0.5s ease-out, transform 0.5s ease-out;
  margin-bottom: 0;
  font-weight: 300;
  line-height: 1.4;
  
}

#visi{
  background:rgba(0, 0, 0, 0) linear-gradient(to left, rgb(1999, 39, 0), rgb(255, 2223, 0)) repeat scroll 0% 0%;
  font-size: 20px;
  position: relative;
  display: block;
}
#misi{
  background:rgba(0, 0, 0, 0) linear-gradient(to right, rgb(1999, 39, 0), rgb(255, 2223, 0)) repeat scroll 0% 0%;
  font-size: 20px;position: relative;display: block;
}
.spot h2{
  color: white; 
}

.spot.odd .image {
  right: 0;
}
.spot.even .image {
  left: 0;
}
.spot .image {
    border-radius: 0;
    height: 100%;
    position: absolute;
    top: 0;
    width: 50%;
    object-position: top right;
}

.spot .image img{
  -moz-object-fit: cover;
  -webkit-object-fit: cover;
  -ms-object-fit: cover;
  object-fit: cover;
  border-radius: 0;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.spot .content-odd{
  padding: 51px;
  float: right;
  transition: opacity 0.5s ease-out, transform 0.5s ease-out;
  background: rgba(244,244,244, 0.9) none repeat scroll 0 0;
  border-radius: 4px;
  position: relative;
  z-index: 1;
  color: #FF2A00;
  width: 60%;
}

.spot .content-even{
  padding: 51px;
  float: left;
  transition: opacity 0.5s ease-out, transform 0.5s ease-out;
  background: rgba(244,244,244, 0.9) none repeat scroll 0 0;
  border-radius: 4px;
  position: relative;
  z-index: 1;
  color: #FF2A00;
  width: 60%;
  margin-left: 40px;
}
.inner p{
  font-weight: 600;
}
.spot .inner{
  /*display: -moz-flex;
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;*/
  -moz-align-items: center;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -moz-justify-content: space-between;
  -webkit-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  /*margin: 0 auto;
  max-width: 95rem;*/
  width: calc(100% - 4rem);
}
.spot.even > .inner {
  -moz-flex-direction: row-reverse;
  -webkit-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}

  #dekor-visi{
    position: absolute;
    height: 518px; 
    width:667px;
    margin-top: -165px;
    right: 0;
    opacity: 0.2;
  }

  #dekor-misi{
   position: absolute;
   height: 518px; 
   width:667px;
   margin-top: -165px;
   left: 0;
   opacity: 0.2;
  }

  #img-visi{
    height:187px;
    width:300px;
    position: relative;
    margin-left: 90px;
  }

  #img-misi{
    height:187px;
    width:300px;
    position: relative;
    margin-left: 100px;
  }

  /* END VISI MISI */

  /*PENGURUS*/

#pengurus{
  color: white;
  padding: 90px 0 0 0;
  background: rgba(0, 0, 0, 0) linear-gradient(to right, rgb(254, 140, 0), rgb(248, 54, 0)) repeat scroll 0% 0%;
}

#dekor-atas-pengurus{
  position: absolute;
  margin-top: -90px;
  height: 500px;
  width: 1550px;
}

#dekor-bawah-pengurus{
  position: relative;
  bottom: 0;
  height: 180px;
  width: 1550px;
  opacity: 1;
}

#box-pengurus{
  margin:100px 0 0 0;
  padding: 0px 0 20px 0;
}

#box-judul-pengurus{
  margin-top: 0px;
  width:50%;
  margin-left: 25%;
}

.data-pengurus{
   margin-top: 20px;
   width: 83%;
   margin-left: 16%;
}

#pengurus h4{
  color: white;
  font-weight: 600;
  font-size: 28px;
  text-align:center;
}

#judul-pengurus{
  height: 240px;
  width: 500px;
  margin-left: 110px;
}

#img-pengurus {
  width: 750px;
  height: 500px;
}

 .data-pengurus p{
  line-height: 1.5em;
  font-size: 20px;
  font-weight: 510;
  text-align:left;

}
/*END PENGURUS*/

/*PROGRAM*/

#program{
  padding: 90px 0px 170px 0px;
  background: rgba(231, 56, 39) linear-gradient(to left, rgb(250, 50, 0), rgb(255, 197, 0)) repeat scroll 0% 0% ;  
  /*background: url('<?php //echo base_url(''); ?>dist/img/icon/bing.png');
  background-size:   100px 100px;                   
  background-repeat:   no-repeat;
  background-position: center; */
}

#dekor-atas-program{
  position: absolute;
  margin-top: -90px;
  height: 500px;
  width: 1350px;
}

#dekor-bawah-program{
  position: absolute;
  height: 280px;
  width: 1550px;
  margin-top: -280px;
}

#program:before{
  background: black; 
}

#box-program{
  margin: 0px;
  padding: 0px;
}

#box-judul-program{
  margin:0px;
}

#judul-program{
  height: 240px;
  width: 500px;
  margin-left: 180px;
}

#box-isi-program{
  padding: 20px;
  padding-top: 0px;
  color: white;
  font-size: 15px;z-index: 10;
}
#box-isi-program h4{
  font-weight: 600;
  font-size: 50px;
}

#isi-program{
  counter-reset: li;
  list-style: none;
  *list-style: decimal;
  font-size: 15px;
  font-family: 'Raleway', sans-serif;
  padding: 0;
  margin-bottom: 4em;
  text-align: left;padding: 20px;

}

#isi-program li {
/*float:left;*/
position: relative;
display: block;
padding: 1em 1em 1em 2em;
*padding: .4em;
margin: 1em 0;
background: rgba(244,244,244, 0.9);
color: #FF2A00;
text-decoration: none;
font-weight: 600;
font-size: 20px;
border-radius: 0 5px 5px 0;
transition: all .2s ease-in-out;
}

#isi-program li:before{
content: counter(li);
counter-increment: li;
position: absolute;
left: -1.3em;
top: 50%;
margin-top: -1.3em;
background:#FF0000;
height: 2.5em;
width: 2em;
line-height: 2em;
border: .3em solid #fff;
text-align: center;
font-weight: bold;
color:#FFF;
}

#isi-program li:after{

}
#isi-program li:hover{
background: #d6d4d4;
text-decoration:none;
transform: scale(1.1);
}

#isi-program a:hover:before{
border-color:transparent #0089e0 transparent transparent;
}

/*END PROGRAM*/

/* END HOME */




/*back to top*/
#return-to-top {
    position: fixed;
    bottom: 20px;
    right: 20px;
    background: #3a3d44;
    /*background: rgb(0, 0, 0);
    background: rgba(0, 0, 0, 0.7);*/
    width: 50px;
    height: 50px;
    display: block;
    z-index: 20;
    text-decoration: none;
    -webkit-border-radius: 35px;
    -moz-border-radius: 35px;
    border-radius: 35px;
    display: none;
    /*-webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;*/
}
#return-to-top i {
    color: #fff;
    margin: 0;
    position: relative;
    left: 16px;
    top: 13px;
    font-size: 19px;
  
}
#return-to-top:hover {  
  -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    background: rgba(0, 0, 0, 0.9);
}
#return-to-top:hover i {
  -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    color: #fff;
    top: 5px;
}


  /*footer*/
  #footer{
    margin:0px;
    
  }
  #bg-footer{
    position: absolute;
    margin-top: 0px;
    height: 150px;
    width: 1350px;
    z-index: -1;
  }
  #top-footer{
    position: absolute;
    height: 250px;
    width: 1550px;
    margin-top: -250px;
  }
  .box-footer{
    margin-top: 20px;
  }

  /*#footer .fa {
      padding: 5px 0px 5px 0px;
      font-size: 30px;
      width: 40px;
      text-align: center;
      text-decoration: none;
      margin: 10px 2px;
      border-radius: 50%;
    }


  #footer .fa:hover {
      opacity: 0.7;
  }*/
  #box-facebook{
    margin-left: 0px;
    display: inline-block;
  }

  #box-gmail{
    margin-left: 100px;
    display: inline-block;
  }

  #footer #facebook{
    height: 40px;
    width: 40px;
  }

  #footer #gmail{
    height: 40px;
    width: 40px;
  }

  #footer a{
    color: #f4421a;
    text-decoration-line: none;
    font-size: 15px;
    font-weight: bold;
  }

  #footer a:hover{
    color:black;
  }
/*
  #footer .fa-facebook {
    background: #3B5998;
    color: white;
  }

  #footer .fa-google {
    background: red;
    color: white;
  }
*/
  footer{
    color: #f4421a;
    text-align:center;
    margin-top: 35px;
    font-weight: bold;
  }

  /*[ Responsive ]*/

@media (max-width: 576px) {

} 



/* lg */ 
@media (min-width: 1200px) {
  

}

@media (min-width: 1115px) and (max-width: 1223px) {
  #dekor-left-about{
    width:400px;
    height:293px;
    left:0px;
    margin-top: -95px;
    position: absolute;
  }

  #dekor-right-about{
    position: absolute; 
    width:400px;
    height:293px;
    right: 0;
    margin-top: -97px;
  }

  #dekor-atas-program{
    position: absolute;
    margin-top: -90px;
    height: 1140px;
    width: 1350px;
  }

  #about-logo img{
    height: 240px;
    width: 500px;
    margin-left: 0px;
  }
  #judul-pengurus {
    height: 240px;
    width: 500px;
    margin-left: 60px;
  }
  #judul-program{
    height: 240px;
    width: 500px;
    margin-left: 110px;
  }

}

@media (min-width: 991px) and (max-width: 1114px) {
  /*#logo{
    padding-top: 290px;
    margin-left: 30px;
    padding-left: 0px; 
  }*/
  #judul-about img{
   max-width: 400px;
   width:300px;
   height:250px;
  }

  #dekor-left-about{
    width:400px;
    height:293px;
    left:0px;
    margin-top: -95px;
    position: absolute;
  }

  #dekor-right-about{
    position: absolute; 
    width:400px;
    height:293px;
    right: 0;
    margin-top: -97px;
  }

  #dekor-atas-program{
    position: absolute;
    margin-top: -90px;
    height: 1140px;
    width: 1350px;
  }

  #about-logo img{
    height: 240px;
    width: 500px;
    margin-left: 0px;
  }

  .spot .content-even{
    padding: 40px;
    width: 55%;
    margin-left: 40px;
  }

  .spot .content-odd{
    padding: 40px;
    width: 55%;
  }

  .data-pengurus{
    margin-top: 20px;
    width: 95%;
    margin-left: 10%;
  }
  #img-pengurus {
    width: 750px;
    height: 400px;
  }
  #judul-pengurus {
    height: 240px;
    width: 400px;
    margin-left: 10px;
  }

  #pengurus h4 {
    color: white;
    font-weight: 600;
    font-size: 26px;
    text-align: center;
  }
  #dekor-bawah-pengurus {
    position: relative;
    bottom: 0;
    height: 80px;
    width: 1550px;
    opacity: 0.3;
  }
  

 

}


/* md */
/*
@media (min-width: 992px) and (max-width: 1199px) {
  #dekor-left-about{
    width:400px;
    height:293px;
    left:0px;
    margin-top: -95px;
    position: absolute;
  }

  #dekor-right-about{
    position: absolute; 
    width:400px;
    height:293px;
    right: 0;
    margin-top: -97px;
  }

  #dekor-atas-program{
    position: absolute;
    margin-top: -90px;
    height: 1136px;
    width: 1350px;
  }
}*/

/* sm */
@media (min-width: 768px) and (max-width: 991px) {
  #about {
    padding: 50px 0px;
  }
  #logo{
    width: 17%;
    padding-top: 300px;
    margin-left: 0px;
    padding-left: 0px; 
  }
  #logo img{
   max-width: 200px;
   width:200px;
   height:200px;
  }
  #dekor-left-about{
    width:300px;
    height:293px;
    left:0px;
    margin-top: -95px;
    position: absolute;
  }

  #dekor-right-about{
    position: absolute; 
    width:300px;
    height:293px;
    right: 0;
    margin-top: -97px;
  }
  
  #about-logo{
    width: 83%;
  }

  #about-logo img {
    height: 240px;
    width: 400px;
    margin-left: 120px;
  }

  .spot .content-even {
    padding: 40px;
    width: 55%;
    margin-left: 40px;
  }
  #img-visi {
    height: 187px;
    width: 250px;
    position: relative;
    margin-left: 90px;
  }
  #img-misi {
    height: 187px;
    width: 250px;
    position: relative;
    margin-left: 70px;
  }
  .spot .content-odd {
    padding: 40px;
    border-radius: 4px;
    width: 55%;
}

  #judul-pengurus {
    height: 240px;
    width: 400px;
    margin-left: 40px;
  }
  #pengurus h4 {
    color: white;
    font-weight: 600;
    font-size: 24px;
    text-align: center;
  }
  .data-pengurus {
    margin-top: 20px;
    width: 83%;
    margin-left: 12%;
}
  .data-pengurus p{
    font-size: 18px;
  }

  #img-pengurus {
    width: 650px;
    height: 400px;
  }

  #dekor-bawah-pengurus {
    position: relative;
    bottom: 0;
    height: 80px;
    width: 1550px;
    opacity: 0.3;
  }
   #judul-program{
    height: 240px;
    width: 400px;
    margin-left: 100px;
  }
  #dekor-atas-program {
    position: absolute;
    margin-top: -90px;
    height: 1063px;
    width: 1350px;
  }
  #isi-program li {
    padding: 1em 1em 1em 2em;
    *padding: .4em;
    margin: 1em 0;
    font-weight: 600;
    font-size: 16px;
    border-radius: 0 5px 5px 0;
    transition: all .2s ease-in-out;
  }
}

@media (min-width: 768px) and (max-width: 887px) {
  #about-logo img {
    height: 240px;
    width: 400px;
    margin-left: 90px;
  }
  #about {
    font-size: 18px;
  }
  #logo img {
    max-width: 190px;
    width: 190px;
    height: 190px;
  }
  .spot {
    padding: 15rem 0;
    line-height: 1.4;
  }
  .spot .content-even {
    padding: 30px;
    width: 55%;
    margin-left: 40px;
  } 
  #visi{
    font-size: 18px;
  }
  #misi{
    font-size: 18px;
  }
  #img-visi {
    height: 167px;
    width: 220px;
    position: relative;
    margin-left: 70px;
  }
  .spot .content-odd {
    padding: 30px;
    border-radius: 4px;
    width: 55%;
  }
  #img-misi {
    height: 167px;
    width: 220px;
    position: relative;
    margin-left: 70px;
}

  #dekor-visi {
    position: absolute;
    height: 490px;
    width: 550px;
    margin-top: -150px;
    right: 0;
    opacity: 0.2;
  }
  #dekor-misi {
    position: absolute;
    height: 490px;
    width: 550px;
    margin-top: -150px;
    left: 0;
    opacity: 0.2;
  }
  #judul-pengurus {
    height: 240px;
    width: 400px;
    margin-left: 15px;
  }
  #pengurus h4 {
    color: white;
    font-weight: 600;
    font-size: 20px;
  }

  .data-pengurus p {
    font-size: 16px;
  }
  #judul-program {
    height: 240px;
    width: 400px;
    margin-left: 40px;
  }

  #img-pengurus {
    width: 600px;
    height: 350px;
  }
}
/* xs */
@media (max-width: 767px) {
  #logo{
    display: inline-block;
    float: left;
    position: relative;

  }
  #logo {
    padding-top: 0px;
    margin-left: 210px;
    margin-top: -70px;
}
  #logo img {
    width: 300px;
    height: 300px;
  }
  #about-logo{
    position: relative;
  }

  #about-logo img {
    height: 200px;
    width: 200px;
    margin-left: 0px;
}

  #dekor-left-about {
    width: 250px;
    height: 200px;
    left: 0px;
    margin-top: -95px;
    position: absolute;
  }
  #dekor-right-about {
    position: absolute;
    width: 250px;
    height: 200px;
    margin-left: 848px;
    margin-left: 63%;
    right: 0;
    margin-top: -97px;
  }
}

  /* XS Portrait */
  @media (max-width: 479px) {
        .owl-carousel .owl-nav button.owl-next, .owl-carousel .owl-nav button.owl-prev {
          color: white;
          padding: 10px 9px 4px 10px !important;
          margin-top: -20px;
        }
        .owl-nav span {
          font-size: 50px;
          position: relative;
          top: -2px;
        }
        #about{
          font-size: 16px;
          padding: 0px;
          padding: 20px 0px;
        }
        #dekor-right-about {
            width: 140px;
            height: 80px;
            margin-left: 63%;
            right: 0;
            margin-top: -20px;
        }
        #dekor-left-about {
           width: 140px;
            height: 80px;
            left: 0px;
            margin-top: -20px;
            position: absolute;
        }
        #top-org {
            margin: 0px;
            padding: 0px;
        }
        #judul-about {
            margin-left: 105px;
        }

        #judul-about img {
            height: 120px;
            width: 220px;
        }
        #about-isi{
          width: 90%;
          margin-left: 5%;
        }
        #about-isi p{
          line-height: 1.5em;
        }
        #about-logo img {
          height: 100px;
          width: 100px;
          margin-left: 80px;
        }

        #visi{
          font-size: 14px;
        }
        .spot {
          margin-bottom: 0;
          line-height: 1.4;
          padding: 10rem 0;
        }
        .spot .inner {
          width: 100%;
        }

        .spot .content-even {
          padding: 15px;
          width: 60%;
          margin-left: 20px;
        }

        #img-visi {
          height: 80px;
          width: 100px;
          position: relative;
          margin-left: 30px;
        }
        #dekor-visi {
          height: 278px;
          width: 307px;
          margin-top: -100px;
        }

        .spot .content-odd {
          padding: 15px;
          margin-top: -20px;
          width: 60%;
          margin-right: 20px;
        }
        #misi{
          font-size: 14px;
        }
        #img-misi {
          height: 80px;
          width: 100px;
          position: relative;
          margin-right: 0px;
          margin-left: 30px;
        }
        #dekor-misi {
          height: 278px;
          width: 307px;
          margin-top: -100px;
        }

        #dekor-atas-pengurus {
          position: absolute;
          margin-top: -90px;
          height: 200px;
          width: 500px;
        }

        #judul-pengurus {
            height: 120px;
            width: 220px;
            margin-left: 30px;
        }
        #img-pengurus {
          width: 750px;
          height: 200px;
        }
        #box-judul-pengurus {
            margin-top: 0px;
            width: 60%;
            margin-left: 20%;
        }

        .data-pengurus {
            margin-top: 20px;
            margin-left: 60px;
            padding: 0px;
        }

        .isi-pengurus-right {
          padding: 0px;
          margin-left: 20px;
          width: 40%;

        }
        .isi-pengurus-left{
          padding: 0px;
        }
        #box-pengurus h4 {
            color: white;
            font-size: 14px;
            text-align: center;
        }
        #box-pengurus{
          margin:0px 0 0 0;
          padding: 0px 0 20px 0;
        }
        .data-pengurus p {
          line-height: 1.5em;
          font-size: 12px;
          font-weight: 510;
          text-align: left;
        }
        .ket{
          padding: 0;
          width: 35%;
        }
        .isi-ket{
          padding: 0;
          width: 60%;
        }
        #dekor-bawah-pengurus {
            /*position: relative;*/
            bottom: 0;
            height: 80px;
            width: 1550px;
        }
        #program{
          padding-bottom: 0px;
        }

        #dekor-atas-program{
          position: absolute;
          margin-top: -90px;
          height: 300px;
          width: 1350px;
        }

        #dekor-bawah-program {
            position: absolute;
            height: 200px;
            width: 1350px;
            margin-top: -200px;
        }

        #judul-program {
          height: 120px;
          width: 220px;
          margin-left: 100px;
          margin-top: -20px;
        }

        #isi-program li {
          font-size: 12px;
        }

        #bg-footer {
          position: absolute;
          margin-top: 0px;
          height: 70px;
          width: 1350px;
        }
        .box-footer {
          margin-top: 0px;
        }
        #top-footer {
            position: absolute;
            height: 100px;
            width: 1550px;
            margin-top: -100px;
        }
        #box-facebook {
            margin-left: 0px;
            display: block;
        }
        #box-gmail {
            margin-left: 0px;
            display: block;
        }
        #footer #facebook {
            height: 20px;
            width: 20px;
        }

        #footer #gmail {
            height: 20px;
            width: 20px;
        }
        #footer a {
          color: #f4421a;
          text-decoration-line: none;
          font-size: 10px;
        }
        footer{
          font-size: 4px;
          margin-top: -5px;
        }

        /*Modal event*/
        #broadcast .modal-dialog {
            width: 95%;
        }

        /*Modal event*/
  }






   @media screen and (-webkit-min-device-pixel-ratio:0) and (max-width: 1530px){
        
      
   }

   @media screen and (-webkit-min-device-pixel-ratio:0) and (max-width: 1366px){
       
      
 }


 @media screen and (-webkit-min-device-pixel-ratio:0) and (height: 702px) and (max-width: 1366px){
 
}

/* tanvir */
 @media screen and (-webkit-min-device-pixel-ratio:0) and ( max-width: 1350px ) { 
           
           
        }  


 @media screen and (-webkit-min-device-pixel-ratio:0)  and ( max-width: 1350px ) and (max-height: 650px){ 

    

 }


/* mukul 1295 722*/
   @media screen and (-webkit-min-device-pixel-ratio:0) and (max-width: 1300px){ 
       
     
        }
 }       
    

@media (min-width: 1050px) and (max-width: 1200px){
 

}

  
/* ipad landscape */
  @media (max-width: 1024px){


        
        }


        @media (max-width: 991px) {
            
        }

    
   
/* ipad */
    @media (min-width: 768px) and (max-width: 770px){


        }


            /* ipad */
@media (max-width: 770px){


        }

        @media (min-width: 720px) and (max-width: 735px){


        }


    /* iphone 6+ landscape */
        @media screen and (min-device-width : 414px) 
            and (-webkit-device-pixel-ratio: 3){

           
       
    }


    /* iphone 6 landscape */
        @media only screen and (max-device-width: 667px) 
            and (-webkit-device-pixel-ratio: 2) {

       
       
         }




        @media (max-width: 640px){
  
        
      
       
        }

/*
@media (min-width: 552px) and (max-width: 552px){

.global_bx .global_overlay_cont h2 {
    padding: 0 14px;
    font-size: 36px !important;
}


}*/



    /* iphone 5 landscape */
        @media (min-width: 568px) and (max-width: 568px){
       
  
        

        }

            /* iphone 4 landscape */
        @media (min-width: 480px) and (max-width: 480px){

        }


            /* resposnive mobiles */
        @media (max-width: 479px){

       
        
        }


           /* iphone 6+ */
        @media (max-width: 420px){
          .owl-carousel .owl-nav button.owl-next, .owl-carousel .owl-nav button.owl-prev {
          color: white;
          padding: 10px 9px 4px 10px !important;
          margin-top: -20px;
          }
          .owl-nav span {
            font-size: 50px;
            position: relative;
            top: -2px;
          }
          #about{
            font-size: 16px;
            padding: 0px;
            padding: 20px 0px;
          }
          #dekor-right-about {
              width: 140px;
              height: 80px;
              margin-left: 63%;
              right: 0;
              margin-top: -20px;
          }
          #dekor-left-about {
             width: 140px;
              height: 80px;
              left: 0px;
              margin-top: -20px;
              position: absolute;
          }
          #top-org {
              margin: 0px;
              padding: 0px;
          }
          /*ganti*/
          #judul-about {
              margin-left: 75px;
          }

          #judul-about img {
              height: 120px;
              width: 220px;
          }
          #about-isi{
            width: 90%;
            margin-left: 5%;
          }
          #about-isi p{
            line-height: 1.5em;
          }
          #about-logo img {
            height: 100px;
            width: 100px;
            margin-left: 80px;
          }

          #visi{
            font-size: 14px;
          }
          .spot {
            margin-bottom: 0;
            line-height: 1.4;
            padding: 10rem 0;
          }
          .spot .inner {
            width: 100%;
          }

          .spot .content-even {
            padding: 15px;
            width: 60%;
            margin-left: 20px;
          }

          #img-visi {
            height: 90px;
            width: 100px;
            position: relative;
            margin-left: 25px;
            margin-top: 10px;
          }
          #dekor-visi {
            height: 300px;
            width: 307px;
            margin-top: -100px;
          }

          .spot .content-odd {
            padding: 15px;
            margin-top: -20px;
            width: 60%;
            margin-right: 20px;
          }
          #misi{
            font-size: 14px;
          }
          #img-misi {
            height: 90px;
            width: 100px;
            position: relative;
            margin-right: 0px;
            margin-left: 30px;
          }
          #dekor-misi {
            height: 300px;
            width: 307px;
            margin-top: -100px;
          }

          #dekor-atas-pengurus {
            position: absolute;
            margin-top: -90px;
            height: 200px;
            width: 500px;
          }

          #judul-pengurus {
              height: 120px;
              width: 220px;
              margin-left: 10px;
          }
          #img-pengurus {
            width: 750px;
            height: 200px;
          }
          #box-judul-pengurus {
              margin-top: 0px;
              width: 60%;
              margin-left: 20%;
          }

          .data-pengurus {
              margin-top: 20px;
              margin-left: 40px;
              padding: 0px;
          }

          .isi-pengurus-right {
            padding: 0px;
            margin-left: 20px;
            width: 40%;

          }
          .isi-pengurus-left{
            padding: 0px;
          }
          #box-pengurus h4 {
              color: white;
              font-size: 14px;
              text-align: center;
          }
          #box-pengurus{
            margin:0px 0 0 0;
            padding: 0px 0 20px 0;
          }
          .data-pengurus p {
            line-height: 1.5em;
            font-size: 11px;
            font-weight: 510;
            text-align: left;
          }
          .ket{
            padding: 0;
            width: 35%;
          }
          .isi-ket{
            padding: 0;
            width: 60%;
          }
          #dekor-bawah-pengurus {
              /*position: relative;*/
              bottom: 0;
              height: 80px;
              width: 1550px;
          }
          #program{
            padding-bottom: 0px;
          }

          #dekor-atas-program{
            position: absolute;
            margin-top: -90px;
            height: 300px;
            width: 1350px;
          }

          #dekor-bawah-program {
              position: absolute;
              height: 200px;
              width: 1350px;
              margin-top: -200px;
          }

          #judul-program {
            height: 120px;
            width: 220px;
            margin-left: 70px;
            margin-top: -20px;
          }

          #isi-program li {
            font-size: 12px;
          }

          #bg-footer {
            position: absolute;
            margin-top: 0px;
            height: 70px;
            width: 1350px;
          }
          .box-footer {
            margin-top: 0px;
          }
          #top-footer {
              position: absolute;
              height: 80px;
              width: 1550px;
              margin-top: -80px;
          }
          #box-facebook {
              margin-left: 0px;
              display: block;
          }
          #box-gmail {
              margin-left: 0px;
              display: block;
          }
          #footer #facebook {
              height: 20px;
              width: 20px;
          }

          #footer #gmail {
              height: 20px;
              width: 20px;
          }
          #footer a {
            color: #f4421a;
            text-decoration-line: none;
            font-size: 10px;
          }
          footer{
            font-size: 4px;
            margin-top: -5px;
          }

          /*Modal event*/
          #broadcast .modal-dialog {
              width: 95%;
          }
          /*Modal event*/
        }


        /* iphone 6 */
        @media (max-width: 375px){
        
        .owl-carousel .owl-nav button.owl-next, .owl-carousel .owl-nav button.owl-prev {
          color: white;
          padding: 10px 9px 4px 10px !important;
          margin-top: -20px;
          }
          .owl-nav span {
            font-size: 50px;
            position: relative;
            top: -2px;
          }
          #about{
            font-size: 16px;
            padding: 0px;
            padding: 20px 0px;
          }
          #dekor-right-about {
              width: 120px;
              height: 80px;
              margin-left: 63%;
              right: 0;
              margin-top: -20px;
          }
          #dekor-left-about {
              width: 120px;
              height: 80px;
              left: 0px;
              margin-top: -20px;
              position: absolute;
          }
          #top-org {
              margin: 0px;
              padding: 0px;
          }
          /*ganti*/
          #judul-about {
              margin-left: 55px;
          }

          #judul-about img {
              height: 120px;
              width: 220px;
          }
          #about-isi{
            width: 90%;
            margin-left: 5%;
          }
          #about-isi p{
            line-height: 1.5em;
          }
          #about-logo img {
            height: 100px;
            width: 100px;
            margin-left: 80px;
          }

          #visi{
            font-size: 14px;
          }
          .spot {
            margin-bottom: 0;
            line-height: 1.4;
            padding: 10rem 0;
          }
          .spot .inner {
            width: 100%;
          }

          .spot .content-even {
            padding: 15px;
            width: 60%;
            margin-left: 20px;
          }

          #img-visi {
            height: 90px;
            width: 90px;
            position: relative;
            margin-left: 20px;
            margin-top: 20px;
          }
          #dekor-visi {
            height: 310px;
            width: 307px;
            margin-top: -100px;
          }

          .spot .content-odd {
            padding: 15px;
            margin-top: -20px;
            width: 60%;
            margin-right: 20px;
          }
          #misi{
            font-size: 14px;
          }
          #img-misi {
            height: 90px;
            width: 90px;
            position: relative;
            margin-right: 0px;
            margin-left: 20px;
          }
          #dekor-misi {
            height: 300px;
            width: 307px;
            margin-top: -100px;
          }

          #dekor-atas-pengurus {
            position: absolute;
            margin-top: -90px;
            height: 200px;
            width: 500px;
          }

          #judul-pengurus {
              height: 120px;
              width: 220px;
              margin-left: 0px;
          }
          #img-pengurus {
            width: 750px;
            height: 150px;
          }
          #box-judul-pengurus {
              margin-top: 0px;
              width: 60%;
              margin-left: 20%;
          }

          .data-pengurus {
              margin-top: 20px;
              margin-left: 8px;
              padding: 0px 6px 0 15px;
              width: 95%;

          }

          .isi-pengurus-right {
            padding: 0px;
            margin-left: 20px;
            width: 40%;

          }
          .isi-pengurus-left{
            padding: 0px;
          }
          #box-pengurus h4 {
              color: white;
              font-size: 14px;
              text-align: center;
          }
          #box-pengurus{
            margin:0px 0 0 0;
            padding: 0px 0 20px 0;
          }
          .data-pengurus p {
            line-height: 1.5em;
            font-size: 11px;
            font-weight: 510;
            text-align: left;
          }
          .ket{
            padding: 0;
            width: 35%;
          }
          .isi-ket{
            padding: 0;
            width: 60%;
          }
          #dekor-bawah-pengurus {
              /*position: relative;*/
              bottom: 0;
              height: 80px;
              width: 1550px;
          }
          #program{
            padding-bottom: 0px;
          }

          #dekor-atas-program{
            position: absolute;
            margin-top: -90px;
            height: 300px;
            width: 1350px;
          }

          #dekor-bawah-program {
              position: absolute;
              height: 200px;
              width: 1350px;
              margin-top: -200px;
          }

          #judul-program {
            height: 120px;
            width: 220px;
            margin-left: 50px;
            margin-top: -20px;
          }

          #isi-program li {
            font-size: 12px;
          }

          #bg-footer {
            position: absolute;
            margin-top: 0px;
            height: 70px;
            width: 1350px;
          }
          .box-footer {
            margin-top: 0px;
          }
          #top-footer {
              position: absolute;
              height: 90px;
              width: 1550px;
              margin-top: -80px;
          }
          #box-facebook {
              margin-left: 0px;
              display: block;
          }
          #box-gmail {
              margin-left: 0px;
              display: block;
          }
          #footer #facebook {
              height: 20px;
              width: 20px;
          }

          #footer #gmail {
              height: 20px;
              width: 20px;
          }
          #footer a {
            color: #f4421a;
            text-decoration-line: none;
            font-size: 10px;
          }
          footer{
            font-size: 4px;
            margin-top: -5px;
          }
          /*Modal event*/
          #broadcast .modal-dialog {
              width: 95%;
          }
          /*Modal event*/



      }

        /* android phones */
        @media (max-width: 360px){
          .owl-carousel .owl-nav button.owl-next, .owl-carousel .owl-nav button.owl-prev {
            color: white;
            padding: 10px 9px 4px 10px !important;
            margin-top: -20px;
            }
            .owl-nav span {
              font-size: 50px;
              position: relative;
              top: -2px;
            }
            #about{
              font-size: 14px;
              padding: 0px;
              padding: 20px 0px;
            }
            #dekor-right-about {
                width: 100px;
                height: 70px;
                margin-left: 63%;
                right: 0;
                margin-top: -20px;
            }
            #dekor-left-about {
                width: 100px;
                height: 70px;
                left: 0px;
                margin-top: -20px;
                position: absolute;
            }
            #top-org {
                margin: 0px;
                padding: 0px;
            }
            /*ganti*/
            #judul-about {
                margin-left: 55px;
            }

            #judul-about img {
                height: 100px;
                width: 200px;
            }
            #about-isi{
              width: 90%;
              margin-left: 5%;
            }
            #about-isi p{
              line-height: 1.5em;
            }
            #about-logo img {
              height: 100px;
              width: 100px;
              margin-left: 80px;
            }

            #visi{
              font-size: 14px;
            }
            .spot {
              margin-bottom: 0;
              line-height: 1.4;
              padding: 10rem 0;
            }
            .spot .inner {
              width: 100%;
            }

            .spot .content-even {
              padding: 15px;
              width: 60%;
              margin-left: 20px;
            }

            #img-visi {
              height: 70px;
              width: 90px;
              position: relative;
              margin-left: 15px;
              margin-top: 30px;
            }
            #dekor-visi {
              height: 310px;
              width: 307px;
              margin-top: -100px;
            }

            .spot .content-odd {
              padding: 15px;
              margin-top: -20px;
              width: 60%;
              margin-right: 20px;
            }
            #misi{
              font-size: 14px;
            }
            #img-misi {
              height: 70px;
              width: 90px;
              position: relative;
              margin-right: 0px;
              margin-left: 15px;
              margin-top: 20px;
            }
            #dekor-misi {
              height: 300px;
              width: 307px;
              margin-top: -100px;
            }

            #dekor-atas-pengurus {
              position: absolute;
              margin-top: -90px;
              height: 200px;
              width: 500px;
            }

            #judul-pengurus {
                height: 100px;
                width: 200px;
                margin-left: 0px;
            }
            #img-pengurus {
              width: 750px;
              height: 150px;
            }
            #box-judul-pengurus {
                margin-top: 0px;
                width: 60%;
                margin-left: 20%;
            }

            .data-pengurus {
                margin-top: 20px;
                margin-left: 8px;
                padding: 0px 6px 0 15px;
                width: 100%;

            }

            .isi-pengurus-right {
              padding: 0px;
              margin-left: 20px;
              width: 40%;

            }
            .isi-pengurus-left{
              padding: 0px;
            }
            #box-pengurus h4 {
                color: white;
                font-size: 13px;
                text-align: center;
            }
            #box-pengurus{
              margin:0px 0 0 0;
              padding: 0px 0 20px 0;
            }
            .data-pengurus p {
              line-height: 1.5em;
              font-size: 10px;
              font-weight: 510;
              text-align: left;
            }
            .ket{
              padding: 0;
              width: 35%;
            }
            .isi-ket{
              padding: 0;
              width: 60%;
            }
            #dekor-bawah-pengurus {
                /*position: relative;*/
                bottom: 0;
                height: 80px;
                width: 1550px;
            }
            #program{
              padding-bottom: 0px;
            }

            #dekor-atas-program{
              position: absolute;
              margin-top: -90px;
              height: 300px;
              width: 1350px;
            }

            #dekor-bawah-program {
                position: absolute;
                height: 200px;
                width: 1350px;
                margin-top: -200px;
            }

            #judul-program {
              height: 120px;
              width: 220px;
              margin-left: 50px;
              margin-top: -20px;
            }

            #isi-program li {
              font-size: 12px;
            }

            #bg-footer {
              position: absolute;
              margin-top: 0px;
              height: 70px;
              width: 1350px;
            }
            .box-footer {
              margin-top: 0px;
            }
            #top-footer {
                position: absolute;
                height: 90px;
                width: 1550px;
                margin-top: -90px;
            }
            #box-facebook {
                margin-left: 0px;
                display: block;
            }
            #box-gmail {
                margin-left: 0px;
                display: block;
            }
            #footer #facebook {
                height: 20px;
                width: 20px;
            }

            #footer #gmail {
                height: 20px;
                width: 20px;
            }
            #footer a {
              color: #f4421a;
              text-decoration-line: none;
              font-size: 10px;
            }
            footer{
              font-size: 4px;
              margin-top: -5px;
            }
            /*Modal event*/
            #broadcast .modal-dialog {
                width: 95%;
            }
            /*Modal event*/

        }



    /* iphone 5 */
        @media (max-width: 320px){
        
        
        }