@media(max-width: 1200px){
    .container-bns{
        width: 100% !important;
    }
}
.desktop-nav-wrap {
    background-color: #FFFFFF;
    border-bottom: solid 1px #ddd;
    padding: 8px 0;
    box-shadow: 0 0 10px #ababab;
    z-index: 8;
}
.row-nav {
    display: table;
    width: 100%;
}
.col-logo-nav {
    display: block;
    float:  left;
    vertical-align: top;
    width: 25%;
    padding: 0 15px;
}
.col-nav {
    display: block;
    float: left;
    vertical-align: top;
    width: 75%;
    padding: 0 15px;
}
.dekstop-logo > a {
    display: inline-block;
}
.dekstop-logo > a > img {
    max-width: 100%;
    width: 230px;
}
.nav-list {
    display: table;
    width: 100%;
    margin:  0;
    padding: 24px 0 0 0;
    text-align: right;
}
.nav-list > li {
    display: inline-block;
    margin-left: 50px;
}
.dropdown-nav {
    display: none;
    position: absolute;
    top: 39px;
    left: 0;
    padding: 0;
    margin: 0;
    text-align: left;
    box-shadow: 0 0 10px #ddd;
    border: solid 1px #ddd;
    background-color: #FFFFFF;
    z-index: 8;
}
.dropdown-search {
    display: none;
    position: absolute;
    top: 39px;
    right: 0;
    width: 250px;
    background-color: #FFFFFF;
    z-index: 8;
}
.nav-link {
    text-transform: uppercase;
    font-family: ProximaNovaBold;
    color: #444;
    font-size: 16px;
    padding-bottom:  3px;
    border-bottom: solid 1px transparent;
    -webkit-transition: all ease 0.3s;
    -moz-transition: all ease 0.3s;
    -o-transition: all ease 0.3s;
    -ms-transition: all ease 0.3s;
    transition: all ease 0.3s;
}
.nav-link:hover,.nav-link:focus {
    border-bottom: solid 1px #d9a714;
    color: #d9a714;
}
.active-nav > a {
    border-bottom: solid 1px #d9a714;
    color: #d9a714;
}
.nav-parent{
    white-space: nowrap;
    position: relative;
}
.dropdown-nav > li {
    display: block;
}
.dropdown-nav > li > a {
    display: block;
    padding: 6px 20px;
    border-bottom:  solid 1px #ddd;
    font-family: ProximaNovaSemiBoldItalic;
    color: #444444;
    font-size: 14px;
}
.dropdown-nav > li:last-child > a {
    border: 0;
}
.dropdown-nav > li > a:hover,.dropdown-nav > li > a:focus {
    color: #d9a714;
    background-color: rgb(239, 239, 239);
}
.input-search {
    border-radius: 0;
    box-shadow: 0 0 10px #d0d0d0;
    font-family: ProximaNovaRegular;
}
.slide-image{
    display: block;
    outline: none !important;
}
.slide-image > img {
    width: 100%;
}
.slide-arrow {
    position:  absolute;
    top: 45%;
    z-index:  5;
    cursor: pointer;
    background-color: rgba(255, 255, 255, 0.45);
    font-size: 26px;
    padding: 15px 8px;
    line-height: 0;
}
.slide-prev {
    left: 0;
}
.slide-next {
    right: 0;
}
.slider-wrap{
    /*margin-bottom: 50px;*/
}
.home-pagination .swiper-pagination-bullet {
    opacity:  .5;
    border-radius: 100%;
    width: 10px;
    background-color: #CCCCCC;
    height: 10px;
}
.home-pagination .swiper-pagination-bullet-active {
    background-color: #5f5f5f;
}
.other-nav {
    background-color: rgba(255, 255, 255, 0.5);
    position:  absolute;
    top: 0;
    left:  0;
    width: 100%;
}
.other-nav .dropdown-nav {
    background-color: rgba(255, 255, 255, 0.5);
}
.mobile-bar {
    background-color: rgba(255, 255, 255, 0.7);
    padding: 10px 0;
}
.mobile-logo {
    text-align: center;
    padding: 3px 0;
}
.mobile-logo > a {
    display: inline-block;
}
.mobile-logo > a > img {
    width: 120px;
}
.mob-menu > a > img {
    width: 30px;
}
.mob-menu {
    margin: 4px 0 0 0;
}
.mobile-navigation {
    position:  fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 10;
    max-height: 100%;
    overflow-y: auto;
    box-shadow: 0 0 10px #bfbfbf;
}
.mobile-list {
    position:  relative;
    background-color: rgba(255, 255, 255, 0.7);
}
.mobile-list > li {
    display: block;
}
.mobile-list > ul {
    margin: 0;
    padding: 0;
}
.mobile-list > ul > li {
    display: block;
}
.mob-link {
    display: block;
    padding: 5px 15px;
    text-transform: uppercase;
    font-family: ProximaNovaSemiBold;
    color: #444444;
}
.mob-link:hover,.mob-link:focus {
    color: #0077c3;
}
.mdropdown-nav {
    margin: 0;
    padding: 0;
    display: none;
}
.mdropdown-nav > li {
    display: block;
}
.mdropdown-nav > li > a {
    padding: 5px 30px;
    display: block;
    font-size: 14px;
    font-family: ProximaNovaRegular;
    color:  #444444;
}
.mdropdown-nav > li > a:hover,.mdropdown-nav > li > a:focus{
    color: #0077c3;
}
.section-about {
    background-image: url('../../img/white.png');
    background-size: auto;
    background-repeat: repeat;
    background-position:  center;
}
.sa-wrap {
    width: 800px;
    max-width:  100%;
    margin: 0 auto;
    padding: 50px 0;
}
.sa-head {
    text-align: center;
    margin-bottom:  15px;
    font-family: NeutraTextBold;
    font-size:  30px;
    padding: 0 15px;
    color: #444;
}
.sa-desc {
    text-align: center;
    font-family: ProximaNovaRegular;
    font-size: 15px;
    color: #444;
    margin-bottom:  30px;
    padding: 0 15px;
}
.sa-more {
    text-align: center;
    padding: 0 15px;
}
.sa-more > a {
    display: inline-block;
    background-color: #d9a714;
    padding: 6px 12px;
    border: solid 1px #d9a714;
    font-size: 14px;
    font-family: ProximaNovaSemiBold;
    border-radius: 5px;
    width: 120px;
    color: #FFFFFF;
    outline: none !important;
}
.sa-more > a:hover,.sa-more > a:focus {
    background-color: #ffffff;
    color: #d9a714;
}
.sa-border {
    text-align:  center;
    border-top: solid 2px #0077c3;
    display: none;
    width: 100px;
    margin: 10px auto 20px auto;
}
.sa-border > hr {
    border-top: solid 3px #0077c3;
    margin: 0 auto !important;
    width: 40px;
}
.sa-logo {
    text-align: center;
    margin-bottom:  30px;
}
.sa-logo > img {
    width: 150px;
    max-width: 100%;
}
.section-product {
    position:  relative;
}
.sp-head {
    position:  absolute;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    z-index: 2;
    text-align:  center;
}
.sp-head > h3 {
    font-family: NeutraTextBold;
    background-color: rgba(0, 119, 195, 0.9);
    display:  inline-block;
    color: #FFFFFF;
    padding:  10px 22px;
    border-bottom-left-radius:  10px;
    border-bottom-right-radius:  10px;
}
.row-sp {
    display: table;
    width: 100%;
}
.col-sp {
    display: block;
    float:  left;
    width: 50%;
    vertical-align: top;
    position:  relative;
    z-index: 1;
}
.sp-bg {
    background-size:  cover;
    background-repeat: no-repeat;
    background-position:  center;
    position:  relative;
}
.sp-layer {
    background-color: rgba(255, 255, 255, 0.65);
    padding-bottom: 60%;
}
.sp-content {
    position:  absolute;
    top: 40%;
    left: 0;
    width: 100%;
    padding: 0 15px;
}
.sp-logo {
    text-align: center;
    margin-bottom:  20px;
}
.sp-logo > img {
    width: 350px;
    max-width: 100%;
}
.sp-more {
    text-align: center;
}
.sp-more > a {
    display: inline-block;
    padding: 6px 12px;
    background-color: #d13d21;
    border: solid 1px #d13d21;
    border-radius: 5px;
    width: 100px;
    max-width: 100%;
    color: #FFFFFF;
    font-family: ProximaNovaSemiBoldItalic;
}
.sp-more > a:hover,.sp-more > a:focus {
    opacity: 0.8;
}
.sn-wrap {
    padding: 30px 0 30px 0;
}
.sn-head > h3 {
    font-family: ProximaNovaBoldItalic;
    color: #0077c3;
    font-size: 30px;
    padding-bottom: 5px;
    display: block;
    border-bottom: solid 2px #0077C2;
}
.sn-head {
    padding: 0 15px;
    margin-bottom:  30px;
}
.row-sn {
    display: table;
    width: 100%;
}
.col-sn {
    display: block;
    float:  left;
    vertical-align: top;
    width: 33.3333%;
    padding:  0 15px;
    margin-bottom:  30px;
}
.sn-img {
    display: block;
    padding-bottom:  60%;
    background-size: cover;
    background-repeat:  no-repeat;
    position:  relative;
}
.sn-date {
    position: absolute;
    top: 0;
    right:  0;
    background-color: rgba(0, 119, 195, 0.7);
    color: #FFFFFF;
    padding:  3px 12px;
    font-size: 13px;
    font-family:  ProximaNovaRegularItalic;
    border-bottom-left-radius:  10px;
    opacity: 0;
    -webkit-transition: all ease 0.3s;
    -moz-transition: all ease 0.3s;
    -o-transition: all ease 0.3s;
    -ms-transition: all ease 0.3s;
    transition: all ease 0.3s;
}
.sn-img:hover > .sn-date,.sn-img:focus > .sn-date {
    opacity:  1;
}
.sn-title {
    margin-bottom:  10px;
}
.sn-title > a {
    font-family: ProximaNovaSemiBold;
    color:  #444444;
    font-size: 17px;
}
.sn-box {
    border: solid 1px #ddd;
    padding: 10px 15px 15px 15px;
    border-bottom-left-radius:  5px;
    border-bottom-right-radius:  5px;
}
.sn-desc {
    font-family: ProximaNovaRegular;
    font-size: 13px;
    margin-bottom: 12px;
}
.sn-more {
    text-align: right;
}
.sn-more > a {
    font-family: ProximaNovaRegular;
    padding-bottom:  3px;
    border-bottom: solid 1px #0077c3;
    color: #0077c3;
}
.sn-other {
    text-align: center;
}
.sn-other > a {
    display: inline-block;
    background-color: #0077c3;
    padding: 6px 12px;
    border: solid 1px #0077c3;
    font-size: 14px;
    font-family: ProximaNovaSemiBold;
    border-radius: 5px;
    width: 150px;
    color: #FFFFFF;
    outline: none !important;
}
.sn-other > a:hover,.sn-other > a:focus {
    background-color: #FFFFFF;
    color: #0077c3;
}
.sf-wrap {
    /* background-color: #C2C2C2; */
    background-color: #FFBD00;
    padding: 30px 0;
}
.row-sf {
    display: table;
    width: 100%;
}
.col-sf {
    display: block;
    float:  left;
    width: 25%;
    padding: 0 15px;
    vertical-align: top;
}
.head-footer {
    font-family: ProximaNovaSemiBold;
    font-size: 17px;
    /* border-bottom: solid 1px #6d6d6d; */
    border-bottom: solid 1px black;
    padding-bottom:  3px;
    margin-bottom:  15px;
    /* color: #6d6d6d; */
    color: black;
}
.footer-list {
    margin: 0;
    padding: 0;
}
.footer-list > li {
    display: block;
    margin-bottom: 3px;
}
.footer-link {
    font-family: ProximaNovaRegular;
    font-size: 15px;
    /* color: #656565; */
    color: black;
}
.footer-link:hover {
    color:#444444;
}
.contact-footer {
    font-family: ProximaNovaRegular;
    font-size: 15px;
    /* color: #656565; */
    color: black;
    margin-bottom:  3px;
}
.footer-address {
    font-family: ProximaNovaRegular;
    font-size: 15px;
    /* color: #656565; */
    color: black;
    margin-bottom: 5px;
}
.footer-map > a {
    font-family: ProximaNovaRegular;
    font-size: 15px;
    /* color: #656565; */
    color: black;
}
.footer-map {
    position:  relative;
}
.contact-footer > .fa {
    margin-right:  3px;
}
.sf-copyright {
    /* background-color: #5d5d5d;
    color: #F1f1f1; */
    background-color: #ffffff;
    color: #000000;
    text-align: center;
    padding: 8px 15px;
    font-family: ProximaNovaRegular;
    font-size:  13px;
}
.contact-social {
    font-family: ProximaNovaSemiBold;
    font-size: 15px;
    /* color: #656565; */
    color: black;
    margin-bottom: 5px;
}
.footer-social > a {
    display: inline-block;
    color: #656565;
    font-size: 30px;
    margin-right:  10px;
    line-height:  0;
}
.footer-social > a.facebook {
    color: #4267B2;
}
.footer-social > a.facebook:hover {
    color: #4267B2;
}
.footer-social > a.instagram .fa {
    background: radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%, #d6249f 60%, #285AEB 90%);
    -webkit-background-clip: text;
    /* Also define standard property for compatibility */
    background-clip: text;
    -webkit-text-fill-color: transparent;
}
.footer-social > a.instagram:hover .fa {
    background: radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%, #d6249f 60%, #285AEB 90%);
    -webkit-background-clip: text;
    /* Also define standard property for compatibility */
    background-clip: text;
    -webkit-text-fill-color: transparent;
}
.footer-social > a.youtube {
    color: #FF0000;
}
.footer-social > a.youtube:hover {
    color: #FF0000;
}
.footer-social > a.twitter {
    color: #1DA1F2;
}
.footer-social > a.twitter:hover {
    color: #1DA1F2;
}
.header-img {
    background-size: cover;
    background-repeat: no-repeat;
    background-position:  center;
    position:  relative;
}
.header-layer {
    background-color: rgba(0, 0, 0, 0.3);
    position:  relative;
    height: 400px;
}
.header-title {
    padding: 0 15px;
    color:  #FFFFFF;
    text-align:  center;
    font-family: ProximaNovaSemiBoldItalic;
    font-size: 50px;
}
.header-content {
    position:  absolute;
    top: 45%;
    left: 0;
    width: 100%;
}
.breadcrumb-bar {
    background-color: #c2c2c2;
    padding: 10px 0;
}
.breadcrumb-list {
    margin: 0;
    padding: 0 15px;
}
.breadcrumb-list > li {
    display: inline-block;
}
.breadcrumb-list > li > a {
    font-family: ProximaNovaRegularItalic;
    color: #656565;
}
.breadcrumb-list > li > span {
    font-family: ProximaNovaRegularItalic;
    color: #656565;
    margin: 0 5px;
}
.breadcrumb-list > li > a:hover,.breadcrumb-list > li > a:focus{
    color: #0077c3;
}
.bns-pagination {
    padding: 10px 15px;
    width: 100%;
    display: table;
    margin: 50px 0 ;
    text-align: center;
}
.pagination-list {
    margin:  0;
    padding: 0;
}
.pagination-list > li {
    display: inline-block;
    vertical-align: top;
    margin: 0 1px;
}
.pagination-list > li > a {
    font-family: Avenir;
    font-size: 13px;
    padding: 6px 2px;
    text-align:  center;
    height: 30px;
    border: solid 1px #575757;
    color: #575757;
    width: 30px;
    display: block;
}
.pagination-list > li > a:hover,.pagination-list > li > a:focus {
    background-color: #575757;
    color: #FFFFFF;
}
.pag-active {
    background-color: #575757;
    color: #FFFFFF !important;
}
@media(max-width: 1200px){
    .nav-list > li {
        margin-left: 40px;
    }
    .nav-link{
        font-size: 15px;
    }
    .dropdown-nav {
        top: 40px;
    }
    .dropdown-search {
        top: 40px;
    }
}
@media(max-width: 991px){
    .nav-list > li {
        margin-left: 24px;
    }
    .nav-link {
        font-size: 13px;
    }
    .nav-list {
        padding: 12px 0 0 0;
    }
    .sa-wrap {
        padding:  30px 0;
    }
    .sp-head > h3 {
        font-size: 22px;
    }
    .sp-content {
        top: 35%;
    }
    .sp-logo > img {
        width: 250px;
    }
    .sn-head > h3 {
        font-size: 25px;
    }
    .sn-box {
        padding: 10px;
    }
    .footer-link {
        font-size: 13px;
    }
    .contact-footer {
        font-size:  13px;
    }
    .contact-social {
        font-size: 13px;
    }
    .footer-address {
        font-size: 13px;
    }
    .header-title {
        font-size: 40px;
    }
    .header-layer {
        height: 300px;
    }
}
@media(max-width: 767px){
    .sa-head {
        font-size: 25px;
    }
    .sa-wrap {
        padding: 20px 0;
    }
    .sa-desc {
        font-size: 14px;
    }
    .col-sp {
        width: 100%;
    }
    .col-sn {
        width: 50%;
    }
    .col-sn:last-child {
        display: none;
    }
    .col-sf {
        width: 280px;
        margin: 0 auto;
        max-width: 100%;
        text-align: center;
        float: none;
        margin-bottom:  20px;
    }
    .row-sf {
        display: block;
    }
    .footer-social > a {
        margin:  0 5px;
    }
    .footer-link {
        font-size: 14px;
    }
    .contact-footer {
        font-size: 14px;
    }
    .contact-social {
        font-size: 14px;
    }
    .footer-address {
        font-size: 14px;
    }
    .sf-wrap {
        padding: 30px 0 20px 0;
    }
    .sn-other > a {
        font-size: 13px;
    }
    .sp-more > a {
        font-size: 13px;
    }
    .sa-more > a {
        font-size: 13px;
    }
    .sp-head > h3 {
        font-size: 20px;
        padding: 9px 30px;
    }
    .home-pagination .swiper-pagination-bullet {
        width: 20px;
        margin: 0 3px;
        height: 4px;
    }
    .slide-arrow {
        font-size: 20px;
        padding: 10px 5px;
    }
    .header-title {
        font-size: 30px;
    }
}
@media(max-width: 500px){
    .col-sn {
        width: 100%;
    }
    .col-sn:last-child {
        display: block;
    }
    .header-title {
        font-size: 25px;
    }
}
/*START NEWS DETAIL CSS*/
.container-detail {
    width: 1100px;
    max-width: 100%;
    margin: 0 auto;
}
.news-detail {
    padding: 0 15px;
}
.nd-image {
    text-align: center;
    margin-bottom: 20px;
}
.nd-image > img {
    width: 100%;
}
.nd-title > h1 {
    font-family: NeutraTextBold;
    font-size: 25px;
    margin-bottom: 5px;
}
.nd-date {
    font-family: NeutraTextDemi;
    color: #31a148;
    font-size: 16px;
    margin-bottom: 5px;
}
.nd-desc {
    font-family: NeutraTextBook;
    color: #535353;
    font-size: 16px;
    margin-bottom: 20px;
}
.nd-desc img {
    max-width: 100%;
}
.nd-desc iframe {
    max-width: 100%;
}
.no-head {
    font-family: NeutraTextBoldItalic;
    font-size: 20px;
    margin-bottom: 30px;
    padding-bottom: 10px;
    border-bottom: solid 1px #ccc;
    text-transform: uppercase;
}
.share-head {
    font-family: NeutraTextDemiItalic;
    font-size: 16px;
    color: #535353;
}
.nd-share {
    margin: 0 0 30px 0;
}
.nd-share > a {
    display: inline-block;
    margin-right: 5px;
}
.nd-share > a > img {
    width: 30px;
}
.nd-share > a:hover,.nd-share > a:focus,.nd-share > a:active {
    animation: shake 0.82s cubic-bezier(.36,.07,.19,.97) both;
    transform: translate3d(0, 0, 0);
    backface-visibility: hidden;
    perspective: 1000px;
}
.fancybox-title-float-wrap .child {
    width: 100%;
    margin: 0;
    display: block !important;
    white-space: normal !important;
}
.fancybox-title-float-wrap {
    width: 100%;
    left: 0;
    right: inherit !important;
}
@media(max-width: 767px){
    .nd-title > h1 {
        font-size: 20px;
    }
    .nd-date {
        font-size: 14px;
    }
    .nd-desc {
        font-size: 14px;
    }
}
/*END NEWS DETAIL CSS*/

/*SATRIO CSS*/

/*Replacing Line 34*/
/*
.dekstop-logo > a > img {
    max-width: 100%;
    width: 90px;
}
*/

@media (max-width: 1024px) {
  .logo-2 {
    padding-top: 2px !important;
  }
}

@media (max-width: 900px) {
  .mb-10 {
    margin-bottom: 0 !important;
  }
}

.mb-10 {
  margin-bottom: 10px;
}

.mb-5 {
  margin-bottom: 5px;
}

.dekstop-logo .col-sm-5 > a, .dekstop-logo .col-sm-6 > a {
    display: inline-block;
}
.dekstop-logo .col-sm-5 > a > img, .dekstop-logo .col-sm-6 > a > img {
    max-width: 100%;
    width: 230px;
}
.logo-2 {
  padding-left: 0;
  padding-top: 13px;
}

.logo-2-xs {
  padding-left: 0;
  padding-top: 5px;
}

.med {
  width: 100px !important;
}

.header-img.shinkenjuku {
  height: 500px;
  background-position: top center;
}

@media (max-width: 480px) {
  .header-img.shinkenjuku {
    height: 300px;
    margin-top: 78px;
  }
}