body {
    overflow-x: hidden;
    font-family: "WhitneyHTF Book", sans-serif;
}


/* Embed Font Chronicle Office */
/*a{
	color: #48ac48;
	text-decoration: none;
}

a:hover{
	color: #48ac48;
}*/

/* Responsiveness
=================================================== */
.detail-of-article * {
    line-height: 2.1 !important;
}

iframe {
    box-sizing: border-box;
    min-height: 20%;
    width: 100%;
    max-width: 100%;
    height: 640px;
    max-height: 100%;
}

table {
    width: 100% !important;
}

td img {
    width: auto;
}

.label_subjudul {
    font-size: 40px !important;
    line-height: normal !important;
}


/*mq between 500 and 768 px*/
@media only screen and (min-width: 500px) and (max-width: 768px) {
    .welcome-message {
        position: absolute;
        top: 50%;
    }

    .label_judul {
        font-size: 14px !important;
    }

    .label_subjudul {
        font-size: 24px !important;
        margin-top: 15% !important;
    }

    .hr_cover hr {
        width: 50% !important;
        border-top: 2px solid white !important;
        margin-top: 3% !important;
    }
}

/*mq below 768 px*/
@media only screen and (max-width: 768px) {}

/*mq below 500*/
@media only screen and (max-width: 499px) {
    .welcome-message {
        position: absolute;
        top: 50%;
    }

    .label_judul {
        font-size: 12px !important;
        line-height: normal !important;
        margin-top: 15% !important;
    }

    .label_subjudul {
        font-size: 18px !important;
        margin-top: 25% !important;
    }

    .hr_cover hr {
        width: 50%;
        border-top: 2px solid white;
        margin-top: 12%;
        display: none;
    }

    td img {
        padding-right: 0px !important;
    }
}


/*=================================================*/


@font-face {
    font-family: "Chronicle Office Regular";
    src: url(../fonts/ChronicleOffice-Regular.ttf) format('truetype');
}

@font-face {
    font-family: "Chronicle Office Italic";
    src: url(../fonts/ChronicleOffice-Italic.ttf) format('truetype');
}

@font-face {
    font-family: "Chronicle Office Bold";
    src: url(../fonts/ChronicleOffice-Bold.ttf) format('truetype');
}

@font-face {
    font-family: "Chronicle Office BoldItalic";
    src: url(../fonts/ChronicleOffice-BoldItalic.ttf) format('truetype');
}

/* Embed Font Chronicle Office */


/* Embed Font Whitney HTF */
@font-face {
    font-family: "WhitneyHTF Book";
    src: url(../fonts/WhitneyHTF-Book.ttf) format('truetype');
}

@font-face {
    font-family: "WhitneyHTF Medium";
    src: url(../fonts/WhitneyHTF-Medium.ttf) format('truetype');
}

@font-face {
    font-family: "WhitneyHTF Medium Italic";
    src: url(../fonts/WhitneyHTF-MediumItalic.ttf) format('truetype');
}

@font-face {
    font-family: "WhitneyHTF Semi Bold";
    src: url(../fonts/WhitneyHTF-SemiBold.ttf) format('truetype');
}

@font-face {
    font-family: "WhitneyHTF Bold";
    src: url(../fonts/WhitneyHTF-Bold.ttf) format('truetype');
}


/* Embed Font Whitney HTF */

/* BUTTON COMPONENT */

.top-nav-frame {
    width: 100%;
    height: 70px;
    box-shadow: 0 0 12px rgba(248, 198, 47, .25);
    display: block;
    overflow: hidden;
}

.btn-xs-submit-yellow {
    background: #FFE04F;
    border-color: #FFE04F;
    color: #000;
    font-size: 13px;
    padding: 7px 15px;
    border-radius: 20px;
    cursor: pointer;
    font-family: 'WhitneyHTF Book', sans-serif;
    font-weight: 600;
    letter-spacing: 0.3px;
    min-width: 105px;
    letter-spacing: 0.4px;
    margin-bottom: 5px;
}

.btn-xs-submit-yellow:hover {
    background: #f8c62f;
    border-color: #f8c62f;
    box-shadow: 0 0 12px rgba(248, 198, 47, .25);
    color: #000;
}

.btn-xs-submit-yellow:focus {
    background: #f8c62f;
    border-color: #f8c62f;
    box-shadow: 0 0 12px rgba(248, 198, 47, .25);
    ;
}

.btn-xs-submit-white {
    background: #fff;
    border-color: #ffe04f;
    color: #ffe04f;
    font-size: 13px;
    padding: 7px 15px;
    border-radius: 20px;
    cursor: pointer;
    font-family: 'WhitneyHTF Book', sans-serif;
    font-weight: 600;
    letter-spacing: 0.3px;
    min-width: 105px;
    letter-spacing: 0.4px;
    border: 1.5px solid;
    margin-bottom: 5px;
}

.btn-xs-submit-white:hover {
    background: #fff;
    border-color: #f8c62f;
    color: #f8c62f;
    box-shadow: 0 0 12px rgba(248, 198, 47, .25);
}

.btn-xs-submit-white:focus {
    background: #f9f9f9;
    border-color: #f8c62f;
    color: #f8c62f;
    box-shadow: 0 0 12px rgba(248, 198, 47, .25);
    ;
}


.btn-xs-submit-green {
    background: #49A942;
    border-color: #49A942;
    color: #fff;
    font-size: 13px;
    padding: 7px 15px;
    border-radius: 20px;
    cursor: pointer;
    font-family: 'WhitneyHTF Book', sans-serif;
    font-weight: 600;
    letter-spacing: 0.3px;
    min-width: 105px;
    letter-spacing: 0.4px;
    margin-bottom: 5px;
}

.btn-xs-submit-green:hover {
    background: #2c9725;
    border-color: #2c9725;
    color: #fff;
    box-shadow: 0 0 12px rgba(44, 151, 37, .25);
}

.btn-xs-submit-green:focus {
    background: #2c9725;
    border-color: #2c9725;
    color: #fff;
    box-shadow: 0 0 12px rgba(44, 151, 37, .25);
}

.btn-sm-submit-yellow {
    background: #ffe04f;
    border-color: #ffe04f;
    color: #000;
    font-size: 15px;
    padding: 8px 20px;
    border-radius: 25px;
    cursor: pointer;
    font-family: 'WhitneyHTF Book', sans-serif;
    font-weight: 600;
    letter-spacing: 0.3px;
    min-width: 105px;
    letter-spacing: 0.4px;
    margin-bottom: 5px;
}

.btn-sm-submit-yellow:hover {
    background: #f8c62f;
    border-color: #ffe04f;
    box-shadow: 0 0 12px rgba(248, 198, 47, .25);
    color: #000;
}

.btn-sm-submit-yellow:focus {
    background: #f8c62f;
    border-color: #ffe04f;
    box-shadow: 0 0 12px rgba(248, 198, 47, .25);
    color: #000;
}

.btn-sm-submit-white {
    background: #fff;
    border-color: #ffe04f;
    color: #ffe04f;
    font-size: 15px;
    padding: 8px 20px;
    border-radius: 25px;
    cursor: pointer;
    font-family: 'WhitneyHTF Book', sans-serif;
    font-weight: 600;
    letter-spacing: 0.3px;
    min-width: 105px;
    letter-spacing: 0.4px;
    border: 2px solid;
    margin-bottom: 5px;
}

.btn-registration-form {
    background: #49A942;
    border-color: #49A942;
    color: #fff !important;
    font-size: 16px;
    padding: 16px 48px;
    border-radius: 35px;
    cursor: pointer;
    font-family: 'WhitneyHTF Book', sans-serif;
    font-weight: 600;
    letter-spacing: 0.3px;
    min-width: 315px;
    letter-spacing: 0.4px;
    margin-bottom: 5px;
}

.btn-registration-form:hover {
    background: #2c9725;
    border-color: #2c9725;
    color: #fff;
    box-shadow: 0 0 12px rgba(44, 151, 37, .25);
}

.btn-registration-form:focus {
    background: #2c9725;
    border-color: #2c9725;
    color: #fff;
    box-shadow: 0 0 12px rgba(44, 151, 37, .25);
}


.btn-sm-submit-white:hover {
    background: #fff;
    border-color: #f8c62f;
    color: #f8c62f;
    box-shadow: 0 0 12px rgba(248, 198, 47, .25)
}

.btn-sm-submit-white:focus {
    background: #f9f9f9;
    border-color: #f8c62f;
    color: #f8c62f;
    box-shadow: 0 0 12px rgba(248, 198, 47, .25);
}

.btn-sm-submit-green {
    background: #49a942;
    border-color: #49a942;
    color: #fff;
    font-size: 15px;
    padding: 8px 20px;
    border-radius: 25px;
    cursor: pointer;
    font-family: 'WhitneyHTF Book', sans-serif;
    font-weight: 600;
    letter-spacing: 0.3px;
    min-width: 105px;
    letter-spacing: 0.4px;
    margin-bottom: 5px;
}

.btn-sm-submit-green:hover {
    background: #2c9725;
    border-color: #2c9725;
    color: #fff;
    box-shadow: 0 0 12px rgba(44, 151, 37, .25);
}

.btn-sm-submit-green:focus {
    background: #2c9725;
    border-color: #2c9725;
    color: #fff;
    box-shadow: 0 0 12px rgba(44, 151, 37, .25);
}


.btn-lg-submit-yellow {
    background: #ffe04f;
    border-color: #ffe04f;
    color: #000;
    font-size: 16px;
    padding: 11px 24px;
    border-radius: 25px;
    cursor: pointer;
    font-family: 'WhitneyHTF Book', sans-serif;
    font-weight: 600;
    letter-spacing: 0.3px;
    min-width: 105px;
    letter-spacing: 0.4px;
    margin-bottom: 5px;
}

.btn-lg-submit-yellow:hover {
    background: #f8c62f;
    border-color: #ffe04f;
    box-shadow: 0 0 17px rgba(248, 198, 47, .25);
    color: #000;
}

.btn-lg-submit-yellow:focus {
    background: #f8c62f;
    border-color: #ffe04f;
    box-shadow: 0 0 17px rgba(248, 198, 47, .25);
}

.btn-sw-submit-white {
    background: #fff;
    border-color: #ffe04f;
    color: #ffe04f;
    font-size: 16px;
    padding: 11px 24px;
    border-radius: 25px;
    cursor: pointer;
    font-family: 'WhitneyHTF Book', sans-serif;
    font-weight: 600;
    letter-spacing: 0.3px;
    min-width: 105px;
    letter-spacing: 0.4px;
    border: 2px solid;
    margin-bottom: 5px;
}

.btn-sw-submit-white:hover {
    background: #fff;
    border-color: #f8c62f;
    color: #f8c62f;
    box-shadow: 0 0 17px rgba(248, 198, 47, .25);
}

.btn-sw-submit-white:focus {
    background: #f9f9f9;
    border-color: #f8c62f;
    color: #f8c62f;
    box-shadow: 0 0 17px rgba(248, 198, 47, .25);
}

.btn-small-black {
    background: #fff;
    border-color: #363636;
    color: #363636;
    font-size: 14px;
    padding: 7px 18px 8px 18px;
    border-radius: 22px;
    cursor: pointer;
    font-family: 'WhitneyHTF Book', sans-serif;
    font-weight: 600;
    letter-spacing: 0.3px;
    min-width: 105px;
    letter-spacing: 0.4px;
    border: 2px solid;
    margin-bottom: 30px;
    margin-top: 16px;
    display: inline-block;
}

.btn-small-black:hover {
    background: #fff;
    border-color: #49a942;
    color: #49a942;
    text-decoration: none !important;
}

.no-underline:hover {
    text-decoration: none !important;
}

.btn-lg-submit-green {
    background: #49a942;
    border-color: #49a942;
    color: #fff;
    font-size: 16px;
    padding: 11px 24px;
    border-radius: 25px;
    cursor: pointer;
    font-family: 'WhitneyHTF Book', sans-serif;
    font-weight: 600;
    letter-spacing: 0.3px;
    min-width: 105px;
    letter-spacing: 0.4px;
    margin-bottom: 5px;
}

.btn-lg-submit-green:hover {
    background: #2c9725;
    border-color: #2c9725;
    color: #fff;
    box-shadow: 0 0 17px rgba(44, 151, 37, .25);
}

.btn-lg-submit-green:focus {
    background: #2c9725;
    border-color: #2c9725;
    color: #fff;
    box-shadow: 0 0 17px rgba(44, 151, 37, .25);
}


.btn-submit-yellow {
    background: #ffe04f;
    border-color: #ffe04f;
    color: #000;
    font-size: 16px;
    padding: 11px 24px;
    border-radius: 25px;
    cursor: pointer;
    font-family: 'WhitneyHTF Book', sans-serif;
    font-weight: 600;
    letter-spacing: 0.3px;
    min-width: 160px;
    letter-spacing: 0.4px;
    margin-bottom: 5px;
}

.btn-submit-yellow:hover {
    background: #f8c62f;
    border-color: #ffe04f;
    box-shadow: 0 0 17px rgba(248, 198, 47, .25);
    color: #000;
}

.btn-submit-yellow:focus {
    background: #f8c62f;
    border-color: #ffe04f;
    box-shadow: 0 0 17px rgba(248, 198, 47, .25);
    color: #000;
}

.btn-submit-white {
    background: #fff;
    border-color: #ffe04f;
    color: #ffe04f;
    font-size: 16px;
    padding: 11px 24px;
    border-radius: 25px;
    cursor: pointer;
    font-family: 'WhitneyHTF Book', sans-serif;
    font-weight: 600;
    letter-spacing: 0.3px;
    min-width: 160px;
    letter-spacing: 0.4px;
    border: 2px solid;
    margin-bottom: 5px;
}

.btn-submit-white:hover {
    background: #fff;
    border-color: #f8c62f;
    color: #f8c62f;
    box-shadow: 0 0 17px rgba(248, 198, 47, .25);
}

.btn-submit-white:focus {
    background: #f9f9f9;
    border-color: #f8c62f;
    color: #f8c62f;
    box-shadow: 0 0 17px rgba(248, 198, 47, .25);
}

.btn-submit-orange {
    background: #49a942;
    border-color: #49a942;
    color: #fff;
    font-size: 16px;
    padding: 11px 24px;
    border-radius: 25px;
    cursor: pointer;
    font-family: 'WhitneyHTF Book', sans-serif;
    font-weight: 600;
    letter-spacing: 0.3px;
    min-width: 160px;
    letter-spacing: 0.4px;
    margin-bottom: 5px;
}

.btn-submit-orange:hover {
    background: #2c9725;
    border-color: #2c9725;
    color: #fff;
    box-shadow: 0 0 17px rgba(44, 151, 37, .25);
}

.btn-submit-orange:focus {
    background: #2c9725;
    border-color: #2c9725;
    color: #fff;
    box-shadow: 0 0 17px rgba(44, 151, 37, .25);
}


/* BUTTON COMPONENT */


/* COMPONENT FORM LINE */

.form-group-line label {
    color: #696969;
    font-size: 14.5px;
    font-family: 'Poppins', sans-serif;
}

.form-label-group {
    position: relative;
}

.form-label-group>input,
.form-label-group>label {
    height: 50px;
    padding: 16px 15px 16px 2px;
    font-size: 16.5px;
    font-family: "Mulish", sans-serif;
}

.form-group-line>input {
    margin-bottom: 26px !important;
    border: 0px;
    border-bottom: 1.5px solid #49a942;
    border-radius: 0;
}

.form-label-group>label {
    position: absolute;
    top: -2.3px;
    left: 0.77px;
    display: block;
    width: 100%;
    margin-bottom: 0;
    line-height: 1.5;
    color: #b6b6b8;
    pointer-events: none;
    cursor: text;
    border-radius: .25rem;
    transition: all .1s ease-in-out;
}

.form-label-group input::-webkit-input-placeholder {
    color: transparent;
}

.form-label-group input:-ms-input-placeholder {
    color: transparent;
}

.form-label-group input::-ms-input-placeholder {
    color: transparent;
}

.form-label-group input::-moz-placeholder {
    color: transparent;
}

.form-label-group input::placeholder {
    color: transparent;
}

.form-label-group input:not(:placeholder-shown) {
    padding-top: 9px;
    padding-bottom: 9px;
}

.form-label-group input:not(:placeholder-shown)~label {
    padding-top: 3px;
    padding-bottom: 3px;
    font-size: 13px;
    color: #777;
    top: -13px;
    background: #fff;
    padding-right: 4px;
    padding-left: 10px;
    z-index: 1 !important;
    width: auto;
    margin-bottom: 0px;
    height: 25px;
    left: -8px;
    letter-spacing: 0.4px;
}

.form-label-group textarea::-webkit-textarea-placeholder {
    color: transparent;
}

.form-label-group textarea:-ms-textarea-placeholder {
    color: transparent;
}

.form-label-group textarea::-ms-textarea-placeholder {
    color: transparent;
}

.form-label-group textarea::-moz-placeholder {
    color: transparent;
}

.form-label-group textarea::placeholder {
    color: transparent;
}

.form-label-group textarea:not(:placeholder-shown) {
    padding-top: 9px;
    padding-bottom: 9px;
}

.form-label-group textarea:not(:placeholder-shown)~label {
    padding-top: 3px;
    padding-bottom: 3px;
    font-size: 11px;
    color: #777;
    top: -12px;
    background: #fff;
    padding-right: 4px;
    padding-left: 10px;
    z-index: 1 !important;
    width: auto;
    margin-bottom: 0px;
    height: 25px;
    left: 4px;
}

.reset-box-shadow:focus {
    border-color: #5979bc !important;
    box-shadow: none !important;
    /* border-bottom: 2px solid #5979bc !important; */
    border-bottom: 2px solid #2c9725 !important;
    border-radius: 0;
}

.form-group-line textarea.textarea-contact {
    border: 0px;
    border-bottom: 1px solid #49a942;
    padding-left: 2.5px;
    font-size: 16.5px;
    line-height: 24px;
    margin-top: 6px;
}

.was-validated .form-control:invalid {
    background-image: none;
}

.form-group-line .invalid-feedback {
    margin-top: -6px;
}

.form-group-textarea .invalid-feedback {
    margin-top: 20px;
}


.pagi-nation {
    position: relative;
    margin-bottom: -11px;
    list-style: none;
    margin: 0 auto;
    margin-top: 0px;
    margin-top: 0px;
    font-family: "WhitneyHTF Book", sans-serif;
    color: #828282;
}

.pagi-nation li {
    float: left;
    margin-right: 3px;
    margin-left: 3px;
}

.pagi-nation li.active a {
    border: 1px solid #2c9725;
    background: #2c9725;
    color: #fff;
}

.pagi-nation li {
    float: left;
    margin-right: 3px;
    margin-left: 3px;
}

.pagi-nation li a {
    width: 32px;
    height: 32px;
    line-height: 30px;
    text-align: center;
    border: 1px solid transparent;
    font-size: 16px;
    color: #666;
    display: table;
    border-radius: 50%;
    margin-right: 4px;
    text-decoration: none;
    outline: none;
}

.pagi-nation li a.previous-left {
    width: 64px;
    height: 32px;
    line-height: 30px;
    text-align: center;
    border: 1px solid transparent;
    font-size: 16px;
    color: #666;
    display: table;
    border-radius: 50%;
    margin-right: 4px;
    text-decoration: none;
    outline: none;
    border-radius: 26px !important;
}

.pagi-nation li a.next-right {
    width: 64px;
    height: 32px;
    line-height: 30px;
    text-align: center;
    border: 1px solid transparent;
    font-size: 16px;
    color: #777777;
    display: table;
    border-radius: 50%;
    margin-right: 4px;
    text-decoration: none;
    outline: none;
    border-radius: 26px !important;
}

.pagi-nation li a.next-right {
    height: auto;
}


.pagi-nation li a:hover,
.pagi-nation li a:focus,
.pagi-nation li a:visited {
    border: 1px solid #2c9725;
    font-size: 16px;
    color: #2c9725;
    display: table;
    border-radius: 50%;
    outline: none;
}

.pagi-nation li a.previous-left:hover,
.pagi-nation li a.previous-left:focus,
.pagi-nation li a.previous-left:visited {
    border: 1px solid #2c9725;
    font-size: 16px;
    color: #2c9725;
    display: table;
    border-radius: 50%;
    outline: none;
}

.pagi-nation li.active a {
    border: 1px solid#2c9725;
    background: #2c9725;
    color: #fff;
}


/* COMPONENT FORM LINE */

/* Static Pages */

.static-page-one {
    font-family: "WhitneyHTF Book", sans-serif;
    font-size: 18px;
    line-height: 24px;
    color: #989898;
}

.static-page-one p {
    font-family: "WhitneyHTF Book", sans-serif;
    font-size: 18px;
    line-height: 24px;
    color: #989898;
    margin-bottom: 30px;
}

.static-page-one h2 {
    font-family: "WhitneyHTF Book", sans-serif;
    font-size: 32px;
    line-height: 40px;
    margin-bottom: 24px;
    color: #666;
    font-weight: 600;
}

.static-page-one h3 {
    font-family: "WhitneyHTF Book", sans-serif;
    font-size: 30px;
    line-height: 38px;
    margin-bottom: 24px;
    color: #666;
    font-weight: 600;
}

.static-page-one h4 {
    font-family: "WhitneyHTF Book", sans-serif;
    font-size: 26px;
    line-height: 32px;
    margin-bottom: 22px;
    color: #666;
    font-weight: 600;
}

.static-page-one h5 {
    font-family: "WhitneyHTF Book", sans-serif;
    font-size: 24px;
    line-height: 32px;
    margin-bottom: 22px;
    color: #666;
    font-weight: 600;
}

.static-page-one h6 {
    font-family: "WhitneyHTF Book", sans-serif;
    font-size: 20px;
    line-height: 28px;
    margin-bottom: 20px;
    color: #666;
    font-weight: 600;
}

.static-page-one ul {
    padding-left: 16px;
    margin-bottom: 30px;
}

.static-page-one ul li {
    padding-left: 10px;
}

.static-page-one ul li p {
    margin-bottom: 14px;
}

.static-page-one ol {
    padding-left: 16px;
    margin-bottom: 30px;
}

.static-page-one ol li {
    padding-left: 10px;
}

.static-page-one ol li p {
    margin-bottom: 12px;
}

.static-page-one p.drop-cap:first-letter {
    font-size: 200%;
    color: #606060;
    font-family: "Rubik", sans-serif;
    float: left;
    font-size: 5.6rem;
    line-height: 0.65;
    margin: 0.12em 0.1em 0.1em 0;
    font-weight: 500;
}



.title-static-one {
    width: 100%;
    height: auto;
    overflow: hidden;
    display: block;
    margin-bottom: 24px;
}

.static-page-one img {
    max-width: 100%;
    width: auto;
    margin: 10px 0px 10px 0;
}

.static-page-one p a {
    color: #54a00d;
    text-decoration: underline;
}

.static-page-one ul {
    font-family: "WhitneyHTF Book", sans-serif;
}

.static-page-one ul li {
    padding-left: 10px;
}

.static-page-one ul li p {
    margin-bottom: 14px;
}

.static-page-one p img {
    max-width: 100%;
    width: auto;
}

.title-static-one h2 {
    font-family: "WhitneyHTF Book", sans-serif;
    font-size: 76px;
    line-height: 82px;
    letter-spacing: 0.25px;
    color: #49A942;
    font-weight: 700;
    margin-bottom: 15px;
}

/* Container Setting */

.container-custom-center {
    max-width: 1290px;
}

.container-secondary {
    padding-left: 15px;
    padding-right: 15px;
    width: 100%;
    display: block;
    overflow: hidden;
}

/* Container Setting */

/* Navigation Header Desktop */
.header {
    height: auto;
    width: 100%;
    box-shadow: 0 1px 10px rgba(140, 152, 164, 0.125);
    position: sticky;
    top: 0px;
    z-index: 9;
    background-color: #041E37
}

.navigation-bar {
    height: auto;
    width: 100%;
}

.navbar-ykan {
    padding-left: 0px;
    padding-right: 0px;
}

.logo-ykan-header {
    visibility: hidden;
    display: none;
}

.logo-ykan-header-show {
    visibility: visible;
    display: block;
}

.logo-ykan-footer {
    height: auto;
    visibility: visible;
    display: block;
}

.logo-ykan-footer-hidden {
    visibility: hidden;
    display: none;
}

.logo-ykan-footer {
    width: 225px;
}

.logo-ykan-footer img {
    width: 225px;
}

.bg-light-white {
    background: #fff;
}

.bg-light-white-top {
    background: #fff;
}

.collapse-navbar-ykan {
    height: auto;
}

.home-text {
    visibility: visible;
}

.home-icon {
    visibility: hidden;
    display: none !important;
}

.collapse-navbar-ykan ul.center-nav li a {
    padding: 5px 12px;
    /* color: #313131; */
    color: #fff;
    font-family: "WhitneyHTF Book", sans-serif;
    text-decoration: none;
    letter-spacing: 0.25px;
    display: flex;
}

.collapse-navbar-ykan.black-nav ul.center-nav li a {
    color: #363636;
}

.collapse-navbar-ykan.black-nav-top ul.center-nav li a {
    color: #363636;
}

.collapse-navbar-ykan ul.center-nav li a:hover {
    text-decoration: none;
    outline: none;
    color: #49a942;
}

.collapse-navbar-ykan ul.center-nav li a:hover>.caret-down-white::after {
    content: " ";
    width: 11px;
    position: absolute;
    height: auto;
    min-height: 8px;
    background: url(../img/caret-square-down-solid.svg) no-repeat !important;
    background-size: auto;
    background-size: 100% !important;
    text-align: center;
    display: block;
    top: 8px;
    left: 2px;
}

.collapse-navbar-ykan ul.center-nav li a:focus {
    text-decoration: none;
    outline: none;
}

.collapse-navbar-ykan ul.center-nav li:first-child a {
    padding-left: 5px;
}

.collapse-navbar-ykan ul.center-nav li:last-child a {
    padding-top: 3px;
    padding-left: 10px;
}

.collapse-navbar-ykan ul.center-nav li:last-child a img {
    position: relative;
    margin-top: -2px;
}

.arrow-down {
    display: flex;
    position: relative;
}

.caret-down-white {
    width: 12px;
    height: 10px;
    position: relative;
    justify-content: end;
    margin-left: 6px;
}

.caret-down-white::after {
    content: " ";
    width: 11px;
    position: absolute;
    height: auto;
    min-height: 8px;
    background: url(../images/caret-arrow-down-white.svg);
    background-size: 100%;
    text-align: center;
    display: block;
    top: 8px;
    left: 2px;
}


.caret-down {
    width: 12px;
    height: 10px;
    position: relative;
    justify-content: end;
    margin-left: 6px;
}

.caret-down::after {
    content: " ";
    width: 11px;
    position: absolute;
    height: auto;
    min-height: 8px;
    background: url(../images/caret-arrow-down.svg);
    background-size: 100%;
    text-align: center;
    display: block;
    top: 8px;
    left: 2px;
}

.caret-down-top {
    width: 12px;
    height: 10px;
    position: relative;
    justify-content: end;
    margin-left: 6px;
}

.caret-down-top::after {
    content: " ";
    width: 11px;
    position: absolute;
    height: auto;
    min-height: 8px;
    background: url(../images/caret-arrow-down.svg);
    background-size: 100%;
    text-align: center;
    display: block;
    top: 8px;
    left: 2px;
}

.toggle-sitemap {
    margin-top: 7px;
}

.navbar-nav li:hover>ul.dropdown-menu {
    display: block;
    border-image-source: linear-gradient(0deg, rgba(221, 221, 221, 1) 54%, rgba(255, 255, 255, 0) 100%);
    border-image-slice: 1;
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
    height: auto;
    max-width: 305px;
    min-width: 265px;
    width: auto;
}

.navbar-nav li:hover>ul.first-level {
    border-top: 28px solid transparent;
    border-bottom: 1.5px solid transparent;
    margin-top: -3px;
    border-bottom-left-radius: 1.5px;
    border-bottom-right-radius: 1.5px;
    /* min-width: 225px; */
    min-width: 290px;
}

/* NARASI LOKASI */

.narasi-lokasi {
    font-family: "WhitneyHTF Book", sans-serif;
    font-size: 20px;
    line-height: 28px;
    color: #989898;
}

.narasi-lokasi h2 {
    font-weight: 400;
    font-size: 36px;
    line-height: 42px;
    color: #666666;
    margin-bottom: 24px;
    margin-top: 2px;
    text-align: center;
}

.wrap-thumb-new-location {
    width: 100%;
    height: auto;
    position: relative;
    overflow: hidden;
    border-radius: 3px;
    display: block;
    margin-top: 15px;
    margin-bottom: 20px;
}

.wrap-thumb-new-location h4 {
    background: #2c9725;
    color: #fff;
    font-family: "WhitneyHTF Book", sans-serif;
    font-size: 21px;
    line-height: 24px;
    position: absolute;
    left: 0px;
    bottom: 36px;
    padding: 8px 16px 10px 16px;
    letter-spacing: 0.35px;
    font-weight: 600;
}

/* NARASI LOKASI */

/* .dropdown-menu::before{
    content: '';
    position: absolute;
    top: 0; right: 0; bottom: 0; left: 0;
    z-index: -1!important;	
	width: 100%;

} */

.sambutan {
    width: 100%;
    height: auto;
    font-family: "WhitneyHTF Book", sans-serif;
    font-size: 19px;
    line-height: 28px;
    color: #989898;
    margin-bottom: 30px;
    text-align: justify;
    text-justify: inter-word;
}

.sambutan p {
    margin-bottom: 30px;
}

.sambutan p img {
    float: left;
    margin-right: 26px;
    margin-bottom: 5px;
}

.relative-state {
    position: relative;
}

.credite-about {
    position: absolute;
    right: 30px;
    bottom: 34px;
    font-family: "WhitneyHTF Book", sans-serif;
    text-shadow: 2px 4px 3px rgba(0, 0, 0, 0.20);
    font-size: 16px;
    line-height: 24px;
    color: #fff;
    letter-spacing: 0.3px;
    z-index: 1;
}

.dropdown-submenu {
    position: relative;
}

.navbar-ykan .dropdown-menu {
    margin-top: 60px;
}

.dropdown-submenu>.dropdown-menu {
    top: 0;
    left: 100%;
    margin-top: -6px;
    z-index: 9;
}

.dropdown-submenu .dropdown-toggle::after {
    border: 0;
    width: 11px;
    position: absolute;
    height: auto;
    min-height: 8px;
    background: url(../images/caret-arrow-down.svg);
    background-size: auto;
    background-size: 100%;
    background-size: 100%;
    text-align: center;
    display: block;
    top: 15.5px;
    right: 16px;
    transform: rotate(270deg);
}


.animate {
    animation-duration: 0.3s;
    -webkit-animation-duration: 0.3s;
    animation-fill-mode: both;
    -webkit-animation-fill-mode: both;
}


@keyframes slideIn {
    0% {
        transform: translateY(1rem);
        opacity: 0;
    }

    100% {
        transform: translateY(0rem);
        opacity: 1;
    }

    0% {
        transform: translateY(1rem);
        opacity: 0;
    }
}

@-webkit-keyframes slideIn {
    0% {
        -webkit-transform: transform;
        -webkit-opacity: 0;
    }

    100% {
        -webkit-transform: translateY(0);
        -webkit-opacity: 1;
    }

    0% {
        -webkit-transform: translateY(1rem);
        -webkit-opacity: 0;
    }
}

.slideIn {
    -webkit-animation-name: slideIn;
    animation-name: slideIn;
}

/* Other styles for the page not related to the animated dropdown */


#collapse-navbar-ykan ul.center-nav li.dropdown ul.dropdown-menu li a {
    color: #464646;
    padding: 8px 20px;
    white-space: unset;
}

#collapse-navbar-ykan ul.center-nav li.dropdown ul.dropdown-menu li a:focus {
    background: #2c9725;
    color: #fff;
}

#caret.dropdown-toggle::after {
    border-top: none;
    border-right: none;
    border-bottom: 0;
    border-left: none;
}

.carousel-indicators {
    z-index: 2;
}

.carousel-indicators li {
    z-index: 2;
}

/* SEARCH BAR */

.container-search-transparent {
    position: fixed;
    top: -9999px;
    left: -9999px;
    top: 0px;
    left: 0px;
    visibility: hidden;
    opacity: 1;
    background: rgba(0, 0, 0, 0.8);
    -webkit-transition: opacity 0.2s;
    -moz-transition: opacity 0.2s;
    -o-transition: opacity 0.2s;
    transition: opacity 0.2s;
    /* overflow: hidden; */
    width: 100%;
    height: 100vh;
    z-index: 8;
}

.search-content-form {
    width: 100%;
    background: #fff;
    margin-top: -82px;
    text-align: center;
    padding: 25px 0px;
    opacity: 0;
    -webkit-transform: translateY(-0px);
    -moz-transform: translateY(-0px);
    -o-transform: translateY(-0px);
    -ms-transform: translateY(-0px);
    transform: translateY(-0px);
    -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    z-index: 999;
    -webkit-box-shadow: 0px 7px 14px -6px #123a38;
    -moz-box-shadow: 0px 7px 14px -6px #123a38;
    box-shadow: 0px 7px 14px -6px #123a38;
    position: absolute;
}

.search-content-form-active {
    width: 100%;
    background: #fff;
    margin-top: -2px;
    text-align: center;
    padding: 120px 0px 30px 0px;
    opacity: 1;
    -webkit-transform: translateY(-0px);
    -moz-transform: translateY(-0px);
    -o-transform: translateY(-0px);
    -ms-transform: translateY(-0px);
    transform: translateY(-0px);
    -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    -webkit-transition: all 0.6s ease-in-out;
    -moz-transition: all 0.6s ease-in-out;
    -o-transition: all 0.6s ease-in-out;
    -ms-transition: all 0.6s ease-in-out;
    transition: all 0.6s ease-in-out;
    z-index: 998;
    -webkit-box-shadow: 0px 7px 14px -6px #123a38;
    -moz-box-shadow: 0px 7px 14px -6px #123a38;
    box-shadow: 0px 7px 14px -6px #123a38;
    position: absolute;
}

.container-search-transparent.active {
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    visibility: visible;
    opacity: 1;
}

.search-page {
    height: auto;
}

.search-page input.form-control {
    font-size: 1.1rem;
    font-weight: 400;
    line-height: 2.15;
    height: 50px;
    border: 1.5px solid #ddd;
    border-top-left-radius: 25.5px;
    border-bottom-left-radius: 25.5px;
    padding-left: 25px;
}

.search-page input.form-control:focus {
    box-shadow: none !important;
    border: 2px solid #b9b9b9;
}

.search-ev {
    width: 100%;
    height: auto;
    padding-right: 52px;
    position: relative;
}

.search-ev img {
    position: absolute;
    right: 0px;
    top: 13px;
    cursor: pointer;
}

.btn-submit-search {
    background: #49a942;
    color: #fff;
    padding-left: 32px;
    padding-right: 36px;
    border-color: #49a942;
    font-weight: 700;
    font-family: "WhitneyHTF Book", sans-serif;
    font-size: 18px;
    letter-spacing: 0.5px;
    border-top-right-radius: 25.5px;
    border-bottom-right-radius: 25.5px;
}

.btn-submit-search:hover {
    background: #2c9725;
    border-color: #2c9725;
}

.btn-submit-search:focus {
    background: #2c9725 !important;
    border-color: #2c9725 !important;
    border: 0px !important;
    outline: none !important;
    box-shadow: none !important;
}

/* SEARCH BAR */

/* Navigation Header Desktop */

/* About Ykan Home */

.about-ykan-home {
    padding: 74px 0px 76px 0px;
    background: #00703C;
    width: 100%;
    display: block;
    overflow: hidden;
}

.text-graphic-ykan {
    text-align: center;
    width: 100%;
    height: auto;
    display: block;
}

.text-graphic-ykan img {
    width: auto;
    max-width: 100%;
    margin-bottom: 30px;
}

.text-about-home {
    color: #fff;
    font-family: "WhitneyHTF Book", sans-serif;
    font-size: 18px;
    line-height: 25px;
    letter-spacing: 0.3px;
}

.text-about-home p {
    color: #fff;
    font-family: "WhitneyHTF Book", sans-serif;
    font-size: 18px;
    line-height: 25px;
    letter-spacing: 0.3px;
    margin-bottom: 32px;
}

.text-about-home p:last-child {
    margin-bottom: 15px;
}

/* End About Ykan Home */

/* program terresterial */

.program-terresterial {
    padding: 64px 0px;
    background: rgba(73, 169, 66, 1);
    background: -moz-linear-gradient(left, rgba(73, 169, 66, 1) 0%, rgba(73, 169, 66, 1) 23%, rgba(255, 255, 255, 1) 23%, rgba(255, 255, 255, 1) 100%);
    background: -webkit-gradient(left top, right top, color-stop(0%, rgba(73, 169, 66, 1)), color-stop(23%, rgba(73, 169, 66, 1)), color-stop(23%, rgba(255, 255, 255, 1)), color-stop(100%, rgba(255, 255, 255, 1)));
    background: -webkit-linear-gradient(left, rgba(73, 169, 66, 1) 0%, rgba(73, 169, 66, 1) 23%, rgba(255, 255, 255, 1) 23%, rgba(255, 255, 255, 1) 100%);
    background: -o-linear-gradient(left, rgba(73, 169, 66, 1) 0%, rgba(73, 169, 66, 1) 23%, rgba(255, 255, 255, 1) 23%, rgba(255, 255, 255, 1) 100%);
    background: -ms-linear-gradient(left, rgba(73, 169, 66, 1) 0%, rgba(73, 169, 66, 1) 23%, rgba(255, 255, 255, 1) 23%, rgba(255, 255, 255, 1) 100%);
    background: linear-gradient(to right, rgba(73, 169, 66, 1) 0%, rgba(73, 169, 66, 1) 23%, rgba(255, 255, 255, 1) 23%, rgba(255, 255, 255, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#49a942', endColorstr='#ffffff', GradientType=1);
    width: 100%;
    display: block;
    overflow: hidden;
}

.title-section-program {
    width: 67%;
    height: auto;
    text-align: center;
    margin: 0 auto;
}

.title-section-program h2 {
    font-weight: 400;
    font-size: 34.5px;
    line-height: 41px;
    color: #666666;
    margin-bottom: 20px;
    margin-top: 15px;
}


/* Home Slider */

.home-slider {
    width: 100%;
    min-height: 665px;
    background: #f1f1f1;
    margin-top: -90px;
    position: relative;
    height: auto;
    max-height: 700px;
    overflow: hidden;
}

.slide-hero:before {
    content: " ";
    position: absolute;
    z-index: 2;
    width: 100%;
    height: 46vh;
    bottom: 0px;
    left: 0px;
    margin: 0 auto;
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#000000+0,000000+100&0+0,0.65+100 */
    background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.92) 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.92) 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.92) 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#a6000000', GradientType=0);
    /* IE6-9 */
}

.carousel-fade .carousel-item {
    opacity: 0;
    transition: opacity ease-out .7s;
    min-height: 758px;
    height: auto;
}

#homeCarousel .carousel-caption {
    right: 0px;
    left: 0px;
}

.carousel-fade .carousel-item.active,
.carousel-fade .carousel-item-next.carousel-item-left,
.carousel-fade .carousel-item-prev.carousel-item-right {
    opacity: 1;
}

.carousel-fade .active.carousel-item-left,
.carousel-fade .active.carousel-item-right {
    opacity: 0;
}

.carousel-fade .carousel-item-next,
.carousel-fade .carousel-item-prev,
.carousel-fade .carousel-item.active,
.carousel-fade .active.carousel-item-left,
.carousel-fade .active.carousel-item-prev {
    transform: translateX(0);
    transform: translate3d(0, 0, 0);
}

#homeCarousel.carousel-indicators {
    bottom: 64px;
    margin-right: 86px;
}

#homeCarousel .carousel-indicators li {
    width: 13px;
    height: 13px;
    margin-right: 6px;
    margin-left: 6px;
    border-radius: 15px;
    overflow: hidden;
    background-color: #FFE04F;
}


#homeCarousel .carousel-indicators .active {
    opacity: 1;
    width: 15px !important;
    height: 15px !important;
    margin-top: -1px;
}

.shadow-navigation::before {
    position: absolute;
    content: " ";
    height: 215px;
    width: 100%;
    top: 0px;
    left: 0px;
    right: 0px;
    margin: 0 auto;
    background: -moz-linear-gradient(top, rgba(0, 0, 0, 0.65) 0%, rgba(0, 0, 0, 0.62) 4%, rgba(0, 0, 0, 0.2) 69%, rgba(0, 0, 0, 0) 92%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.65) 0%, rgba(0, 0, 0, 0.62) 4%, rgba(0, 0, 0, 0.2) 69%, rgba(0, 0, 0, 0) 92%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.65) 0%, rgba(0, 0, 0, 0.62) 4%, rgba(0, 0, 0, 0.2) 69%, rgba(0, 0, 0, 0) 92%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#a6000000', endColorstr='#00000000', GradientType=0);
    /* IE6-9 */
    z-index: 2;
}



.slide1 {
    background: green;
}

.slide2 {
    background: red;
}

.slide3 {
    background: yellow;
}

.slide4 {
    background: purple;
}

.the-caption-home {
    position: absolute;
    width: 100%;
    height: auto;
    top: 32%;
}

.text-caption-home {
    width: 900px;
    height: auto;
    text-align: left;
    font-family: "WhitneyHTF Book", sans-serif;
    font-size: 20px;
    font-weight: 600;
    z-index: 9;
}

.text-caption-home h2 {
    font-size: 52px;
    line-height: 57px;
    color: #fff;
    font-family: "Chronicle Office Regular", serif;
    font-weight: 600;
    text-shadow: 2px 4px 3px rgba(0, 0, 0, 0.35);
    display: inline-block;
    margin-bottom: 2px;
    padding: 1px 16px 1px 16px;
}

.text-caption-home p {
    font-size: 20px;
    margin-bottom: 15px;
    line-height: 26px;
    padding-right: 6px;
    margin-bottom: 6px;
    margin-top: 3px;
}

.wrp-slider-paragraph {
    font-size: 20px;
    margin-bottom: 15px;
    line-height: 26px;
    padding: 1px 15px 12px 0px;
    border-radius: 2px;
    height: auto;
    overflow: hidden;
    display: flex;
    flex-wrap: wrap !important;
    font-family: "WhitneyHTF Book", sans-serif;
    width: auto;
    height: auto;
    overflow: hidden;
    margin-top: 6px;
}

.wrp-slider-paragraph p {
    width: auto;
    display: inline-block;
    padding: 0px 16px;
}

.text-caption-home span.credit-by {
    position: absolute;
    right: 30px;
    bottom: 24%;
    z-index: 9;
    font-size: 17px;
    line-height: 20.5px;
    font-family: "WhitneyHTF Book", sans-serif;
    z-index: 100;
}

.text-caption-home span.credit-by a {
    color: #fff;
    text-decoration: none;
    font-family: "WhitneyHTF Book", sans-serif;
    outline: none;
}

#homeCarousel .carousel-indicators {
    bottom: 17%;
}

#homeCarousel .carousel-inner {
    z-index: 1;
}

#homeCarousel .carousel-control-prev {
    height: 85vh;
}

#homeCarousel .carousel-control-next {
    height: 85vh;
}

/* End Home Slider */

/* Program Home */

.owl-carousel-ocean-program {
    overflow: unset;
    position: relative;
}

.program-home {
    padding: 64px 0px;
    background: rgba(243, 243, 243, 1);
    background: -moz-linear-gradient(left, rgba(243, 243, 243, 1) 0%, rgba(243, 243, 243, 1) 77%, rgba(0, 150, 214, 1) 77%, rgba(0, 150, 214, 1) 100%);
    background: -webkit-gradient(left top, right top, color-stop(0%, rgba(243, 243, 243, 1)), color-stop(77%, rgba(243, 243, 243, 1)), color-stop(77%, rgba(0, 150, 214, 1)), color-stop(100%, rgba(0, 150, 214, 1)));
    background: -webkit-linear-gradient(left, rgba(243, 243, 243, 1) 0%, rgba(243, 243, 243, 1) 77%, rgba(0, 150, 214, 1) 77%, rgba(0, 150, 214, 1) 100%);
    background: -o-linear-gradient(left, rgba(243, 243, 243, 1) 0%, rgba(243, 243, 243, 1) 77%, rgba(0, 150, 214, 1) 77%, rgba(0, 150, 214, 1) 100%);
    background: -ms-linear-gradient(left, rgba(243, 243, 243, 1) 0%, rgba(243, 243, 243, 1) 77%, rgba(0, 150, 214, 1) 77%, rgba(0, 150, 214, 1) 100%);
    background: linear-gradient(to right, rgba(243, 243, 243, 1) 0%, rgba(243, 243, 243, 1) 77%, rgba(0, 150, 214, 1) 77%, rgba(0, 150, 214, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f3f3f3', endColorstr='#0096d6', GradientType=1);
    width: 100%;
    display: block;
    overflow: hidden;
}

.card-program-home {
    width: 320px;
    overflow: hidden;
    min-height: 320px;
    height: auto;
    border: none;
    border-bottom: 18px solid #23487A;
    filter: drop-shadow(10px 22px 28px rgba(0, 0, 0, 0.16));
}

.card-program-home a {
    text-decoration: none;
    outline: none;
}

.card-program-terrestrial {
    width: 320px;
    overflow: hidden;
    min-height: 320px;
    height: auto;
    border: none;
    border-bottom: 18px solid #00703C;
    filter: drop-shadow(10px 22px 28px rgba(0, 0, 0, 0.16));
}

.card-program-terrestrial a {
    text-decoration: none;
    outline: none;
}

.thum-publication-card {
    width: 100% auto;
    height: 235px;
}

.summary-program-home {
    padding: 25px 24px 15px 24px;
    width: 100%;
    height: auto;
}

.summary-program-home h3 {
    font-family: "Chronicle Office Regular", serif;
    color: #0096D6;
    font-size: 28px;
    line-height: 33px;
    font-weight: 500;
    margin-bottom: 14px;
    letter-spacing: 0;
}


.summary-program-terrestrial {
    padding: 25px 24px 15px 24px;
    width: 100%;
    height: auto;
}

.summary-program-terrestrial h3 {
    font-family: "Chronicle Office Regular", serif;
    color: #49a942;
    font-size: 28px;
    line-height: 33px;
    font-weight: 500;
    margin-bottom: 14px;
    letter-spacing: 0;
}

.owl-carousel-terrestorial {
    padding: 24px 10px 32px 160px;
    position: relative;
}

.owl-carousel-terrestorial>.owl-stage-outer {
    width: 1032px;
}

.container-overflow-unset {
    overflow: unset;
    position: relative;
}

.owl-theme .owl-nav [class*="owl-"] {
    background: transparent none !important;
    box-shadow: 0 1px 6px rgba(151, 164, 175, .9) !important;
    border: 3px solid #fff !important;
    border-radius: 22px;
    padding: 10px 10px !important;
}

.owl-carousel .owl-nav button.owl-next span {
    width: 48px;
    height: 48px;
}

.owl-carousel .owl-nav button.owl-next span img,
.owl-carousel .owl-nav button.owl-prev span img {
    width: 16px;
    margin: 10px 10;
}

.owl-theme .owl-nav [class*="owl-"]:hover {
    background: transparent none;
}

.owl-theme .owl-nav [class*="owl-"]:focus {
    background: transparent none;
    outline: none;
}

.owl-prev span img {
    line-height: 10px;
    margin: 8px 9.5px 8px 8px;
}

.owl-next span img {
    line-height: 10px;
    margin: 8px 8px 8px 9px;
}

.owl-carousel-terrestorial .owl-nav {
    position: absolute;
    bottom: 30%;
}

.owl-carousel-terrestorial .owl-nav button.owl-prev {
    left: -125px;
    position: absolute;
    top: -46px;
}

.owl-carousel-terrestorial .owl-nav button.owl-next {
    left: -125px;
    top: -96px;
    position: absolute;
}

.slider-counter {
    position: absolute;
    left: 46px;
    bottom: 13%;
    color: #fff;
    font-size: 32px;
    font-family: "Times New Roman", serif;
    font-weight: 600;
}

.slider-counter::first-letter {
    font-size: 160%;
    color: #fff;
    margin-top: -20px !important;
    position: relative;
}

.line-slider-counter {
    width: 76px !important;
    height: 3px !important;
    position: absolute;
    background: #fff;
    left: 36px;
    bottom: 36px;
}

.line-slider-counter::after {
    content: " ";
    width: 28px !important;
    height: 8px !important;
    position: absolute;
    background: #FFE04F;
    bottom: -2px;
}

.line-slider-counter-two {
    width: 76px !important;
    height: 3px !important;
    position: absolute;
    background: #fff;
    right: 5px;
    bottom: 36px;
}

.line-slider-counter-two::after {
    content: " ";
    width: 28px !important;
    height: 8px !important;
    position: absolute;
    background: #FFE04F;
    bottom: -2px;
}

.owl-carousel-ocean {
    padding: 24px 160px 32px 10px;
    position: relative;
}

.owl-carousel-ocean>.owl-stage-outer {
    width: 1032px;
}


.owl-carousel-ocean .owl-nav {
    position: absolute;
    bottom: 30%;
    right: 0px;
}

.owl-carousel-ocean .owl-nav button.owl-prev {
    position: absolute;
    top: -46px;
}

.owl-carousel-ocean.owl-nav button.owl-next {
    right: -125px;
    top: -96px;
    position: absolute;
}

.slider-counter-two {
    position: absolute;
    right: 10px;
    bottom: 15%;
    color: #fff;
    font-size: 32px;
    font-family: "Times New Roman", serif;
    font-weight: 600;
}

.slider-counter-two::first-letter {
    font-size: 160%;
    color: #fff;
    margin-top: -20px !important;
    position: relative;
}

.owl-carousel-ocean-program .owl-dots {
    display: none;
}

/* End Program Home */



.title-mission-home {
    width: 100%;
    height: auto;
    overflow: hidden;
    text-align: center;
    display: block;
    font-family: "WhitneyHTF Book", sans-serif;
    padding-bottom: 32px;
}

.title-mission-home h3 {
    font-size: 60px;
    line-height: 65px;
    color: #666666;
    font-family: "WhitneyHTF Book", sans-serif;
    font-weight: 600;
}

.section-mission-home {
    padding: 36px 0px 52px 0px;
}

.img-wrapper-mission {
    width: 90%;
    height: auto;
    display: block;
    overflow: hidden;
    border-radius: 12px;
    box-shadow: 5px 4px 18px 12px rgba(0, 0, 0, 0.20);
}

.text-mission-home {
    height: auto;
    font-family: "WhitneyHTF Book", sans-serif;
    font-size: 20px;
    line-height: 25px;
    letter-spacing: 0.3px;
    color: #666666;
    width: 90%;
}

.text-mission-home h4 {
    font-family: "Chronicle Office Regular", serif;
    color: #49A942;
    font-size: 48px;
    line-height: 52px;
    font-weight: 600;
    margin-bottom: 12px;
}

/* Section the mission home */

.section-the-mission-home {
    width: 100%;
    height: auto;
    overflow: hidden;
    background: #fff;
    padding: 64px 0px;
}

.title-the-mission {
    height: auto;
    width: 100%;
    overflow: hidden;
    font-family: "WhitneyHTF Book", sans-serif;
    line-height: 24px;
    font-size: 19px;
    color: #666666;
}

.title-the-mission h2 {
    font-family: "Chronicle Office Regular", serif;
    color: #49A942;
    font-size: 64px;
    line-height: 71px;
    font-weight: 600;
    margin-bottom: 12px;
}

.title-the-mission p {
    font-family: "WhitneyHTF Book", sans-serif;
    font-size: 20px;
    line-height: 25px;
}

.right-image-mission {
    width: 100%;
    min-height: 535px;
    overflow: unset;
    position: relative;
}

.img-otan-tiger {
    position: absolute;
    right: -15px;
    top: 20px;
}


.img-otan-tiger img {
    width: 285px;
}

.img-otan-tiger {
    position: absolute;
    right: -15px;
    top: 30px;
    z-index: 3;
}

.turtle-coral-reef {
    position: absolute;
    left: 180px;
    top: 15px;
    z-index: 2;
}

.turtle-coral-reef img {
    width: 220px;
}

.img-renewable {
    position: absolute;
    left: 110px;
    bottom: 56px;
    z-index: 1;
}

.img-renewable img {
    width: 256px;
}

.img-team-community {
    position: absolute;
    left: 375px;
    bottom: -6px;
    z-index: 1;
}

.img-team-community img {
    width: 265px;
}


/* Section the mission home */

/* Target Program Home */

.target-program-home {
    width: 100%;
    height: auto;
    overflow: hidden;
    background: #f9f9f9;
    padding: 64px 0px;
}

.item-target-program-home {
    width: 100%;
    height: auto;
    overflow: hidden;
    position: relative;
    padding: 20px 20px 6px 86px;
}

.icon-item-program {
    width: 64px;
    height: auto;
    margin-bottom: 10px;
    position: absolute;
    left: 0px;
    top: 26px;
}

.item-target-program-home {
    color: #989898;
    font-family: "WhitneyHTF Book", sans-serif;
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 32px;
    letter-spacing: 0.35px;
    min-height: 190px;
}

.item-target-program-home :nth-child(3) {
    margin-bottom: 0px;
}

.item-target-program-home :nth-child(4) {
    margin-bottom: 0px;
}

.item-target-program-home p {
    font-family: "WhitneyHTF Book", sans-serif;
    margin-bottom: 24px;
}

.item-target-program-home h4 {
    font-family: "Chronicle Office Regular", serif;
    color: #49A942;
    font-size: 30px;
    line-height: 36px;
    font-weight: 500;
    margin-bottom: 12px;
}

.icon-item-program img {
    max-width: 100%;
    width: auto;
}

/* Target Program Home */

/* Publication Home */

.publication-home {
    padding: 64px 0px 74px 0px;
    background: #ffffff;
    width: 100%;
    display: block;
    overflow: hidden;
}

.card-publication-home {
    width: 100%;
    height: auto;
    padding: 24px 0px 24px 0px;
    background: #fff;
    border: 1px solid #fff;
    box-sizing: border-box;
    overflow: hidden;
    border-radius: 6px;
    min-height: 400px;
}

.title-section-publication {
    width: 100%;
    height: auto;
    text-align: center;
}

.title-section-publication h2 {
    font-weight: 400;
    font-size: 36px;
    line-height: 42px;
    color: black;
    margin-bottom: 20px;
}

.title-section-publication-line {
    width: 100%;
    height: auto;
    text-align: center;
    border-top: 3px solid #00703C;
    margin-top: 48px;
    padding-top: 48px;
}

.title-section-publication-line h2 {
    font-weight: 400;
    font-size: 36px;
    line-height: 42px;
    color: #666666;
    margin-bottom: 20px;
}

.summary-publication-home {
    width: 100%;
    height: auto;
    overflow: hidden;
    display: block;
    color: #989898;
    padding-left: 10px;
    padding-right: 10px;
}

.card-publication-home a {
    text-decoration: none;
    outline: none;
}

.card-publication-home a:hover {
    text-decoration: none;
    outline: none;
    color: #2c9725;
}

.card-publication-home a:focus {
    text-decoration: none;
    outline: none;
    color: #2c9725;
}

.thumb-publication-card {
    border-radius: 10px;
    width: 100%;
    height: auto;
    overflow: hidden;
    margin-bottom: 20px;
    padding-left: 10px;
    padding-right: 10px;
}

.summary-publication-home h3 {
    font-family: "Chronicle Office Regular", serif;
    color: #49A942;
    font-size: 30px;
    line-height: 38px;
    font-weight: 500;
    margin-bottom: 14px;
}

.summary-publication-home p {
    color: black;
    font-family: "WhitneyHTF Book", sans-serif;
    font-size: 16px;
    line-height: 23px;
    margin-bottom: 24px;
    letter-spacing: 0.35px;
}

.card-publication-home a:hover .summary-publication-home h3 {
    text-decoration: none;
    outline: none;
    color: #2c9725 !important;
}

.card-publication-home a:focus .summary-publication-home h3 {
    text-decoration: none;
    outline: none;
    color: #2c9725 !important;
}

.card-publication-home a:hover .summary-publication-home p {
    text-decoration: none;
    outline: none;
    color: #666666;
}

.card-publication-home a:hover .summary-publication-home a {
    color: #000 !important;
    text-align: center !important;
}

.summary-publication-home a:hover {
    color: #000 !important;
    box-shadow: 0 0 12px rgba(248, 198, 47, .25);
}

.summary-publication-home a:focus {
    color: #000 !important;
    box-shadow: 0 0 12px rgba(248, 198, 47, .25);
}

.summary-publication-home a:hover h3 {
    text-decoration: none;
    outline: none;
    color: #2c9725 !important;
}

.share-top-socmed {
    width: 100%;
    height: auto;
    display: block;
    padding-left: 24px;
    padding-right: 24px;
}

.left-share-label {
    width: 120px;
    height: auto;
    border-right: 1px solid #dedede;
    color: #363636;
    margin-bottom: 20px;
    float: left;
}

.left-share-label p {
    font-size: 15px;
    color: #363636;
    line-height: 17px !important;
    margin-bottom: 2px !important;
}

.left-share-label span {
    font-size: 13px;
    color: #606060;
    line-height: 16px;
    margin-bottom: 3px;
}

.right-share-label {
    float: left;
}

.right-share-label ul {
    list-style: none;
    padding-left: 15px;
}

.right-share-label ul li {
    padding-left: 10px;
    display: inline;
    float: left;
}

.right-share-label ul li a {
    border-radius: 21px;
    border: 1px solid #606060;
    text-align: center;
    width: 40px !important;
    height: 40px !important;
    line-height: 25px;
    display: block;
}

.right-share-label ul li a img {
    width: 20px;
    margin-top: 10px;
}

/* Publication Home */

/* Kantor YKAN */

.wrp-addres-office {
    width: 100%;
    height: auto;
    padding: 20px 24px 20px 0px;
    min-height: 226px;
    color: #989898;
    font-family: "WhitneyHTF Book", sans-serif;
    font-size: 18px;
    line-height: 26px;
    letter-spacing: 0.35px;
    display: block;
    overflow: hidden;
}

.space-mt-4 {
    width: 100%;
    height: auto;
    margin-top: 30px;
    min-height: 2px;
    display: block;
    overflow: hidden;
}

.wrp-addres-office h2 {
    font-family: "Chronicle Office Regular", serif;
    color: #49a942;
    font-size: 32px;
    line-height: 36px;
    font-weight: 500;
    margin-bottom: 14px;
    letter-spacing: 0.3px;
}


/* Kantor YKAN */

/* Membership Booth Camp */

.booth-champ-list {
    height: auto;
    width: 92%;
    display: block;
    font-family: "WhitneyHTF Book", sans-serif;
    color: #666666;
    font-size: 16px;
    line-height: 22px;
    letter-spacing: 0.2px;
    padding-right: 12px;
    min-height: 365px;
    margin-bottom: 10px;
}

.wrp-booth-photo {
    width: 100%;
    height: auto;
    overflow: hidden;
}

.booth-champ-list p {
    margin-bottom: 7px;
}

.booth-champ-list p:last-child {
    margin-bottom: 20px !important;
    display: flex;
    color: #cf0000 !important;
}

.booth-champ-list p a {
    color: #666;
}



.booth-champ-list h4 {
    font-family: "WhitneyHTF Book", sans-serif;
    color: #666666;
    font-size: 16px;
    line-height: 22px;
    letter-spacing: 0.2px;
    margin-bottom: 12px;
}

.booth-champ-list a h3 {
    /* color: #49a942; */
    color: #363636;
    font-size: 20px;
    line-height: 28px;
    border-bottom: 1px solid #363636;
    text-decoration: none;
    outline: none;
    padding-bottom: 12px;
    font-weight: 600;
    letter-spacing: 0.25px;
    margin-bottom: 16px;
}


.booth-champ-list a:hover h3 {
    color: #49a942;
    outline: none;
    text-decoration: none !important;
}

.booth-champ-list p a:hover {
    text-decoration: underline;
}

/* Media Social Home */

.socmed-ykan-home {
    padding: 64px 0px 74px 0px;
    background: #F0F9D7;
    width: 100%;
    display: block;
    overflow: hidden;
}

.title-section-socmed {
    width: 100%;
    height: auto;
    text-align: center;
}

.title-section-socmed h2 {
    font-weight: 400;
    font-size: 36px;
    line-height: 42px;
    color: #666666;
    margin-bottom: 36px;
    margin-top: 10px;
}

.content-socmed-type-1 {
    height: auto;
    width: 100%;
}

.content-socmed-type-1 p a {
    color: #385898;
    cursor: pointer;
}

.card-socmed-home {
    width: 100%;
    height: auto;
    padding: 24px 24px 24px 24px;
    margin-bottom: 24px;
    margin-top: 10px;
    background: #FAFAFA;
    border: 1px solid #dedede;
    box-sizing: border-box;
    box-shadow: 12px 24px 30px rgba(0, 0, 0, 0.25);
    overflow: hidden;
    border-radius: 6px;
    min-height: 480px;
    max-height: 480px;
    overflow-y: scroll;
}

.card-socmed-fb {
    border-bottom: 6px solid #3B569C;
}

.card-socmed-twitter {
    border-bottom: 6px solid #55ACEC;
}

.card-socmed-linkedin {
    border-bottom: 6px solid #0077b5;
}

.shared-by {
    display: flex;
    margin-bottom: 15px;
    height: auto;
}

.fb-avatar {
    width: 64px;
    height: 64px;
    overflow: hidden;
    border-radius: 33px;
    flex-direction: column;
}

.fb-avatar img {
    max-width: 100%;
    width: auto;
}

.name-time {
    width: auto;
    height: auto;
    flex-direction: column;
    padding-left: 10px;
    font-size: 16px;
    line-height: 20px;
    font-family: "WhitneyHTF Book", sans-serif;
}

.name-time p {
    margin-bottom: 4px;
    font-weight: 700;
    color: #000;
    letter-spacing: 0.25px;
    margin-top: 6px;
}

.name-time span {
    margin-bottom: 4px;
    font-weight: 400;
    color: #666666;
}

.og-image-fb {
    width: 100%;
    height: auto;
    margin-bottom: 20px;
}

.og-image-fb img {
    max-width: 100%;
    width: auto;
}

.summary-fb-action {
    height: auto;
    width: 100%;
    padding: 15px 0px 25px 0px;
    border-top: 1px solid #eee;
}

.uiGrid_fb {
    min-width: 100px;
    border: 0;
}

.uiGrid_fb tr {
    border: 0;
}

.uiGrid_fb tr td {
    border: 0;
}

.likes-fb {
    width: auto;
    height: auto;
    display: flex;
}

.likes-fb a {
    text-decoration: none;
    outline: none;
    color: #90949c;
    font-size: 13px;
    font-family: "Helvetica", sans-serif;
    line-height: 15px;
    font-weight: 700;
    position: relative;
    padding-left: 20px;
}

.likes-fb a span {
    width: 12px !important;
    height: 12px !important;
    background: url(../images/facebook-like-button.svg) top left no-repeat;
    background-size: 100%;
    margin-right: 5px;
    display: block;
    position: absolute;
    left: 0px;
    top: 1px;
}

.comments-fb {
    width: auto;
    height: auto;
    display: flex;
    margin-left: 15px;
}

.comments-fb a {
    text-decoration: none;
    outline: none;
    color: #90949c;
    font-size: 13px;
    font-family: "Helvetica", sans-serif;
    line-height: 15px;
    font-weight: 700;
    position: relative;
    padding-left: 20px;
}

.comments-fb a span {
    width: 12px !important;
    height: 12px !important;
    background: url(../images/facebook-comment-button.svg) top left no-repeat;
    background-size: 100%;
    margin-right: 5px;
    display: block;
    position: absolute;
    left: 0px;
    top: 1px;
}

.share-fb {
    width: auto;
    height: auto;
    display: flex;
    margin-left: 15px;
}

.share-fb a {
    text-decoration: none;
    outline: none;
    color: #90949c;
    font-size: 13px;
    font-family: "Helvetica", sans-serif;
    line-height: 15px;
    font-weight: 700;
    position: relative;
    padding-left: 20px;
}

.share-fb a span {
    width: 12px !important;
    height: 12px !important;
    background: url(../images/facebook-share-button.svg) top left no-repeat;
    background-size: 100%;
    margin-right: 5px;
    display: block;
    position: absolute;
    left: 0px;
    top: 1px;
}

/* End Media Social Home */

/* Partnership Home */
.partnership {
    padding: 64px 0px;
    width: 100%;
    display: block;
    overflow: hidden;
}

.title-section-partneship {
    height: auto;
    text-align: center;
    color: #666666;
    font-family: "WhitneyHTF Book", sans-serif;
}

.title-section-partneship h2 {
    font-weight: 400;
    font-size: 36px;
    line-height: 42px;
    margin-top: 15px;
}

.wrp-form-parnership {
    width: 100%;
    height: auto;
    overflow: hidden;
    display: block;
    padding: 20px 36px;
}

.p-relative {
    position: relative;
}

.required-city {
    width: 100%;
    height: auto;
    color: #989898;
    font-size: 13px;
    font-style: italic;
}

.required-city p {
    margin-top: -10px;
    margin-bottom: 3px;
    line-height: 15px;
    font-size: 14px;
    color: #989898;
    text-align: right;
    font-family: "WhitneyHTF Book", sans-serif;
    font-weight: 400;
    letter-spacing: 0.3px;
}


/* Create a custom checkbox */
.checkmark {
    position: absolute;
    top: 2.5px;
    left: 0;
    height: 20px;
    width: 20px;
    background-color: #fff;
    border-color: #49a942;
    border-style: solid;
    border-width: 2px;
    border-radius: 2px;
}

.check {
    display: block;
    position: relative;
    padding-left: 32px;
    margin-top: -24px;
    padding-right: 15px;
    cursor: pointer;
    font-size: 18px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    font-family: 'WhitneyHTF Book', sans-serif;
    font-size: 16px;
    line-height: 21px;
    letter-spacing: 0.4px;
    color: #797979;
}

.check input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
}

* When the checkbox is checked,
add a blue background */ .check input:checked~.checkmark {
    background-color: #fff;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

/* Show the checkmark when checked */
.check input:checked~.checkmark:after {
    display: block;
}

/* Style the checkmark/indicator */
.check .checkmark:after {
    left: 5px;
    top: 3px;
    width: 5px;
    height: 10px;
    border: solid;
    border-color: #49a942;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

/* End Checkbox */


/* Partnership Home */



/* List Article Page */

.space-cover-static {
    background: #fff;
    width: 100%;
    min-height: 48px;
    display: block;
}

.list-of-article {
    width: 100%;
    height: auto;
    padding: 48px 0px 74px 0px;
}

.title-page-statics {
    width: 100%;
    height: auto;
    overflow: hidden;
    display: block;
    padding: 10px 0px;
    text-align: center;
}

.title-page-statics h1 {
    font-weight: 400;
    font-size: 36px;
    line-height: 42px;
    color: black;
    margin-bottom: 20px;
    margin-top: 15px;
}

.card-of-article {
    width: 100%;
    height: auto;
    min-height: 125px;
    border-radius: 6px;
    box-sizing: border-box;
    box-shadow: 12px 24px 30px rgba(0, 0, 0, 0.25);
    margin-top: 15px;
    margin-bottom: 24px;
}

.thumb-image-article {
    width: 100%;
    min-height: 120px;
    display: block;
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
    overflow: hidden;
    background: #f9f9f9;
}

.thumb-image-article img {
    max-width: 100%;
    width: auto;
}

.text-list-article {
    width: 100%;
    height: auto;
    padding: 24px 24px 24px 24px;
    min-height: 280px;
}

.text-list-article a {
    text-decoration: none;
    outline: none;
    font-family: "WhitneyHTF Book", sans-serif;
}

.text-list-article a h2 {
    font-family: "Chronicle Office Regular", serif;
    color: #49a942;
    font-size: 28px;
    line-height: 33px;
    font-weight: 500;
    margin-bottom: 14px;
    letter-spacing: 0;
}

.text-list-article a p {
    color: #989898;
    font-family: "WhitneyHTF Book", sans-serif;
    font-size: 16px;
    line-height: 23px;
    margin-bottom: 24px;
    letter-spacing: 0.35px;
}

.bottom-list-article {
    width: 100%;
    height: auto;
    overflow: hidden;
    display: block;
    padding: 15px 24px;
    background: #00703C;
    color: #fff;
    font-family: "WhitneyHTF Book", sans-serif;
    border-bottom-left-radius: 6px;
    border-bottom-right-radius: 6px;
}

.bottom-list-article a {
    text-decoration: none;
    outline: none;
    color: #fff;
    font-family: "WhitneyHTF Book", sans-serif;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0.3px;
    font-weight: 500;
    display: block;
}

.wrp-load-more {
    max-width: 320px;
    height: auto;
    display: block;
    overflow: hidden;
    padding: 15px 0px 10px 0px;
    margin: 0 auto;
    margin-top: 36px;
    float: none;
    text-align: center;
}

.wrp-load-more a {
    min-width: 250px !important;
}

/* End List Article Page */

/* Detail Article Page */

.detail-of-article {
    width: 100%;
    height: auto;
    padding: 48px 0px 74px 0px;
}

.title-detail-page {
    width: 100%;
    display: block;
    height: auto;
    overflow: hidden;
    padding: 6px 0px;
    color: #666666;
}

.title-detail-page h1 {
    font-family: "WhitneyHTF Book", sans-serif;
    font-size: 52px;
    line-height: 61px;
    letter-spacing: 0.25px;
    color: #49A942;
    font-weight: 700;
}

.title-detail-page p {
    color: #989898;
    font-size: 18px;
    text-transform: uppercase;
    letter-spacing: 0.45px;
    margin: 20px 0px 32px 0px;
}

.title-detail-page p span {
    color: #666;
    font-weight: 600;
}

.description-article-text {
    font-family: "WhitneyHTF Book", sans-serif;
    font-size: 18px;
    line-height: 24px;
    color: #000000;
    text-align: justify;
    text-justify: inter-word;
}

.description-article-text h2 {
    font-family: "WhitneyHTF Book", sans-serif;
    font-size: 32px;
    line-height: 40px;
    margin-bottom: 24px;
    color: black;
    font-weight: 600;
}

.description-article-text h3 {
    font-family: "WhitneyHTF Book", sans-serif;
    font-size: 30px;
    line-height: 38px;
    margin-bottom: 24px;
    color: black;
    font-weight: 600;
}

.description-article-text h4 {
    font-family: "WhitneyHTF Book", sans-serif;
    font-size: 26px;
    line-height: 32px;
    margin-bottom: 22px;
    color: black;
    font-weight: 600;
}

.description-article-text h5 {
    font-family: "WhitneyHTF Book", sans-serif;
    font-size: 24px;
    line-height: 32px;
    margin-bottom: 22px;
    color: black;
    font-weight: 600;
}

.description-article-text h6 {
    font-family: "WhitneyHTF Book", sans-serif;
    font-size: 20px;
    line-height: 28px;
    margin-bottom: 20px;
    color: black;
    font-weight: 600;
}

.description-article-text blockquote {
    padding-right: 24px;
    padding-bottom: 5px;
}

.description-article-text blockquote p {
    font-family: "WhitneyHTF Book", sans-serif;
    font-size: 26px;
    line-height: 35px;
}

.description-article-text p img {
    max-width: 100%;
    width: auto;
    margin-bottom: 10px;
}

.description-article-text p {
    font-family: "WhitneyHTF Book", sans-serif;
    font-size: 19px;
    line-height: 28px;
    color: black;
    margin-bottom: 30px;
}

.description-article-text p strong {
    color: black;
    margin-bottom: 22px;
    line-height: 25px !important;
}

.description-article-text p a {
    color: #49a942;
    text-decoration: underline;
    letter-spacing: 0.4px;
}

.description-article-text p a:hover {
    color: #2c9725;
}

.description-article-text p a:focus {
    color: #2c9725;
    outline: none;
}

.description-article-text ul {
    padding-left: 16px;
    margin-bottom: 30px;
}

.description-article-text ul li {
    padding-left: 10px;
    margin-bottom: 14px;
}

.description-article-text ul li p {
    margin-bottom: 1px !important;
    height: auto;
}

.description-article-text ol {
    padding-left: 16px;
    margin-bottom: 30px;
}

.description-article-text ol li {
    padding-left: 10px;
}

.description-article-text ol li p {
    margin-bottom: 12px;
}

.tag-item {
    width: 100%;
    display: block;
    height: auto;
    padding: 15px 0px;
    overflow: hidden;
}

.tag-item h4 {
    color: #666;
    font-family: "WhitneyHTF Book", sans-serif;
    font-size: 20px;
    line-height: 28px;
    margin-top: 15px;
    margin-bottom: 24px;
    font-weight: 700;
    letter-spacing: 0.3px;
}

.tag-phile {
    float: left;
    text-align: center;
    min-width: 90px;
    height: 40px;
    background: #f5f5f5;
    border: 1px solid #dedede;
    width: auto;
    border-radius: 20px;
    line-height: 30px;
    padding: 2px 18px;
    margin-right: 8px;
    margin-bottom: 10px;
}

.wrp-share-vertical {
    position: -webkit-sticky;
    position: sticky;
    top: 102px;
    height: 200px;
    width: 100%;
    margin-bottom: 76px;
}

.vertical-share-label {
    float: right;
    height: auto;
    margin-top: -24px;
}

.vertical-share-label ul {
    list-style: none;
    padding-left: 10px;
    margin-right: 4px;
    margin-top: 4px;
}

.vertical-share-label ul li {
    padding-left: 10px;
    display: list-item;
}

.vertical-share-label ul li a {
    border-radius: 21px;
    border: 1px solid #606060;
    text-align: center;
    width: 40px !important;
    height: 40px !important;
    line-height: 25px;
    display: block;
    margin-bottom: 15px;
}

.share-text-vertical {
    height: 45px;
    width: 156px;
    background: #49A942;
    float: left;
    -ms-transform: rotate(270deg);
    /* IE 9 */
    transform: rotate(270deg);
    position: relative;
    top: 80px;
    padding-left: 40px;
    line-height: 28px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}

.share-text-vertical span {
    font-family: "WhitneyHTF Book", sans-serif;
    font-size: 18px;
    color: #363636;
    line-height: 46px;
    font-weight: 500;
    letter-spacing: 0.5px;
    color: #fff;
}

.vertical-share-label ul li a img {
    width: 20px;
    margin-top: 10px;
}

.link--arrowed .arrow-icon {
    position: absolute;
    top: -1px;
    left: 0px;
    -webkit-transition: -webkit-transform 0.3s ease;
    transition: -webkit-transform 0.3s ease;
    transition: transform 0.3s ease;
    transition: transform 0.3s ease, -webkit-transform 0.3s ease;
    vertical-align: middle;
    transform: rotate(180deg);
}

.arrow-back-navigation {
    padding: 5px 0px 24px 0px;
}

.link {
    color: #49a942;
    cursor: pointer;
    font-weight: 400;
    text-decoration: none;
}

.link--arrowed {
    display: inline-block;
    height: 2rem;
    line-height: 1.7rem;
    position: relative;
    padding-left: 46px;
    color: #49a942 !important;
}

.link--arrowed .arrow-icon {
    position: absolute;
    top: -1px;
    left: 0px;
    -webkit-transition: -webkit-transform 0.3s ease;
    transition: -webkit-transform 0.3s ease;
    transition: transform 0.3s ease;
    transition: transform 0.3s ease, -webkit-transform 0.3s ease;
    vertical-align: middle;
    transform: rotate(180deg);
}

.link--arrowed .arrow-icon--circle {
    -webkit-transition: stroke-dashoffset .3s ease;
    transition: stroke-dashoffset .3s ease;
    stroke-dasharray: 95;
    stroke-dashoffset: 95;
}

.link--arrowed:hover .arrow-icon {
    -webkit-transform: translate3d(5px, 0, 0);
    transform: translate3d(5px, 0, 0);
    transform: rotate(180deg);

}

.link--arrowed:hover .arrow-icon--circle {
    stroke-dashoffset: 0;

}

.link--arrowed:hover {
    text-decoration: none;
    color: #49a942 !important;
}

.link--arrowed:focus {
    text-decoration: none;
    color: #49a942 !important;
    outline: none;
}

ol.breadcrumb-white {
    background-color: #fff !important;
    justify-content: end;
    margin-bottom: 5px;
}

.breadcrumb-white li {
    padding-left: 20px;
    padding-right: 10px;
}

.breadcrumb-white li::last-child {
    padding-right: 0px !important;
}

.breadcrumb-white li a {
    color: #49a942;
    text-decoration: none;
}

.breadcrumb-white li a:hover {
    color: #2c9725;
    text-decoration: none;
}

.breadcrumb-white li a:focus {
    color: #2c9725;
    text-decoration: none;
    outline: none;
}

/* End Detail Article Page */

/* Syarat dan Kebijakan */

.side-nav-left {
    position: sticky;
    top: 110px;
    height: 290px;
    width: 100%;
    padding: 10px 10px 10px 0px;
    margin-top: -10px;
    margin-bottom: 24px;
}

.side-nav-left ul {
    list-style: none;
    padding-left: 0px;
    border-top: 1px solid #dedede;
    padding-top: 1px;
    margin-top: 12px;
}

.side-nav-left ul li {
    padding-left: 0px;
    border-bottom: 1px solid #dedede;
}

.side-nav-left ul li::first-child {
    padding-left: 0px;
    border-top: 1px solid #dedede !important;
}

.side-nav-left ul li a {
    padding: 11px 20px 12px 2px;
    color: #363636;
    font-family: "WhitneyHTF Book", sans-serif;
    font-weight: 400;
    font-size: 18px;
    line-height: 26px;
    display: block;
    letter-spacing: 0.35px;
    position: relative;
    text-decoration: none;
}

.side-nav-left ul li a:hover {
    text-decoration: none;
    color: #49a942;
}

.side-nav-left ul li a::after {
    content: " ";
    position: absolute;
    width: 20px;
    height: 20px;
    background: url(../images/arrow-right.svg) top center;
    background-repeat: no-repeat;
    right: 5px;
    top: 36%;
}

.side-nav-left ul li a:hover::after {
    content: " ";
    position: absolute;
    width: 20px;
    height: 20px;
    background: url(../images/arrow-right-red.svg) top center;
    background-repeat: no-repeat;
    right: 5px;
    top: 36%;
}

.side-nav-left ul li.active a {
    color: #49a942;
    font-weight: 500;
    letter-spacing: 0.4px;
    position: relative;
}

.side-nav-left ul li.active a::after {
    content: " ";
    position: absolute;
    width: 20px;
    height: 20px;
    background: url(../images/arrow-right-red.svg) top center;
    background-repeat: no-repeat;
    right: 5px;
    top: 36%;
}

/* End Syarat dan Kebijakan */

/* Page of Program */

.page-of-program {
    padding: 74px 0px 64px 0px;
}

/* cover small program */
.parallax-window {
    min-height: 580px;
    height: auto;
    width: 100%;
    background: transparent;
    background-size: 105% !important;
    margin-top: -250px;
}

/* .parallax-window-large{
	background-size: 100%!important;
	min-height: 640px;
	height: auto;
	width: 100%;
	background: transparent;	
	background-size: 100% !important;
	top:32px!important;	
} */

.parallax-slider {
    top: 32px;
}

.cover-of-vision {
    height: auto;
    width: 100%;
    background: transparent;
    margin-top: -356px;
    background-size: 100%;
    min-height: 350px;
    background-repeat: no-repeat;
    background-position: top center;
    text-align: left;
    position: relative;
}

.cover-statik-mozaik {
    height: 300px;
    width: 100%;
    background: url(../images/cover-hutan.jpg) top center no-repeat #54a00d;
    background-size: cover;
    margin-top: -98px;
    position: relative;
}

.cover-statik-mozaik:after {
    content: " ";
    width: 100%;
    display: block;
    height: 7.4vh;
    background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.90) 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.90) 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.90) 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#a6000000', GradientType=0);
    /* IE6-9 */
    height: 76px;
    position: absolute;
    bottom: 0px;
}

.cover-statik-mozaik span.credit-container {
    position: absolute;
    right: 30px;
    bottom: 34px;
    font-family: "WhitneyHTF Book", sans-serif;
    text-shadow: 2px 4px 3px rgba(0, 0, 0, 0.20);
    font-size: 16px;
    line-height: 24px;
    color: #fff;
    letter-spacing: 0.3px;
    z-index: 1;
    font-weight: normal;
}

.cover-statik-mozaik span.credit-container a {
    color: #fff;
    text-decoration: none;
    outline: none;
    font-weight: normal !important;
}

.cover-statik-mozaik span.credit-container a:hover {
    color: #fff;
    text-decoration: none;
    outline: none;
}

.cover-statik-mozaik span.credit-container a:focus {
    color: #fff;
    text-decoration: none;
    outline: none;
}

.program-slider {
    margin-top: -96px;
}

#programCarousel .carousel-item {
    min-height: 420px;
    z-index: 2;
}

#programCarousel .carousel-control-prev {
    z-index: 3;
    height: 82%;
    width: 10%;
}

#programCarousel .carousel-control-next {
    z-index: 3;
    height: 82%;
}

#programCarousel .carousel-control-prev span,
#programCarousel .carousel-control-next span {
    margin-top: 56px;
}

#programCarousel .carousel-item img {
    max-width: 100%;
    width: auto;
}

#programCarousel .carousel-indicators li {
    width: 10px;
    height: 10px;
    margin-right: 5px;
    margin-left: 5px;
    border-radius: 15px;
    overflow: hidden;
}

#programCarousel .carousel-indicators li.active {
    background-color: #ffe04f;
    width: 13.5px;
    height: 13.5px;
    margin-top: -2px;
}

.cover-of-action {
    height: auto;
    width: 100%;
    background: transparent;
    margin-top: -620px;
    background-size: 100%;
    min-height: 640px;
    background-repeat: no-repeat;
    background-position: top center;
    text-align: left;
}

.overlap {
    position: relative;
    min-height: 350px;
    width: 100%;
    text-align: center;
}

.label-welcome-carer h1 {
    position: absolute;
    bottom: 180px;
    left: 0px;
    right: 0px;
    margin: 0 auto;
    font-family: "Rubik", sans-serif;
    font-weight: 500;
    letter-spacing: 0.7px;
    font-size: 42px;
    color: #fff;
    line-height: 50px;
}

.overview-of-program {
    background: #fff;
    width: 100%;
    height: auto;
    min-height: 120px;
    display: block;
    overflow: hidden;
    padding: 36px 0px 64px 0px;
    font-family: "WhitneyHTF Book", sans-serif;
    color: #363636;
}

.overview-program {
    padding: 10px 0px 64px 0px;
    font-family: "WhitneyHTF Book", sans-serif;
    font-size: 20px;
    line-height: 28px;
    color: #989898;
}

.overview-program h2 {
    font-weight: 400;
    font-size: 36px;
    line-height: 42px;
    color: #666666;
    margin-bottom: 20px;
    margin-top: 15px;
}

.target-of-program {
    background: #fff;
    width: 100%;
    height: auto;
    min-height: 120px;
    display: block;
    overflow: hidden;
    padding: 64px 0px 64px 0px;
}

.target-program {
    height: auto;
}

.wrp-target-program {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.title-target {
    text-align: center;
}

.title-target h2 {
    font-weight: 400;
    font-size: 36px;
    line-height: 42px;
    color: #666666;
    margin-bottom: 32px;
    margin-top: 15px;
}

.list-of-program {
    flex: 0 0 33.33%;
    max-width: 33.33%;
    flex-direction: column;
    padding: 8px 20px 8px 65px;
    height: auto;
    position: relative;
    margin: 6px 0px;
    color: #989898;
}

#programCarousel .carousel-indicators {
    bottom: 20px;
    z-index: 3;
}

#programCarousel .carousel-inner .carousel-item .the-caption-home {
    right: 0px;
    left: 0px;
    text-align: left;
}

#programCarousel .carousel-inner .carousel-item .the-caption-home .container-custom-center .text-caption-home {
    width: 100%;
    text-align: left;
    margin-top: 24px;
}

#programCarousel .carousel-inner .carousel-item .the-caption-home .container-custom-center .text-caption-home span.credit-by {
    bottom: 36px;
    z-index: 9999 !important;
    position: absolute;
}

.list-of-program::after {
    content: " ";
    width: 45px;
    height: 45px;
    position: absolute;
    top: 10px;
    left: 4px;
    background: url(../images/checklist-green.svg) top center no-repeat;
    background-size: 100%;
}

.working-area {
    background: #fff;
    width: 100%;
    height: auto;
    min-height: 120px;
    display: block;
    overflow: hidden;
    padding: 0px 0px 64px 0px;
}

.title-area {
    width: 100%;
    height: auto;
    text-align: center;
}

.title-area h2 {
    font-weight: 400;
    font-size: 36px;
    line-height: 42px;
    color: #666666;
    margin-bottom: 32px;
    margin-top: 2px;
}

.wrp-area-location {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.list-map-area {
    width: 100%;
    display: block;
    background: #fff;
    height: auto;
    padding: 22px 32px 24px 32px;
    box-shadow: 0 1px 10px rgba(140, 152, 164, 0.25);
    border-radius: 8px;
    margin-bottom: 15px;
    position: relative;
}

.list-map-area {
    height: auto;
}

.list-map-area a {
    text-decoration: none;
    outline: none;
    display: block;
    padding-left: 70px;
}

.list-map-area a::after {
    position: absolute;
    content: " ";
    top: 12px;
    left: 24px;
    width: 64px;
    height: 64px;
    background: url(../images/icon-working-area.svg) top center no-repeat;
    background-size: 100%;
}

.list-map-area a p {
    color: #363636;
    font-size: 18px;
    line-height: 22px;
    margin-bottom: 4px;
}

.list-map-area a span {
    color: #989898;
    font-size: 16px;
    line-height: 20px;
    margin-bottom: 2px;
}

.our-strategy {
    background: #fff;
    width: 100%;
    height: auto;
    min-height: 120px;
    display: block;
    overflow: hidden;
    padding: 2px 0px 64px 0px;
}

.wrp-list-of-strategy {
    width: 100%;
    display: block;
    height: auto;
    overflow: hidden;
}

.title-stratgegy {
    height: auto;
    width: 100%;
    display: block;
    text-align: center;
}

.title-stratgegy h2 {
    font-weight: 400;
    font-size: 36px;
    line-height: 42px;
    color: #666666;
    margin-bottom: 32px;
    margin-top: 2px;
}

ul.circle-ordered-list {
    counter-reset: li;
    list-style-type: none;
    font-size: 14px;
    line-height: 22px;
    padding-left: 10px;
}

ul.circle-ordered-list li {
    position: relative;
    padding: 10px 12px 10px 36px;
    border-bottom: 1px solid #dedede;
    margin-bottom: 10px;
}

ul.circle-ordered-list li::before {
    content: counter(li);
    counter-increment: li;
    height: 32px;
    width: 32px;
    border: 1.5px solid #49A942;
    border-radius: 50%;
    color: #49A942;
    text-align: center;
    position: absolute;
    left: 0;
    top: 5px;
    line-height: 29px;
}

ul.circle-ordered-list li p {
    font-family: "WhitneyHTF Book", sans-serif;
    color: #989898;
    font-size: 16px;
    line-height: 22.5px;
    margin-bottom: 13px;
    letter-spacing: 0.45px;
    margin-top: -1px;
    margin-left: 15px;
}

.the-program {
    background: #fcfcfc;
    width: 100%;
    height: auto;
    min-height: 120px;
    display: block;
    overflow: hidden;
    padding: 64px 0px 96px 0px;
}

.wrp-the-program {
    padding-top: 32px;
    padding-top: 32px;
}

.wrp-the-program-col {
    width: 100%;
    background: #fff;
    height: auto;
    border-radius: 8px;
    border-bottom: 6px solid #00703C;
    filter: drop-shadow(10px 22px 28px rgba(0, 0, 0, 0.10));
}

.wrp-the-program-col a {
    text-decoration: none;
    outline: none;
}

.wrp-the-program-col a:hover {
    text-decoration: none;
    outline: none;
}

.wrp-the-program-col a:focus {
    text-decoration: none;
    outline: none;
}

.thumb-program-item {
    height: auto;
    width: 100%;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    margin-bottom: 20px;
    overflow: hidden;
}

.text-program-desc {
    width: 100%;
    height: auto;
    padding: 10px 24px;
    min-height: 160px;
    font-family: "WhitneyHTF Book", sans-serif;
    color: #989898;
    font-size: 16px;
    line-height: 22.5px;
    margin-bottom: 13px;
    letter-spacing: 0.45px;
}

.text-program-desc h2 {
    font-family: "Chronicle Office Regular", serif;
    color: #49a942;
    font-size: 24px;
    line-height: 30px;
    font-weight: 500;
    margin-bottom: 14px;
    letter-spacing: 0;
}

/* cover small program */

/* End Page of Program */


/* New List Gallery Mozaik */
.wrp-featured-gallery {
    width: 100%;
    height: auto;
    position: relative;
    overflow: hidden;
    font-family: "WhitneyHTF Book", sans-serif;
    margin-bottom: 30px;
    border-radius: 2.5px;
}

.wrp-featured-gallery a {
    text-decoration: none;
    outline: none;
    display: block;
    width: 100%;
}

.wrp-featured-gallery::before {
    content: " ";
    position: absolute;
    width: 100vw;
    height: 100vh;
    background: rgba(0, 0, 0, 0.08);
    background-repeat: no-repeat;
    z-index: -1;
    top: -170%;
    left: 0px;
}

.wrap-caption-type-gallery::before {
    transition: 0.5s linear;
    -webkit-transition-timing-function: ease-out;
}


.wrp-featured-gallery a img {

    height: auto;
    max-height: 100%;
    transform: scale(1, 1);
    transition-property: all;
    transition-duration: 0.5s;
}

.wrp-featured-gallery:hover a img {
    transform: scale(1.1, 1.1);
}

.wrp-featured-gallery:hover a .wrap-caption-type-gallery img {
    transform: unset;
}

.wrp-featured-gallery a .wrap-caption-type-gallery::before {
    content: " ";
    background-color: rgba(0, 0, 0, 0.9);
    width: 100vw;
    height: 100vh;
    position: absolute;
    left: 0;
    top: -170%;
    /* z-index: 1; */
    opacity: 0.1;
    transition-property: all;
    transition-duration: 0.5s;
    z-index: -1;
}

.wrp-featured-gallery:hover a .wrap-caption-type-gallery::before {
    content: " ";
    background-color: rgba(73, 169, 6, 0.45);
    width: 100vw;
    height: 100vh;
    position: absolute;
    left: 0;
    top: -170%;
    z-index: -1;
    opacity: 1;
    transition-property: all;
    transition-duration: 0.5s;
}


.wrap-caption-type-gallery {
    padding: 24px 30px 48px 30px;
    position: absolute;
    bottom: 0px;
    min-height: 120px;
    z-index: 3;
    overflow: unset;

}

.mfp-figure::after {
    background: transparent none;
}

.wrap-caption-type-gallery h2 {
    display: block;
    height: auto;
    font-family: "WhitneyHTF Book", sans-serif;
    font-weight: 600;
    color: #fff;
    font-size: 24px;
    line-height: 30px;
    letter-spacing: 0.35px;
    text-shadow: 2px 3px 2px rgba(0, 0, 0, 0.42);
}

.wrp-featured-gallery a .wrap-caption-type-gallery span img.icon-photos {
    position: relative;
    width: 36px !important;
    height: auto;
    bottom: 10px;
}

/* New List Gallery Mozaik */

/* Tentang Kami */
.collase-about {
    width: 100%;
    height: auto;
    padding-left: 32px;
    padding-right: 32px;
}

.collase-about img {
    margin-bottom: 6px;
}

.cover-static-about {
    width: 100%;
    min-height: 532px;
    background: url(../images/cover-about-us.jpg) top center no-repeat;
    background-size: 100%;
    position: relative;
    overflow: hidden;
}

.cover-static-about::after {
    content: " ";
    width: 100%;
    background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.92) 100%);
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.92) 100%);
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.92) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#a6000000', GradientType=0);
    height: 96px;
    position: absolute;
    bottom: 0px;
}


.page-about-us {
    width: 100%;
    height: auto;
    padding: 0px;
    margin-top: -90px;
}

.caption-of-about {
    color: #fff;
    width: 100%;
    height: auto;
    font-family: "WhitneyHTF Book", sans-serif;
}

.caption-of-about h3 {
    font-size: 56px;
    line-height: 64px;
    color: #fff;
    font-family: "WhitneyHTF Book", serif;
    font-weight: 600;
    text-shadow: 2px 4px 3px rgba(0, 0, 0, 0.35);
    margin-top: 24.5%;
    margin-bottom: 24px;
}

.caption-of-about h2 {
    font-family: "WhitneyHTF Book", sans-serif;
    font-size: 32px;
    line-height: 36px;
    color: #fff;
    text-shadow: 2px 4px 3px rgba(0, 0, 0, 0.30);
    width: 94%;
}

.caption-of-about p {
    font-family: "WhitneyHTF Book", sans-serif;
    text-shadow: 2px 4px 3px rgba(0, 0, 0, 0.20);
    font-size: 18px;
    line-height: 24px;
    color: #fff;
    letter-spacing: 0.3px;
    width: 90%;
}

.wrp-desc-about {
    padding: 56px 0px 64px 0px;
}

.wrp-desc-location {
    padding: 4px 0px 64px 0px;
}

.wrp-boot-title-booth-location {
    width: 100%;
    height: auto;
    padding: 2px 0px 0px 0px;
    border-bottom: 1px solid #dedede;
    margin-bottom: 42px;
}

.title-booth-location {
    height: auto;
    font-family: "WhitneyHTF Book", sans-serif;
    color: #363636;
    width: 64%;
}

.title-booth-location h2 {
    font-family: "WhitneyHTF Book", sans-serif;
    color: #363636;
    font-size: 30px;
    line-height: 38px;
    margin-bottom: 24px;
}

.desc-booth-location {
    font-family: "WhitneyHTF Book", sans-serif;
    color: #666666;
    font-size: 16px;
    line-height: 22px;
    letter-spacing: 0.2px;
    margin-bottom: 12px;
}

.about-us-infographics {
    height: auto;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    min-height: 96px;
}

.col-about-inf {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
    font-family: "WhitneyHTF Book", sans-serif;
    color: #666666;
    font-size: 16px;
    line-height: 22px;
    padding: 12px 15px;
    border: 1px solid #dedede;
}

.col-about-inf h6 {
    font-size: 16px;
    font-weight: bold;
    letter-spacing: 0.35px;
    line-height: 22px;
    margin-bottom: 5px;
    color: #1996d3;
    margin-top: 8px;
}

.col-about-inf p {
    font-size: 14px;
    stroke-linejoin: 18px;
}

.col-about-inf img {
    width: 86px;
    text-align: center;
    display: flex;
    justify-content: center;
    float: none;
    margin: 0 auto;
}


.col-about-inf-two {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
    font-family: "WhitneyHTF Book", sans-serif;
    color: #666666;
    font-size: 16px;
    line-height: 22px;
    padding: 12px 15px;
    border: 1px solid #dedede;
}

.col-about-inf-two h6 {
    font-size: 16px;
    font-weight: bold;
    letter-spacing: 0.35px;
    line-height: 22px;
    margin-bottom: 5px;
    color: #49A942;
    margin-top: 8px;
}

.col-about-inf-two p {
    font-size: 14px;
    stroke-linejoin: 18px;
}

.col-about-inf-two img {
    width: 86px;
    text-align: center;
    display: flex;
    justify-content: center;
    float: none;
    margin: 0 auto;
}

.wrp-target-infograph {
    height: auto;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    min-height: 100px;
    margin-top: 15px;
    margin-bottom: 24px;
    font-family: "WhitneyHTF Book", sans-serif;
    color: #666666;
    font-size: 15px;
    line-height: 20px;
}

.mfp-title {
    font-family: "WhitneyHTF Book", sans-serif;
    font-size: 16px;
    line-height: 19px;
}

.mfp-figure figure figcaption {
    border: 0px !important;
}

.col-target-infograph {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
    font-family: "WhitneyHTF Book", sans-serif;
    color: #666666;
    font-size: 15px !important;
    line-height: 20px;
    padding: 12px 15px;
    border: 1px solid #dedede;
    position: relative;
    padding-left: 105px;
    padding-right: 15px;
}

.col-target-infograph img {
    width: 86px;
    position: absolute;
    left: 10px;
    top: 5px;
}

.desc-booth-location h3 {
    font-family: "WhitneyHTF Book", sans-serif;
    color: #666666;
    font-size: 16px;
    line-height: 22px;
    letter-spacing: 0.2px;
    margin-bottom: 12px;
}

.desc-booth-location h4 {
    font-family: "WhitneyHTF Book", sans-serif;
    color: #666666;
    font-size: 16px;
    line-height: 22px;
    letter-spacing: 0.2px;
    margin-bottom: 12px;
}

.desc-booth-location h5 {
    font-family: "WhitneyHTF Book", sans-serif;
    color: #363636;
    font-size: 16px;
    line-height: 22px;
    letter-spacing: 0.2px;
    margin-bottom: 10px;
    font-weight: 600;
    margin-top: 5px;
}

.desc-booth-location p {
    margin-bottom: 6px;
    line-height: 20px;
}

.desc-booth-location p a {
    color: #666666;
}

.time-operation {
    font-family: "WhitneyHTF Book", sans-serif;
    color: #666666;
    font-size: 16px;
    line-height: 22px;
    letter-spacing: 0.2px;
    margin-bottom: 12px;
}

.time-operation h5 {
    font-family: "WhitneyHTF Book", sans-serif;
    color: #363636;
    font-size: 16px;
    line-height: 22px;
    letter-spacing: 0.2px;
    margin-bottom: 10px;
    font-weight: 600;
    margin-top: 14px;
}

.title-static-h1 {
    width: 100%;
    height: auto;
}

.title-static-h1 h1 {
    font-weight: 600;
    font-size: 30px;
    line-height: 36px;
    color: #666666;
    margin-bottom: 20px;
    margin-top: 8px;
    color: #666666;
}

.left-side-about {
    width: 100%;
    height: auto;
    font-family: "WhitneyHTF Book", sans-serif;
    font-size: 19px;
    line-height: 28px;
    color: #989898;
    padding: 20px 86px 20px 0px
}

.left-side-about p {
    margin-bottom: 30px;
}

.left-side-about h3 {
    font-family: "WhitneyHTF Book", sans-serif;
    font-size: 42px;
    line-height: 56px;
    font-weight: 600;
    margin-top: 24px;
    margin-bottom: 36px;
    color: #666666;
}

.left-side-about h3 span {
    color: #49A942;
}


.container-player {
    position: absolute;
    top: 80%;
    left: 24%;
    width: 85px;
    height: 85px;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.overflow-unset {
    overflow: unset;
}

.container-player-fundraiser {
    position: absolute;
    top: 50%;
    left: 47.5%;
    width: 80px;
    height: 80px;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}


.player-wrapper .player {
    width: 100%;
    height: 100%;
    position: relative;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    z-index: 100;
}

.player .paused {
    width: 0;
    height: 0;
    top: 25px;
    left: 31px;
    border: 16px solid transparent;
    border-right-color: transparent;
    border-right-style: solid;
    border-right-width: 16px;
    border-left-color: transparent;
    border-left-style: solid;
    border-left-width: 16px;
    border-left: 26px solid #f9fbfb;
    border-right: 0;
}

.player .controler {
    position: absolute;
}


.thebtn {
    width: 87%;
    height: 72px;
    -webkit-border-radius: 35px;
    -moz-border-radius: 35px;
    border-radius: 35px;
    font-size: 20px;
    color: #fff;
    background: -webkit-linear-gradient(left,
            #2c9725 40%,
            #46a53f 70%,
            #49a942 100%);
    margin-left: 4px;
    margin-top: 5px;

    /* Safari 5.1 - 6.0 */
    background: -o-linear-gradient(right, #2c9725 40%, #46a53f 70%, #49a942 100%);
    /* Opera 11.1 - 12.0 */
    background: -moz-linear-gradient(right,
            #2c9725 40%,
            #46a53f 70%,
            #49a942 100%);
    /* Firefox 3.6 - 15 */
    background: linear-gradient(to right, #2c9725 40%, #46a53f 70%, #49a942 100%);
    /* æ ‡å‡†çš„è¯­æ³• */
    cursor: pointer;
}

.player-wrapper:nth-child(2) {
    left: 60%;
}

.player-wrapper .player {
    width: 100%;
    height: 100%;
    position: relative;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    z-index: 100;
}

.player-wrapper .player .playImg {
    margin: 29px 0 0 31px;
}

.player-wrapper .player .pauseImg {
    margin: 29px 0 0 28px;
}

.player-wrapper .player-circles {
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1;
}

.player-circles .circle {
    background: rgba(80, 242, 58, 0.1);
    width: 80px;
    height: 80px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    position: absolute;
}

.player-circles .c-1 {
    -webkit-animation: 2000ms scaleToggleOne infinite;
    animation: 2000ms scaleToggleOne infinite;
}

.player-circles .c-2 {
    -webkit-animation: 2000ms scaleToggleOne infinite;
    -webkit-animation-delay: 300ms;
    animation: 2000ms scaleToggleOne infinite;
    animation-delay: 300ms;
}

.player-circles .c-3 {
    -webkit-animation: 2000ms scaleToggleOne infinite;
    -webkit-animation-delay: 600ms;
    animation: 2000ms scaleToggleOne infinite;
    animation-delay: 600ms;
}

@-webkit-keyframes scaleToggleOne {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }

    50% {
        -webkit-transform: scale(1.5);
        transform: scale(1.5);
    }

    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

@keyframes scaleToggleOne {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }

    50% {
        -webkit-transform: scale(1.5);
        transform: scale(1.5);
    }

    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

.cover-static-about p.credite-about a {
    color: #fff;
    line-height: normal;
    text-decoration: none;
    outline: none;
}

.cover-static-about p.credite-about a:hover,
p.credite-about a:focus {
    color: #fff;
    line-height: normal;
    text-decoration: none;
    outline: none;
}

.title-detail-sambutan {
    width: 100%;
    display: block;
    height: auto;
    overflow: hidden;
    padding: 6px 0px;
    color: #666666;
}

.title-detail-sambutan h2 {
    font-family: "WhitneyHTF Book", sans-serif;
    font-size: 76px;
    line-height: 82px;
    letter-spacing: 0.25px;
    color: #49A942;
    font-weight: 700;
    margin-bottom: 15px;
}

.title-detail-sambutan h3 {
    font-family: "WhitneyHTF Book", sans-serif;
    font-size: 36px;
    line-height: 45px;
    margin-bottom: 36px;
}

.description-about-us {
    height: auto;
    width: 100%;
    overflow: hidden;
}

.other-page-link {
    width: 100%;
    height: auto;
    overflow: hidden;
    background: #f9f9f9;
    padding: 64px 0px
}

.welcome-message {
    height: auto;
    width: 100%;
    text-align: left;
}

.page-small-cover {
    position: relative;
}

.page-small-cover:after {
    content: " ";
    width: 100%;
    display: block;
    height: 7.4vh;
    background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.92) 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.92) 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.92) 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#a6000000', GradientType=0);
    /* IE6-9 */
    height: 252px;
    position: absolute;
    bottom: 0px;

}


.welcome-message h3 {
    font-size: 56px;
    line-height: 61px;
    color: #fff;
    font-family: "WhitneyHTF Book", serif;
    font-weight: 600;
    text-shadow: 2px 4px 3px rgba(0, 0, 0, 0.35);
    margin-top: 8.5%;
    margin-bottom: 20px;
    position: absolute;
    z-index: 2;
}

.title-cover-logo {
    position: absolute;
    width: 76%;
    height: auto;
    padding-left: 145px;
    text-align: left;
    left: 0px;
    right: 0px;
    margin: 0 auto;
    top: 45%;
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
}

.title-cover-logo-text {
    position: absolute;
    width: 76%;
    height: auto;
    padding-left: 0px;
    text-align: left;
    left: 0px;
    right: 0px;
    margin: 0 auto;
    top: 45%;
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
}

.title-cover-logo-text h2 {
    font-size: 56px;
    line-height: 61px;
    color: #fff;
    font-family: "WhitneyHTF Book", serif;
    font-weight: 600;
    text-shadow: 2px 4px 3px rgba(0, 0, 0, 0.35);
    margin-top: 1.5%;
    margin-bottom: 20px;
    position: absolute;
    z-index: 2;
}

.wrp-logo-cover {
    width: 310px;
    height: 310px;
    border-radius: 8px;
    position: absolute;
    left: 0px;
    z-index: 2;
    /* box-shadow: 0 1px 10px rgba(140, 152, 164, 0.125); */
    text-align: center;
    padding: 10px 0px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 4px;
}

.title-cover-logo h2 {
    font-size: 52px;
    line-height: 56px;
    color: #fff;
    font-family: "WhitneyHTF Book", serif;
    font-weight: 600;
    text-shadow: 2px 4px 3px rgba(0, 0, 0, 0.48);
    margin-bottom: 20px;
    position: absolute;
    z-index: 3;
    margin-top: 1%;
}

.welcome-message span.credit-container {
    position: absolute;
    right: 0px;
    bottom: 36px;
    color: #fff;
    z-index: 3;
    font-family: "WhitneyHTF Book", sans-serif;
    font-size: 16px;
    line-height: 21px;
    text-shadow: 2px 3px 2px rgba(0, 0, 0, 0.30);
}

.welcome-message span.credit-container a {
    color: #fff;
    text-decoration: none;
    text-shadow: 2px 3px 2px rgba(0, 0, 0, 0.42);
}

.cover-of-vision span.credit-container {
    position: absolute;
    right: 30px;
    bottom: 42px;
    color: #fff;
    z-index: 3;
    font-family: "WhitneyHTF Book", sans-serif;
    font-size: 16px;
    line-height: 21px;
    text-shadow: 2px 3px 2px rgba(0, 0, 0, 0.30);
}

.cover-of-vision span.credit-container a {
    color: #fff;
    text-decoration: none;
    text-shadow: 2px 3px 2px rgba(0, 0, 0, 0.42);
}

.overlap-mozaik span.credit-container {
    position: absolute;
    right: 0px;
    bottom: 86px;
    color: #fff;
    z-index: 3;
    font-family: "WhitneyHTF Book", sans-serif;
    font-size: 16px;
    line-height: 21px;
    text-shadow: 2px 3px 2px rgba(0, 0, 0, 0.30);
}

.overlap-mozaik {
    height: auto;
    width: 100%;
    text-align: left;
}

.overlap-mozaik h3 {
    font-size: 56px;
    line-height: 62px;
    color: #fff;
    font-family: "WhitneyHTF Book", serif;
    font-weight: 600;
    text-shadow: 2px 4px 3px rgba(0, 0, 0, 0.35);
    margin-bottom: 20px;
    position: absolute;
    bottom: 110px;
    z-index: 2;
    text-align: justify;
    text-justify: inter-word;
}

.welcome-message h2 {
    font-family: "WhitneyHTF Book", sans-serif;
    font-size: 32px;
    line-height: 36px;
    color: #fff;
    text-shadow: 2px 4px 3px rgba(0, 0, 0, 0.30);
    width: 94%;
    position: absolute;
    margin-top: 14.5%;
    z-index: 2;
}

.link-other-about {
    width: 100%;
    height: auto;
    display: block;
    overflow: hidden;
    color: #49A942;
}

.link-other-about a {
    color: #666;
    text-decoration: none;
    padding: 15px 32px 24px 5px;
    font-family: "WhitneyHTF Book", sans-serif;
    font-size: 20px;
    line-height: 24px;
    margin-bottom: 10px;
    border-bottom: 1px solid #dedede;
    display: block;
}

.link-other-about a.active {
    color: #49A942;
    border-bottom: 1px solid #49A942;
}

.modal-header-custom {
    position: relative;
    border-bottom: 0px;
}

.modal-header-custom a {
    z-index: 9;
}

.modal-header-custom h5 {
    color: #54a00d;
    font-family: "WhitneyHTF Book", sans-serif;
    font-size: 20px;
    line-height: 24px;
    letter-spacing: 0.2px;
    margin-top: 0px;
}

.modal-header-custom a img {
    width: 20px;
    cursor: pointer;
    margin-right: 6px;
}

.modal-body-custom {
    padding: 0px;
}

.tagline-opening-conservation {
    font-family: "WhitneyHTF Book", sans-serif;
    font-size: 18px;
    line-height: 26px;
    color: #989898;
    margin-bottom: 30px;
    padding: 10px 10px 24px 10px;
}

.tagline-opening-conservation p:first-child {
    margin-bottom: 26px;
}

.tagline-opening-conservation p.drop-cap:first-letter {
    font-size: 200%;
    color: #606060;
    float: left;
    font-size: 5.2rem;
    line-height: 0.65;
    margin: 0.12em 0.1em 0.1em 0;
    font-family: "WhitneyHTF Book", sans-serif;
    font-weight: 600;

}


/* Tentang Kami */


/* Form Donation Page */

.cover-donation-page {
    width: 100%;
    height: auto;
    position: relative;
    font-family: "WhitneyHTF Book", sans-serif;
    font-size: 18px;
    line-height: 26px;
    color: #989898;
    margin-top: -5px;
    padding-bottom: 10px;
}

.cover-donation-page h1 {
    font-family: "Chronicle Office Regular", serif;
    color: #49a942;
    font-size: 28px;
    line-height: 33px;
    font-weight: 500;
    margin-top: 15px;
    margin-bottom: 12px;
    letter-spacing: 0;
}

.cover-donation-page p {
    color: #989898;
    margin-bottom: 14px;
}

.nav-of-donation .nav-link.active,
.nav-pills .show>.nav-link {
    color: #49A942;
    font-weight: 700;
    font-family: "WhitneyHTF Book", sans-serif;
    font-size: 18px;
    line-height: 20px;
}

.nav-of-donation {
    margin-bottom: 30px;
}

.nav-of-donation li a {
    color: #363636;
    padding-left: 24px;
    padding-right: 24px;
    padding-bottom: 20px;
    padding-top: 16px;
    font-size: 18.5px;
    line-height: 25px;
    letter-spacing: 0.3px;
    font-family: "WhitneyHTF Book", sans-serif;
}

.nav-of-donation li {
    overflow: hidden;
    width: 50%;
    text-align: center;
    display: inline-block;
    position: relative;
}

.nav-of-donation li a.active::after {
    content: ' ';
    width: 100%;
    height: 5.5px;
    background: #49a942;
    position: absolute;
    left: 0px;
    bottom: -1px;
    border-bottom: 1px solid #fff !important;
    border-top: 1px solid #fff !important;
    border-left: 1px solid #fff !important;
    border-right: 1px solid #fff !important;
}

.nav-of-donation li a {
    border-bottom: 1px solid #fff !important;
    border-top: 1px solid #fff !important;
    border-left: 1px solid #fff !important;
    border-right: 1px solid #fff !important;
}

.label-form-donate {
    color: #363636;
    font-weight: 700;
    font-family: "WhitneyHTF Book", sans-serif;
    font-size: 18px;
    line-height: 20px;
}

.label-form-donate p {
    margin-bottom: 15px;
}

#recuring {
    padding: 15px 0px;
}

#one_trasaction {
    padding: 15px 0px;
}

#recuring .form-group {
    margin-bottom: 15px;
}

#one_trasaction .form-group {
    margin-bottom: 15px;
}

#form-donate #recuring input[type="radio"] {
    opacity: 0;
    position: fixed;
    width: 0;
    font-weight: 500;
}

#ykanFormDonationContent #one_trasaction input[type="radio"],
#ykanFormDonationContent #recuring input[type="radio"] {
    opacity: 0;
    position: fixed;
    width: 0;
    font-weight: 500;
}

#ykanFormDonationContent #one_trasaction input[type="radio"]:checked+label,
#ykanFormDonationContent #recuring input[type="radio"]:checked+label {
    background: #49a942;
    border: 1px solid #49a942;
    color: #fff;
}

.area-amount {
    padding: 0px;
}

#ykanFormDonationContent #one_trasaction label,
#ykanFormDonationContent #recuring label {
    display: inline-block;
    background-color: #fff;
    padding: 14px 5px;
    font-family: sans-serif, Arial;
    font-size: 14px;
    font-weight: 500;
    border: 1px solid #999999;
    border-radius: 4px;
    width: 100%;
    color: #444;
    text-align: center;
    margin-bottom: 0px;
    cursor: pointer;
}


#ykanFormDonationContent #one_trasaction input[type="radio"],
#ykanFormDonationContent #recuring input[type="radio"] {
    opacity: 0;
    position: fixed;
    width: 0;
    font-weight: 500;
    position: absolute;
}


#ykanFormDonationContent #one_trasaction input[type="radio"]:checked+label,
#ykanFormDonationContent #recuring input[type="radio"]:checked+label {
    background: #49a942;
    border: 1px solid #49a942;
    color: #fff;
}

#ykanFormDonationContent #one_trasaction input[type="radio"]:checked+label:hover,
#ykanFormDonationContent #recuring input[type="radio"]:checked+label:hover {
    background: #49a942;
    border: 1px solid #49a942;
    color: #fff;
}

#ykanFormDonationContent #one_trasaction input[type="radio"]+label:hover {
    background: #f9f9f9;
}

#ykanFormDonationContent #recuring input[type="radio"]+label:hover {
    background: #f9f9f9;
}

#ykanFormDonationConten #one_trasaction label,
#ykanFormDonationConten #recuring label {
    display: inline-block;
    background-color: #fff;
    padding: 8px 5px;
    font-family: sans-serif, Arial;
    font-size: 14px;
    font-weight: 500;
    border: 1px solid #999999;
    border-radius: 4px;
    width: 100%;
    color: #444;
    text-align: center;
    margin-bottom: 0px;
}

.input-group-border {
    margin-bottom: 18px !important;
    height: auto;
    overflow: hidden;
}

.input-group-border span.as-label {
    color: #464646;
    font-size: 14.5px;
    font-family: 'WhitneyHTF Book', sans-serif;
    display: block;
    margin-bottom: 8px;
    margin-top: 10px;
    font-weight: 600;
    letter-spacing: 0.35px;
}

.form-label-static {
    height: 46px;
    padding: 14px 15px;
    font-size: 14.5px;
}

.reset-form:focus {
    border-color: #AEAEAE !important;
    box-shadow: none !important;
}

#ykanFormDonationContent #merchandise {
    height: auto;
    margin-top: 36px;
    margin-bottom: 36px;
}

#ykanFormDonationContent #merchandise label {
    height: auto;
}

#ykanFormDonationContent #merchandise input[type="radio"]+label:hover {
    background: #fff;
    border: 3px solid #ffe04f;
    box-shadow: 4px -1px 21px rgba(0, 0, 0, 0.09);
    color: #363636;
    font-weight: 700;
}

#ykanFormDonationContent #merchandise input[type="radio"] {
    opacity: 0;
    position: fixed;
    width: 0;
    font-weight: 500;
    position: absolute;
}

#ykanFormDonationContent #merchandise input[type="radio"]:checked+label {
    background: #fff;
    border: 3px solid #49a942;
    color: #49a942;
    font-weight: 700;
    box-shadow: 4px -1px 21px rgba(0, 0, 0, 0.15);
}

#ykanFormDonationContent #merchandise input[type="radio"]:checked+label:hover {
    background: #fff;
    border: 3px solid #49a942;
    color: #49a942;
    font-weight: 700;
}

.select2-container {
    width: 100% !important;
    display: block;
}

.select2-container--default .select2-selection--single {
    height: 42px !important;
    /*border: 1px solid #AEAEAE!important;*/
    border: 1px solid #ced4da;
}

.select2-container--default .select2-selection--single .select2-selection__placeholder {
    /*color: #73767A!important;*/
    color: #AEAEAE !important;
    font-size: 14px;
    line-height: 24px;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #73767A;
    line-height: 37px;
    font-size: 14px;
    padding-left: 12px;
}

.select2-container--default .select2-results__option[aria-selected="true"] {
    color: #fff;
    background-color: #49a942;
    padding-left: 12px;
}

.select2-container--default .select2-results__option[aria-selected="false"] {
    color: #73767A;
    padding-left: 12px;
}

.select2-container--default .select2-results__option[aria-selected="false"]:hover {
    color: #4E4E4E;
    background-color: #f2f7fa;
    padding-left: 12px;
}

.select2-container--default .select2-results__option--highlighted[aria-selected] {
    background-color: #49a942;
    color: #fff;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    top: 8px;
    right: 10px;
}

.select2-container--default .select2-selection--single .select2-selection__arrow b {
    border-color: #888 transparent transparent transparent;
    border-style: solid;
    border-width: 5px 4px 0 4px;
    height: 0;
    left: 50%;
    margin-left: -4px;
    margin-top: -2px;
    position: absolute;
    top: 50%;
    width: 0;
}

/* Form Donation Page */

/* Donasi Individu */

.section-donation-individu {
    width: 100%;
    height: auto;
    padding: 70px 0px 56px 0px;
    background: #fff;
}

.descript-individual {
    font-family: "WhitneyHTF Book", sans-serif;
    color: #666;
    font-size: 16px;
    line-height: 23px;
    letter-spacing: 0.35px;
}

.descript-individual p {
    margin-bottom: 14px;
    line-height: 24px;
}

.wrp-shadow-individu {
    min-height: 210px;
    height: auto;
    padding: 18px 25px;
    background: #fff;
    border-radius: 6px;
    margin-top: 24px;
    margin-bottom: 24px;
    box-shadow: 0px 3px 13px 5px rgba(0, 0, 0, 0.05);
    border: none;
}

.text-desc-individu {
    font-family: "WhitneyHTF Book", sans-serif;
    color: #666;
    font-size: 16px;
    line-height: 21px;
    letter-spacing: 0.35px;
}

.text-desc-individu h5 {
    font-family: "WhitneyHTF Book", serif;
    color: #49A942;
    font-size: 20px;
    line-height: 23px;
    font-weight: 600;
    margin-bottom: 4px;
    margin-top: 10px;
    letter-spacing: 0.35px;
}

.text-desc-individu h6 {
    width: 100%;
    height: auto;
    margin-bottom: 24px;
    position: relative;
    font-family: "WhitneyHTF Book", sans-serif;
    font-size: 15px;
    line-height: 20px;
    color: #666;
}

.col-ava-square {
    height: auto;
}

/* Donasi Individu */

/* Vision and Mission */

.title-detail-vision {
    width: 100%;
    height: auto;
    margin-top: 20px;
    display: block;
    overflow: hidden;

}

.title-detail-vision h2 {
    color: #49a942;
    font-family: "Chronicle Office Regular", serif;
    color: #49a942;
    font-size: 36px;
    line-height: 40px;
    font-weight: 600;
    margin-bottom: 14px;
    letter-spacing: 0.3px;
}

.desc-vision {
    width: 100%;
    height: auto;
    font-family: "WhitneyHTF Book", sans-serif;
    font-size: 19px;
    line-height: 28px;
    color: #989898;
    display: block;
    overflow: hidden;

}


.desc-vision p {
    font-family: "WhitneyHTF Book", sans-serif;
    font-size: 19px;
    line-height: 28px;
    color: #989898;
    margin-bottom: 30px;
}

.title-detail-mission {
    width: 100%;
    height: auto;
    margin-top: 24px;
    display: block;
    overflow: hidden;
}

.title-detail-mission h2 {
    color: #49a942;
    font-family: "Chronicle Office Regular", serif;
    color: #49a942;
    font-size: 36px;
    line-height: 40px;
    font-weight: 600;
    margin-bottom: 14px;
    letter-spacing: 0.3px;
}

.desc-mission {
    width: 100%;
    height: auto;
    font-family: "WhitneyHTF Book", sans-serif;
    font-size: 19px;
    line-height: 28px;
    color: #989898;
    display: block;
    overflow: hidden;
}

.desc-mission p {
    font-family: "WhitneyHTF Book", sans-serif;
    font-size: 19px;
    line-height: 28px;
    color: #989898;
    margin-bottom: 20px;
}

.list-mission {
    height: auto;
    padding: 5px 0px;
    padding-left: 0px;
    margin-bottom: 24px;
}

ul.circle-ordered-mission {
    counter-reset: li;
    list-style-type: none;
    font-size: 20px;
    line-height: 44px;
    padding-left: 10px;
    color: #54a00d;
}

ul.circle-ordered-mission li {
    position: relative;
    padding: 8px 12px 8px 64px;
    list-style: none;
}

ul.circle-ordered-mission li::before {
    content: counter(li);
    counter-increment: li;
    height: 48px;
    width: 48px;
    border: 0.5px solid #54a00d;
    border-radius: 50%;
    color: #54a00d;
    text-align: center;
    position: absolute;
    left: 0;
    top: 12px;
}

/* Vision Mission */

.title-of-organization {
    width: 100%;
    height: auto;
    display: block;
    overflow: hidden;
    margin-top: 24px;
    border: 1px solid #dedede;
    margin-bottom: 15px;
    border-radius: 4px;
    padding-left: 14px;
    padding-right: 14px;
    padding-top: 14px;
}

.title-of-organization h4 {
    font-family: "Chronicle Office Regular", serif;
    color: #49a942;
    font-size: 32px;
    line-height: 36px;
    font-weight: 500;
    margin-bottom: 14px;
    letter-spacing: 0.3px;
}

.wrp-img-profile {
    width: 100%;
    height: auto;
    overflow: hidden;
    border-radius: 1.5px;
    margin-top: 24px;
}

.profile-desc {
    width: 100%;
    height: auto;
    padding: 15px 15px 15px 0px;
    overflow: hidden;
    background: #fff;
    margin-top: 10px;
    overflow: hidden;
    font-family: "WhitneyHTF Book", sans-serif;
    color: #989898;
    font-size: 16px;
}

.profile-desc h5 {
    font-family: "WhitneyHTF Book", sans-serif;
    font-size: 24px;
    color: #464646;
    font-weight: 600;
    letter-spacing: 0.35px;
}


/* Organisasi 2 */

.wrp-profile-team {
    width: 100%;
    height: auto;
    border-bottom: 1px solid #dedede;
    margin-bottom: 24px;
    margin-top: 20px;
    min-height: 236px;
}

.col-profile-team {
    position: relative;
    padding-left: 0px;
    font-family: "WhitneyHTF Book", sans-serif;
    color: #898989;
    font-size: 16px;
}

.profile-thumbnail {
    width: 190px;
    height: auto;
    position: absolute;
    left: 0px;
    top: 5px;
    border-radius: 4px;
    overflow: hidden;
    display: block;
}

.profile-name {
    font-family: "WhitneyHTF Book", sans-serif;
    color: #898989;
    font-size: 16px;
    line-height: 20px;
    padding: 32px 15px 0px 215px;
}

.profile-name h5 {
    font-family: "WhitneyHTF Book", sans-serif;
    font-size: 24px;
    color: #464646;
    font-weight: 600;
    letter-spacing: 0.35px;
}

.profile-name p {
    margin-bottom: 3px;
}


.profile-thumbnail img {
    max-width: 100%;
    width: 100%;
    height: auto;
}

/* Organisasi 2 */

/* List Career */


.wrp-list-careers {
    width: 100%;
    height: auto;
    font-family: "WhitneyHTF Book", sans-serif;
    padding: 20px 0px;
    border-bottom: 1px solid #dedede;
    margin-top: 4px;
}

.wrp-list-careers a {
    width: 100%;
    height: auto;
    color: #363636;
    outline: none;
    text-decoration: none;
    font-family: "WhitneyHTF Book", sans-serif;
    font-weight: 400;
    display: block;
}

.wrp-list-careers a h3 {
    font-family: "WhitneyHTF Book", sans-serif;
    width: 100%;
    height: auto;
    color: #363636;
    font-size: 26px;
    line-height: 36px;
    font-weight: 400;
}

.wrp-list-careers a h3:hover {
    color: #49A942;
    text-decoration: none;
    outline: none;
}

.wrp-list-careers a:hover .sub-hover-1 {
    color: #49A942 !important;
}

.wrp-list-careers a:hover .sub-hover-2 {
    opacity: 0.56;
}

.description-article-text p span {
    color: black;
    text-decoration: unset;
}

.description-article-text p a {
    color: #49A942;
    text-decoration: unset;
}

/* End List Career */

/* 404 */

.title-page-404 {
    width: 100%;
    height: auto;
    overflow: hidden;
    display: block;
    padding: 10px 0px;
    text-align: center;
}

.col-404 {
    width: 100%;
    height: auto;
    padding: 10px 10px;
    display: flex;
    justify-content: center;
}

.col-404 img {
    max-width: 560px;
    width: auto;
}

.text-404 {
    height: auto;
    width: 100%;
    display: block;
    overflow: hidden;
    font-family: "WhitneyHTF Book", sans-serif;
    color: #848484;
    font-size: 18px;
}

.text-404 p {
    margin-bottom: 24px;
}

.text-404 h2 {
    font-family: "WhitneyHTF Book", sans-serif;
    font-size: 32px;
    color: #54a00d;
    font-weight: 600;
    letter-spacing: 0.3px;
    margin: 10px 0px 5px;
}

.social-bar {
    width: 100%;
    height: auto;
    min-height: 100px;
    background: #f5f5f5;
}

.bg-twitter {
    width: 100%;
    display: block;
    float: left;
    background-color: #428bca;
    padding: 86px 0px;
    text-align: center;
    position: relative;
}

.bg-twitter::after {
    content: "Follow at Twitter";
    font-family: "WhitneyHTF Book", sans-serif;
    font-size: 16px;
    line-height: 20px;
    color: #fff;
    position: absolute;
    bottom: 50px;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    visibility: hidden;
    transition: opacity 0.7s;
    /* Transition should take 0.3s */
    -webkit-transition: opacity 0.7s;
    /* Transition should take 0.3s */
    opacity: 0;
    /* Set opacity to 1 */
}

#link-twitter:hover .bg-twitter::after {
    visibility: visible;
    transition: all 1.5s ease-in-out;
    transition-property: top, left;
    transition-duration: 1.5s, 1.5s;
    transition-delay: 0s, 1.5s;
    opacity: 1;
    /* On hover, set opacity to 2 */
    transition: opacity 0.7s;
    /* Transition should take 0.3s */
    -webkit-transition: opacity 0.7s;
    /* Transition should take 0.3s */
    opacity: 1;
    /* Set opacity to 1 */
}

#link-facebook:hover .bg-facebook::after {
    visibility: visible;
    transition: all 1.5s ease-in-out;
    transition-property: top, left;
    transition-duration: 1.5s, 1.5s;
    transition-delay: 0s, 1.5s;
    opacity: 1;
    /* On hover, set opacity to 2 */
    transition: opacity 0.7s;
    /* Transition should take 0.3s */
    -webkit-transition: opacity 0.7s;
    /* Transition should take 0.3s */
    opacity: 1;
    /* Set opacity to 1 */
}

#link-instagram:hover .bg-instagram::after {
    visibility: visible;
    transition: all 1.5s ease-in-out;
    transition-property: top, left;
    transition-duration: 1.5s, 1.5s;
    transition-delay: 0s, 1.5s;
    opacity: 1;
    /* On hover, set opacity to 2 */
    transition: opacity 0.7s;
    /* Transition should take 0.3s */
    -webkit-transition: opacity 0.7s;
    /* Transition should take 0.3s */
    opacity: 1;
    /* Set opacity to 1 */
}

#link-youtube:hover .bg-youtube::after {
    visibility: visible;
    transition: all 1.5s ease-in-out;
    transition-property: top, left;
    transition-duration: 1.5s, 1.5s;
    transition-delay: 0s, 1.5s;
    opacity: 1;
    /* On hover, set opacity to 2 */
    transition: opacity 0.7s;
    /* Transition should take 0.3s */
    -webkit-transition: opacity 0.7s;
    /* Transition should take 0.3s */
    opacity: 1;
    /* Set opacity to 1 */
}

.bg-twitter img {
    width: 36px;
    margin-top: -20px;
}

.bg-facebook {
    width: 100%;
    display: block;
    float: left;
    background-color: #3b5998;
    padding: 86px 0px;
    text-align: center;
    position: relative;
}

.bg-facebook::after {
    content: "Follow on Facebook";
    font-family: "WhitneyHTF Book", sans-serif;
    font-size: 16px;
    line-height: 20px;
    color: #fff;
    position: absolute;
    bottom: 50px;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    visibility: hidden;
    transition: opacity 0.7s;
    /* Transition should take 0.3s */
    -webkit-transition: opacity 0.7s;
    /* Transition should take 0.3s */
    opacity: 0;
    /* Set opacity to 1 */
}

.bg-facebook img {
    width: 36px;
    margin-top: -20px;
}

.bg-instagram {
    width: 100%;
    display: block;
    float: left;
    background: radial-gradient(circle farthest-corner at 35% 90%, #fec564, transparent 50%), radial-gradient(circle farthest-corner at 0 140%, #fec564, transparent 50%), radial-gradient(ellipse farthest-corner at 0 -25%, #5258cf, transparent 50%), radial-gradient(ellipse farthest-corner at 20% -50%, #5258cf, transparent 50%), radial-gradient(ellipse farthest-corner at 100% 0, #893dc2, transparent 50%), radial-gradient(ellipse farthest-corner at 60% -20%, #893dc2, transparent 50%), radial-gradient(ellipse farthest-corner at 100% 100%, #d9317a, transparent), linear-gradient(#6559ca, #bc318f 30%, #e33f5f 50%, #f77638 70%, #fec66d 100%);
    padding: 86px 0px;
    text-align: center;
    position: relative;
}

.bg-instagram::after {
    content: "Follow on Instagram";
    font-family: "WhitneyHTF Book", sans-serif;
    font-size: 16px;
    line-height: 20px;
    color: #fff;
    position: absolute;
    bottom: 50px;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    visibility: hidden;
    transition: opacity 0.7s;
    /* Transition should take 0.3s */
    -webkit-transition: opacity 0.7s;
    /* Transition should take 0.3s */
    opacity: 0;
    /* Set opacity to 1 */
}

.bg-instagram img {
    width: 36px;
    margin-top: -20px;
}

.bg-youtube {
    width: 100%;
    display: block;
    float: left;
    background-color: #ca1f25;
    padding: 86px 0px;
    text-align: center;
    position: relative;
}

.bg-youtube::after {
    content: "Subscribe on Youtube";
    font-family: "WhitneyHTF Book", sans-serif;
    font-size: 16px;
    line-height: 20px;
    color: #fff;
    position: absolute;
    bottom: 50px;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    visibility: hidden;
    transition: opacity 0.7s;
    /* Transition should take 0.3s */
    -webkit-transition: opacity 0.7s;
    /* Transition should take 0.3s */
    opacity: 0;
    /* Set opacity to 1 */
}

.bg-youtube img {
    width: 36px;
    margin-top: -20px;
}


/* List page Mitra Alam */

.wrp-list-mitra {
    width: 100%;
    height: auto;
    overflow: hidden;
    border: 1px solid #dedede;
    border-radius: 6px;
    margin: 6px 0px 24px 0px;
}

.wrp-list-mitra a {
    text-decoration: none;
    outline: none;
}

.wrp-list-mitra a:hover {
    text-decoration: none;
    outline: none;
}

.wrp-list-mitra a:focus {
    text-decoration: none;
    outline: none;
}

.thumb-mitra-logo {
    width: 100%;
    height: auto;
    min-height: 275px;
}

.summary-desc-mitra {
    font-family: "WhitneyHTF Book", sans-serif;
    font-size: 16px;
    line-height: 23px;
    color: #989898;
    padding: 6px 20px;
    min-height: 185px;
}

.summary-desc-mitra h2 {
    font-family: "Chronicle Office Regular", serif;
    color: #49a942;
    font-size: 28px;
    line-height: 33px;
    font-weight: 500;
    margin-bottom: 12px;
    letter-spacing: 0;
}

.summary-desc-mitra p {
    margin-bottom: 12px;
}

.right-detail-mitra {
    width: 100%;
    height: auto;
    font-family: "WhitneyHTF Book", sans-serif;
    font-size: 19px;
    line-height: 28px;
    color: #989898;
    padding: 20px 86px 6px 0px;
}

.right-detail-mitra h3 {
    font-family: "WhitneyHTF Book", sans-serif;
    font-size: 42px;
    line-height: 48px;
    font-weight: 600;
    margin-top: 24px;
    margin-bottom: 6px;
    color: #666666;
}

.right-detail-mitra h3 span {
    color: #49A942;
}

.date-mitra-detail {
    width: 100%;
    display: block;
    height: auto;
    overflow: hidden;
    padding: 6px 0px;
    color: #666666;
}

.date-mitra-detail p {
    color: #989898;
    font-size: 18px;
    text-transform: uppercase;
    letter-spacing: 0.45px;
    margin: 6px 0px 6px 0px;
}

.date-mitra-detail p span {
    color: #666;
    font-weight: 600;
}

.desc-detail-mitra {
    width: 100%;
    height: auto;
    font-family: "WhitneyHTF Book", sans-serif;
    font-size: 19px;
    line-height: 28px;
    color: #989898;
    padding: 20px 86px 20px 0px;
}

.desc-detail-mitra p {
    margin-bottom: 30px;
}

.wrp-left-logo-mitra {
    position: sticky;
    top: 102px;
    margin-bottom: 76px;
}

.horizontal-share-label {
    height: auto;
}

.horizontal-share-label ul {
    list-style: none;
    padding-left: 0px;
    margin-right: 4px;
    margin-top: 4px;
    margin-left: 0px;
}

.horizontal-share-label ul li {
    padding-left: 10px;
    display: inline-block;
}

.horizontal-share-label ul li a {
    border-radius: 21px;
    border: 1px solid #606060;
    text-align: center;
    width: 40px !important;
    height: 40px !important;
    line-height: 25px;
    display: block;
    margin-bottom: 15px;
}

.horizontal-share-label ul li a img {
    width: 20px;
    margin-top: 10px;
}

.title-section-mitra-line {
    width: 100%;
    height: auto;
    text-align: left;
    border-top: 3px solid #dedede;
    margin-top: 48px;
    padding-top: 32px;
}

.title-section-mitra-line h2 {
    font-weight: 400;
    font-size: 36px;
    line-height: 42px;
    color: #49A942;
    margin-bottom: 32px;
    font-weight: 600;
    letter-spacing: 0.35px;
}


/* Perjalanan */

.overview-destination {
    padding: 10px 0px 24px 0px;
    font-family: "WhitneyHTF Book", sans-serif;
    font-size: 20px;
    line-height: 28px;
    width: 100%;
}

.overview-destination h2 {
    font-family: "WhitneyHTF Book", serif;
    color: #49A942;
    font-size: 36px;
    line-height: 42px;
    font-weight: 600;
    margin-bottom: 15px;
}

.overview-destination {
    padding: 10px 0px 2px 0px;
    font-family: "WhitneyHTF Book", sans-serif;
    font-size: 20px;
    line-height: 28px;
    color: #666;
}

.trip-schedule {
    width: 100%;
    height: auto;
}

.title-trip {
    height: auto;
    width: 100%;
    display: block;
    overflow: hidden;
    padding: 10px 0px;
    margin-bottom: 32px;
    font-family: "WhitneyHTF Book", sans-serif;
    font-size: 19px;
    line-height: 28px;
}

.title-trip h4 {
    font-family: "WhitneyHTF Book", serif;
    color: #49A942;
    font-size: 36px;
    line-height: 52px;
    font-weight: 600;
    margin-bottom: 15px;
}

.title-trip p {
    margin-bottom: 24px;
    font-family: "WhitneyHTF Book", sans-serif;
    font-size: 19px;
    line-height: 28px;
    color: #666666;
}

.day-schedule {
    position: relative;
    width: 100%;
    height: auto;
    overflow: unset;
    padding: 15px 5px 36px 40px;
    border-left: 2px solid #767676;
    ;
    margin-left: 18px;
}

.day-schedule::after {
    content: " ";
    position: absolute;
    left: -10px;
    top: -2px;
    background: #49A942;
    width: 18px;
    height: 18px;
    border-radius: 9.5px;
    z-index: 2;
}

.day-schedule::before {
    content: " ";
    position: absolute;
    left: -16px;
    top: -8px;
    background: #49A942;
    width: 30px;
    height: 30px;
    border-radius: 15.5px;
    opacity: 0.5;
    z-index: 1;
}


.day-schedule span {
    padding: 6px 24px;
    background: #49A942;
    border-radius: 3px;
    color: #fff;
    font-size: 22px;
    line-height: 26px;
    position: relative;
    top: -20px;
}

.day-schedule span:before {
    content: " ";
    position: absolute;
    width: 41px;
    height: 41px;
    left: -60px;
    top: 0px;
    background: #f9f9f9;
    border-radius: 21px;
}

.time-schedule {
    position: relative;
    width: 100%;
    height: auto;
    overflow: unset;
    padding: 15px 5px 20px 40px;
    border-left: 2px solid #767676;
    ;
    margin-left: 18px;
    margin-top: 10px;
}

.time-schedule:last-child {
    border-left: 0 !important;
}

.time-schedule::after {
    content: " ";
    position: absolute;
    left: -10px;
    top: -2px;
    background: #49A942;
    width: 18px;
    height: 18px;
    border-radius: 9.5px;
    z-index: 2;
}

.time-schedule::before {
    content: " ";
    position: absolute;
    left: -16px;
    top: -8px;
    background: #f9f9f9;
    width: 30px;
    height: 30px;
    border-radius: 15.5px;
    opacity: 1;
    z-index: 1;
}

.wrp-text-schedule {
    width: 90%;
    height: auto;
    overflow: hidden;
    position: relative;
    top: -24px;
    color: #666666;
    font-family: "WhitneyHTF Book", sans-serif;
    font-size: 16px;
    line-height: 23px;
    margin-bottom: 0px;
    letter-spacing: 0.35px;
    padding-right: 15px;
}

.wrp-text-schedule h4 {
    color: #49A942;
    font-family: "WhitneyHTF Book", sans-serif;
    font-size: 22px;
    line-height: 26px;
    margin-bottom: 16px;
    letter-spacing: 0.35px;
    font-weight: 600;
}

.wrp-text-schedule h5 {
    color: #666666;
    font-family: "WhitneyHTF Book", sans-serif;
    font-size: 20px;
    line-height: 26px;
    margin-bottom: 15px;
    letter-spacing: 0.35px;
    font-weight: 600;
}

.wrp-text-schedule p {
    margin-bottom: 2px;
    line-height: 19px;
    font-family: "WhitneyHTF Book", sans-serif;
}

.img-gallery-perjalanan {
    padding-bottom: 48px;
    margin-bottom: 15px;
}

.magnific-img {
    padding: 6px 6px;
}

.left-travel-information {
    height: auto;
    font-family: "WhitneyHTF Book", sans-serif;
    font-size: 19px;
    line-height: 28px;
    color: #666666;
    padding-right: 64px;
    overflow: hidden;
    position: relative;
}

.left-travel-information::before {
    content: " ";
    height: 100vh;
    background: #dedede;
    width: 1.5px;
    position: absolute;
    right: 15px;
    top: 0px;
}

.right-travel-information {
    height: auto;
    font-family: "WhitneyHTF Book", sans-serif;
    font-size: 19px;
    line-height: 28px;
    color: #666666;
}

.nav-tab-trip {
    margin-bottom: 36px;
}

.nav-tab-trip li {
    overflow: hidden;
}

.nav-tab-trip li a {
    color: #363636;
    padding-left: 24px;
    padding-right: 24px;
    padding-bottom: 14px;
    font-size: 16px;
    letter-spacing: 0.3px;
}

figure {
    font-family: "WhitneyHTF Book", sans-serif;
    font-size: 12px;
    color: #777;
    line-height: 17px;
    margin-top: 10px;
    margin-bottom: 10px;
}

figure img {
    width: 100%;
}

figure figcaption {
    font-family: "WhitneyHTF Book", sans-serif;
    font-size: 12px;
    color: #777;
    line-height: 16px;
    margin-top: 0px;
    text-align: left;
    padding: 16px 15px 13px 15px;
    border: 1px solid #dedede;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
}

.nav-tab-trip li a:hover {
    border-top: 1px solid #f9f9f9 !important;
    border-left: 1px solid #f9f9f9 !important;
    border-right: 1px solid #f9f9f9 !important;
}

.nav-tab-trip li a.active {
    color: #49A942 !important;
    font-weight: 500;
    border: 0px;
    position: relative !important;
    border-bottom: 1px solid #f9f9f9 !important;
    border-top: 1px solid #f9f9f9 !important;
    border-left: 1px solid #f9f9f9 !important;
    border-right: 1px solid #f9f9f9 !important;
    background-color: #f9f9f9 !important;
    font-weight: 600;
    letter-spacing: 0.3px;
}

.nav-tab-trip li a.active::after {
    content: ' ';
    width: 195px;
    height: 3px;
    background: #49A942;
    position: absolute;
    left: 0px;
    bottom: -1px;
}

.nav-tab-trip li a.active :hover {
    border-top: 1px solid #f9f9f9 !important;
    border-left: 1px solid #f9f9f9 !important;
    border-right: 1px solid #f9f9f9 !important;
}

.wrap-head-indication {
    height: auto;
    width: 50%;
    float: left;
    overflow: hidden;
    display: block;
    border-top: 1px solid #dedede;
}

.nav-tab-trip li::after a.active {
    width: 100px;
    height: 3px;
    background: #49A942;
    position: absolute;
}

.title-gallery-journey h3 {
    font-family: "WhitneyHTF Book", serif;
    color: #49A942;
    font-size: 36px;
    line-height: 42px;
    font-weight: 600;
    margin-bottom: 15px;
}

.title-gallery-journey {
    font-family: "WhitneyHTF Book", sans-serif;
    font-size: 20px;
    line-height: 28px;
    margin-top: 12px;
    margin-bottom: 48px;
}

.title-gallery-journey p {
    margin-bottom: 20px;
    color: #666666;
}

.list-sugestion {
    height: auto;
    padding: 5px 0px;
    padding-left: 0px;
    margin-bottom: 24px;
    font-family: "WhitneyHTF Book", sans-serif;
    font-size: 19px;
    line-height: 28px;
    color: #666666;
    margin-bottom: 20px;
}

.list-sugestion p {
    margin-bottom: 24px;
    font-family: "WhitneyHTF Book", sans-serif;
    font-size: 19px;
    line-height: 28px;
    color: #666666;
    margin-bottom: 20px;
}

.list-sugestion h5 {
    margin-bottom: 24px;
    font-family: "WhitneyHTF Book", sans-serif;
    font-size: 24px;
    line-height: 31px;
    color: #49A942;
    margin-bottom: 18px;
    font-weight: 600;
}

ul.circle-ordered-sugestion {
    counter-reset: li;
    list-style-type: none;
    font-size: 20px;
    line-height: 40px;
    padding-left: 1px;
    color: #54a00d;
}

ul.circle-ordered-sugestion li {
    position: relative;
    padding: 8px 12px 8px 60px;
    list-style: none;
}

ul.circle-ordered-sugestion li::before {
    content: counter(li);
    counter-increment: li;
    height: 40px;
    width: 40px;
    border: 0.5px solid #54a00d;
    border-radius: 50%;
    color: #54a00d;
    text-align: center;
    position: absolute;
    left: 0;
    top: 10px;
}

.left-of-registration {
    height: auto;
    font-family: "WhitneyHTF Book", sans-serif;
    font-size: 19px;
    line-height: 28px;
    color: #666666;
    width: 100%;
    position: relative;
    overflow: unset;
    padding-top: 15px;
    padding-bottom: 10px;
    padding-right: 76px;
}

.left-of-registration::before {
    content: " ";
    height: 72vh;
    background: #dedede;
    width: 1.5px;
    position: absolute;
    right: -32px;
    top: 0px;
}

.left-of-registration h4 {
    font-family: "WhitneyHTF Book", sans-serif;
    font-size: 30px;
    line-height: 36px;
    color: #49A942;
    margin-bottom: 30px;
    font-weight: 600;
}

.left-of-registration {
    margin-bottom: 26px;
}

.section-interest {
    width: 100%;
    height: auto;
    overflow: hidden;
    background: #fff;
    padding: 64px 0px;
}

/* End Perjalanan */

/* Fundraiser Story */
.wrp-vids-story {
    height: auto;
    background: #fff;
    width: 100%;
    padding: 36px 0px 36px 0px;
}

.left-vids-story {
    height: auto;
    font-family: "WhitneyHTF Book", sans-serif;
    color: #666;
    font-size: 16px;
    line-height: 23px;
    letter-spacing: 0.35px;
    padding-right: 124px;
    position: relative;
}

span.leave-ornament {
    position: absolute;
    width: 105px;
    height: 95px;
    background: url(../images/leave-blur.png) top center no-repeat;
    z-index: 1;
    right: 24%;
    top: -34px;
}

span.circle-grey {
    width: 86px;
    height: 86px;
    border-radius: 46px;
    position: absolute;
    z-index: 1;
    right: -60px;
    top: 10%;
    border: 4px solid #f9f9f9;
    box-shadow: 0 1px 10px rgba(140, 152, 164, 0.25);
    background: #f9f9f9 url(../images/004.jpg) top center no-repeat;
    background-size: 100%;
}

span.circle-green-fund {
    width: 86px;
    height: 86px;
    border-radius: 46px;
    position: absolute;
    background: #2c9725;
    position: absolute;
    right: -48px;
    bottom: 54px;
}

.left-vids-story p {
    margin-bottom: 20px;
    position: relative;
    z-index: 2;
}

.left-vids-story p:last-child {
    margin-bottom: 48px;
}

.left-vids-story h3 {
    font-family: "Chronicle Office Regular", serif;
    color: #49A942;
    font-size: 36px;
    line-height: 38px;
    font-weight: 600;
    margin-bottom: 6px;
    letter-spacing: 0.35px;
    position: relative;
    z-index: 2;
}

.left-vids-story h4 {
    font-family: "Chronicle Office Regular", serif;
    color: #49A942;
    font-size: 36px;
    line-height: 38px;
    font-weight: 600;
    margin-bottom: 26px;
    letter-spacing: 0.35px;
    position: relative;
    z-index: 2;
}

.right-vids-story {
    height: auto;
    width: 100%;
    overflow: unset;
}

.section-testimony-fundraiser {
    width: 100%;
    height: auto;
    padding: 70px 0px 56px 0px;
    background: #f9f9f9;
    overflow: unset;
}

.title-story-fundraiser {
    height: auto;
    width: 64%;
    padding-right: 48px;
}

.title-story-fundraiser h3 {
    font-family: "Chronicle Office Regular", serif;
    color: #666666;
    font-size: 36px;
    line-height: 38px;
    font-weight: 600;
    margin-bottom: 20px;
    letter-spacing: 0.35px;
}

.card-testimonial {
    width: 620px;
    height: auto;
    padding: 18px 25px;
    background: #fff;
    border-radius: 6px;
    margin-top: 24px;
    margin-bottom: 24px;
    ;
    box-shadow: 0px 3px 13px 5px rgba(0, 0, 0, 0.05);
    border: none;
    min-height: 386px;
}

.card-testimonial-vids {
    width: 620px;
    height: auto;
    padding: 0px 0px;
    background: #fff;
    margin-top: 24px;
    margin-bottom: 24px;
    ;
    box-shadow: 0px 3px 13px 5px rgba(0, 0, 0, 0.05);
    border: none;
    min-height: 348px;
    border-radius: 3px !important;
    overflow: hidden;
}

.head-card-testimonial {
    width: 100%;
    height: auto;
    padding-left: 84px;
    margin-bottom: 24px;
    position: relative;
    font-family: "WhitneyHTF Book", sans-serif;
    font-size: 15px;
    line-height: 20px;
    color: #666;
}

.head-card-testimonial-detail {
    width: 100%;
    height: auto;
    padding-left: 84px;
    margin-bottom: 24px;
    position: relative;
    font-family: "WhitneyHTF Book", sans-serif;
    font-size: 15px;
    line-height: 20px;
    color: #666;
    margin-top: -52px;
}

.circle-fundraiser-detail {
    width: 70px;
    height: 70px;
    border-radius: 38px;
    border: 3px solid #f9f9f9;
    overflow: hidden;
    position: absolute;
    left: 0px;
    top: -8px;
    color: #fff;
}

.head-card-testimonial-detail h4 {
    font-family: "WhitneyHTF Book", serif;
    color: #49A942;
    font-size: 20px;
    line-height: 23px;
    font-weight: 600;
    margin-bottom: 4px;
    margin-top: 10px;
    letter-spacing: 0.35px;
}

.modal-body-testimony {
    font-family: "WhitneyHTF Book", sans-serif;
    font-size: 16px;
    color: #666;
    line-height: 21px;
    padding-left: 30px;
    padding-right: 20px;
    padding-bottom: 24px;
}

.circle-fundraiser {
    width: 70px;
    height: 70px;
    border-radius: 38px;
    border: 3px solid #f9f9f9;
    overflow: hidden;
    position: absolute;
    left: 0px;
    top: 6px;
    color: #fff;
}

.head-card-testimonial h4 {
    font-family: "WhitneyHTF Book", serif;
    color: #49A942;
    font-size: 20px;
    line-height: 23px;
    font-weight: 600;
    margin-bottom: 4px;
    margin-top: 10px;
    letter-spacing: 0.35px;
}

.body-testimonial {
    height: auto;
    width: 100%;
    display: block;
    font-family: "WhitneyHTF Book", sans-serif;
    color: #666;
    font-size: 16px;
    line-height: 23px;
    letter-spacing: 0.35px;
}

.body-testimonial h5 {
    color: #464646;
    font-family: "WhitneyHTF Book", sans-serif;
    font-size: 20px;
    font-weight: 600;
    line-height: 26px;
    margin-bottom: 16px;
}

.body-testimonial p {
    margin-bottom: 14px;
    line-height: 24px;
}

.body-testimonial p a {
    color: #49A942;
    font-weight: 600;
}

.section-foundraiser-benefits {
    width: 100%;
    height: auto;
    padding: 70px 0px 56px 0px;
    background: #fff;
}

.wrp-left-fundraise-benefits {
    height: auto;
    font-family: "WhitneyHTF Book", sans-serif;
    color: #666;
    font-size: 16px;
    line-height: 23px;
    letter-spacing: 0.35px;
    padding-right: 26px;
}

.wrp-left-fundraise-benefits h3 {
    font-family: "Chronicle Office Regular", serif;
    color: #49A942;
    font-size: 36px;
    line-height: 38px;
    font-weight: 600;
    margin-bottom: 26px;
    letter-spacing: 0.35px;
}

.wrp-check-benefits {
    width: 100%;
    padding-right: 24px;
    height: auto;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: 5px;
}

.wrp-right-fundraise-benefits {
    width: 100%;
    height: auto;
    overflow: hidden;
    font-family: "WhitneyHTF Book", sans-serif;
    font-size: 16px;
    color: #666;
    padding-right: 124px;
}

.wrp-right-fundraise-benefits h4 {
    font-family: "WhitneyHTF Book", sans-serif;
    font-size: 18px;
    color: #666;
    line-height: 26px;
    margin-bottom: 24px;
    margin-top: 5px;
}

.checklist-benefits {
    flex: 0 0 50%;
    max-width: 50%;
    padding-left: 36px;
    padding-right: 15px;
    height: auto;
    position: relative;
    color: #666;
    font-size: 14px;
    line-height: 21px;
    letter-spacing: 0.3px;
}

.checklist-benefits img {
    position: absolute;
    left: 0px;
    top: 6px;
}

.checklist-benefits p {
    padding-right: 15px;
}

.section-how-to-fundraiser {
    width: 100%;
    height: auto;
    padding: 70px 0px 64px 0px;
    background: #f9f9f9;
}

.left-join-fundraiser {
    height: auto;
    font-family: "WhitneyHTF Book", sans-serif;
    font-size: 16px;
    line-height: 23px;
    color: #666;
    padding-right: 124px;
}

.left-join-fundraiser h3 {
    font-family: "Chronicle Office Regular", serif;
    color: #49A942;
    font-size: 36px;
    line-height: 38px;
    font-weight: 600;
    margin-bottom: 26px;
    letter-spacing: 0.35px;
}

.left-join-fundraiser p a {
    color: #49A942;
    font-weight: 600;
    text-decoration: underline;
}

.text-info-fundraiser {
    min-height: 290px;
}

.green-informotaion-contact {
    color: #fff;
    font-family: "WhitneyHTF Book", sans-serif;
    font-size: 17px;
    line-height: 14px;
    background: #49A942;
    width: 100%;
    min-height: 324px;
    border-radius: 2px;
}

.text-info-fundraiser {
    display: table;
    height: auto;
    padding-left: 32px;
}

.wrp-align-center-info {
    display: table-cell;
    vertical-align: middle;
    padding-left: 24px;
}

.wrp-align-center-info h5 {
    font-size: 20px;
    line-height: 25px;
    margin-bottom: 10px;
    font-weight: 600;
    font-family: "WhitneyHTF Book", sans-serif;
    color: #fff;
}

.wrp-align-center-info a {
    font-size: 17px;
    line-height: 24px;
    margin-bottom: 6px;
    font-weight: 500;
    font-family: "WhitneyHTF Book", sans-serif;
    color: #fff;
    text-decoration: none;
}

.owl-carousel-testimony .owl-stage-outer {
    overflow: unset;
}

.owl-carousel-testimony .owl-nav {
    display: none;
}

.owl-carousel-testimony .owl-dots {
    margin-top: 18px;
}

.owl-carousel-testimony .owl-dots .owl-dot.active span {
    background: #49A942;
}

.owl-carousel-testimony-vids .owl-stage-outer {
    overflow: unset;
}

/* .owl-carousel-testimony-vids .owl-nav{
	display: none;
} */

.owl-carousel-testimony-vids .owl-dots {
    margin-top: 18px;
}

.owl-carousel-testimony-vids .owl-dots .owl-dot.active span {
    background: #49A942;
}

.owl-carousel-testimony-vids .owl-nav button.owl-next {
    position: absolute;
    right: 15px;
    top: 40%;
    background: #fff !important;
}

.owl-carousel-testimony-vids .owl-nav button.owl-prev {
    position: absolute;
    left: 15px;
    top: 40%;
    background: #fff !important;
}

.section-story-vids {
    background: #fff;
    padding: 15px 0px 56px 0px;
}

.video-player-story {
    position: relative;
}

.modal-body-custom-testimony {
    padding: 8px 36px 36px 36px;
}

/* Fundraiser Story */

/* Start Footer */
.footer {
    background: #2A2A2A;
    width: 100%;
    height: auto;
    padding: 64px 0px 32px 0px;
}

.footer-level1 {
    background: #2A2A2A;
    width: 100%;
    height: auto;
    padding: 64px 0px 32px 0px;
    font-size: 17px;
    line-height: 24px;
    color: #fff;
    font-family: "WhitneyHTF Book", sans-serif;
}

.footer-level1 h3 {
    color: #fff;
    font-family: "WhitneyHTF Book", sans-serif;
    font-size: 19px;
    line-height: 24px;
    margin-bottom: 14px;
    font-weight: 600;
    letter-spacing: 0.25px;
}

.footer-level1 ul {
    padding-left: 0px;
    margin-bottom: 30px;
}

.footer-level1 ul li {
    padding-left: 0px;
    list-style: none;
}

.footer-level1 ul li a {
    color: #fff;
    font-size: 16px;
    line-height: 20px;
    padding: 6px 0px;
    display: block;
}

.footer-level1 ul li a:hover {
    outline: none;
    text-decoration: none;
}

.footer-level2 {
    background: #168B39;
    width: 100%;
    height: auto;
    padding: 24px 0px 32px 0px;
    font-size: 17px;
    line-height: 24px;
    color: #fff;
    font-family: "WhitneyHTF Book", sans-serif;
    border-top: 1px solid #5c5c5c;
   
}

.left-copyright {
    font-family: "WhitneyHTF Book", sans-serif;
    font-size: 15px;
    line-height: 19px;
    color: #fff;
}

.right-terms-condition {
    font-family: "WhitneyHTF Book", sans-serif;
    font-size: 15px;
    line-height: 19px;
    color: #fff;
    display: flex;
    justify-content: end;
}

.right-terms-condition ul li {
    padding: 3px 8px;
    display: inline-block;
}


.right-terms-condition ul li a {
    color: #fff;
    font-size: 15px;
    line-height: 19px;
    text-decoration: none;
}

.right-terms-condition ul li a:hover,
.right-terms-condition ul li a:focus {
    text-decoration: none;
    outline: none;
    color: #fff;
    opacity: 0.8;
}

.logo-footer-bottom {
    width: 100%;
    height: auto;
    overflow: hidden;
    display: block;
    padding: 36px 0px 10px 0px;
}

.logo-footer-bottom a img {
    width: 220px;
}

.logo-footer-bottom a:hover,
.logo-footer-bottom a:focus {
    outline: none;
    text-decoration: none;
}

.footer-list-page {
    height: auto;
}

.footer-list-page ul {
    padding-left: 0px;
}

.footer-list-page ul li {
    list-style: none;
}

.footer-list-page ul li a {
    list-style: none;
    color: #fff;
    text-decoration: none;
    font-family: "WhitneyHTF Book", sans-serif;
    font-weight: 400;
    font-size: 36px;
    line-height: 42px;
    display: block;
    padding: 8px 0px;
}

.wrp-footer-paragraph {
    font-family: "WhitneyHTF Book", sans-serif;
    font-size: 16px;
    line-height: 19px;
    color: #fff;
    padding: 24px 0px 16px 0px;
    height: auto;
    width: 100%;
    display: block;
    overflow: hidden;
}

.footer-socmed-right {
    height: auto;
}

.footer-socmed-right ul {
    list-style: none;
    margin-top: 15px;
    margin-bottom: 6px;
}

.footer-socmed-right ul li {
    display: inline-block;
}

.footer-socmed-right ul li a {
    padding: 4px 6px;
}

.footer-socmed-right ul li a img {
    width: 28px;
}

.wrp-copyright {
    display: flex;
}

.wrp-footer-home {
    height: auto;
    color: #fff;
}

.wrp-footer-home a {
    color: #fff;
    font-size: 18px;
    line-height: 24px;
    text-decoration: none;
    margin-top: 12px;
    display: block;
}

.footer-list-socmed {
    height: auto;
    padding: 10px 0px;
}

.footer-list-socmed ul {
    list-style: none;
    padding-left: 0;
}

.footer-list-socmed ul li {
    display: inline-block;
    list-style: none;
}

.footer-list-socmed ul li a {
    display: block;
    padding: 8px 12px;
    color: #fff;
    text-decoration: none;
}

.footer-list-socmed ul li:first-child a {
    padding-left: 0px;
}

.footer-copyright {
    margin-left: auto;
    height: auto;
    padding: 10px 0px;
    justify-content: end;
    color: #fff;
}

.footer-copyright p {
    line-height: 38px;
}

.table-help-center {
    width: 100%;
    height: auto;
    padding: 10px 14px 4px 14px;
    border: 1px solid #f4f4f4;
    border-radius: 6px;
    margin-bottom: 20px;
    overflow: hidden;
}

.body-helpcenter-left {
    float: left;
}

.body-helpcenter-left img {
    width: 49px;
}

.head-help-center {
    position: relative;
}

.head-help-center p::after {
    position: absolute;
    content: " ";
    width: 125%;
    height: 1px;
    background: #f9f9f9;
    left: -14px;
    top: 32px;
}

.body-helpcenter-right {
    float: right;
    line-height: 14px;
    margin-bottom: 5px;
}

.body-helpcenter-right p {
    margin-bottom: 10px;
}

.body-helpcenter-right p:first-child {
    margin-top: 7px;
}

.new-right-mission {
    padding: 10px 74px 0px 74px;
    margin-right: -10px;
}

.wrp-new-img-mission {
    padding: 5px 6px;
}

.for-zero-padding {
    padding-left: 0px;
    padding-right: 0px;
}

/* End Footer */

/* WIDE SCREEN */
@media screen and (min-width: 1920px) and (max-width: 1925px) {
    .container-custom {
        max-width: 1586px;
    }

    .collapse-navbar-ykan ul.center-nav li a {
        font-size: 17px;
    }

    .program-terresterial {
        background: rgba(73, 169, 66, 1);
        background: -moz-linear-gradient(left, rgba(73, 169, 66, 1) 0%, rgba(73, 169, 66, 1) 33%, rgba(255, 255, 255, 1) 33%, rgba(255, 255, 255, 1) 100%);
        background: -webkit-gradient(left top, right top, color-stop(0%, rgba(73, 169, 66, 1)), color-stop(33%, rgba(73, 169, 66, 1)), color-stop(33%, rgba(255, 255, 255, 1)), color-stop(100%, rgba(255, 255, 255, 1)));
        background: -webkit-linear-gradient(left, rgba(73, 169, 66, 1) 0%, rgba(73, 169, 66, 1) 33%, rgba(255, 255, 255, 1) 33%, rgba(255, 255, 255, 1) 100%);
        background: -o-linear-gradient(left, rgba(73, 169, 66, 1) 0%, rgba(73, 169, 66, 1) 33%, rgba(255, 255, 255, 1) 33%, rgba(255, 255, 255, 1) 100%);
        background: -ms-linear-gradient(left, rgba(73, 169, 66, 1) 0%, rgba(73, 169, 66, 1) 33%, rgba(255, 255, 255, 1) 33%, rgba(255, 255, 255, 1) 100%);
        background: linear-gradient(to right, rgba(73, 169, 66, 1) 0%, rgba(73, 169, 66, 1) 33%, rgba(255, 255, 255, 1) 33%, rgba(255, 255, 255, 1) 100%);
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#49a942', endColorstr='#ffffff', GradientType=1);
    }

    .text-caption-home span.credit-by {
        bottom: 40.5%;
        font-weight: 500;
    }

    .program-home {
        background: -moz-linear-gradient(left, rgba(243, 243, 243, 1) 0%, rgba(243, 243, 243, 1) 67%, rgba(0, 150, 214, 1) 67%, rgba(0, 150, 214, 1) 100%);
        background: -webkit-gradient(left top, right top, color-stop(0%, rgba(243, 243, 243, 1)), color-stop(67%, rgba(243, 243, 243, 1)), color-stop(67%, rgba(0, 150, 214, 1)), color-stop(100%, rgba(0, 150, 214, 1)));
        background: -webkit-linear-gradient(left, rgba(243, 243, 243, 1) 0%, rgba(243, 243, 243, 1) 67%, rgba(0, 150, 214, 1) 67%, rgba(0, 150, 214, 1) 100%);
        background: -o-linear-gradient(left, rgba(243, 243, 243, 1) 0%, rgba(243, 243, 243, 1) 67%, rgba(0, 150, 214, 1) 67%, rgba(0, 150, 214, 1) 100%);
        background: -ms-linear-gradient(left, rgba(243, 243, 243, 1) 0%, rgba(243, 243, 243, 1) 67%, rgba(0, 150, 214, 1) 67%, rgba(0, 150, 214, 1) 100%);
        background: linear-gradient(to right, rgba(243, 243, 243, 1) 0%, rgba(243, 243, 243, 1) 67%, rgba(0, 150, 214, 1) 67%, rgba(0, 150, 214, 1) 100%);
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f3f3f3', endColorstr='#0096d6', GradientType=1);
    }

    .home-slider {
        width: 100%;
        min-height: 795px;
        background: #f1f1f1;
        margin-top: -90px;
        position: relative;
        height: auto;
        max-height: 815px;
        overflow: hidden;
    }

    .slide-hero::before {
        height: 50.5vh;
    }

    .owl-carousel-terrestorial>.owl-stage-outer {
        width: 1388px;
    }

    .owl-carousel-ocean>.owl-stage-outer {
        width: 1388px;
        margin-left: -27%;
    }

}

/* WIDE SCREEN */

/* (1366x768) WXGA Display */
@media screen and (max-width: 1366px) {
    .container-custom-center {
        max-width: 1190px;
    }
}

/* (1366x768) WXGA Display */

/* MOBILE MEDIA QUERY */

@media screen and (max-width: 1200px) {

    .navbar-brand-logo {
        width: 215px;
        height: auto;
        overflow: hidden;
    }

    .navbar-brand-logo a img {
        max-width: 100%;
        width: auto;
        height: auto;
    }

    .home-text {
        visibility: hidden;
        display: none !important;
    }

    .home-icon {
        visibility: visible;
        display: block !important;
    }

    .home-icon img {
        width: 20px;
        height: 20px;
        position: relative;
        margin: 0;
        margin-top: -7px;
    }

    .caret-down {
        margin-left: 4.5px;
    }

    .collapse-navbar-ykan ul.center-nav li a {
        padding: 5px 12px 8px 12px;
        font-size: 15px;
        letter-spacing: 0;
    }

    .collapse-navbar-ykan ul.center-nav li:first-child a {
        padding-left: 2px;
        padding-right: 8px;
    }

    .collapse-navbar-ykan ul.center-nav li:last-child a {
        padding-right: 2px;
    }

    .search-content-form-active {
        padding: 100px 0px 25px 0px;
    }

    .turtle-coral-reef img {
        width: 170px;
    }

    .turtle-coral-reef {
        position: absolute;
        left: 135px;
        top: 45px;
    }

    .img-otan-tiger {
        position: absolute;
        right: 0px;
        top: 5px;
    }

    .img-renewable {
        position: absolute;
        left: 86px;
        bottom: 86px;
    }

    .img-renewable img {
        width: 230px;
    }

    .img-team-community img {
        width: 245px;
    }

    .img-team-community {
        position: absolute;
        left: 315px;
        bottom: 32px;
    }

    .title-the-mission {
        padding-left: 24px;
    }

    .section-the-mission-home {
        padding: 64px 0px 36px 0px;
    }

    .text-caption-home {
        width: 60%;
    }

    .text-caption-home h2 {
        display: block;
    }

    .the-caption-home {
        position: absolute;
        width: 100%;
        top: 24%;
    }

    .text-caption-home h2 {
        font-size: 42px;
        line-height: 76px;
        display: inline-block;
    }

    .home-slider {
        width: 100%;
        min-height: 520px;
        margin-top: -90px;
        max-height: 575px;
    }

    .title-booth-location {
        width: 86%;
    }

    .cover-static-about {
        width: 100%;
        min-height: 490px;
    }

    .credite-about {
        position: absolute;
        right: 32px;
    }

    .cover-static-about p.credite-about a {
        color: #fff;
        line-height: normal;
        text-decoration: none;
        outline: none;
    }

    .cover-static-about p.credite-about a:hover,
    p.credite-about a:focus {
        color: #fff;
        line-height: normal;
        text-decoration: none;
        outline: none;
    }

    .col-profile-team {
        position: relative;
        padding-left: 192px;
    }

    .profile-name {
        padding-left: 15px;
    }

    /* Ini niih buat ipad */
    #moreTestimony {
        height: 100vh;
        position: absolute;
    }

    #moreTestimony .modal-dialog {
        min-height: 100vh !important;
    }

    /* Ini niih buat ipad */

    .owl-carousel-testimony .owl-stage-outer {
        overflow: hidden;
    }

    span.circle-green-fund {
        right: -5px;
        bottom: -36px;
    }

    .title-cover-logo {
        position: absolute;
        width: 80%;
        height: auto;
        padding-left: 145px;
        min-height: 120px;
        left: 0px;
        right: 0px;
        margin: 0 auto;
        z-index: 3;
    }

    .card-testimonial-vids {
        width: 485px;
        min-height: 150px;
    }

    #programCarousel .carousel-inner {
        position: relative;
        width: 100%;
        overflow: hidden;
        height: 325px;
    }

    #programCarousel .carousel-inner .carousel-item .the-caption-home .container-custom-center .text-caption-home {
        padding-left: 52px;
    }

    .wrap-thumb-new-location h4 {
        font-size: 19px;
        line-height: 22px;
    }

}

@media screen and (max-width:992px) {

    .description-article-text blockquote {
        padding-right: 14px;
    }

    ol.breadcrumb-white {
        justify-content: start;
        width: 100%;
        padding-left: 0px;
    }

    ol.breadcrumb-white li:first-child {
        padding-left: 2px;
    }

    .arrow-back-navigation {
        margin-left: -5px;
    }

    .title-the-mission h2 {
        font-family: "Chronicle Office Regular", serif;
        color: #49A942;
        font-size: 52px;
        line-height: 60px;
    }

    .img-otan-tiger {
        position: absolute;
        right: 0px;
        top: -5px;
    }

    .img-otan-tiger img {
        width: 280px;
    }

    .turtle-coral-reef {
        position: absolute;
        left: 43px;
        top: 74px;
    }

    .img-renewable {
        position: absolute;
        left: 25px;
        bottom: 32px;
    }

    .summary-publication-home h3 {
        font-family: "Chronicle Office Regular", serif;
        color: #49A942;
        font-size: 24px;
        line-height: 30px;
    }

    .navbar-brand-logo {
        width: 225px;
    }

    .text-caption-home h2 {
        font-size: 40px;
        line-height: 42px;
        display: flex;
        flex-wrap: wrap;
        flex: 0 0 96%;
        max-width: 96%;
        font-size: 96px;
    }

    .the-caption-home {
        position: absolute;
        width: 80%;
        top: 39%;
    }

    .text-caption-home {
        width: 80%;
    }

    .text-caption-home h2 {
        display: inline-block;
    }

    .home-slider {
        width: 100%;
        min-height: 400px;
        margin-top: -90px;
        max-height: 500px;
    }

    .the-caption-home {
        position: absolute;
        width: 100%;
        top: 24%;
    }

    .wrp-slider-paragraph p {
        width: auto;
        display: inline-block;
        background: rgba(0, 0, 0, 0.6);
        padding: 16px 18px;
    }

    .text-mission-home {
        width: 100%;
        margin-top: 48px;
    }

    .text-mission-home h4 {
        font-family: "Chronicle Office Regular", serif;
        color: #49A942;
        font-size: 52px;
        line-height: 60px;
    }

    .img-wrapper-mission {
        margin: 0 auto;
        float: none;
        width: 100%;
    }

    .section-mission-home {
        padding: 24px 0px 36px 0px;
    }

    .left-of-registration {
        padding-right: 0px;
    }

    .left-of-registration::before {
        display: none;
    }

    .left-travel-information {
        padding-right: 10px;
    }

    .left-travel-information::before {
        display: none;
    }

    .wrp-text-schedule {
        padding-right: 0px;
    }

    .day-schedule {
        padding-left: 30px;
    }

    .time-schedule {
        padding-left: 30px;
    }

    .wrp-text-schedule h5 {
        font-size: 18px;
        margin-bottom: 10px;
    }

    .wrp-text-schedule p {
        margin-bottom: 2px;
        line-height: 20px;
        font-size: 17px;
    }

    .title-gallery-journey {
        font-size: 18px;
    }

    .list-sugestion p {
        font-size: 18px;
    }

    .title-trip,
    .left-of-registration,
    .left-travel-information {
        font-size: 18px;
    }

    .title-gallery-journey h3 {
        margin-bottom: 24px;
    }

    .arrow-back-navigation {
        padding: 5px 0px 0px 0px;
    }

    .title-trip {
        text-align: left !important;
    }

    .title-booth-location {
        width: 100%;
    }

    .title-booth-location h2 {
        font-family: "WhitneyHTF Book", sans-serif;
        color: #363636;
        font-size: 26px;
        line-height: 34px;
    }

    .wrp-booth-photo {
        margin-bottom: 32px;
    }

    .wrp-right-fundraise-benefits {
        padding-right: 0px;
    }

    .wrp-check-benefits {
        padding-right: 0px;
    }

    .checklist-benefits {
        padding-left: 34px;
    }

    .left-vids-story {
        padding-right: 14px;
    }

    .title-story-fundraiser {
        width: 100%;
        padding-right: 0px;
    }

    .section-how-to-fundraiser {
        padding: 48px 0px 36px 0px;
    }

    .section-foundraiser-benefits {
        padding: 48px 0px 36px 0px;
    }

    .section-testimony-fundraiser {
        padding: 48px 0px 36px 0px;
    }

    .section-testimony-fundraiser {
        padding: 48px 0px 36px 0px;
    }

    .section-story-vids {
        padding: 48px 0px 36px 0px;
    }

    .owl-carousel-testimony .owl-dots {
        margin-top: 8px;
    }

    .wrp-align-center-info {
        display: block;
        padding-left: 0px;
    }

    .text-info-fundraiser {
        min-height: 24px;
    }

    .text-info-fundraiser:first-child {
        margin-top: 38px;
    }

    .green-informotaion-contact {
        min-height: 254px;
    }

    .card-testimonial {
        min-height: 615px;
    }

    span.circle-green-fund {
        width: 36px;
        height: 36px;
        border-radius: 46px;
        position: absolute;
        background: #2c9725;
        position: absolute;
        right: -8px;
        bottom: 54px;
    }

    span.circle-grey {
        width: 56px;
        height: 56px;
        border-radius: 28px;
        position: absolute;
        z-index: 1;
        right: 24px;
        top: 3%;
    }

    .modal-backdrop {
        height: 100%;
        width: 100%;
    }

    .owl-carousel-testimony .owl-stage-outer {
        overflow: hidden;
    }

    .modal-body-custom-testimony {
        padding: 6px 24px 32px 24px;
    }

    .cover-static-about {
        background-size: 109%;
        margin-left: 10px;
    }

    .caption-of-about h2 {
        margin-left: 25px;
    }

    .caption-of-about h3 {
        margin-left: 25px;
    }

    .credite-about {
        left: 30px;
    }

    .col-profile-team {
        position: relative;
        padding-left: 10px;
    }

    .link-at-footer {
        padding: 32px 0px 18px 0px;
    }

    .pagi-nation {
        flex-wrap: wrap;
    }

    .table-help-center {
        max-width: 340px;
    }

    .img-renewable img {
        width: 215px;
    }

    .card-testimonial-vids {
        width: 360px;
        min-height: 150px;
    }

    #programCarousel .carousel-inner .carousel-item .the-caption-home .container-custom-center .text-caption-home {
        padding-left: 5px;
    }

    .sambutan p img {
        width: 100% !important;
        max-width: 100% !important;
    }

}

@media screen and (max-width:768px) {

    .description-article-text blockquote {
        padding-right: 14px;
    }

    ol.breadcrumb-white {
        justify-content: start;
        width: 100%;
        padding-left: 0px;
    }

    ol.breadcrumb-white li:first-child {
        padding-left: 2px;
    }

    .arrow-back-navigation {
        margin-left: -5px;
    }

    .share-top-socmed {
        padding-left: 0px;
    }

    .wrp-profile-team {
        width: 100%;
        max-width: 100%;
        min-height: 136px;
    }

    .col-profile-team {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        margin-right: -15px;
        margin-left: -15px;
        padding-right: 0px;
        /* border-bottom: 1px solid #dedede; */
        margin-top: 20px;
        min-height: 152px;
    }

    .profile-name {
        width: 64%;
        padding-right: 6px;
        padding-left: 10px;
    }

    .profile-name h5 {
        margin-top: 5.5%;
    }

    .profile-thumbnail {
        max-width: 31%;
        position: unset;
    }

    .profile-desc {
        width: 100%;
        -webkit-box-ordinal-group: -1;
        -ms-flex-order: -1;
    }

    #programCarousel {
        height: auto;
        min-height: 180px;
    }

    #programCarousel .carousel-item img {
        max-width: 140% !important;
        margin-left: -28%;
    }

    .text-caption-home h2 {
        font-size: 28px;
        line-height: 32px;
    }

    #programCarousel .carousel-item {
        min-height: 220px;
    }

    .text-caption-home {
        width: 80%;
    }

    .list-of-program {
        flex: 0 0 100%;
        max-width: 100%;
    }

    .wrp-the-program-col {
        margin-bottom: 32px;
    }

    .item-target-program-home h4 {
        font-family: "Chronicle Office Regular", serif;
        color: #49A942;
        font-size: 26px;
        line-height: 32px;
    }

    .home-slider {
        min-height: 480px;
        height: auto;
    }

    .new-right-mission {
        padding: 15px 48px 0px 48px;
    }

    #homeCarousel .carousel-item {
        min-height: 480px;
        max-height: 560px;
    }

    .slide1 {
        min-height: 480px;
        max-height: 560px;
    }

    .right-terms-condition {
        justify-content: start;
    }

    .right-terms-condition ul {
        padding-left: 0px;
    }

    .summary-publication-home h3 {
        font-family: "Chronicle Office Regular", serif;
        color: #49A942;
        font-size: 26px;
        line-height: 30px;
    }

    .item-target-program-home h4 {
        font-family: "Chronicle Office Regular", serif;
        color: #49A942;
        font-size: 26px;
        line-height: 30px;
    }

    .wrp-footer-paragraph {
        line-height: 22px;
    }

    .logo-footer-bottom {
        text-align: center;
        padding: 20px 0px 10px 0px;
    }

    .right-terms-condition ul li:first-child {
        padding-left: 0px;
    }

    .navbar-brand-logo {
        width: 225px;
    }

    .turtle-coral-reef {
        position: absolute;
        left: 0px;
        top: 74px;
    }

    .img-otan-tiger {
        right: -12px;
        top: 56px;
    }

    .img-otan-tiger img {
        width: 196px;
    }

    .img-renewable {
        position: absolute;
        left: 0px;
        right: 0px;
        margin: 0 auto;
        bottom: 32px;
    }

    .img-team-community {
        position: absolute;
        left: 163px;
        bottom: 70px;
    }

    .img-team-community img {
        width: 190px;
    }

    .img-renewable img {
        width: 375px;
    }

    .home-slider {
        background: #49a942;
    }

    #homeCarousel .carousel-indicators {
        bottom: 15%;
    }

    .text-caption-home span.credit-by {
        right: 10px;
        bottom: 3%;
        z-index: 9;
        font-size: 14px;
        line-height: 20.5px;
    }

    .the-caption-home {
        position: absolute;
        width: 80%;
        top: 59%;
    }

    .slide-hero::before {
        height: 8.5vh;
    }

    .shadow-navigation::before {
        position: absolute;
        content: " ";
        height: 96px;
    }

    .text-caption-home h2 {
        font-size: 40px;
        line-height: 42px;
        display: inline-block;
        flex-wrap: wrap;
        flex: 0 0 98%;
        max-width: 98%;
    }

    .the-caption-home {
        position: absolute;
        width: 100%;
        top: 30%;
    }

    .home-slider {
        width: 100%;
        min-height: 300px;
        margin-top: -90px;
        max-height: 420px;
    }

    .wrp-slider-paragraph p {
        background: transparent none;
        padding: 4px 0px;
    }

    .overlap-mozaik h3 {
        font-size: 36px;
        line-height: 42px;
    }

    .text-mission-home h4 {
        font-family: "Chronicle Office Regular", serif;
        color: #49A942;
        font-size: 36px;
        line-height: 42px;
    }

    .welcome-message h3 {
        font-size: 30px;
        line-height: 35px;
        position: absolute;
        bottom: 65px;
        z-index: 3;
    }

    .welcome-message h2 {
        font-family: "WhitneyHTF Book", sans-serif;
        font-size: 18px;
        line-height: 23px;
        position: absolute;
        bottom: 40px;
        z-index: 3;
        width: 95%;
    }

    .welcome-message span.credit-container {
        position: absolute;
        right: unset;
        bottom: 12px;
        left: 0px;
        font-size: 14px;
    }

    .page-small-cover .parallax-window {
        background-repeat: no-repeat !important;
        background-size: 205% !important;
        min-height: 265px;
        margin-top: -100px;
    }

    .left-of-registration {
        padding-right: 0px;
    }

    .left-of-registration::before {
        display: none;
    }

    .left-travel-information {
        padding-right: 10px;
    }

    .left-travel-information::before {
        display: none;
    }

    .body-helpcenter-right {
        float: left;
        margin-left: 20px;
    }

    .arrow-back-navigation {
        padding: 5px 0px 0px 0px;
    }

    .title-detail-sambutan h2 {
        font-family: "WhitneyHTF Book", sans-serif;
        font-size: 34px;
        line-height: 42px;
    }

    .title-detail-sambutan h3 {
        font-family: "WhitneyHTF Book", sans-serif;
        font-size: 24px;
        line-height: 30px;
        margin-bottom: 36px;
    }

    .description-article-text blockquote p {
        font-family: "WhitneyHTF Book", sans-serif;
        font-size: 24px;
        line-height: 32px;
        margin-bottom: 20px;
    }

    .description-article-text h5 {
        font-family: "WhitneyHTF Book", sans-serif;
        font-size: 22px;
    }

    .title-booth-location h2 {
        font-family: "WhitneyHTF Book", sans-serif;
        color: #363636;
        font-size: 24px;
        line-height: 30px;
    }

    .left-vids-story h3 {
        font-family: "Chronicle Office Regular", serif;
        color: #49A942;
        font-size: 30px;
        line-height: 35px;
    }

    .left-vids-story h4 {
        font-family: "Chronicle Office Regular", serif;
        color: #49A942;
        font-size: 30px;
        line-height: 35px;
    }

    .section-story-vids {
        padding: 0px 0px 48px 0px;
    }

    .wrp-vids-story {
        padding: 0px 0px 36px 0px;
    }

    .title-story-fundraiser h3 {
        font-size: 30px;
        line-height: 35px;
    }

    .card-testimonial {
        width: 324px;
    }

    .checklist-benefits {
        font-size: 13px;
    }

    .left-join-fundraiser {
        padding-right: 6px;
    }

    .left-join-fundraiser h3 {
        font-size: 30px;
        line-height: 35px;
    }

    .wrp-align-center-info {
        display: block;
        padding-left: 0px;
    }

    .text-info-fundraiser {
        min-height: 24px;
    }

    .text-info-fundraiser:first-child {
        margin-top: 38px;
    }

    .green-informotaion-contact {
        min-height: 254px;
    }

    .text-info-fundraiser {
        padding-left: 24px;
    }

    /* .modal-backdrop {
		height: 100%!important;
		width: 100%!important;
	} */

    /* #fundsVideos.modal{
		width: auto !important;
	} */

    .modal-body-custom-testimony {
        padding: 6px 22px 32px 22px;
    }

    .owl-carousel-testimony .owl-stage-outer {
        overflow: hidden;
    }

    .caption-of-about h3 {
        font-size: 30px;
        line-height: 35px;
        margin-bottom: 6px;
    }

    .caption-of-about h3 {
        font-size: 30px;
        line-height: 35px;
        margin-bottom: 6px;
        margin-left: 16px;
    }

    .caption-of-about h2 {
        font-family: "WhitneyHTF Book", sans-serif;
        font-size: 22px;
        line-height: 23px;
        color: #fff;
        text-shadow: 2px 4px 3px rgba(0, 0, 0, 0.30);
        width: 90%;
        margin-left: 16px;
    }

    .container-player {
        position: absolute;
        top: unset;
        left: 50%;
        bottom: -107px !important;
    }

    .cover-static-about {
        width: 100%;
        min-height: 325px;
    }

    .credite-about {
        left: 30px;
        right: unset;
        bottom: 12px;
        font-size: 14px;
        line-height: 17px;
    }

    .cover-static-about {
        background-size: 179%;
        margin-left: -2%;
        background-position-x: 36%;
    }

    .caption-of-about h2 {
        font-family: "WhitneyHTF Book", sans-serif;
        font-size: 23px;
        line-height: 26px;
    }

    .caption-of-about h3 {
        font-size: 30px;
        line-height: 35px;
        margin-bottom: 10px;
    }

    .container-player {
        position: absolute;
        top: unset;
        left: 50%;
        bottom: -36px !important;
    }

    .col-about-inf {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }

    .col-about-inf-two {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }

    .col-target-infograph {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }

    .col-ava-square {
        height: auto;
        padding-right: 0px;
        padding-left: 5px;
        border-radius: 2px;
        overflow: hidden;
    }

    .pagi-nation {
        flex-wrap: wrap;
        padding-left: 0px;
        margin-left: -12px;
    }

    .table-help-center {
        max-width: 310px;
    }

    .img-renewable {
        bottom: 79px;
        left: -10px;
    }

    .img-renewable img {
        width: 170px;
    }

    .title-mission-home h3 {
        font-size: 48px;
        line-height: 53px;
    }

    .title-cover-logo {
        position: absolute;
        width: 80%;
        height: auto;
        padding-left: 145px;
        min-height: 120px;
        left: 0px;
        right: 0px;
        margin: 0 auto;
        z-index: 3;
        top: 36%;
    }

    .wrp-logo-cover {
        width: 205px;
        height: 86px;
        padding: 10px 0px;
        border-radius: 6px;
    }

    .cover-of-vision span.credit-container {
        font-size: 15px;
    }

    .title-cover-logo-text h2 {
        font-size: 28px;
        line-height: 33px;
        bottom: 32px;
    }

    .title-cover-logo {
        text-align: left;
    }

    .title-cover-logo {
        position: absolute;
        width: 98.5%;
        padding-left: 105px;
        top: 56%;
        min-height: 120px;
        height: auto;
        display: flex;
        flex-wrap: nowrap;
        align-items: center;
    }

    .title-cover-logo h2 {
        font-size: 24px;
        line-height: 26.5px;
        margin-top: 0;
        margin-bottom: 0;
    }

    .page-small-cover::after {
        height: 150px;
    }

    .logo-ykan-footer {
        width: 215px;
    }


    .space-cover-static {
        min-height: 24px;
    }

    .list-of-article {
        padding: 0px 0px 44px 0px;
    }

    .tagline-opening-conservation {
        padding: 10px 0px 14px 0px;
    }

    .card-testimonial-vids {
        width: 350px;
        min-height: 150px;
    }

    #programCarousel .carousel-inner {
        position: relative;
        width: 100%;
        overflow: hidden;
        height: 225px;
    }

    #programCarousel .carousel-indicators {
        bottom: -5px;
    }

    #programCarousel .carousel-item {
        z-index: 2;
    }

    #programCarousel .carousel-indicators {
        z-index: 3;
    }

    #programCarousel .carousel-control-prev,
    #programCarousel .carousel-control-next {
        width: 11%;
    }

    #programCarousel .carousel-control-prev span,
    #programCarousel .carousel-control-next span {
        margin-top: 96px;
    }

    .nav-of-donation li a {
        padding-left: 10px;
        padding-right: 10px;
    }

    .caption-of-about h3 {
        font-size: 27px !important;
        line-height: 29px !important;
        margin-top: 25%;
        margin-bottom: 5px !important;
    }

    .caption-of-about h2 {
        font-family: "WhitneyHTF Book", sans-serif;
        font-size: 15px !important;
        line-height: 20px !important;
    }

    .cover-of-vision span.credit-container {
        position: absolute;
        right: 30px;
        bottom: 18px;
    }

    .magnific-img {
        padding: 3px 3px;
    }

    .title-cover-logo-text {
        width: 66%;
        bottom: 48px;
    }

    .title-cover-logo-text h2 {
        font-size: 32px;
        line-height: 36px;
        bottom: 32px;
    }

    .wrap-thumb-new-location h4 {
        font-size: 20px;
        line-height: 23px;
    }

}

@media screen and (max-width: 480px) {

    .program-terresterial {
        padding: 20px 0px 16px 0px;
    }

    .program-home {
        padding: 20px 0px 16px 0px;
    }

    .title-detail-page h1 {
        font-family: "WhitneyHTF Book", sans-serif;
        font-size: 36px;
        line-height: 46px;
    }

    .description-article-text blockquote {
        padding-right: 15px;
    }

    ol.breadcrumb-white {
        justify-content: start;
        width: 100%;
        padding-left: 0px !important;
        padding-right: 5px !important;
    }

    .program-terresterial {
        background: #fff;
        position: relative;
    }

    .program-terresterial::after {
        content: " ";
        position: absolute;
        width: 7px;
        height: 125vh;
        background: #49a942;
        left: 0px;
        top: 0px;
    }

    .program-home {
        background: #f9f9f9;
    }

    .owl-theme .owl-nav [class*="owl-"] {
        border: 3px solid #bbb !important;
    }

    .owl-carousel-terrestorial {
        padding: 24px 10px 32px 24px;
    }

    .owl-carousel-terrestorial .owl-nav button.owl-next {
        left: -32px;
        top: -96px;
        box-shadow: none !important;
    }

    .owl-carousel-terrestorial .owl-nav button.owl-prev {
        left: -32px;
        top: -46px;
        box-shadow: none !important;
    }

    .owl-carousel-terrestorial>.owl-stage-outer {
        padding-left: 15px;
    }

    .owl-carousel-ocean>.owl-stage-outer {
        padding-left: 15px;
    }

    .title-section-program h2 {
        font-weight: 400;
        font-size: 24px;
        line-height: 28px;
    }

    .owl-prev span img {
        line-height: 10px;
        margin: 6px 7.5px 7px 5px;
        filter: invert(0.4) sepia(0) saturate(1) hue-rotate(0deg) brightness(1);
    }

    .owl-next span img {
        line-height: 10px;
        margin: 7px 6.5px 7px 6.5px;
        filter: invert(0.4) sepia(0) saturate(1) hue-rotate(0deg) brightness(1);
    }

    .slider-counter {
        left: 10px;
        font-size: 19px;
        color: #bbb;
    }

    .slider-counter::first-letter {
        color: #bbb;
    }

    .line-slider-counter {
        left: 10px;
        bottom: 64px;
        width: 36px !important;
        background: #bbb;
    }

    .line-slider-counter::after {
        content: " ";
        width: 16px !important;
    }

    .card-program-terrestrial {
        width: 250px;
        filter: drop-shadow(0 1px 10px rgba(140, 152, 164, 0.125));
    }

    .thum-publication-card {
        width: 100% auto;
        height: 215px;
    }

    .summary-program-terrestrial {
        padding: 15px 20px 15px 20px;
    }

    .summary-program-terrestrial h3 {
        font-family: "Chronicle Office Regular", serif;
        color: #49a942;
        font-size: 24px;
        line-height: 30px;
    }

    .owl-carousel-terrestorial .owl-nav {
        z-index: 2;
    }

    .owl-carousel-ocean .owl-nav button.owl-prev {
        left: -8px;
        top: -46px;
        box-shadow: none !important;
    }

    .owl-carousel-ocean .owl-nav button.owl-next {
        left: -8px !important;
        top: -96px !important;
        box-shadow: none !important;
        position: absolute;
    }

    .owl-carousel-ocean {
        padding: 24px 10px 32px 24px;
    }

    .owl-carousel-ocean .owl-nav {
        position: absolute;
        bottom: 30%;
        left: 0px;
    }

    .slider-counter-two {
        font-size: 19px;
        color: #bbb;
        opacity: 1;
        left: 10px;
    }

    .line-slider-counter-two {
        bottom: 64px;
        width: 36px !important;
        left: 10px;
        background: #bbb;
    }

    .slider-counter-two::first-letter {
        color: #bbb;
    }

    .line-slider-counter-two::after {
        content: " ";
        width: 16px !important;
    }

    .card-program-home {
        width: 250px;
    }

    .card-program-home {
        width: 250px;
        filter: drop-shadow(0 1px 10px rgba(140, 152, 164, 0.125));
    }

    .thum-publication-card {
        width: 100% auto;
        height: 215px;
    }

    .summary-program-home {
        padding: 15px 20px 15px 20px;
    }

    .summary-program-home h3 {
        font-family: "Chronicle Office Regular", serif;
        color: #49a942;
        font-size: 24px;
        line-height: 30px;
    }

    .owl-carousel-ocean .owl-nav {
        z-index: 2;
    }

    .wrp-form-parnership {
        padding: 20px 10px;
    }

    .share-top-socmed {
        padding-left: 0px;
    }

    .profile-name {
        width: 65%;
        padding-top: 4px;
    }

    .profile-name h5 {
        font-size: 22px;
        letter-spacing: 0.1px;
        margin-top: 2.5%;
    }

    #programCarousel .carousel-item img {
        max-width: 160% !important;
        margin-left: -36%;
    }

    .text-caption-home h2 {
        font-size: 29px;
        line-height: 31px;
        display: block;
        padding: 0px;
        margin-bottom: 4px;
    }

    .wrp-slider-paragraph {
        background: transparent none;
        padding: 0px;
    }

    #programCarousel .carousel-item {
        min-height: 186px;
        width: 132%;
        margin-left: -12%;
    }

    #programCarousel .carousel-inner .carousel-item .the-caption-home {
        overflow: unset;
    }

    #programCarousel .carousel-inner .carousel-item .the-caption-home .container-custom-center .text-caption-home {
        width: 63%;
        margin-left: 12%;
        margin-top: -28px;
        position: relative;
        text-align: left;
    }

    #programCarousel .carousel-inner .carousel-item .the-caption-home .container-custom-center .text-caption-home h2 {
        font-size: 26px;
        line-height: 30px;
        display: block;
        padding: 0px;
        margin-bottom: 4px;
        padding-right: 36px;
    }

    #programCarousel .carousel-inner .carousel-item .the-caption-home .container-custom-center .text-caption-home span.credit-by {
        right: -24px;
        bottom: -50%;
    }

    #programCarousel .carousel-indicators {
        justify-content: left;
        left: -24px;
        width: 64%;
    }

    .the-caption-home {
        position: absolute;
        width: 96%;
        height: auto;
        top: 30%;
        left: 10px;
        display: block;
        overflow: hidden;
        padding: 0px 10px;
    }

    .text-caption-home {
        width: 100%;
    }

    .item-target-program-home h4 {
        font-family: "Chronicle Office Regular", serif;
        color: #49A942;
        font-size: 26px;
        line-height: 30px;
    }

    .navbar-brand-logo {
        width: 225px;
    }

    .text-caption-home span.credit-by {
        right: 10px;
        bottom: 3%;
        z-index: 9;
        font-size: 14px;
        line-height: 20.5px;
    }

    .the-caption-home {
        position: absolute;
        width: 100%;
        top: 54%;
    }

    .slide-hero::before {
        height: 7.4vh;
        background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.32) 100%);
    }

    .shadow-navigation::before {
        position: absolute;
        content: " ";
        height: 96px;
    }

    .slide-hero img {
        max-width: 105%;
        margin-left: -10px;
    }

    .title-the-mission h2 {
        font-size: 40px;
        line-height: 50px;
    }

    .overlap-mozaik h3 {
        font-size: 32px;
        line-height: 40px;
    }

    .cover-statik-mozaik {
        height: 250px;
        position: relative;
    }

    .overlap-mozaik h3 {
        bottom: 130px;
    }

    .title-page-statics h1 {
        font-weight: 400;
        font-size: 32px;
        line-height: 40px;
    }

    .text-mission-home {
        width: 100%;
        margin-top: 48px;
    }

    .left-of-registration {
        padding-right: 0px;
    }

    .left-of-registration::before {
        display: none;
    }

    .left-travel-information {
        padding-right: 10px;
    }

    .left-travel-information::before {
        display: none;
    }

    .cover-static-about {
        width: 100%;
        min-height: 310px;
    }

    .credite-about {
        left: 23px;
    }

    .caption-of-about h3 {
        margin-left: 10px;
    }

    .caption-of-about h2 {
        margin-left: 10px;
    }

    .container-player {
        position: absolute;
        top: unset;
        left: 50%;
        bottom: -107px !important;
    }

    .overlap-mozaik span.credit-container {
        bottom: 118px;
    }

    .wrap-caption-type-gallery {
        padding: 20px 10px 20px 10px;
    }

    .wrap-caption-type-gallery h2 {
        font-size: 20px;
        line-height: 24px;
        letter-spacing: 0.25px
    }

    .wrp-featured-gallery a .wrap-caption-type-gallery span img.icon-photos {
        position: relative;
        width: 30px !important;
        bottom: 8px;
    }

    .table-help-center {
        max-width: 290px;
        padding: 22px;
    }

    .head-help-center p::after {
        left: -25px;
    }

    .card-testimonial-vids {
        width: 310px;
        min-height: 150px;
    }

    #programCarousel .carousel-indicators {
        bottom: -9px;
    }

    .caption-of-about h3 {
        font-size: 27px;
        line-height: 29px;
        margin-top: 25%;
        margin-bottom: 5px;
    }

    .caption-of-about h2 {
        font-family: "WhitneyHTF Book", sans-serif;
        font-size: 15px;
        line-height: 20px;
    }

    .new-right-mission {
        padding: 15px 40px 0px 40px;
    }

    .title-cover-logo-text {
        top: 0px;
        bottom: 48px;
        width: 100%;
    }

}

@media screen and (max-width: 320px) {

    .title-detail-page h1 {
        font-family: "WhitneyHTF Book", sans-serif;
        font-size: 36px;
        line-height: 42px;
        letter-spacing: 0.2px;
    }

    ol.breadcrumb-white {
        justify-content: start;
        width: 100%;
        padding-left: 0px !important;
        padding-right: 5px !important;
    }

    .the-caption-home {
        position: absolute;
        width: 100%;
        top: 45%;
    }

    .title-the-mission h2 {
        font-size: 38px;
        line-height: 46px;
    }

    .overlap-mozaik h3 {
        font-size: 32px;
        line-height: 40px;
    }

    .cover-static-about {
        width: 100%;
        min-height: 305px;
        background-size: 200%;
        margin-left: 0%;
        background-position-x: 44%;
    }

    .table-help-center {
        max-width: 315px;
    }

    .img-otan-tiger {
        right: -37px;
        top: 36px;
    }

    #programCarousel .carousel-inner .carousel-item .the-caption-home .container-custom-center .text-caption-home span.credit-by {
        right: -12px;
        bottom: -69%;
    }

    #programCarousel .carousel-indicators {
        bottom: -2px;
    }

    #programCarousel .carousel-inner .carousel-item .the-caption-home .container-custom-center .text-caption-home {
        margin-top: 13px;
    }

    #programCarousel .carousel-inner .carousel-item .the-caption-home .container-custom-center .text-caption-home {
        width: 66.5%;
    }

    #programCarousel .carousel-inner .carousel-item .the-caption-home .container-custom-center .text-caption-home h2 {
        font-size: 24px;
        line-height: 27px;
    }

    .new-right-mission {
        padding: 15px 36px 0px 36px;
    }

}

/* ----------- iPhone 4 and 4S ----------- */
/* Portrait */
@media only screen and (min-device-width: 320px) and (max-device-width: 480px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait) {

    .img-otan-tiger img {
        width: 200px;
    }

    .turtle-coral-reef img {
        width: 156px;
    }

    .img-renewable img {
        width: 164px;
    }

    .img-team-community img {
        width: 170px;
    }


}

/* Portrait */
/* ----------- iPhone 4 and 4S ----------- */

/* ----------- iPhone 5, 5S, 5C and 5SE ----------- */
/* Portrait */
@media only screen and (min-device-width: 320px) and (max-device-width: 568px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait) {

    .img-otan-tiger {
        right: -26px;
        top: 54px;
    }

    .img-otan-tiger img {
        width: 180px;
    }

    .turtle-coral-reef img {
        width: 150px;
    }

    .img-renewable {
        bottom: 60px;
        left: -3px;
    }

    .img-renewable img {
        width: 140px;
    }

    .img-team-community {
        position: absolute;
        left: 140px;
        bottom: 54px;
    }

    .img-team-community img {
        width: 160px;
    }

    .right-image-mission {
        width: 100%;
        min-height: 420px;
    }

    .right-image-mission {
        margin-top: -20px;
    }

    .title-the-mission {
        padding-left: 10px;
    }

    .title-mission-home h3 {
        font-size: 30px;
        line-height: 36px;
    }

    #programCarousel .carousel-inner .carousel-item .the-caption-home .container-custom-center .text-caption-home h2 {
        padding-right: 0px;
    }

}

/* ----------- iPhone 5, 5S, 5C and 5SE ----------- */

/* ----------- iPhone 6, 6S, 7 and 8 ----------- */
/* Portrait */
@media only screen and (min-device-width: 375px) and (max-device-width: 667px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait) {

    .turtle-coral-reef {
        position: absolute;
        left: 6px;
    }

    .img-otan-tiger {
        right: 0px;
        top: 54px;
    }

    .img-team-community {
        position: absolute;
        left: 174px;
        bottom: 48px;
    }

    .img-renewable {
        bottom: 40px;
        left: 10px;
    }

    .img-renewable img {
        width: 156px;
    }

}

/* ----------- iPhone 6, 6S, 7 and 8 ----------- */

/* ----------- iPhone 6+, 7+ and 8+ ----------- */
/* Portrait */
@media only screen and (min-device-width: 414px) and (max-device-width: 736px) and (-webkit-min-device-pixel-ratio: 3) and (orientation: portrait) {

    .turtle-coral-reef {
        position: absolute;
        left: 18px;
    }

    .turtle-coral-reef img {
        width: 160px;
    }

    .img-otan-tiger img {
        width: 196px;
    }

    .img-renewable {
        bottom: 24px;
        left: 18px;
    }

    .img-renewable img {
        width: 165px;
    }

    .img-team-community {
        position: absolute;
        left: 186px;
        bottom: 24px;
    }

    .img-team-community img {
        width: 172px;
    }

}

/* ----------- iPhone 6+, 7+ and 8+ ----------- */

/* ----------- iPhone X ----------- */

/* Portrait */
@media only screen and (min-device-width: 375px) and (max-device-width: 812px) and (-webkit-min-device-pixel-ratio: 3) and (orientation: portrait) {

    .img-otan-tiger {
        right: 10px;
        top: 54px;
    }

    .img-otan-tiger img {
        width: 192px;
    }

    .img-team-community {
        position: absolute;
        left: 176px;
        bottom: 25px;
    }

}

/* ----------- iPhone X ----------- */
