﻿.theme-red {
    --color-root: #01a35a;
    --color-root-1: #319243;
    --color-title-portlet: #fff;
    --color-border: #ccc;
}

body {
    width: 100%;
    height: 100%;
    font-family: Arial,Helvetica,sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 1.6;
    text-align: justify;
}

.p-0 {
    padding: 0
}

table {
    width: 100%
}

    table th {
        text-align: center
    }

a, a:hover {
    text-decoration: none !important;
    color: unset;
}

.btn-outline-primary {
    color: var(--color-root);
    border-color: var(--color-root);
}

.btn-primary-root {
    color: #fff;
    border-color: var(--color-root);
    background: var(--color-root);
}

    .btn-primary-root:hover, .btn-outline-primary:hover {
        color: #fff;
        border-color: var(--color-root-1);
        background: var(--color-root-1);
    }




.topbar {
    padding: 8px 0;
    border-bottom: 1px solid #dedede;
    color: #a3a3a3;
    font-size: 13px;
    background-color: #ffffff;
}

.tsnews-date {
    display: inline-block;
    border-right: 1px solid #acacac;
    padding-right: 10px;
    line-height: 12px;
}

.tsnews-date, .top-menu li a, .social-button li a {
    color: #A3A3A3;
}

.top-menu {
    display: inline-block;
}

.topbar-nav {
    display: inline-block;
    padding: 0;
    margin: 0;
}

    .topbar-nav li {
        display: inline-block;
        line-height: 12px;
        padding: 0 8px;
    }

        .topbar-nav li a {
            background: none;
            color: #a3a3a3;
            padding: 0;
            line-height: 100%;
            font-size: 13px;
            transition: 400ms;
            -webkit-transition: 400ms;
        }

.tsnews-date, .top-menu li a, .social-button li a {
    color: #A3A3A3;
}

.unstyled {
    list-style: none;
    margin: 0;
    padding: 0;
}

.search-social .social-button {
    display: inline-block;
    font-size: 14px;
}

.social-button li {
    display: inline-block;
    margin-left: 12px;
}

    .tsnews-date, .top-menu li a, .social-button li a {
        color: #A3A3A3;
    }

.pb-3 {
    padding-bottom: 1rem !important;
}

.px-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
}

.pt-0 {
    padding-top: 0 !important;
}

.tinchuyenmuc-child {
    position: relative;
    overflow: hidden;
    margin-bottom: 15px;
    text-align: justify;
}

    .tinchuyenmuc-child .post-thumb {
        max-width: 100%;
        position: relative;
        overflow: hidden;
        -webkit-backface-visibility: hidden;
        height: 75px;
        object-fit: cover;
    }

    .tinchuyenmuc-child img {
        width: 100%;
        -webkit-transition: all .3s ease-out;
        -o-transition: all .3s ease-out;
        transition: all .3s ease-out;
        -webkit-backface-visibility: hidden;
        max-width: 100%;
        border: none;
        border-radius: 0;
        box-shadow: none;
        width: 100%;
        height: 100%;
        object-fit: cover;
        transition: transform 0.3s;
    }

        .tinchuyenmuc-child img:hover {
            transform: scale(1.15);
        }

    .tinchuyenmuc-child .post-content {
        padding: 0;
    }

    .tinchuyenmuc-child .post-title {
        padding: 0;
        font-weight: 700;
        font-style: normal;
        color: #1c1c1c;
        line-height: 19px;
        margin: 0;
    }

    .tinchuyenmuc-child .post-meta {
        margin: 5px 0 8px;
        padding: 0;
        margin-top: 0;
        margin-bottom: 0;
    }

    .tinchuyenmuc-child .post-date {
        font-size: 12px;
        margin-right: 8px;
        padding-right: 10px;
        line-height: 12px;
        display: inline-block;
        border-right: 0;
        color: #888;
    }

.tinchuyenmuc-child-row:not(:last-child) {
    margin-bottom: 15px;
}

.tieude-chinh {
    font-weight: 700;
    text-align: justify;
}

.tieude-phu {
    font-weight: 700;
    text-align: justify;
}

    .tieude-phu .post-date, .tieude-chinh .post-date {
        font-weight: normal;
    }

.portlet-row-margin {
    margin-bottom: 20px
}


.thwbreadcrumb {
    color: #a3a3a3;
    margin: 0 0 20px 0;
    padding: 0;
    background: none;
}

    .thwbreadcrumb a {
        color: var(--color-root);
    }

    .thwbreadcrumb .crumbs span {
        margin: 0 7px 0 6px;
    }

#pagination li a {
    border-radius: 0;
}

.btn-danger-2, .btn-search {
    color: #fff;
    background-color: var(--color-root);
    border-color: var(--color-root);
}

    .btn-danger-2:hover, .btn-search:hover {
        color: #fff;
        background-color: var(--color-root-1);
        border-color: var(--color-root-1);
    }

.select2Custom label {
    width: 100%
}

.select2Custom .select2-container {
    width: 100% !important;
}

    .select2Custom .select2-container .select2-selection--single {
        height: 38px;
        border: 1px solid #ced4da;
    }

.select2Custom .select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 38px;
}

.select2Custom .select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 38px;
}

form label {
    font-weight: bold;
}

.page-link, .page-link:hover {
    color: var(--color-root);
}

.page-item.active .page-link {
    z-index: 3;
    color: #fff;
    background-color: var(--color-root);
    border-color: var(--color-root);
}

.pageContent .htmlPortlet a {
    color: #009ae5
}

.btn-default {
    color: #333;
    background-color: #fff;
    border-color: #ccc;
}

    .btn-default:hover {
        color: #333;
        background-color: #e6e6e6;
        border-color: #adadad;
    }

.btn-none {
    color: unset;
    background-color: #fff;
    border-color: #fff;
}

    .btn-none:hover {
        color: unset;
        background-color: #fff;
        border-color: #fff;
    }


.post-title a:hover{
    color: var(--color-root)
}

@media (min-width:320px) {
    .tieude-chinh {
        font-size: 16px;
        line-height: 20px;
    }

    .tieude-phu {
        font-size: 13px;
        line-height: 18px;
    }

    .tinchuyenmuc-child .post-title {
        overflow: hidden;
        display: -webkit-box;
        -webkit-line-clamp: 3;
        -webkit-box-orient: vertical;
    }

    .tieude-chinh .post-date {
        font-size: 14px;
    }

    .tieude-phu .post-date {
        font-size: 12px;
    }

    .hide-mobile {
        display: none !important;
    }

    .show-mobile {
        display: block !important;
    }
}

@media (min-width:539px) {
    .tieude-chinh {
        font-size: 18px;
        line-height: 24px;
    }

    .tieude-phu {
        font-size: 14px;
        line-height: 18px;
    }

    .tinchuyenmuc-child .post-thumb {
        height: 90px;
    }

    .tieude-chinh .post-date {
        font-size: 14px;
    }

    .tieude-phu .post-date {
        font-size: 12px;
    }

    .hide-mobile {
        display: none !important;
    }

    .show-mobile {
        display: block !important;
    }
}

@media (min-width:767px) {
    .tieude-chinh {
        font-size: 16px;
        line-height: 22px;
    }

    .tieude-phu {
        font-size: 13px;
        line-height: 18px;
    }

    .tinchuyenmuc-child .post-thumb {
        height: 73px;
    }

    .tieude-chinh .post-date {
        font-size: 13px;
    }

    .tieude-phu .post-date {
        font-size: 11px;
    }

    .hide-mobile {
        display: block !important;
    }

    .show-mobile {
        display: none !important;
    }
}

@media (min-width:1023px) {
    .tieude-chinh {
        font-size: 18px;
        line-height: 24px;
    }

    .tieude-phu {
        font-size: 14px;
        line-height: 20px;
    }

    .tieude-chinh .post-date {
        font-size: 14px;
    }

    .tieude-phu .post-date {
        font-size: 12px;
    }

    .tinchuyenmuc-child .post-thumb {
        height: 75px;
    }

    .hide-mobile {
        display: block !important;
    }

    .show-mobile {
        display: none !important;
    }
}

/*header portlet*/
.section-title-wrap-three {
    margin-bottom: 20px;
    display: flex;
    align-items: center;
    position: relative;
    gap: 15px;
}

    .section-title-wrap-three .section-title-three {
        display: flex;
        align-items: center;
        flex: 1;
    }

    .section-title-wrap-three .title {
        margin-bottom: 0;
        color: #fff;
        position: relative;
        padding: 7px 20px 6px 20px;
        z-index: 1;
        white-space: nowrap;
        text-transform: uppercase;
        font-weight: 700;
        font-size: 14px;
    }

    .section-title-wrap-three .section-title-svg {
        position: absolute;
        left: 0;
        top: 50%;
        transform: translateY(-50%);
        width: 100%;
        height: 100%;
        z-index: -1;
    }

    .section-title-wrap-three svg {
        width: 100%;
        height: 100%;
        color: var(--color-root);
    }

    .section-title-wrap-three .section-title-line-three {
        height: 8px;
        border: 1px solid #DFDFDF;
        border-right: none;
        border-left: none;
        flex-grow: 1;
        margin-left: -15px;
    }

    .section-title-wrap-three a {
        color: #fff;
    }
/*end header portlet*/
