.s-footer-7 {
    margin-top: 0;
}
/* BEGIN p-detail-3 */
.p-detail-3 {
    background-color: #f5f5f5;
}
.p-detail-3 .p_box {
    background-color: #fff;
    padding: 50px;
}
.p-detail-3 .p_title {
    font-size: 25px;
    line-height: 1.2em;
    margin-bottom: 0.6em;
}
.p-detail-3 .p_source {
    margin-bottom: 20px;
}
.p-detail-3 .p_source li {
    display: inline-block;
    margin-right: 20px;
    line-height: 0;
}
.p-detail-3 .p_source li span.fa::before {
    color: #f00;
}
.p-detail-3 .p_desc {
    font-weight: 500;
    font-size: 15px;
    line-height: 1.334em;
    margin-bottom: 20px;
    color: #3eb348;
    text-align: justify;
    background-color: rgb(254 243 244);
    padding: 20px;
}
.p-detail-3 .p_other {
    margin-top: 20px;
}
.p-detail-3 .p_other>ul {
    margin: 30px 0 0 40px;
}
.p-detail-3 .p_other>ul>li {
    display: -ms-flex;
    display: -webkit-flex;
    display: flex;
    margin-bottom: 10px;
}
.p-detail-3 .p_other>ul>li::before {
    content: '\f105';
    font-family: FontAwesome;
    margin-right: 5px;
}
.p-detail-3 .p_other>ul>li a:hover {
    color: #f00;
}
.p-detail-3 .p_form {
    margin-top: 50px;
}
.p-detail-3 .p_form .p_contact {
    margin-bottom: 15px;
    background-color: #fbfbfb;
    padding: 28px;
    border: 2px dashed #eee;
}
.p-detail-3 .p_form .p_contact h2 {
    font-size: 20px;
    font-weight: bold;
    text-transform: uppercase;
    border-left: 5px solid #3eb348;
    padding-left: 10px;
    margin-bottom: 20px;
}
.p-detail-3 .p_form .p_contact li {
    padding: 5px 0 10px;
}
.p-detail-3 .p_form .p_contact>a {
    color: inherit;
}
.p-detail-3 .p_form .p_contact>a:hover {
    color: #ff0000;
}
.p-detail-3 .p_form .p_social {
    margin-top: 10px;
}
.p-detail-3 .p_form form button {
    width: 100%;
    background-color: rgb(8 64 141 / 10%);
    box-shadow: none;
    border: 2px solid #3eb348;
    color: #3eb348;
    font-weight: bold;
}
.p-detail-3 .p_form form button:hover {
    background-color: #3eb348;
    color: #fff;
}


/* END p-detail-3 */
/* BEGIN c-button-5 */
.c-button-5 {
    display: inline-block;
    font-size: 20px;
    margin: 0.917em 1em 0.917em 1em;
    text-align: center;
    background-color: #3eb348;
    border-radius: 0px;
    border-color: #3eb348;
    position: relative;
}
.c-button-5::before, .c-button-5::after {
    content: '';
    display: block;
    border-radius: inherit;
    position: absolute;
    z-index: 0;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
}
.c-button-5::before {
    top: 50%;
    left: 50%;
    width: 110%;
    height: 140%;
    opacity: 0.5;
    background-color: inherit;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-animation-name: animatebutton;
    animation-name: animatebutton;
}
.c-button-5:after {
    top: 50%;
    left: 50%;
    width: 100%;
    height: 100%;
    opacity: 0;
    border-width: 1px;
    border-style: solid;
    border-color: inherit;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-animation-name: animateborder;
    animation-name: animateborder;
}
.c-button-5>div {
    padding: 0.5em 1.417em 0.5em 1.417em;
    letter-spacing: 1px;
    color: #fff;
    background-color: inherit;
    text-transform: uppercase;
    border-radius: inherit;
    position: relative;
    z-index: 11;
    -webkit-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
}
.c-button-5:hover {
    background-color: #3eb348;
    border-color: #3eb348;
}

@keyframes animatebutton {
    0% {
        width: 110%;
        height: 140%;
    }
    50% {
        width: 120%;
        height: 170%;
    }
    100% {
        width: 110%;
        height: 140%;
    }
}
@keyframes animateborder {
    0% {
        width: 100%;
        height: 100%;
        opacity: 0;
    }
    100% {
        width: 120%;
        height: 170%;
        opacity: 1;
    }
}
/* END c-button-5 */

/* BEGIN s-sidebar-4 */
.s-sidebar-5 {
    display: none;
    border: 1px solid #eee;
    background: rgb(241 241 241 / 20%);
    padding: 15px 15px 15px 10px;
    margin-bottom: 20px;
}
.s-sidebar-5 .s_heading {
    font-size: 15px;
    font-weight: bold;
    padding-left: 10px;
    display: flex;
    align-items: center;
    cursor: pointer;
    text-transform: uppercase;
}
.s-sidebar-5 .s_heading::before {
    content: '\f0c9';
    font-family: FontAwesome;
    font-weight: normal;
    margin-right: 10px;
}
.s-sidebar-5 .s_heading i {
    margin-left: auto;
    transition: all 0.5s;
}
.s-sidebar-5.desktop .s_heading i {
    margin-right: -3.5px;
}
.s-sidebar-5 .s_heading.is-active i {
    transform: rotate(180deg);
}
.s-sidebar-5 .s_list {
    margin-top: 10px;
}
.s-sidebar-5.desktop .s_list::-webkit-scrollbar-track {
    background-color: #f1f1f1;
}
.s-sidebar-5.desktop .s_list::-webkit-scrollbar-thumb {
    background-color: #f1f1f1;
    background-clip: padding-box;
}
.s-sidebar-5.desktop .s_list:hover::-webkit-scrollbar-thumb {
    background-color: #03707d;
}
.s-sidebar-5.desktop .s_list::-webkit-scrollbar {
    width: 3px;
    overflow: visible;
}
.s-sidebar-5 .s_list li {
    margin-bottom: 0;
}
.s-sidebar-5 .s_list>ul {
    list-style: decimal;
    font-size: 15px;
    padding-left: 30px;
}
.s-sidebar-5 .s_list>ul>li {
    font-weight: 500;
    text-transform: uppercase;
}
.s-sidebar-5 .s_list a {
    display: block !important;
    margin-bottom: 5px;
    font-size: 15px;
    -webkit-transition: 0.3s all ease-in-out;
    -o-transition: 0.3s all ease-in-out;
    transition: 0.3s all ease-in-out;
}
.s-sidebar-5 .s_list a:hover {
    color: #057682;
}
.s-sidebar-5 .s_list .title {
    font-size: 16px;
    font-weight: 500;
}
.s-sidebar-5 .s_list .thumb {
    float: left;
    width: 90px;
    line-height: 0;
    margin-right: 12px;
}
.s-sidebar-5 .s_list ul ul {
    margin-bottom: 5px;
}
.s-sidebar-5 .s_list ul ul li::before {
    content: '';
}
.s-sidebar-5 .s_list ul ul li a {
    font-size: 14px;
    margin-bottom: 3px;
}
.s-sidebar-5 .s_list ul ul li a::before {
    content: '\f111';
    font-family: FontAwesome;
    font-size: 5px;
    margin-right: 6px;
    color: #555;
    display: inline-block;
    transform: translateY(-3px);
}
/* END s-sidebar-4 */


@media screen and (max-width: 991px) {
    .p-detail-3 .p_form {
        margin-top: 30px;
    }
    .s-sidebar-5 {
        padding: 0;
    }
    .s-sidebar-5 .s_heading {
        margin-bottom: 0;
        padding: 10px 15px;
    }
    .s-sidebar-5 .s_list {
        display: none;
        margin-top: 0;
        margin-bottom: 10px;
    }
}
@media screen and (max-width: 767px) {
    .p-detail-3 .p_title {
        font-size: 20px;
    }
    .p-detail-3 .p_source li.date {
        display: none;
    }
    .p-detail-3 .p_other>ul {
        margin: 20px 0 0 10px;
    }
    .c-button-5 {
        font-size: 15px;
    }
}
@media screen and (max-width: 575px) {
    .p-detail-3 .p_box {
        padding: 20px 15px 15px;
    }
}