/* BEGIN b-card-1 */
.b-card-1 {
    display: block;
    margin-bottom: 20px;
}
.b-card-1::after {
    content: '';
    display: table;
    clear: both;
}
.b-card-1 .b_thumb {
    float: left;
    margin-right: 20px;
    width: 200px;
    border-radius: 10px;
}
.b-card-1 .b_title {
    font-size: 18px;
    font-weight: bold;
    line-height: 1.125em;
    padding-top: 15px;
    margin-bottom: 10px;
    -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-1:hover .b_title {
    color: var(--primary-color);
}
.b-card-1 .b_source {
    margin-bottom: 10px;
}
.b-card-1 .b_source li {
    display: inline-block;
    font-size: 12px;
}
.b-card-1 .b_source li:first-child {
    margin-right: 20px;
    text-transform: uppercase;
}
.b-card-1 .b_desc {
    text-align: justify;
    color: #444;
    font-size: 16px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
    overflow: hidden;
}
/* END b-card-1 */
/* Style chung s-pagination */
[class*="s-pagination-"] {
    padding: 10px 0 25px;
    font-size: 12px;
}
[class*="s-pagination-"]::after {
    content: '';
    display: table;
    clear: both;
}
[class*="s-pagination-"]>li {
    display: inline-block;
    margin: 0 2px;
    border: 1px solid #ddd;
    line-height: 2.334em;
    width: 2.5em;
    height: 2.5em;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
[class*="s-pagination-"]>li>a {
    display: block;
    color: #999;
    font-weight: bold;
    text-align: center;
}
[class*="s-pagination-"]>li:hover {
    background-color: #eee;
    color: #999;
}
[class*="s-pagination-"]>li.active {
    background-color: var(--primary-color);
    border: 1px solid var(--primary-color);
}
[class*="s-pagination-"]>li.active>a {
    color: #fff;
}
/* BEGIN s-pagination-1 */
.s-pagination-1>li {
    border-radius: 3px;
}
/* END s-pagination-1 */
/* BEGIN p-list-1 */
.p-list-1 {
    margin: 30px 0 40px;
}
.p-list-1 .p_title {
    color: var(--primary-color);
    font-size: 25px;
    font-weight: bold;
    margin-bottom: 25px;
    text-transform: uppercase;
}
.p-list-1 .p_list {
    padding: 30px 30px 20px;
    box-shadow: 0 1px 7px 3px #eee;
    border-radius: 10px;
}
.p-list-1 .s-breadcrumb-1 {
    margin-bottom: 25px;
}
/* END p-list-1 */
.s-form-2 {
    background-color: var(--secondary-color);
    padding: 30px;
    color: #fff;
    border-radius: 10px;
    box-shadow: 0 1px 7px 3px #eee;
}
.s-form-2 .title {
    font-size: 23px;
    font-weight: 800;
    text-transform: uppercase;
    text-align: center;
    margin-bottom: 15px;
}
.s-form-2 .name {
    display: block;
    margin-bottom: 5px;
}
.s-form-2 .name span {
    color: var(--primary-color);
}
.s-form-2 .c-form-border .c_input {
    padding: 18px 11px;
}
.s-form-2 .c_error {
    font-size: 15px;
}
.s-form-2 .c-form-border.is-error {
    margin-bottom: 1.072em;
}
.s-form-2 .button {
    margin-top: 10px;
}
.s-form-2 .contact {
    color: #fff;
    text-align: center;
    /* border-top: 1px solid #ccc; */
}
.s-form-2 .contact .title {
    margin: 30px 0 25px;
    border-top: 1px solid rgb(204 204 204 / 25%);
    padding-top: 20px;
    font-size: 20px;
    font-weight: 700;
    text-transform: uppercase;
}
.s-form-2 .contact .icon {
    line-height: 0;
}
.s-form-2 .contact .icon>a {
    border-radius: 12px;
}
.s-form-2 .contact .icon>a:not(.zalo) {
    font-size: 30px;
    background-color: var(--primary-color);
}
.s-form-2 .contact .icon>a+a {
    margin-left: 20px;
}
.s-form-2 .contact .icon .zalo {
    display: inline-block;
    width: 46px;
}
/* BEGIN p-detail-8 */
.p-detail-8 {
    margin: 30px 0 40px;
}
.p-detail-8 .s-breadcrumb-1 {
    margin-bottom: 25px;
}
.p-detail-8 .p_box-shadow {
    padding: 30px;
    margin-bottom: 30px;
    background-color: #fff;
    box-shadow: 0px 1px 7px 3px #eee;
    border-radius: 10px;
}
.p-detail-8 .p_thumb {
    text-align: center;
    line-height: 0;
    margin-bottom: 25px;
}
.p-detail-8 .p_title {
    color: var(--primary-color);
    font-size: 25px;
    font-weight: bold;
    margin-bottom: 15px;
    text-transform: uppercase;
}
.p-detail-8 .p_source {
    margin-bottom: 20px;
    font-size: 15px;
}
.p-detail-8 .p_source li {
    display: inline-block;
    margin-right: 20px;
}
.p-detail-8 .p_source li span.fa::before {
    color: var(--primary-color);
}
.p-detail-8 .p_desc {
    font-size: 17px;
    font-weight: 600;
    line-height: 1.334em;
    /* padding: 1.334em; */
    margin-bottom: 25px;
    text-align: justify;
    /* border-radius: 5px; */
    /* background-color: #f4f4f4; */
}
.p-detail-8 .p_other {
    margin-top: 20px;
}
.p-detail-8 .p_other>ul {
    margin: 30px 0 0 40px;
}
.p-detail-8 .p_other>ul>li {
    display: -ms-flex;
    display: -webkit-flex;
    display: flex;
    margin-bottom: 10px;
}
.p-detail-8 .p_other>ul>li::before {
    content: '\f105';
    font-family: FontAwesome;
    margin-right: 5px;
}
.p-detail-8 .p_other>ul>li a:hover {
    color: var(--primary-color);
}
.p-detail-8 .p_related {
    margin-top: 23px;
}
.p-detail-8 .p_related a {
    display: block;
    font-size: 17px;
    font-weight: 600;
    -webkit-transition: .25s ease;
    transition: .25s ease;
    color: var(--secondary-color);
}
.p-detail-8 .p_related a:hover {
    color: var(--primary-color);
}
.p-detail-8 .p_related a:not(:last-child) {
    margin-bottom: 7px;
}
.p-detail-8 .p_related a::before {
    content: '\f101';
    font-family: FontAwesome;
    font-size: 14px;
    margin-right: 7px;
    position: relative;
    top: -1px;
    font-weight: normal;
    color: var(--primary-color);
}
.p-detail-8 .faq {
    background-color: #f5f5f5;
    padding: 30px 30px 35px;
    margin-top: 40px;
}
.p-detail-8 .faq .item + .item {
    margin-top: 20px;
}
.p-detail-8 .faq > h2 {
    margin-bottom: 15px;
}
.p-detail-8 .faq .item > h3 {
    margin-bottom: 10px;
}
/* END p-detail-8 */

.s-table-1 {
    margin-bottom: 30px;
}
.s-table-1 .s_btn {
    display: none;
    opacity: 0;
    visibility: hidden;
    width: 42px;
    height: 42px;
    font-size: 25.2px;
    padding: 0;
    background-color: rgba(224, 224, 224, 0.95);
    color: #333;
    box-shadow: none;
}
.s-table-1 .s_btn i.fa {
    margin-top: 5px;
}
.s-table-1 .s_content {
    border: 1px solid rgb(209 209 209 / 30%);
    border-radius: 7px;
    overflow: hidden;
}
.s-table-1 .header {
    display: flex;
    color: #333;
    padding: 10px 15px;
    font-weight: bold;
    background-color: #f4f4f4;
    cursor: pointer;
    text-transform: uppercase;
}
.s-table-1 .header .icon {
    margin-right: 5px;
}
.s-table-1 .header .down {
    margin-left: auto;
}
.s-table-1 .header .down i.fa {
    transition: 0.15s ease;
}
.s-table-1 .header.expand .down i.fa {
    transform: rotate(-90deg);
}
.s-table-1 .list {
    background-color: rgb(244 244 244 / 8%);
    padding-top: 15px;
    padding-bottom: 10px;
}
.s-table-1 .list::-webkit-scrollbar-track {
    background-color: #f1f1f1;
}
.s-table-1 .list::-webkit-scrollbar-thumb {
    background-color: #bbb1a7;
    background-clip: padding-box;
    border: 1px solid #f1f1f1;
}
.s-table-1 .list::-webkit-scrollbar {
    width: 5px;
    overflow: visible;
}
.s-table-1 .list .item a {
    display: block;
    padding: 0 15px;
    transition: color .3s;
}
.s-table-1 .list .item.lv1 {
    margin-bottom: 5px;
}
.s-table-1 .list .item.lv1 a {
    font-size: 16px;
    font-weight: bold;
}
.s-table-1 .list .item.lv2 a {
    font-style: italic;
}
.s-table-1 .list .item a h2, .s-table-1 .list .item a h3 {
    font-size: inherit;
}
.s-table-1 .list .item.lv2 {
    margin-left: 15px;
    padding-bottom: 5px;
}
.s-table-1 .list .item a:hover, .s-table-1 .list .item.current a {
    color: var(--primary-color);
}
#content-table .s-table-1 {
    margin-bottom: 0;
    position: fixed;
    top: 90px;
    left: 1%;
    width: 270px;
    z-index: 111;
}
#content-table .s-table-1 .s_btn {
    display: block;
    opacity: 1;
    visibility: visible;
    -webkit-animation: ftwpShow .2s forwards;
    animation: ftwpShow .2s forwards;
    transition: 0.3s ease;
}
#content-table .s-table-1 .s_content {
    position: absolute;
    top: 0;
    width: 100%;
    background-color: #fff9f2;
    min-height: calc(100vh - 245px);
    transform-origin: left top;
}
#content-table .s-table-1 .header .down i.fa {
    transition: none;
}
#content-table .s-table-1 .header .down i.fa::before {
    content: '\f00d';
}
#content-table .s-table-1 .s_content {
    visibility: hidden;
}
#content-table .s-table-1.is-active .s_content {
    -webkit-animation: ftwpZoomIn .3s ease-out forwards;
    animation: ftwpZoomIn .3s ease-out forwards;
}
#content-table .s-table-1.is-active .s_btn {
    opacity: 0;
    visibility: hidden;
}
#content-table .s-table-1 .list {
    max-height: calc(100vh - 145px);
    overflow-x: auto;
}

/* Responsive */
@media screen and (max-width: 1259px) {
    .ht-page__main {
        width: 100%;
    }
    .ht-page__sidebar {
        margin-left: 0;
        margin-top: 40px;
        width: 100%;
    }
    .s-form-2 {
        padding: 40px 30px;
    }
}
@media screen and (max-width: 991px) {
    .p-list-1 .p_title {
        font-size: 20px;
    }
    .b-card-1 .b_title {
        padding-top: 5px;
    }
    .s-form-2 .name {
        white-space: nowrap;
    }
    #content-table .s-table-1 {
        top: 70px;
    }
    #content-table .s-table-1 .s_btn {
        width: 35px;
        height: 35px;
        font-size: 20px;
        opacity: 0.6;
    }
    #content-table .s-table-1 .s_btn i.fa {
        margin-top: 2px;
    }
}
@media screen and (max-width: 767px) {
    .p-list-1 .p_list {
        padding: 0;
        box-shadow: none;
    }
    .b-card-1 .b_thumb {
        float: none;
        width: 100%;
        margin-right: 0;
        margin-bottom: 15px;
    }
    .b-card-1 .b_title {
        padding-top: 0;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 3;
        overflow: hidden;
    }
    .b-card-1 .b_desc {
        text-align: left;
    }
    .p-detail-8 .p_box-shadow {
        padding: 0;
        box-shadow: none;
    }
    .p-detail-8 .p_title, .p-detail-8 .p_other>h2 {
        font-size: 22px;
    }
    /* .p-detail-8 .p_desc {
        padding: 15px;
    } */
    .p-detail-8 .p_other>ul {
        margin-left: 10px;
    }
}
@media screen and (max-width: 575px) {
    .s-form-2 {
        padding: 40px 20px;
    }
}
@media screen and (max-width: 320px) {
    .s-form-2 {
        padding: 40px 10px;
    }
}