@font-face {
    font-family: "Ballow-Bold";
    src: url(../fonts/Barlow-Bold.ttf);
}
@font-face {
    font-family: "Ballow-Regullar";
    src: url(../fonts/Barlow-Regular.ttf);
}

body{
    font-family: "Ballow-Regullar";
    font-size: 16px;
    text-align: left;
}
h1, h2, h3, h4, h5, h6 {
    font-family: "Ballow-Bold";
}

::-webkit-scrollbar-track
{
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
    background-color: #F5F5F5;
    border-radius: 5px;
}
.main-container ul:not(.post-opt),.main-container ol:not(.post-opt){
    list-style: auto;
    list-style-position: inside;
}
.item-image {
    background-color: #e3e0efb5;
}
.list-post-wrap_column .post-category-marker {
    position: static;
    background-color: transparent;
    color: #cc0000;
    border: 1px solid #cc0000;
}
.list-post-wrap .list-post {
    box-shadow: 0px 3px 5px 0px rgb(0 0 0 / 10%);
    -webkit-transition: box-shadow 0.3s;
    transition: box-shadow 0.3s;
    border-top: 4px solid #005A2D;
}
.share-container .share-icon::before{
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
}
.fs-wrap {
    padding-top: 20px;
}
.footer-widget a{
    color: #fff;
}
.footer-widget strong{
    font-weight: bold;
}
.footer-widget h3{
    color: #fff;
    text-align: left;
    font-size: 24px;
    font-weight: 100;
    margin-bottom: 5px;
}
::-webkit-scrollbar
{
    width: 5px;
    background-color: #F5F5F5;
}

::-webkit-scrollbar-thumb
{
    border-radius: 5px;
    background-color: #005A2D;
}

.fileinput .btn{
    padding: 12px 40px;
    margin-right: 10px;
}

.single-post-content h2{
    font-size: 22px;
    text-align: left;
    margin: 15px 0;
    color: #005A2D;
}

.single-post-content h3{
    font-size: 18px;
    margin: 5px 0;
    text-align: left;
    color: #005A2D;
}

.single-post-nav_prev{
    padding: 0 20px 0 0;
}
.single-post-content.spc_column.fl-wrap table {
    border: 0.5px dashed;
}
.single-post-content.spc_column.fl-wrap td {
    padding: 10px;
    border: 0.2px dashed;
    word-break: break-all;
}
.single-post-nav_next {
    padding: 0 0 0 20px;
}

.custom-form input[type=number]{
    float: left;
    border: none;
    border: 1px solid #e1e1e1;
    background: #f9f9f9;
    width: 100%;
    padding: 15px 30px;
    border-radius: 4px;
    color: #000;
    font-size: 12px;
    -webkit-appearance: none;
    font-family: 'Poppins', sans-serif;
}

.custom-form .card{
    padding: 10px;
    border: 1px solid #CCC;
    border-radius: 6px;
}

.custom-form input[type=number]:focus{
    background: #fff;
    box-shadow: 0px 10px 14px 0px rgb(12 0 46 / 6%);
}

.logo-holder{
    position: static;
    height: auto;
    float: unset;
}

.logo-holder img {
    width: 210px;
    height: auto;
}
.header-inner {
    height: unset;
    padding: 15px 0;
}
/* .header-inner .container{
    padding: 0;
} */
.header-inner .inner-wrap{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.nav-holder nav li a, .nav-holder nav li ul a { 
    font-size: 15px;
    color: #292929;
}
.nav-holder {
    /* top: 35px; */
    position: static;
    float: unset;
}
.nav-holder nav{
    float: unset;
}
.show-cart, .srf_btn, .search_btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    border-left:none;
    float: none;
}
.nav-holder nav li{
    height: unset;
    margin-right: 0;
}
.search_btn {
    border-right:none;
}
.container {
    max-width: 1500px;
    width: 100%;
    padding: 0 15px;
}
.nav-holder nav li a.act-link, .nav-holder nav li a:hover {
    color: #005a2d;
}
.nav-holder nav li ul {
    min-width: 190px; 
    background: #ffffff;
}
.hero-hrid .grid-post-item .grid-post-media.gpm_sing.bold_gpi_half .grid-post-media_title h4,.picker-wrap .list-post .list-post-content h3 {
    white-space: unset;
}
.list-post-content h3 {
    font-size: 21px;
}
p { 
    font-size: 15px;
    line-height: 20px;
}
.grid-post-media_title h4 {
    font-size: 25px;
}
.hero-hrid .grid-post-item .grid-post-media.gpm_sing.bold_gpi_half .grid-post-media_title h4,.tabs-widget .tabs-menu li a,.post-widget-item-content h4   {
    font-size: 15px;
}
.section-title h2 {
    color: #2e3092;
}
.abs_bg { 
    background-image: url(../images/all/partern-trai-02-01-01-01.png);
    height: 520px;
}
.profile-card_media .abs_bg{
    background-image: none;
    height: auto;
}
.footer-logo img {
    width: auto;
    height: 120px;
}
.main-register_bg .bg-wrap .overlay {
    background: #fcfcfc;
}
.mg_logo img {
    height: 85px;
}
.copyright span, .copyright a {
    color: #fff;
}
.hero-section_title h2{
    color: #000;
}

.single-post-header h1{
    padding-bottom: 20px;
}

.single-post-media img{
    width: 100%;
}

.share-icon-email:before{
    content: '\f0e0';
}
.banner{
    padding-top: 0;
}
.list-post-wrap_column .post-category-marker.error{
    background: #FF0000;
    border-color: #FF0000;
}
.single-post-content_text p {
    font-size: 15px;
}
.single-post-content_text table p{
    display: inline-block;
    padding-bottom: 0;
}
.single-post-content_text table .text-center p{
    text-align: center;
}
.a-bao-cao {
    color: #0d16ac;
    font-size: 15px;
}
.single-post-content td,
.single-post-contentp th{
    vertical-align: middle;
}
.content-table table td, .content-table table th {
    font-size: 15px;
    vertical-align: middle;
}

.profile-card-wrap .custom-form {
    padding-left: 15px;
    padding-right: 15px;
    margin-bottom: 10px;
}

.profile-card-wrap .custom-form .btn{
    width: 100%;
}

.profile-card-footer{
    border-bottom: 1px solid #eee;
}

.edit-info-section img{
    width: 100%;
}

.custom-form .actions{
    text-align: right;
}

.custom-form .actions .btn:last-child{
    background: #FF0000;
}

.custom-form .actions .btn:hover:last-child{
    background: #222;
}

.edit-info-section{
    display: none;
}

.discussion-section{
    display: none;
}

.council-section{
    display: none;
}

.add-post-section{
    display: none;
}

.forget-password-modal .main-register-holder{
    max-width: 400px;
}

.forget-password-modal .main-register-wrap, .add-file-modal .main-register-wrap{
    padding-left: 0;
}

.custom-form .content-table input{
    margin-bottom: 0;
}

.mb-display{
    display: none;
}

.main-menu.mb-menu{
    overflow: auto;
    position: fixed;
    visibility: hidden;
    opacity: 0;
}

.main-menu.mb-menu .menu-header{
    height: 60px;
    border-bottom: 2px solid #e5e5e5;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.main-menu.mb-menu .menu-header span.close-menu{
    float: left;
    width: 50px;
    height: 50px;
    line-height: 50px;
}

.main-menu.mb-menu img{
    height: 50px;
}

.main-menu.mb-menu .menu-body{
    padding: 20px 80px;
}

.main-menu.mb-menu .menu-body .header-search-wrap{
    position: static;
    width: 100%;
    padding: 0;
    opacity: 1;
    visibility: visible;
    margin-top: 0;
    margin-bottom: 15px;
}

.main-menu.mb-menu .menu-body .header-search-wrap form{
    position: relative;
}

.main-menu.mb-menu .menu-body .header-search-wrap form .search{
    float: none;
}

.main-menu.mb-menu .menu-body .header-search-wrap form .search-submit{
    top: 0;
    right: 0;
}

.main-menu.mb-menu .menu-body ul{
    text-align: left;
    margin-top: 15px;
    /* border-bottom: 1px solid #E5E5E5; */
    /* margin-bottom: 10px;
    padding-bottom: 10px; */
}

.main-menu.mb-menu .menu-body ul li{
    padding-bottom: 8px;
    margin-bottom: 15px;
}

.main-menu.mb-menu .menu-body ul .list-header h3{
    overflow: hidden;
    font-size: 16px;
}

.main-menu.mb-menu .menu-body ul .list-header h3::after{
    left: 0.5em;
    margin-right: -50%;
    background-color: #000;
    content: none;
    display: inline-block;
    height: 1px;
    position: relative;
    width: 100%;
}

.main-menu.mb-menu .menu-body ul .list-item{
    display: inline-block;
    padding-top: 15px;
    padding-right: 15px;
}

.main-menu.mb-menu .menu-footer{
    text-align: left;
    padding: 10px 80px;
    border-top: 2px solid #e5e5e5;
}

.main-menu.mb-menu .menu-footer img{
    margin-bottom: 15px;
}

.main-menu.mb-menu .menu-footer .footer-social li{
    text-align: center;
}

.main-menu.mb-menu .menu-footer .footer-social{
    margin-top: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.main-menu.mb-menu .menu-footer .copyright span, 
.main-menu.mb-menu .menu-footer .copyright a{
    color: #000;
    font-weight: 600;
}

.main-menu.mb-menu .menu-footer .footer-info ul li{
    padding: 10px 0;
}
.main-menu.mb-menu .menu-footer .footer-info ul li i{
    padding-right: 10px;
}

.custom-form input[type="text"].file-upload-input{
    width: 70%;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

.custom-form .file-upload-button{
    width: 30%;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    padding: 20px 10px; 
    margin-top: 0;
}






.custom-form{
    text-align: left;
}

.custom-form .form-group{
    margin-top: 50px;
}

.custom-form .select2-container{
    border: none;
    width: 100% !important;
    border-radius: 4px;
    color: #000;
    font-size: 12px;
    -webkit-appearance: none;
    height: 50px;
    font-family: 'Poppins', sans-serif;
}

.select2-results__options{
    text-align: left;
}

.custom-form .select2-container .select2-selection--multiple,
.custom-form .select2-container .select2-selection--single{
    min-height: 50px;
    border: 1px solid #e1e1e1;
    background: #f9f9f9;
}

.custom-form .select2-container--default .select2-selection--single .select2-selection__rendered{
    line-height: 50px;
}

.custom-form .select2-container--default .select2-selection--single .select2-selection__arrow{
    height: 50px;
}

.custom-form .file-upload.btn input[type="text"].file-upload-input,
.custom-form .file-upload.btn .file-upload-button{
    display: none;
}

.custom-form .btn{
    overflow: hidden;
    position: relative;
}

.custom-form .file-upload.btn .file-input{
    position: absolute;
    top: 0;
    right: 0;
    margin: 0;
    padding: 0;
    font-size: 20px;
    cursor: pointer;
    opacity: 0;
    height: 100%;
}
.gs_button{
    text-align: center;
}

.profile-card-stats li{
    text-align: center;
}
.profile-card-social li a{
    text-align: center;
}
.custom-form .imageWrapper img{
    width: 100%;
}

.single-post-media iframe{
    width: 100%;
    height: 600px;
}

.author-link span{
    top: 0;
}

.group-author{
    position: relative;
    bottom: 0;
    left: 40px;
    text-align: left;
}

.group-author img{
    width: 20px;
    height: 20px;
}

.group-author li{
    position: relative;
    display: inline-block;
}

.group-author li:nth-child(n+2){ 
    margin-left: -45px; 
}

.group-author span{
    display: none;
    position: absolute;
    width: 150px;
    padding: 2px;
    background-color: black;
    color: #fff !important;
    text-align: center;
    font-size: 10px;
    border-radius: 6px;
    top: -90%;
    left: 0;
}
.cover-section h3 {
    font-size: 16px;
}
.group-author li a{
    display: inline-block;
    transition: all .3s ease-in-out;
}

.group-author li a:hover{
    transform: translateY(-5px);
}

.group-author li a:hover span{
    display: block;
}
.cat-wid-list li a {
    font-size: 16px;
}
ul.post-opt span {
    background-color: #f9f9f9;
    color: #005a2d;
    font-weight: 600;
    padding: 8px 20px;
    border-radius: 2px;
    border: 0.5px solid #d6d6d6;
}
.post-opt li {
    font-size: 12px;
}
.list-post-content .post-opt li{
    margin-right: 0;
    margin-left: 10px;
    float: unset;
}
.box-widget{
    padding-right: 0;
    padding-left: 0;
}
.author-link{
    float: none;
    margin: 15px 0 0 20px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-align: left;
}
.list-post-wrap .author-link{
    margin: 0;
}
.single-post-content_text ul,.single-post-content_text ol{
    text-align: left;
    list-style: auto;
}
.single-post-content_text ul li,.single-post-content_text ol li{
    padding-bottom: 10px;
    /*list-style-type: decimal;*/
    list-style-position: inside;
    font-size: 15px;
}
.single-post-content_text ul li strong,.single-post-content_text ol li strong{
    font-weight: 700;
}

.single-post-content_text .tham-khao ul li,.single-post-content_text .tham-khao ol li{
    font-size: 12px;
}

.tabs-menu{
    text-align: center;
}
.main-register .tabs-menu{
    right: 0;
}
.list-post-wrap .list-post{
    box-shadow: 0px 3px 5px 0px rgb(0 0 0 / 10%);
    -webkit-transition: box-shadow 0.3s;
    transition: box-shadow 0.3s;
    border-top: 4px solid #005A2D;
}

.list-post-wrap .list-post:hover{
    box-shadow: 0px 15px 30px 0px rgb(0 0 0 / 10%);
}
.list-post-wrap_column .list-post-content {
    padding: 12px 20px 0 20px;
}

.list-post-wrap .print-btn{
    float: unset;
    margin-top: 0;
}
.list-post-content .post-opt{
    float: unset;
    margin-top: 0;
    display: flex;
    align-items: center;
}
.footer-social li a,.subcribe-form .subscribe-button,
.to-top{
    display: flex;
    align-items: center;
    justify-content: center;
}
.main-container .profile-card-social ul{
    list-style: none;
}
.main-container .profile-card-social ul a{
    display: flex;
    align-items: center;
    justify-content: center;
}
.row{
    display: flex;
    flex-wrap: wrap;
}
.post-meta{
    margin-top: 10px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.list-post-wrap .author-link{
    float: none;
    margin-top: 10px;
}
.post-widget-item-content{
    width: 100%;
    padding: 0;
}
.show-more-snopt{
    display: flex;
    align-items: center;
    justify-content: center;
}
.author-link{
    float: none;
    margin-top: 15px;
}
/* .list-post-content h3{
    height: 50px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
} */

.steader_opt_abs{
    position: static;
    width: 100%;
}
.section-title{
    padding-top: 20px;
}
.main-menu.mb-menu .menu-body ul{
    border-bottom: 0;
}

.main-menu.mb-menu .menu-body ul li{
    padding-bottom: 8px;
    margin-bottom: 15px;
}

.main-menu.mb-menu .menu-body ul .list-header h3::after{
    border-top: 1px dotted #ccc;
    background-color: transparent;
}

.sidebar-content{
    border: 1px solid #eee;
    margin-top: 15px;
    border-radius: 6px;
    padding: 20px;
}
.sidebar-content .main-register .tabs-menu{
    right: 0;
}
.sidebar-content .main-register{
    box-shadow: none;
    border: 1px solid #eee;
}
strong{
    font-weight: 700;
}
/* .box-widget{
    padding-right: 30px;
} */

.cover-img {
    margin-bottom: 10px;
}

.cover-img img{
    width: 100%;
}

.cover-section{
    display: flex;
    margin-bottom: 40px;
    padding-bottom: 20px;
    text-align: left;
    flex-wrap: wrap;
}

.btn-group{
    margin: 10px 0;
}

.btn-group a{
    border: 1px solid #005A2D;
    white-space: normal;
    padding: 1px 5px;
    float: left;
    transition: all .3s ease-in-out;
    color: #005A2D;
}

.btn-group a:first-child {
    border-top-left-radius: 3px;
    border-bottom-left-radius: 3px;
}

.btn-group a:last-child {
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
}

.table-striped > tbody > tr:nth-of-type(odd) {
    background-color: #f9f9f9;
}

.table-scroll{
    height: 370px;
    overflow: auto;
}

.table {
    margin-top: 10px;
    width: 100%;
}

.table > tbody > tr > td,.table > tbody > tr > th {
    vertical-align: middle;
    padding: 14px;
    line-height: 1.42857143;
    border-top: 1px solid #d7d7d7;
}

.table.table-bordered > tbody > tr > td,.table.table-bordered > tbody > tr > th{
    border: 1px solid #d7d7d7;
}

.table.council td{
    color: #000;
    font-weight: 600;
}

.table.council td.name::before{
    counter-increment: name-counter;
    content: counters(name-counter) ". ";
}

.main-container .table h2{
    margin-bottom: 0;
}

.table p{
    margin-bottom: 0;
    padding-bottom: 0;
}

.table td.number{
    text-align: center;
    color: #005A2D;
    font-size: 24px;
}

.dropdown-btn{
    position: relative;
    display: block;
    width: 40px;
    height: 40px;
    border: 1px solid;
    line-height: 40px;
}

.sect_dec:after{
    content: '';
}

.dropdown-btn::after{
    font-family: Font Awesome\ 5 Pro;
    content: "\f0d7";
    position: absolute;
    left: 15px;
    font-weight: 900;
    font-size: 16px;
}

.dropdown-btn.open::after{
    transform: rotate(-180deg);
}

.section-title{
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.post-section{
    display: none;
}
.banner img{
    width: 100%;
}
.commentlist {
    list-style: none;
}
.commentlist li{
    list-style-type: none;
}
.remove-reply{
    display: flex;
    height: 50px;
    align-items: center;
    justify-content: center;
    color: #FF0000;
    position: absolute;
    top: 0;
    right: 15px;
    width: 85px;
    border-left: 1px solid #e1e1e1;
}
.add-comment.custom-form .btn_file_upload{
    margin-bottom: 20px;
    margin-top: 0;
    display: inline-block;
}
.list-post-wrap_column .post-category-marker{
    position: static;
    background-color: #005A2D;
    color: #fff;
    border: 1px solid #005A2D;
    margin-right: 5px;
}
.post-category-marker{
    margin-right: 5px;
}
.list-post-wrap_column .post-category-marker:hover{
    background-color: #222;
}
.header-btns{
    display: flex;
    align-items: center;
}
.dark-btn{
    display: flex;
    align-items: center;
    justify-content: center;
}
@media only screen and (max-width: 1441px){
    .container {
        max-width: 1300px;
        width: 100%;
    }
    .grid-post-media_title h4 {
        font-size: 19px;
    }

    .logo-holder img{
        width: 140px;
    }
}
@media only screen and (max-width: 1281px){
    .container {
        max-width: 1200px;
        width: 100%;
    }
    
    .nav-holder nav li a{
        font-size: 14px;
    }
}
@media only screen and (max-width: 1199.98px) {
    .nav-button-wrap {
        height: 107px;
    }

    .nav-button-wrap{
        left: unset;
    }

    .mb-display{
        display: block;
    }

    .pc-display{
        display: none;
    }

    .nav-button-wrap {
        float: none;
        height: 40px;
        width: 40px;
        cursor: pointer;
        position: static;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        border-left: 1px solid #eee;
    }

    .nav-button{
        position: static;
        margin: 0;
    }

    .main-menu.mb-menu{
        z-index: 101;
        top: 0;
        bottom: 0;
        right: 0;
        left: -100%;
        width: 100%;
        background: #fff;
        visibility: visible;
        opacity: 1;
    }
    .main-menu.open{
        left: 0;
    }
    .menusb a{
        color: #000;
    }

    .logo-holder img{
        width: 210px;
    }
}
@media only screen and (max-width: 1025px){
    .container {
        max-width: 960px;
        width: 100%;
    }
}

@media only screen and (max-width: 991.98px){
    .footer-logo img{
        width: 100%;
        height: 80px;
    }

    #wrapper{
        padding-top: 100px;
    }

    .footer-widget h3{
        font-size: 20px;
    }

    .grid-post-media_title{
        padding: 15px;
    }

    body{
        font-size: 14px;
    }

    section{
        padding: 30px 0;
    }

    .section-title{
        margin-top: 20px;
    }

    .list-post-content h3{
        font-size: 18px;
        line-height: 25px;
    }

    .more-post-wrap .pr-subtitle.prs_big{
        padding-bottom: 15px;
    }

    .more-post-wrap .pr-subtitle.prs_big::before,
    .more-post-wrap .pr-subtitle.prs_big::after{
        top: unset;
        bottom: 0;
        right: unset;
        left: 0;
    }
}
@media only screen and (max-width: 856px){
    .ver-share{
        margin-top: 20px;
    }

    .fs-wrap{
        padding-top: 0;
    }
}
@media only screen and (max-width: 821px){
    .container {
        max-width: 760px;
        width: 100%;
    }
}
@media only screen and (max-width: 769px){
    .container {
        max-width: 709px;
        width: 100%;
    }
}
@media only screen and (max-width: 767px){

    .nav-button-wrap {
        height: 35px;
    }
    .logo-holder img {
        width: 140px;
    }
    .title-logo p {
        font-size: 5px;
        letter-spacing: 1px;
    }
    #wrapper{
        padding-top: 50px;
    }
    /* .header-inner {
        height: 75px;
    } */

    .main-container h2{
        font-size: 20px !important;
    }

    .main-menu.mb-menu .menu-body{
        padding: 0;
    }
    .main-menu.mb-menu .menu-footer{
        padding: 10px 0;
    }
    .main-register-holder{
        margin: 5px;
    }

    .main-register{
        padding: 80px 20px 20px;
    }

    .section-title h2{
        font-size: 20px;
    }

    .section-title h4{
        font-size: 12px;
    }
}

@media only screen and (max-width: 575.98px){
    .tabs-widget .tabs-menu li a{
        font-size: 13px;
    }
}

