/* BEGIN s-sidebar-3 */
.s-sidebar-3 {
    border: 1px solid #eee;
    margin-bottom: 20px;
    background: #fff;
    position: relative;
}
.s-sidebar-3 .s_heading {
    font-size: 15px;
    padding: 10px 15px;
    text-transform: uppercase;
    line-height: 25px;
    background-image: linear-gradient(to bottom, rgb(63 39 31 / 20%), rgba(243, 243, 243, 0.1));
    border-bottom: 1px solid rgba(0, 51, 136, 0.1);
}
.s-sidebar-3 .s_heading::before {
    content: '\f0c9';
    font-family: FontAwesome;
    font-weight: normal;
    margin-right: 10px;
    color: #3f271f;
}
.s-sidebar-3 .s_heading::before {
    content: '\f1ea';
}
.s-sidebar-3 .s_list {
    padding: 15px;
}
.s-sidebar-3 .s_list a {
    display: block;
    -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-3 .s_list a:not(:last-child) {
    border-bottom: 1px solid #eee;
    padding-bottom: 15px;
    margin-bottom: 15px;
}
.s-sidebar-3 .s_list a::after {
    content: '';
    display: table;
    clear: both;
}
.s-sidebar-3 .s_list a:hover {
    color: #3f271f;
}
.s-sidebar-3 .s_list .title {
    font-size: 15px;
}
.s-sidebar-3 .s_list .thumb {
    float: left;
    width: 90px;
    line-height: 0;
    margin-right: 12px;
}
/* END s-sidebar-3 */

/* BEGIN c-button-8 */
.c-button-8 {
    display: inline-block;
    font-size: 14px;
    padding: 10px 30px;
    overflow: hidden;
    color: #fff;
    background-color: #3f271f;
    text-transform: uppercase;
    position: relative;
    -webkit-transition: box-shadow 0.5s;
    -o-transition: box-shadow 0.5s;
    transition: box-shadow 0.5s;
}
.c-button-8>i.fa {
    padding-left: 5px;
}
.c-button-8::after {
    content: '';
    background-color: rgba(255, 255, 255, 0.2);
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    -webkit-transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, -140%, 0);
    transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, -140%, 0);
    -webkit-transition: transform 0.35s;
    -o-transition: transform 0.35s;
    transition: transform 0.35s;
}
.c-button-8:hover {
    box-shadow: 0 14px 26px -12px rgba(34, 34, 34, 0.42), 0 4px 23px 0px rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(34, 34, 34, 0.2);
}
.c-button-8:hover::after {
    -webkit-transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, 140%, 0);
    transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, 140%, 0);
}
/* END c-button-8 */

/* BEGIN c-form-border */
/* Copy when using c-form-border */
.c-form-border {
    border: 1px solid #ccc;
    border-radius: 3px;
    -webkit-transition: border-color 0.3s ease-in-out;
    -o-transition: border-color 0.3s ease-in-out;
    transition: border-color 0.3s ease-in-out;
}
.c-form-border .c_input {
    padding: 1.215em 1.072em 1.215em 1.072em;
    -webkit-transition: color 0.3s ease-in-out, background-color 0.3s ease-in-out;
    -o-transition: color 0.3s ease-in-out, background-color 0.3s ease-in-out;
    transition: color 0.3s ease-in-out, background-color 0.3s ease-in-out;
}
.c-form-border .c_input:focus {
    outline: none;
    border-color: #3f271f;
}
.c-form-border--icon {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.c-form-border--icon .c_input {
    -ms-flex: 1 1 auto;
    -webkit-box-flex: 1;
    flex: 1 1 auto;
    width: 1%;
    line-height: normal;
    z-index: 2;
}
.c-form-border--icon .c_icon {
    -webkit-transition: color 0.3s ease-in-out, border-color 0.3s ease-in-out, background-color 0.3s ease-in-out;
    -o-transition: color 0.3s ease-in-out, border-color 0.3s ease-in-out, background-color 0.3s ease-in-out;
    transition: color 0.3s ease-in-out, border-color 0.3s ease-in-out, background-color 0.3s ease-in-out;
}
.c-form-border--icon .c_icon:first-child {
    padding: 0.5em 0 0.5em 1.072em;
}
.c-form-border--icon .c_icon:nth-child(2) {
    padding: 0.5em 1.072em 0.5em 0;
}
.c-form-border--icon .c_icon:not(.c_icon--top) {
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
}
.c-form-border--icon .c_icon--top>i {
    position: relative;
    top: -0.142em;
}
.c-form-border--label .c_label {
    color: #999;
    background-color: #fff;
    pointer-events: none;
    padding: 0 0.358em 0 0.358em;
    z-index: 9;
    position: absolute;
    top: 0.572em;
    left: 0.715em;
    -webkit-transition: 0.3s ease all;
    -o-transition: 0.3s ease all;
    transition: 0.3s ease all;
}
.c-form-border--label:not(.is-empty) .c_label, .c-form-border--label.is-focused .c_label {
    font-size: 0.786em;
    color: #3f271f;
    position: absolute;
    top: -0.727em;
}
.c-form-border.is-focused {
    border-color: #3f271f;
}
.c-form-border.is-error {
    margin-bottom: 1.786em;
    border-color: #f55145;
}
.c-form-border.is-error .c_label {
    color: #f55145 !important;
}
.c-form-border.is-error .c_icon+.c_error {
    left: 0.143em;
    text-align: left;
}
.c-form-border.is-error .c_icon+.c_error>span {
    left: 0;
    margin: 0;
}
/* END c-form-border */

/* BEGIN p-list-1 */
.p-list-1 {
    padding: 20px 0;
}
.p-list-1 .p_title {
    color: #3f271f;
    font-size: 25px;
    text-transform: uppercase;
}
.p-list-1 .ht-page {
    margin-top: 0;
}
.p-list-1 .p_list .b-card-3 {
    display: block;
    padding: 20px 30px 20px 15px;
    margin-bottom: 15px;
    background-color: #fff;
    display: flex;
    width: 100%;
    justify-content: space-between;
}
/* END p-list-1 */

[class*="s-pagination-"] {
    padding: 15px 0 0;
}
/* BEGIN b-card-3 */
.b-card-3 {
    display: block;
    margin-bottom: 20px;
    border: 1px solid #ccc;
    transition: all .3s ease;
}
.b-card-3:hover {
    box-shadow: 0 1px #FFFFFF inset, 0 1px 3px rgba(34, 25, 25, 0.4);
}
.b-card-3 .b_title {
    font-size: 16px;
    font-weight: bold;
    line-height: 1.125em;
    color: #3f271f;
    -webkit-transition: 0.3s color ease-in-out;
    -o-transition: 0.3s color ease-in-out;
    transition: 0.3s color ease-in-out;
}
.b-card-3:hover .b_title {
    color: #291914;
}
.b-card-3 .b_desc {
    text-align: justify;
}
.b-card-3 .b_desc i, .b-card-3 .b_desc span {
    color: #3f271f;
}
/* END b-card-3 */

/* BEGIN p-detail-4 */
.p-detail-4 {
    margin: 20px 0 40px;
}
.p-detail-4 .p_title {
    font-size: 25px;
    line-height: 1.2em;
    margin-bottom: 0.6em;
    font-weight: 600;
    color: #3f271f;
}
.p-detail-4 .p_source {
    margin-bottom: 20px;
}
.p-detail-4 .p_source li {
    display: inline-block;
    margin-right: 20px;
    line-height: 0;
}
.p-detail-4 .p_source li span.fa::before {
    color: #291914;
}
.p-detail-4 .p_info, .p-detail-4 .p_require {
    color: #000;
    font-size: 15px;
    line-height: 1.334em;
    margin-bottom: 10px;
    text-align: justify;
}
.p-detail-4 .p_require .title {
    margin-bottom: 5px;
}
.p-detail-4 .p_require ul {
    list-style: outside;
    margin-left: 25px;
}
.p-detail-4 .p_info>i {
    color: #291914;
}
.p-detail-4 .p_info>span {
    font-weight: 600;
}
.p-detail-4 .p_require .title>i {
    color: #291914;
    margin-right: 5px;
}
.p-detail-4 .p_form {
    padding: 30px 50px;
    box-shadow: 0 2px 5px 0px rgba(0, 0, 0, 0.2);
    margin-top: 30px;
    border-top: 2px dotted rgba(0, 0, 0, 0.1)
}
.p-detail-4 .p_form .p_form-title {
    font-weight: 700;
    font-size: 24px;
    padding-bottom: 30px;
    text-transform: uppercase;
    color: #3f271f;
}
.p-detail-4 .ht-page {
    margin-top: 0
}
.p-detail-4 .c-button-8 {
    margin-top: 5px;
}
/* END p-detail-4 */

/* Style chung c-upload */
.c-upload>input {
    cursor: pointer;
    width: 100%;
    height: 100%;
    margin: 0;
    opacity: 0;
    z-index: 1;
    position: absolute;
    top: 0;
    left: 0;
}
/* BEGIN c-upload-file */
.c-upload-file.c_input {
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}
.c-upload-file .c_file {
    width: calc(100% - 30px);
}
.c-upload-file .c_file>div {
    color: #999;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 36px;
}
.c-upload-file .c_file-filename {
    display: none;
}
.c-upload-file .c_icon {
    line-height: 0;
    margin-right: 4px;
}
.c-upload-file .c_icon span:first-child {
    display: none;
    cursor: pointer;
    position: relative;
    z-index: 2;
}
.c-upload-file.is-active .c_file-text {
    display: none;
}
.c-upload-file.is-active .c_file-filename {
    display: block;
    color: #111;
}
.c-upload-file.is-active .c_icon span:first-child {
    display: inline-block;
}
.c-upload-file [class*="c-icon-bg"]+[class*="c-icon-bg"] {
    margin-left: 0;
}
.c-upload-file [class*="c-icon-bg"] {
    background-color: #666;
    color: #fff;
    font-size: 11px;
    cursor: pointer;
}
.c-upload-file.is-active .c_file {
    width: calc(100% - 50px);
}
/* END c-upload-file */
.c-form-border--icon .c_icon i {
    color: #666;
}

@media(max-width: 1199px) {
    .p-detail-4 {
        padding: 25px 0 20px;
        margin: 0;
    }
    .p-detail-4 .p_other>ul {
        margin: 20px 0 0 35px;
    }
}
@media(max-width: 991px) {
    .p-list-1 .p_title {
        font-size: 20px;
    }
    .p-list-1 .ht-page .ht-page__sidebar {
        display: none;
    }
    .p-list-1 .p_list .b-card-3 {
        padding: 15px 20px 15px 15px;
    }
    .p-detail-4 .p_source {
        margin-bottom: 15px;
    }
    .p-detail-4 .p_source {
        margin: 10px 0;
    }
    .p-detail-4 .ht-page__sidebar {
        display: none;
    }
}
@media screen and (max-width: 767px) {
    .p-list-1 .p_list .b-card-3 {
        padding: 15px 25px 15px 20px;
        display: block;
    }
    .b-card-3 .b_title, .b-card-3 .b_desc {
        width: 100%;
    }
    .b-card-3 .b_title {
        margin-bottom: 8px;
    }
    .p-list-1 {
        padding: 20px 0 30px;
    }
    [class*="s-pagination-"] {
        padding: 10px 0 0;
    }
    .p-detail-4 .p_title {
        font-size: 20px;
    }
    .p-detail-4 .p_source li.date {
        display: none;
    }
    .p-detail-4 .p_form {
        padding: 20px 30px;
    }
    .p-detail-4 .p_form .p_form-title {
        font-size: 22px;
        padding-bottom: 20px;
    }
    .c-button-8 {
        margin-top: 5px;
    }
}
@media(max-width: 479px) {
    .p-list-1 .p_list .b-card-3 {
        padding: 15px;
    }
    .c-button-4 {
        margin-top: 5px;
    }
    .p-detail-4 {
        padding: 20px 0;
    }
}
@media(max-width: 425px) {
    .p-detail-4 .p_info {
        margin-bottom: 8px;
    }
    .p-detail-4 .p_form .p_form-title {
        font-size: 20px;
        padding-bottom: 15px;
    }
    .p-detail-4 .p_form {
        padding: 20px;
    }
    .p-detail-4 .c-form-border {
        margin-bottom: 10px;
    }
    .p-detail-4 .c-form-border.is-error {
        margin-bottom: 15px;
    }
}