.text-black {
    color: #303030 !important;
}
.topbar .top-navbar .navbar-header .navbar-brand {
    height: 70px;
}

.topbar .top-navbar .navbar-header .navbar-brand img {
    height: 50px;
}

.box-upload {
    padding: 1.5em 0.5em 0.5em 0.5em;
    border: 1px solid #eee;
    border-radius: 6px;
    position: relative;
}
.box-upload span.sp-upload {
    position: absolute;
    top: -13px;
    background: #fff;
    padding: 0 30px 0 0px;
}
.box-upload input[type="file"] {
    display: none;
}
.box-upload .box-slide {
    text-align: center;
    display: block;
    line-height: 1.5;
    cursor: pointer;
    position: relative;
}
.box-upload .box-slide img {
    max-inline-size: 100%;
    display: block;
    max-block-size: 100%;
    max-height: 100%;
    max-width: 100%;
    width: 100%;
}
.box-upload .box-slide img.imgUpload {
    height: 110px;
    background: #ccc;
}
.box-upload .box-slide label {
    font-size: 2.5rem;
    cursor: pointer;
    display: block;
    margin-bottom: 0;
}
.box-upload .box-rm {
    color: #e83e8c;
    cursor: pointer;
    display: block;
}
.box-upload .box-bt {
    display: block;
    text-align: center;
    color: #009da0;
}


.part_image {
    display: flex;
    justify-content: center;
}

.part_image img {
    width: 120px;
}

.table_partner-custom tr td {
    vertical-align: middle;
}

.table-news .image-thumbnail {
    height: 90px;
}

/* hot news magazine */

.box-news__hot .box__thumbnail {
    height: 250px;
    border-radius: 4px;
}

.box-news__hot .box__thumbnail a.a__box { 
    box-shadow: 0px 0px 1px #000;
}
.box-news__hot .box__thumbnail a {
    display: block;
    background-position: center center;
    height: 100%;
    border-radius: 4px;
    background-size: cover;
    background-repeat: no-repeat;
}

.box-news__hot .box__thumbnail a.a__box:hover {
    box-shadow: 5px 1px 20px rgba(249, 188, 0, 0.31);
}

.box-news__hot .title_news {
    bottom: 0;
    background: rgba(238, 238, 238, 0.58);
    width: 100%;
    font-size: 18px;
    line-height: 1.3;
}

.box-news__list .title_news a.a-title__list:hover {
    color: #ffb700 !important;
}

.box-news__list .title_news {
    font-size: 16px;
    line-height: 20px;
}

.box-news__list .box__thumbnail a.a__box {
    display: block;
    background-position: center center;
    box-shadow: 0px 0px 1px #000;
    height: 100%;
    border-radius: 4px;
    background-size: cover;
    background-repeat: no-repeat;
}
.box-news__list .text__desc {
    height: 60px;
    overflow: hidden;
}

.list__archive {
    list-style: none;
}

.list__archive > li > a {
    padding: 10px 0;
}

.list__archive > li > a:hover {
    color: #ffb700 !important;
}

@media (max-width: 667px) {
    .box-news__list .box__thumbnail {
        height: 150px !important;
        margin-bottom: 10px;
    }
    .box-image__post img,
    .posts-content img {
        width: 100% !important;
        height: 100% !important;
    }
    .card.list_blogs {
        background-color: transparent;
    }
    .card.list_blogs .card-body {
        padding: 0;
    }
    .card.list_blogs .card-body .border-bottom {
        border-bottom: none;
    }
    .col-* {
    	padding: 0px;
    	padding-right: 0px;
    }
    .container-fluid {
    	padding: 25px 5px;
    }
}

.box-image__post img,
.posts-content img {
    max-width: 100%;
    height: auto !important;
}
.posts-content strong {
    font-weight: bold;
}

.posts-content {
    color: #303030;
}
.blogs-title {
    font-size: 18px !important;
}
.page-item.active .page-link {
    background-color: #ffbc34;
    border-color: #ffbc34;
}
@media only screen and (min-width: 1365px) {
    .responsive-mobile {
        display: none !important;
    }
}
.tag-news{
    border-radius: 2px !important;
}
.tags-news{
    overflow: hidden;
    white-space: nowrap;
}
.col-md-7 a:hover{
    color: #ffb701 !important;
}
.h-auto{
    height: auto !important;
}
 .single-post-img {
position: relative;
display: block;
float: left;
margin-right: 10px;
margin-top: 3px;
border-radius: 4px;
overflow: hidden;
}
.el-2{
display: -webkit-box;
-webkit-line-clamp: 2;
-webkit-box-orient: vertical;
overflow: hidden;
text-overflow: ellipsis;
}
.font-bold{
    font-weight: bold;
}
#toggle + label:after {
  content:"[Hide]" 
}
#toggle:checked + label:after {
  content:"[Show]"
}
#toggle {
  position:absolute;
  appearance:none;
}
.fs-8{
    font-size: 80%;
}
.table-contents{
    background: #fafafa;
    border: 1px solid #ffb701;
    padding: 20px;
}
.body-content p a:hover{
    color: #ffb701 !important;
}
.body-content p span a{
    color: #303030;
}
