@import url('https://fonts.googleapis.com/css?family=Open+Sans:300,400,400i,700');

body {
    font-family: 'Open Sans', 'Helvetica Neue', Arial, Helvetica, sans-serif;
    overflow-x: hidden;
}

.text-light {
    font-weight: 300;
}

a {
    text-decoration: none;
    color: #004a00;
    text-decoration-style: dashed;
}

.container-table {
    display: table;
    height: 100%;
}

.vertical-center-row {
    display: table-cell;
    vertical-align: middle;
}

.mobile .vertical-center-row {
    display: table-cell;
    vertical-align: top;
}

.mobile .side-padding {
    padding: 0px 25px;
}

.mobile #content img, .mobile .answer img {
    max-width: 100%;
    height: auto !important;
}

.form-control {
    background-color: #f3f3f3;
    border: 0px solid #ccc;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.alert {
    margin-top: 14px;
}

.nav {
    padding-left: 20px;
}

.navbar-default {
    background-color: rgba(255, 255, 255, 0.9);
    border-color: #e7e7e7;
    z-index: 9999;
}

.navbar-default .navbar-nav > li > a {
    color: #006a38;
}

.navbar-default .navbar-nav > li > a:hover {
    color: #fff;
    background-color: #006a38;
}

.dropdown-menu {
    border-radius: 0px !important;
    border: 0px !important;
}

.dropdown-menu > li > a {
    padding: 7px 20px;
    color: #006a38;
}

.dropdown-menu > li > a:hover {
    color: #ffffff;
    background-color: #006a38;
}

.text-header {
    /*
    padding: 12px 31px;
    font-size: 38px;
    font-weight: bold;
    width: auto;
    background: rgba(91, 118, 83, 0.75);
    color: #ffffff;
    display: inline;
    text-align: center;
    */
    text-align: center;
    padding: 0 0 20px;
    color: #008000;
}

.text-header.transparent {
    background: rgba(0, 0, 0, 0.13);
    color: #ffffff;
}

.button-blue {
    background: #077df6;
    border-radius: 35px;
    color: #ffffff;
    border: none;
    padding: 15px 29px;
    font-size: 17px;
    display: inline-block;
    text-decoration: none;
}

.button-blue:hover {
    color: #ffffff;
    text-decoration: none;
}

.slider-image-section {
    height: 100%;
    padding-top: 150px;
    text-align: center;
    background: url("../uploads/background.jpg");
}

.slider-image-section .box-title {
    text-align: center;
    width: auto;
    background: rgba(0, 0, 0, 0.13);
    padding: 12px 31px;
    color: #ffffff;
    display: inline;
    font-size: 45px;
    font-weight: bold;
}

.slider-image-section .box-subtitle {
    text-align: center;
    width: auto;
    background: rgba(0, 0, 0, 0.13);
    padding: 12px 31px;
    color: #ffffff;
    display: inline;
    font-size: 20px;
}

.login-corner-button {
    width: auto;
    padding: 15px;
    display: inline-block;
    float: right;
    text-decoration: none;
}

.login-corner-button:hover{
    background: #006a38;
    color: #ffffff;
    text-decoration: none;
}

/**
=============================================================================
                           BACKGROUND
=============================================================================
**/

.background-pattern {
    background: url('bg_pusat_unggulan.png');
}

/**
=============================================================================
                           OVERRIDE BUTTON BOOTSTRAP
=============================================================================
**/

a.btn {
    text-decoration: none !important;
}

.btn-white {
    color: #117b00;
    background-color: #ffffff;
    letter-spacing: 1px;

    -webkit-box-shadow: 1px 1px 5px 2px rgba(0, 0, 0, 0.05);
    -moz-box-shadow: 1px 1px 5px 2px rgba(0, 0, 0, 0.05);
    box-shadow: 1px 1px 5px 2px rgba(0, 0, 0, 0.05);
}

.btn-blue {
    color: #ffffff;
    background-color: #03A9F4;
    letter-spacing: 1px;

    -webkit-box-shadow: 1px 1px 5px 2px rgba(0, 0, 0, 0.05);
    -moz-box-shadow: 1px 1px 5px 2px rgba(0, 0, 0, 0.05);
    box-shadow: 1px 1px 5px 2px rgba(0, 0, 0, 0.05);
}

.btn-pink {
    color: #fff;
    background: #016938;
    margin-bottom: 4px;
}

.btn-pink:hover {
    color: #fff;
    background: #16bb6d;
}


/**
=============================================================================
                                    Box Feature
=============================================================================
**/
.box-feature {
    background-color: #fff;
    cursor: pointer;
    padding: 0px 15px 3px;
    height: 280px;
    margin-bottom: 20px;
    display: block;
}

.box-feature .image {
    background-position: top center;
    height: 175px;
    margin: 0px -15px;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-repeat: no-repeat;
    transition: all .2s ease-in-out;
}

.box-feature .image:hover {
    transform: scale(1.1);
}

.box-feature h2 {
    text-align: left;
    font-size: 23px;
}

.box-feature p {
    text-align: left;
    font-style: italic;
    font-family: 'Lora', Helvetica, sans-serif;
    color: #9a9a9a;
}

.box-feature h3 {
    font-family: 'Lora', Helvetica, sans-serif;
    color: #a9a9a9;
    text-align: left;
    font-size: 18px;
    margin: 16px 0px 0px 0px;
}

/**
=============================================================================
                               Box News Feed
=============================================================================
**/
.box-news {
    background-color: #fff;
    cursor: pointer;
    padding: 0px 15px 3px;
    margin-bottom: 20px;
}

.box-news .image {
    background-position: top center;
    height: 120px;
    margin: 0px -15px;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-repeat: no-repeat;
}

.box-news:hover {
    -moz-box-shadow: 0 0 10px #006a38;
    -webkit-box-shadow: 0 0 10px #006a38;
    box-shadow: 0px 0px 10px #006a38;
}

.box-news h3 {
    font-family: 'Lora', Helvetica, sans-serif;
    color: #a9a9a9;
    text-align: left;
    font-size: 14px;
    margin: 16px 0px 0px 0px;
}

.box-news h2 {
    text-align: left;
    font-size: 23px;
    margin-top: 4px;
}

.box-news time {
    display: block;
    text-align: left;
    color: #5a5a5a;
    font-size: 11px;
}

.box-news p {
    text-align: left;
    font-style: italic;
    font-family: 'Lora', Helvetica, sans-serif;
    color: #9a9a9a;
    padding: 7px 0px 0px 0px;
}

/**
=============================================================================
                                    Box Contact
=============================================================================
**/
.box-contact {
    background-color: #fff;
    padding-bottom: 30px;
}

.box-contact .icon-big {
    font-size: 100px;
    color: #81bd6e;
}

.box-contact h2 {
    text-align: center;
    font-size: 23px;
}

.onkologi-section {
    padding: 40px 0px 40px;
    text-align: center;
    background: rgba(255, 253, 231, 0.25);
}

/**
=============================================================================
                                 SECTIONS
=============================================================================
**/

section {
    height: auto;
    text-align: center;
    background: #fff;
}

.mobile section {
    padding: 20px 0px;
    height: auto;
}

section.with-bg {
    background: url("fresh_snow.png");
}

section hr {
    color: #006a38;
    margin: -2px auto 40px;
}

hr{}

/*

.home-tab-section {
    text-align: center;
    height: 100%;
    background: #fffafc;
}

.unggulan-section {
    background: #fff;
    height: 100%;
}
.unggulan-section .unggulan-box {
    text-align: center;
    margin-bottom: 20px;
}



.about-section {
    min-height: 100%;
    text-align: center;
    background: url("symphony.png");
}

.services-section {
    min-height: 100%;
    padding-top: 87px;
    text-align: center;
    background: #fff;
}

.news-section {
    min-height: 100%;
    padding-top: 87px;
    padding-bottom: 20px;
    text-align: center;
    background: #eee;
}

.information-section {
    min-height: 100%;
    padding-top: 87px;
    text-align: center;
    background: #eee;
}

.contact-section {
    min-height: 100%;
    padding-top: 87px;
    text-align: center;
    background: #fff;
}
*/

/**
=============================================================================
                                   PAGE
=============================================================================
**/
.page-section {
    height:auto;
    padding-top: 87px;
}

.page-section .text-header {
    padding: 45px 170px;
    font-size: 38px;
    width: auto;
    background: rgba(0, 0, 0, 0);
    color: #ffffff;
    display: block;
    text-align: left;
    text-shadow: 0px 2px 2px rgba(0, 0, 0, 0.86);
}
@media(max-width: 425px){
    .page-section .text-header{
        font-size: 30px;
        padding: 43px 60px;
    }
}
@media(max-width: 320px){
    .page-section .text-header{
        font-size: 30px;
        padding: 15px 60px;
    }
}

.breadcrumb-section {
    background: #f7f7f7;
    height: auto;
    text-align: left;
}

.breadcrumb-section .breadcrumb {
    margin: 0px;
    padding: 5px 0px;
    background: none;
}

.breadcrumb-section .breadcrumb ul {
    margin: 0px;
    padding: 10px 0px;
    float: left;
}

.breadcrumb-section .breadcrumb ul li {
    list-style: none;
    display: inline;
}

.breadcrumb-section .breadcrumb ul li:after {
    content: '»';
    padding-left: 6px;
}

.breadcrumb-section .breadcrumb ul li:last-child:after {
    content: '';
}

.breadcrumb-section .breadcrumb ul li a {
    color: #006a38;
}

.content-section {
    text-align: left;
    height: auto;
    min-height: 500px;
}

#content {
    padding: 50px 20px;
}

/**
=============================================================================
                               SUB-PAGE
=============================================================================
**/
.sub-page-section {
    padding: 20px 0px;
    background: url("symphony.png");
}

.sub-page-section .box-feature {
    margin-bottom: 20px;
}

/**
=============================================================================
                        FOOTER PAGE & SUB-PAGE
=============================================================================
**/
.footer-section {
    background: #587150;
    color: #efefef;
    padding: 40px;
    font-size: 14px;
    font-family: 'Lora', Helvetica, sans-serif;
    height: auto;
    text-align: left;
}

/**
=============================================================================
                    FLOATING BUTTON
=============================================================================
**/
a.floating-button {
    position: fixed;
    bottom: -10px;
    right: 21px;
    padding: 6px 12px 16px;
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ff3019+0,cf0404+100;Red+3D */
    background: #ff3019; /* Old browsers */
    background: -moz-linear-gradient(top, #ff3019 0%, #cf0404 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #ff3019 0%, #cf0404 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #ff3019 0%, #cf0404 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff3019', endColorstr='#cf0404', GradientType=0); /* IE6-9 */

    color: #fff;
    z-index: 9;
    font-size: 14px;
    border-radius: 5px;
    letter-spacing: 1px;
    text-decoration: none;
}

a.floating-button:hover {
    color: #fff;
}

a.floating-button.chat {
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#006e2e+0,006e2e+100;Green+Flat+%233 */
    background: #006e2e; /* Old browsers */
    background: -moz-linear-gradient(top, #006e2e 0%, #006e2e 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #006e2e 0%, #006e2e 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #006e2e 0%, #006e2e 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#006e2e', endColorstr='#006e2e', GradientType=0); /* IE6-9 */

    right: 173px;
}


.floating-content {
    position: fixed;
    bottom: 41px;
    right: 0px;
    z-index: 4;
    display: none;
    border: 1px #C5E1A5 solid;
    border-radius: 5px;
}

.floating-bar {
    height: 115px;
    width: 100%;
    padding: 10px;
    position: fixed;
    bottom: 0px;
    width: auto;
    right: 0px;
    z-index: 8;
}

.floating-bar a {
    float: right;
    padding: 0px 10px;
}

.floating-bar .img {
    width: 76px;
    height: 76px;
    background: #29B6F6;
    padding: 15px;
    border-radius: 50px;
    margin: 0px auto;
    border: 3px solid #0882b9;
}

.floating-bar h3 {
    margin: 6px 0px 0px 0px;
    text-align: center;
    color: #232323;
    font-size: 14px;
    background: rgba(255, 255, 255, 0.79);
    padding: 4px 8px;
}

.chat-chooser {
    background: url(../img/icon/box-uncheck.png) top left no-repeat;
    height: 56px;
    background-size: 30px;
    width: 50%;
    padding-left: 33px;
    padding-right: 10px;
    cursor: pointer;
    vertical-align: top;

}

.chat-chooser.selected {
    background: url(../img/icon/box-check.png) top left no-repeat;
    background-size: 30px;
}

.chat-chooser .chat-chooser-title {
    font-size: 14px;
    font-weight: bold;
}

.chat-chooser .chat-chooser-description {
    font-size: 10px;
}



/**
=============================================================================
                         LEARN
=============================================================================
**/

#learn-section {
    height: auto;
    min-height: 500px;
    padding: 20px 0px;
}

#learn-section .sidebar ul {
    padding: 0px;
    margin: 0px;
    list-style: none;
}

#learn-section .sidebar ul a {
    padding: 7px 15px;
    display: block;
    text-decoration: none;
    text-align: left;
    border-left: 5px solid #fff;
    font-size: 16px;
}

#learn-section .sidebar ul a:hover, #learn-section .sidebar ul a.active {
    background: #f5fff8;
    border-left: 5px solid #16792b;
}

#learn-section .content {
    text-align: left !important;
}

#learn-section .content .answer {
    padding: 20px 0px;
}

#learn-section .content li {
    margin-bottom: 3px;
}

#learn-section .content ul.list-question a {
    font-size: 15px;
    text-decoration: underline;
}

#learn-section .combo-container {
    padding: 10px;
    background: #a9c8e4;
}

#learn-section .combo-container select {
    background: #fff;
}

#learn-section .answer {
    border-top: 11px solid #efefef;
    margin-top: 20px;
}

#learn-section .image-chevron {
    margin: 32px 0px;
}

#learn-section .answer h1 {
    font-weight: bold;
    margin: 11px 0px 25px;
    font-size: 23px;
}

#learn-section .answer h2 {
    font-weight: bold;
    margin: 11px 0px 25px;
    font-size: 20px;
}

#learn-section .answer h3 {
    font-weight: bold;
    margin: 11px 0px 25px;
    font-size: 18px;
}

#learn-section .answer h4 {
    font-weight: bold;
    margin: 11px 0px 25px;
    font-size: 15px;
}

#learn-section .answer h5 {
    font-weight: bold;
    margin: 11px 0px 25px;
    font-size: 13px;
}

    /**
    =============================================================================
                             MEMBER AREA
    =============================================================================
    **/

.member-area {
    min-height: 400px;
    padding: 10px 0;
}

.member-area .form-title {
    border-bottom: 2px solid #a5d67b;
    font-size: 18px;
    text-align: left;
    padding: 4px;
    color: #989898;
    font-weight: 300;
}

.blog-content {

}

.blog-content .blog-post{
    clear: both;
    position: relative;
}

.blog-content .blog-post h1 {
    font-size: 16px;
    font-weight: 700;
}

.blog-content .blog-post h1 a {
    color: #000;
}

.blog-content .blog-post h1 a:hover {
    color: #2eb900;
}

.blog-content .blog-post time {
    background: #006a38;
    color: #fff;
    font-size: 11px;
    padding: 3px 7px;
}

.blog-content .blog-post address {
    display: inline-block;
    margin-bottom: 9px;
    background: #bf0d5b;
    color: #fff;
    font-size: 11px;
    padding: 3px 7px;
}

.blog-content .blog-post img {
    margin-right: 25px;
    width: 250px;
}

.blog-content .blog-post .inner-circle {
    -o-border-radius: 40px 40px 40px 40px;
    -ms-border-radius: 40px 40px 40px 40px;
    -moz-border-radius: 40px 40px 40px 40px;
    -webkit-border-radius: 40px 40px 40px 40px;
    border-radius: 40px 40px 40px 40px;
    padding: 12px 15px 12px 18px;
    color: #ffffff;
    font-size: 20px;
    font-weight: 800;
    line-height: 20px;
    letter-spacing: 1px;
    display: inline-block;
    text-align: center;
    background: rgba(106, 198, 16, 0.67);
    position: absolute;
    left: 8px;
    top: 6px;
}

.blog-content .blog-post .inner-circle span {
    font-size: 14px;
    font-weight: 500;
    text-transform: uppercase;
    text-align: center;
}

.blog-content .blog-post .blog-summary {
    margin: 5px 0px 5px;
}

.blog-content .blog-post .read-more {
    background: #ffffff;
    color: #6b6b6b;
    padding: 6px 12px;
    border-radius: 5px;
    float: right;
    border: 2px solid #ccc;
    margin-bottom: 29px;
}

.blog-content .blog-post .read-more:hover {
    background: #000000;
    color: #ffffff;
    border: 2px solid #000000;
    text-decoration: none;
}

.blog-sidebar .widget {
    clear: both;
}

.blog-sidebar .widget h1 {
    font-weight: 700;
    font-size: 20px;
    padding: 20px 0px 10px;
    text-transform: uppercase;
}

.blog-sidebar .widget h1:after {
    background: #6ac610;
    height: 2px;
    width: 40px;
    content: '';
    display: block;
    margin-top: 10px;
}

.blog-sidebar .widget ul {
    padding: 0px;
    list-style: none;
}

.blog-sidebar .widget ul li {
    clear: both;
    margin-bottom: 20px;
}

.blog-sidebar .widget ul li a {
    color: #3d3d3d;
    display: block;
}
.blog-sidebar .widget ul li a:hover {
    color: #2eb900;
}

.blog-sidebar .widget li .title {
    font-size: 13px;
    font-weight: 700;
}

.blog-sidebar .widget li img {
    /*display: inline;*/
    object-fit: cover;
    width:65px;
    height:65px;
    margin: .3em .75em .75em 0;
    display: table-cell;
    vertical-align: top;
}
.blog-sidebar .widget li .title {
    display: table-cell;
    vertical-align: top;
}

.blog-sidebar .author {
    display:none;
}

.load-more {
    clear: both;
    text-align: center;
    padding: 50px 0px;
}

.load-more a {
    background: #ffffff;
    color: #6b6b6b;
    padding: 10px 16px;
    border-radius: 5px;
    border: 2px solid #ccc;
}

.load-more a:hover {
    background: #000000;
    color: #ffffff;
    border: 2px solid #000000;
    text-decoration: none;
}

.search-result-title {
    font-size: 24px;
    font-weight: 700;
    margin: 0px 0px 40px;
}

.comment-title {
    font-weight: 700;
    font-size: 20px;
    padding: 20px 0px 10px;
    text-transform: uppercase;
}

.comment-title:after {
    background: #6ac610;
    height: 2px;
    width: 40px;
    content: '';
    display: block;
    margin-top: 10px;
}
.blog-author {
    display: inline-block;
    margin: 0px 20px 0px 0px;
    color: #8e8e8e;
    font-style: italic;
}

.blog-time {
    display: inline-block;
    margin: 0px 20px 0px 0px;
    color: #8e8e8e;
    font-style: italic;
}

.blog-category {
    display: inline-block;
    margin: 0px 20px 0px 0px;
    color: #8e8e8e;
    font-style: italic;
}

.blog-summary {
    padding: 0px 0px 0px;
}

.stButton .stFb, .stButton .stTwbutton, .stButton .stMainServices {
    height: 24px !important;
}

.stButton .stButton_gradient {
    height: 23px !important;
}

.stButton .stFb, .stButton .stTwbutton, .stButton .stMainServices {
    background-size: 100%;
}

.save-pdf {

}

/*-------button------*/

.btn-white-custom{
	text-transform:uppercase;background:#fff;color:#016937;position:relative;padding-left:40px;
}
.btn-white-custom > i{
	font-size:26px;position:absolute;left:0;border-right:1px solid #016937;padding:3px 5px;top:0;
}

.btn-green-custom{
	text-transform:uppercase;background:#016937;color:#fff;position:relative;padding-left:40px;
}
.btn-green-custom > i{
	font-size:26px;position:absolute;left:0;border-right:1px solid #fff;padding:3px 5px;top:0;
}

.btn-white-custom-xs{
    text-transform: uppercase;
    background: #fff;
    color: #016937;
    display: flex;
    align-items: center;
    border-radius: 20px;
    padding: 7px 16px;
    border: 0px;
    margin: 0 3px;
}
.btn-white-custom-xs > i{
    font-size: 24px;
    margin-right: 7px;
}

.btn-white-custom-xs:hover {
    color: #fff;
    background: #00d06c;
}

.btn-green-custom-xs{
    text-transform: uppercase;
    background: #016937;
    color: #fff;
    display: flex;
    align-items: center;
    border-radius: 20px;
    padding: 7px 16px;
    border: 0px;
    margin: 0 3px;
}
.btn-green-custom-xs > i{
    font-size: 24px;
    margin-right: 7px;
}

.btn-green-custom-xs:hover {
    color: #fff;
    background: #00d06c;
}