.s-sidebar-1 .s_heading i {
    display: none;
}
.s-header-10 .s-sidebar-1 .s_list {
    display: block;
}
/* BEGIN p-detail-3 */
.p-detail-3 {
    margin-bottom: 30px;
}
.p-detail-3 .p_title {
    font-size: 30px;
    margin-bottom: 0.6em;
    font-weight: bold;
}
.p-detail-3 .p_source {
    margin-bottom: 20px;
    margin-top: 20px;
    justify-content: flex-end;
}
.p-detail-3 .p_source li {
    display: inline-block;
    line-height: 0;
}
.p-detail-3 .p_source li span.fa::before {
    color: var(--blue);
}
.p-detail-3 .p_desc {
    font-weight: bold;
    font-size: 18px;
    line-height: 1.334em;
    margin-bottom: 25px;
    margin-top: 20px;
    text-align: justify;
    padding: 5px 0 5px 15px;
    border-left: 5px solid #0f6cbd;
}
.p-detail-3 .p_other {
    margin-top: 30px;
}
.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: var(--blue);
}
.p-detail-3 .p_form {
    box-shadow: 0 0 49px rgb(0 0 0 / 6%);
    border-radius: 20px;
    padding: 50px;
    margin: 50px 100px;
}
.p-detail-3 .p_form>h2 {
    text-align: center;
    font-size: 25px;
    font-weight: bold;
    color: #0f6cbd;
    margin-bottom: 30px;
    text-transform: uppercase;
}
.p-detail-3 .p_form label {
    margin-bottom: 10px;
    display: block;
    font-weight: bold;
}
.p-detail-3 .p_form label span {
    color: red;
}
.p-detail-3 .p_tag {
    display: flex;
    margin-top: 30px;
}
.p-detail-3 .p_tag .title {
    margin-right: 10px;
    min-width: 60px;
}
.p-detail-3 .p_tag .title i {
    margin-right: 5px;
    color: #0f6cbd;
}
.p-detail-3 .p_tag ul {
    display: flex;
    flex-wrap: wrap;
}
.p-detail-3 .p_tag ul>li {
    background: #f5f5f5;
    padding: 3px 8px;
    border-radius: 3px;
    margin-right: 10px;
    margin-bottom: 10px;
    font-weight: bold;
    color: var(--blue);
    transition: all 0.3s;
}
.p-detail-3 .p_tag ul>li:hover a {
    color: #0f6cbd;
}
.p-detail-3 .p_related {
    background-color: #f2f5f9;
    padding: 20px 25px;
    margin-bottom: 25px;
    border: 1px solid rgb(0 67 141 / 8%);
}
.p-detail-3 .p_related li:not(:last-child) {
    margin-bottom: 8px;
}
.p-detail-3 .p_related a::before {
    content: '\f105';
    font-family: FontAwesome;
    margin-right: 7px;
}
.p-detail-3 .p_related li a {
    font-size: 16px;
    color: #002244;
    transition: 0.25s ease;
}
.p-detail-3 .p_related li a:hover {
    color: var(--blue);
}
/* END p-detail-3 */
/* BEGIN c-headline-11 */
.c-headline-11 {
    position: relative;
    margin-bottom: 40px;
}
.c-headline-11 .c_name {
    font-size: 25px;
    text-align: center;
    text-transform: uppercase;
    padding-bottom: 5px;
    font-weight: bold;
    color: #0f6cbd;
}
.c-headline-11 .c_name::before {
    width: 28px;
    height: 5px;
    display: block;
    content: "";
    position: absolute;
    bottom: 3px;
    left: 50%;
    margin-left: -14px;
    background-color: var(--blue);
}
.c-headline-11 .c_name::after {
    width: 100px;
    height: 1px;
    display: block;
    content: "";
    position: relative;
    margin-top: 10px;
    left: 50%;
    margin-left: -50px;
    background-color: var(--blue);
}
/* END c-headline-11 */
/* BEGIN c-form-border */
/* Copy when using c-form-border */
.c-form-border {
    background-color: #f5f5f5;
    border-radius: 15px;
    -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: #0f6cbd;
}
.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%;
    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: #0f6cbd;
    position: absolute;
    top: -0.727em;
}
.c-form-border.is-focused {
    border-color: #0f6cbd;
}
.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 */
/* 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% - 50px);
}
.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;
}
.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;
}
/* END c-upload-file */
/* Responsive */
@media screen and (max-width: 991px) {
    .p-detail-3 .p_form {
        margin: 50px 0;
    }
    .s-header-10 .s-sidebar-1 .s_list, .ht-page__sidebar {
        display: none;
    }
}
@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;
    }
}
@media screen and (max-width: 575px) {
    .p-detail-3 .p_box {
        padding: 15px;
    }
    .p-detail-3 .p_form {
        padding: 30px;
    }
}

.b-card-41 {
    display: block;
    position: relative;
    margin-bottom: 30px;
    border: 1px solid var(--line);
    border-radius: var(--radius);
    overflow: hidden;
    box-shadow: var(--shadow);
}
.b-card-41 .b_content {
    padding: 0 20px 20px;
}
.b-card-41 .b_title {
    font-size: 18px;
    line-height: 1.5;
    margin-top: 20px;
    margin-bottom: 10px;
    font-weight: bold;
    text-transform: uppercase;
    transition: all 0.25s ease;
}
.b-card-41 .b_date {
    font-size: 12px;
    color: #666;
    margin-bottom: 10px;
}
.b-card-41 .b_desc {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
    overflow: hidden;
}
.b-card-41 .b_address {
    text-align: justify;
    margin-top: 5px;
}
.b-card-41 .b_address i {
    width: 20px;
    margin-right: 3px;
    text-align: center;
    color: var(--blue);
}
.b-card-41 .b_thumb:after {
    background: rgba(0, 0, 0, 0) linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.3) 100%) repeat scroll 0 0;
    content: "";
    display: block;
    height: 100%;
    position: absolute;
    right: -75%;
    top: 0;
    transform: skewX(-25deg);
    width: 50%;
    z-index: 2;
}
.b-card-41:hover .b_thumb:after {
    animation: 1s ease 0s normal none 1 running fixedAnim;
}
.b-card-41:hover .b_title {
    color: var(--blue);
}
/* END b-card-41 */
@media screen and (max-width: 767px) {
    .b-card-41 .b_address {
        display: none;
    }
    .b-card-41 .b_title {
        margin-top: 15px;
    }
}
.page-title {
    padding-bottom: 0;
}
.section-head h1, .section-head h2 {
    font-size: 30px;
}
.section-head p {
    color: #000;
    font-weight: bold;
    line-height: 1.334em;
    margin-bottom: 25px;
    margin-top: 20px;
    text-align: justify;
    padding: 5px 0 5px 15px;
    border-left: 5px solid #0f6cbd;
}